Form di Stampa (finestra ID-224)
finestra: Form di Stampa
descrizione: Gestione Form di Stampa (Fatture, Assegni, ..)
Aiuto: Definisci i documenti da usare per questo Client. Nota che il formato di controllo è definito nella finestra Banca (Conto).
TAB: Stampa del Form
descrizione: Gestione Stampa del Form (Fatture, Assegni, ..)
Aiuto La selezione determina quale Formato Stampa viene usato per stampare un particulare Form della tua Organizzazione
File:Form di Stampa - Stampa del Form - 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) 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 |
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 |
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 |
Order Print Format | Formato di stampa ordine | null | You need to define a Print Format to print the document. | Order_PrintFormat_ID numeric(10) Table |
Order Mail Text | Testo della email per l'ordine | null | Standard email template used to send acknowledgements or quotations as attachments. | Order_MailText_ID numeric(10) Table |
Shipment Print Format | Formato di stampa della spedizione | null | You need to define a Print Format to print the document. | Shipment_PrintFormat_ID numeric(10) Table |
Shipment Mail Text | Testo della email per la spedizione | null | Standard email template used to send delivery notes as attachments. | Shipment_MailText_ID numeric(10) Table |
Invoice Print Format | Formato di stampa della fattura | null | You need to define a Print Format to print the document. | Invoice_PrintFormat_ID numeric(10) Table |
Invoice Mail Text | Testo dell'email per fattura | null | Standard email template used to send invoices as attachments. | Invoice_MailText_ID numeric(10) Table |
Remittance Print Format | Formato di stampa della rimessa | null | You need to define a Print Format to print the document. | Remittance_PrintFormat_ID numeric(10) Table |
Remittance Mail Text | Testo della email per la rimessa | null | Standard email template used to send remittances as attachments. | Remittance_MailText_ID numeric(10) Table |
Project Print Format | Formato di Stampa Progetto | Formato di stampa standard del progetto | Formato di stampa standard del progetto | Project_PrintFormat_ID numeric(10) Table |
Project Mail Text | Testo Email del Progetto | Testo email standard per gli email del progetto | Testo email standard per gli email del progetto | Project_MailText_ID numeric(10) Table |
Distribution Order Print Format | Distribution Order Print Format | Print Format for printing Distribution Order | You need to define a Print Format to print the document. | Distrib_Order_PrintFormat_ID numeric(10) Table |
Distribution Order Mail Text | Distribution Order Mail Text | Email text used for sending Distribution Order | Standard email template used to send Manufacturing Order as attachments. | Distrib_Order_MailText_ID numeric(10) Table |
Manufacturing Order Print Format | Manufacturing Order Print Format | Print Format for printing Manufacturing Order | You need to define a Print Format to print the document. | Manuf_Order_PrintFormat_ID numeric(10) Table |
Manufacturing Order Mail Text | Manufacturing Order Mail Text | Email text used for sending Manufacturing Order | Standard email template used to send Manufacturing Order as attachments. | Manuf_Order_MailText_ID numeric(10) Table |