Richiesta Quotazione (finestra ID-315)
finestra: Richiesta Quotazione
descrizione: Gestisce Richiesta Quotazione
Aiuto: Request for Quotation to be sent out to vendors of a RfQ Topic. After Vendor selection, optionally create Sales Order or Quote for Customer as well as Purchase Order for Vendor(s)
TAB: Richiesta Quotazione
descrizione: Richiesta Quotazione
Aiuto Request for Quotation to be sent out to vendors of a RfQ Topic. After Vendor selection, optionally create Sales Order or Quote for Customer as well as Purchase Order for Vendor(s)
File:Richiesta Quotazione - Richiesta Quotazione - finestra (iDempiere 1.0.0).png
nome | nome | descrizione | Aiuto | specificazioni |
---|---|---|---|---|
RfQ | Richiesta Quotazione | Richiesta Quotazione | Request for Quotation to be sent out to vendors of a RfQ Topic. After Vendor selection, optionally create Sales Order or Quote for Customer as well as Purchase Order for Vendor(s) | C_RfQ_ID numeric(10) NOT NULL ID |
Client | Azienda | Client per questa installazione | Un Client è una Azienda o un'entità legale. Due client non possono condividere gli stessi dati. | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Organizzazione | Organizzazione all'interno un client | Una organizzazione è una unità del client o entità legale - esempi sono negozio o dipartemento. I dati possono essere condivisi tra più organizzazioni sotto lo stesso client. | AD_Org_ID numeric(10) NOT NULL Table Direct |
Document No | Numero del Documento | Numero di sequenza per il documento | Il Numero del Documento è di solito generato automaticamente del sistema ed è determinato del tipo del documento del documento. Se il documento non è salvato, il numero preliminario è visualizzato in "<>".
Nel caso in cui non c'è definito una sequenza di numerazione automatica per il tipo di documento, il campo è vuoto alla creazione di un nuovo documento. Questo è per i documenti che di solito hanno un numero esterno (come la fattura del fornitore). Se l'utente lascia il campo vuoto, il sistema generà un numero del documento. La regola della sequenza per questo numero è definita nella finestra "Gestione Sequenza" con il nome "DocumentNo_<TableName>", dove TableName è il nome attuale della tabella (e.s. C_Order). |
DocumentNo character varying(30) NOT NULL String |
Name | Nome | Identificativo alfanumerico dell'entità | Il Nome della entità (record) è utilizzato come una opzione di ricerca di default in addizione alla chiave di ricerca. Il nome è fino a 60 caratteri di lunghezza. | Name character varying(60) NOT NULL String |
Description | Descrizione | Una descrizione corta opzionale del record | La descrizione è limitata ad essere meno di 255 carratteri. | Description character varying(255) String |
Comment/Help | Aiuto/Spiegazione | Commento o suggerimento | Il campo Aiuto/Spiegazione contiene, commenti o un aiuto per l'uso di questo articolo. | Help character varying(2000) Text |
Active | Attivo | Il record (dato, anagrafica,…) è attivo nel sistema | Ci sono due metodi per rendere un record non disponibile all sistema: Uno e di cancellarelo, l'atro è di disattivarelo. Un record disattivato non è disponibile per selezione, ma può essere utilizzato nei report.
Ci sono due ragioni da considere in favore alla disattivazione anziché la cancellazione dei record: (1) Il sistema richiede il record per scopi di audit. (2) Il record si è riferito da altri record. Per esempio, non si può cancellare un business partner, se esistono fatture per lui stesso. In questo caso si deve disattivare il busines partner per evitare l'immessione di transazioni future preso di lui. |
IsActive character(1) NOT NULL Yes-No |
Sales Representative | Responsabile Commerciale | null | The Sales Representative indicates the Sales Rep for this Region. Any Sales Rep must be a valid user in the System. | SalesRep_ID numeric(10) NOT NULL Table |
RfQ Topic | Argomento della Richiesta Quot. | Topic for Request for Quotations | A Request for Quotation Topic allows you to maintain a subscriber list of potential Vendors to respond to RfQs | C_RfQ_Topic_ID numeric(10) NOT NULL Table Direct |
RfQ Type | Tipo Richiesta Quot. | Request for Quotation Type | null | QuoteType character(1) NOT NULL List |
Quote All Quantities | Quota tutte le Quantità | Suppliers are requested to provide responses for all quantities | If selected, the response to the Request for Quotation needs to have a price for all Quantities | IsQuoteAllQty character(1) NOT NULL Yes-No |
Quote Total Amt | Quantità Totale Quotata | The respnse can have just the total amount for the RfQ | If not selected, the resonse must be provided per line | IsQuoteTotalAmt character(1) NOT NULL Yes-No |
Invited Vendors Only | Solo Fornitori Invitati | Solo i fornitori invitati possono rispondere alla Rich. Quotaz. | La richiesta di Quotazione è visibile soltanto ai fornitori invitati. | IsInvitedVendorsOnly character(1) NOT NULL Yes-No |
Self-Service | Self-Service | This is a Self-Service entry or this entry can be changed via Self-Service | Self-Service allows users to enter data or update their data. The flag indicates, that this record was entered or created via Self-Service or that the user can change it via the Self-Service functionality. | IsSelfService character(1) NOT NULL Yes-No |
Responses Accepted | Risposte Accettate | Risposte Accettate | If selected, responses for the RfQ are accepted | IsRfQResponseAccepted character(1) NOT NULL Yes-No |
Response Date | Data Risposta | Data della Risposta | Date of the Response | DateResponse timestamp without time zone NOT NULL Date |
Work Start | Data Inizio Lavori | Data Inizio Lavori Pianificata | null | DateWorkStart timestamp without time zone Date |
Currency | Valuta | La valuta per questo record | La Valuta indica la valuta da usare nella elaborazione o nel reporting di questo record | C_Currency_ID numeric(10) NOT NULL Table Direct |
Delivery Days | Giorni alla Consegna | Number of Days (planned) until Delivery | null | DeliveryDays numeric(10) Integer |
Work Complete | Data Fine Lavori | Data Fine Lavori Pianificata | null | DateWorkComplete timestamp without time zone Date |
Create & Invite | Crea e Invita | Crea Richiesta Quot. e Invita Fornitori | Create (missing) RfQ Responses and optionally send EMail Invitation/Reminder to Vendors to respond to RfQ | PublishRfQ character(1) Button |
Rank Responses | Ordinare Risposte | Ordina Risposte Completate di Quotazione | Le risposte non valide sono Ordinate con 999 per quantità.
Le risposte di quantità vengono Ordinate l' una rispetto all' altra e la risposta migliore viene aggiornata. La linea di risposta viene selezionata come vincitore, in cui la quantità dell'acquisto viene selezionata. Allora i rankings di tutte le risposte di quantità sono aggiunti per il ranking totale della risposta. La risposta con il ranking totale più basso è contrassegnata come vincitore selezionato. |
RankRfQ character(1) Button |
Business Partner | Business Partner | Identifica un business partner | Un Business Partner è qualsiasi entità con cui la società fa le transazioni. I fornitori, clienti, dipendenti ed agenti possono essere tutti quanti business partner. | C_BPartner_ID numeric(10) Search |
Partner Location | Indirizzo Business Partner | Identifica l'indirizzo della spedizione per questo business partner | L'Indirizzo Business Partner indica la ubicazione del Business Partner | C_BPartner_Location_ID numeric(10) Table Direct |
User/Contact | Utente/Contatto | Utente del sistema - contatto interno o contatto di un Business Partner | L'ID Utente/Contatto identifica un utente unico del sistema. | AD_User_ID numeric(10) Table Direct |
Margin % | Margine % | null | The Margin indicates the margin for this product as a percentage of the limit price and selling price. | Margin numeric Number |
Create Sales Order | Crea Ordini di Vendita | Crea Ordini di Vendita | A Sales Order is created for the entered Business Partner. A sales order line is created for each RfQ line quantity, where "Offer Quantity" is selected. If on the RfQ Line Quantity, an offer amount is entered (not 0), that price is used.
If a magin is entered on RfQ Line Quantity, it overwrites the general margin. The margin is the percentage added to the Best Response Amount. |
CreateSO character(1) Button |
Order | Ordine di vendita | null | The Sales Order ID is a unique identifier of a Sales Order. This is controlled by the document sequence for this document type. | C_Order_ID numeric(10) Search |
Create Purchase Order | Crea Ordini di Acquisto | Crea Ordini di Acquisto per le Migliori Quotazioni | Create purchase order(s) for the resonse(s) and lines marked as Selected Winner using the selected Purchase Quantity (in RfQ Line Quantity) . If a Response is marked as Selected Winner, all lines are created (and Selected Winner of other responses ignored). If there is no response marked as Selected Winner, the lines are used. | CreatePO character(1) Button |
Copy Lines | Copia Linee | Copia Linee da un'altra Richiesta Quot. | null | CopyLines character(1) Button |
Close RfQ | Chiude le Richieste di Quotazione | Chiude le Richieste di Quotazione e le Risposte | Close the RfQ and all it's Responses | Processing character(1) Button |
Processed | Elaborato | null | The Processed checkbox indicates that a document has been processed. | Processed character(1) NOT NULL Yes-No |
TAB: Linea
descrizione: Linea di Richiesta di Quotazione
Aiuto Request for Quotation Line
File:Richiesta Quotazione - Linea - finestra (iDempiere 1.0.0).png
nome | nome | descrizione | Aiuto | specificazioni |
---|---|---|---|---|
RfQ Line | Linea Richiesta Quotazione | Linea Richiesta Quotazione | Request for Quotation Line | C_RfQLine_ID numeric(10) NOT NULL ID |
Client | Azienda | Client per questa installazione | Un Client è una Azienda o un'entità legale. Due client non possono condividere gli stessi dati. | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Organizzazione | Organizzazione all'interno un client | Una organizzazione è una unità del client o entità legale - esempi sono negozio o dipartemento. I dati possono essere condivisi tra più organizzazioni sotto lo stesso client. | AD_Org_ID numeric(10) NOT NULL Table Direct |
RfQ | Richiesta Quotazione | Richiesta Quotazione | Request for Quotation to be sent out to vendors of a RfQ Topic. After Vendor selection, optionally create Sales Order or Quote for Customer as well as Purchase Order for Vendor(s) | C_RfQ_ID numeric(10) NOT NULL Table Direct |
Line No | Numero di Riga | null | Il Numero di Riga identifica una riga unica per un documento. Inoltre essa controlla l'ordine delle righe all'intorno del documento. | Line numeric(10) NOT NULL Integer |
Active | Attivo | Il record (dato, anagrafica,…) è attivo nel sistema | Ci sono due metodi per rendere un record non disponibile all sistema: Uno e di cancellarelo, l'atro è di disattivarelo. Un record disattivato non è disponibile per selezione, ma può essere utilizzato nei report.
Ci sono due ragioni da considere in favore alla disattivazione anziché la cancellazione dei record: (1) Il sistema richiede il record per scopi di audit. (2) Il record si è riferito da altri record. Per esempio, non si può cancellare un business partner, se esistono fatture per lui stesso. In questo caso si deve disattivare il busines partner per evitare l'immessione di transazioni future preso di lui. |
IsActive character(1) NOT NULL Yes-No |
Product | Prodotto | Prodotto, Servizio, Articolo | Il Prodotto identifica un articolo che è o acquistato o venduto da questa organizzazione. | M_Product_ID numeric(10) Search |
Attribute Set Instance | Serie di Attributi di Istanza | Serie di Attributi di Istanza | The values of the actual Product Attributes | M_AttributeSetInstance_ID numeric(10) Product Attribute |
Description | Descrizione | Una descrizione corta opzionale del record | La descrizione è limitata ad essere meno di 255 carratteri. | Description character varying(255) String |
Comment/Help | Aiuto/Spiegazione | Commento o suggerimento | Il campo Aiuto/Spiegazione contiene, commenti o un aiuto per l'uso di questo articolo. | Help character varying(2000) Text |
Work Start | Data Inizio Lavori | Data Inizio Lavori Pianificata | null | DateWorkStart timestamp without time zone Date |
Delivery Days | Giorni alla Consegna | Number of Days (planned) until Delivery | null | DeliveryDays numeric(10) Integer |
Work Complete | Data Fine Lavori | Data Fine Lavori Pianificata | null | DateWorkComplete timestamp without time zone Date |
TAB: Quantità
descrizione: Linea Quantità della Richiesta di Quotazione
Aiuto Request for Quotation Line Quantity - You may request a quotation for different quantities
File:Richiesta Quotazione - Quantità - finestra (iDempiere 1.0.0).png
nome | nome | descrizione | Aiuto | specificazioni |
---|---|---|---|---|
Client | Azienda | Client per questa installazione | Un Client è una Azienda o un'entità legale. Due client non possono condividere gli stessi dati. | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Organizzazione | Organizzazione all'interno un client | Una organizzazione è una unità del client o entità legale - esempi sono negozio o dipartemento. I dati possono essere condivisi tra più organizzazioni sotto lo stesso client. | AD_Org_ID numeric(10) NOT NULL Table Direct |
RfQ Line | Linea Richiesta Quotazione | Linea Richiesta Quotazione | Request for Quotation Line | C_RfQLine_ID numeric(10) NOT NULL Table Direct |
Active | Attivo | Il record (dato, anagrafica,…) è attivo nel sistema | Ci sono due metodi per rendere un record non disponibile all sistema: Uno e di cancellarelo, l'atro è di disattivarelo. Un record disattivato non è disponibile per selezione, ma può essere utilizzato nei report.
Ci sono due ragioni da considere in favore alla disattivazione anziché la cancellazione dei record: (1) Il sistema richiede il record per scopi di audit. (2) Il record si è riferito da altri record. Per esempio, non si può cancellare un business partner, se esistono fatture per lui stesso. In questo caso si deve disattivare il busines partner per evitare l'immessione di transazioni future preso di lui. |
IsActive character(1) NOT NULL Yes-No |
UOM | UdM | Unità di Misura | L'Unità di Misura identifica un UOM definisce una unità di misura non monetaria unica | C_UOM_ID numeric(10) NOT NULL Table Direct |
Quantity | Quantità | null | The Quantity indicates the number of a specific product or item for this document. | Qty numeric NOT NULL Quantity |
RfQ Quantity | Quantità Richiesta Quotazione | The quantity is used when generating RfQ Responses | When generating the RfQ Responses, this quantity is included | IsRfQQty character(1) NOT NULL Yes-No |
Benchmark Price | Prezzo di Benchmark | Prezzo su cui comparare le risposte | null | BenchmarkPrice numeric NOT NULL Costs+Prices |
Purchase Quantity | Quantità Acquistata | This quantity is used in the Purchase Order to the Supplier | When multiple quantities are used in an Request for Quotation, the selected Quantity is used for generating the purchase order. If none selected the lowest number is used. | IsPurchaseQty character(1) NOT NULL Yes-No |
Best Response Amount | Importo Migliore Risposta | Importo Migliore Risposta | Filled by Rank Response Process | BestResponseAmt numeric Amount |
Offer Quantity | Quantità dell'Offerta | This quantity is used in the Offer to the Customer | When multiple quantities are used in an Request for Quotation, the selected Quantity is used for generating the offer. If none selected the lowest number is used. | IsOfferQty character(1) NOT NULL Yes-No |
Offer Amount | Importo dell'Offerta | Amount of the Offer | null | OfferAmt numeric Amount |
Margin % | Margine % | null | The Margin indicates the margin for this product as a percentage of the limit price and selling price. | Margin numeric Number |