Spese (da fatturare) (finestra ID-242)
finestra: Spese (da fatturare)
descrizione: Mostra spese e addebiti non fatturati al cliente
Aiuto: Prima di fatturare al cliente, controlla le linee di spesa da fatturare.
TAB: Cliente
descrizione: Business Partner (Clienti) da fatturare
Aiuto null
File:Spese (da fatturare) - Cliente - finestra (iDempiere 1.0.0).png
nome | nome | descrizione | Aiuto | specificazioni |
---|---|---|---|---|
Search Key | Codice | Il codice è una chiave di ricerca che consente una individuazione rapida dell'elemento | A search key allows you a fast method of finding a particular record.
If you leave the search key empty, the system automatically creates a numeric number. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table (e.g. C_Order). |
Value character varying(40) 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 |
Name 2 | Nome 2 | Nome aggiuntivo | null | Name2 character varying(60) String |
Customer | Cliente | Indica se il Business Partner è un cliente | Il checkbox Cliente indica se questo Business Partner è un cliente. Se è selezionato, alcuni campi addizionali si visualizzano per la impostazione di questo cliente. | IsCustomer character(1) NOT NULL Yes-No |
Price List | Listino prezzi | Identificatore unico di un listino prezzi | I Listini prezzi sono utilizzati per la determinazione dei prezzi, margini, e costi di articoli acquistati o venduti. | M_PriceList_ID numeric(10) Table Direct |
Payment Term | Termini del Pagamento | I termini di pagamento per questa transazione | I Termini di Pagamento identificono il metodo e la tempistica dei pagamenti per questa transazione. | C_PaymentTerm_ID numeric(10) Table |
Open Balance | Saldo aperto | Saldo totale nella valuta della contabilità principale | The Total Open Balance Amount is the calculated open item amount for Customer and Vendor activity. If the Balance is below zero, we owe the Business Partner. The amout is used for Credit Management.
Invoices and Payment Allocations determine the Open Balance (i.e. not Orders or Payments). |
TotalOpenBalance numeric Amount |
TAB: Linea del Report
descrizione: Linea del Tempo e Spese del Report (non fatturate)
Aiuto Mostra e modifica le linee del tempo e delle linee del Report.
File:Spese (da fatturare) - Linea del Report - 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 |
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 |
Expense Report | Report Ore e Spese | Report Ore e Spese | null | S_TimeExpense_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 |
Expense Date | Data della Spesa | Data della spesa | Data della Spesa | DateExpense timestamp without time zone Date |
Processed | Elaborato | null | The Processed checkbox indicates that a document has been processed. | Processed character(1) NOT NULL Yes-No |
Time Report | Ora del Report | La Riga è solo un immessione del tempo (nessua spesa) | La riga contiene solo informazione del tempo. | IsTimeReport character(1) NOT NULL Yes-No |
Invoiced | Fatturato | è fatturato | Il Fatturato indica se è fatturato | IsInvoiced character(1) NOT NULL Yes-No |
Sales Order Line | Riga dell'ordine di vendita | null | The Sales Order Line is a unique identifier for a line in an order. | C_OrderLine_ID numeric(10) Search |
Product | Prodotto | Prodotto, Servizio, Articolo | Il Prodotto identifica un articolo che è o acquistato o venduto da questa organizzazione. | M_Product_ID numeric(10) Search |
Resource Assignment | Assegnazione della Risorsa | Assegnazione della Risorsa | null | S_ResourceAssignment_ID numeric(10) Assignment |
Quantity | Quantità | null | The Quantity indicates the number of a specific product or item for this document. | Qty numeric Quantity |
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) Table Direct |
Quantity Invoiced | Quantità fatturata | null | The Invoiced Quantity indicates the quantity of a product that have been invoiced. | QtyInvoiced numeric Quantity |
Expense Amount | Importo della Spesa | Importo per questa spesa | Importo della spese in valuta | ExpenseAmt numeric Amount |
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) Table Direct |
Invoice Price | Prezzo in fattura | null | Unit Price in the currency of the business partner! If it is 0, the standard price of the sales price list of the business partner (customer) is used. | InvoicePrice numeric Costs+Prices |
Converted Amount | Importo convertito | Ammontare convertito | The Converted Amount is the result of multiplying the Source Amount by the Conversion Rate for this target currency. | ConvertedAmt numeric Amount |
Price Invoiced | Prezzo Fatturato | Prezzo fatturato al cliente (0 default) | The invoiced price is derived from the Invoice Price entered and can be overwritten. If the price is 0, the default price on the customer's invoice is used. | PriceInvoiced numeric Costs+Prices |
Time Type | Tipo di Tempo | Tipo di Tempo Ricordato | Differentiate time types for reporting purposes (In parallel to Activities) | S_TimeType_ID numeric(10) Table Direct |
Description | Descrizione | Una descrizione corta opzionale del record | La descrizione è limitata ad essere meno di 255 carratteri. | Description character varying(255) String |
Note | Nota | Informazioni aggiuntive riguardo un obiettivo | The Note field allows for optional entry of user defined information regarding this record | Note character varying(255) Text |
Campaign | Campagna | Campagna marketing | The Campaign defines a unique marketing program. Projects can be associated with a pre defined Marketing Campaign. You can then report based on a specific Campaign. | C_Campaign_ID numeric(10) Table Direct |
Project | Progetto | Identifica un progetto unico | L'ID Progetto è un identificatore per un progetto definito del utente. | C_Project_ID numeric(10) Table Direct |
Activity | Attività | Attività di business | Activities indicate tasks that are performed and used to utilize Activity based Costing | C_Activity_ID numeric(10) Table Direct |
Project Phase | Fase del Progetto | Fase del Progetto | null | C_ProjectPhase_ID numeric(10) Table Direct |
Project Task | Compito del Progetto | Compito attuale di un progetto nella fase del progetto | Compito attuale di un progetto nella fase del progetto | C_ProjectTask_ID numeric(10) Table Direct |