Formato Stampa (finestra ID-240)
finestra: Formato Stampa
descrizione: Gestione Formato Stampa
Aiuto: Il formato stampa determina come i dati vengono stampati.
TAB: Formato Stampa
descrizione: Gestione Formato Stampa
Aiuto Il formato stampa determina come stampare i dati.
File:Formato Stampa - Formato Stampa - finestra (iDempiere 1.0.0).png
nome | nome | descrizione | Aiuto | specificazioni |
---|---|---|---|---|
Print Format | Formato di stampa | Formato di stampa dei dati | The print format determines how data is rendered for print. | AD_PrintFormat_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 |
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 |
Default | Default | Valore di default | The Default Checkbox indicates if this record will be used as a default value. | IsDefault character(1) NOT NULL Yes-No |
Table | Tabella | Tabella per i campi | La Tabella indica la tabella dove si trovano dei record. | AD_Table_ID numeric(10) NOT NULL Table Direct |
Report View | Vista del report | null | The Report View indicates the view used to generate this report. | AD_ReportView_ID numeric(10) Table Direct |
Form | Modulo | null | A form has individual elements with layout information (example: invoice, check)
|
IsForm character(1) NOT NULL Yes-No |
Table Based | Basato sulla tabella | null | Table based columnar list reporting is invoked from the Window Report button | IsTableBased character(1) NOT NULL Yes-No |
Print Paper | Carta di stampa | null | Printer Paper Size, Orientation and Margins | AD_PrintPaper_ID numeric(10) NOT NULL Table Direct |
Standard Header/Footer | Standard Header/Footer | null | If the standard header is not used, it must be explicitly defined. | IsStandardHeaderFooter character(1) NOT NULL Yes-No |
Print Table Format | Formato tabella di stampa | null | Print Table Format determines Fonts, Colors of the printed Table | AD_PrintTableFormat_ID numeric(10) Table Direct |
Printer Name | Nome Stampante | Nome dello Stampante | Internal (Opereating System) Name of the Printer; Please mote that the printer name may be different on different clients. Enter a printer name, which applies to ALL clients (e.g. printer on a server).
If none is entered, the default printer is used. You specify your default printer when you log in. You can also change the default printer in Preferences. |
PrinterName character varying(40) String |
Header Margin | Margine della testata | null | Distance from the top of the printable page to the start of the main content in 1/72 of an inch (point) | HeaderMargin numeric(10) NOT NULL Integer |
Footer Margin | Margine | null | Distance from the bottom of the main content to the end of the printable page in 1/72 of an inch (point) | FooterMargin numeric(10) NOT NULL Integer |
Print Font | Carattere della stampa | null | Font used for printing | AD_PrintFont_ID numeric(10) NOT NULL Table Direct |
Print Color | Colore della stampa | Colore usato per la stampatura | Colori usate per la stampatura | AD_PrintColor_ID numeric(10) NOT NULL Table Direct |
Jasper Process | Jasper Process | The Jasper Process used by the printengine if any process defined | null | JasperProcess_ID numeric(10) Table |
Copy/Create | Copiare/Creare | Copia Formati Stampa già esistenti o crea Formati Stampa dalla Tabella. | Selezionare una tabella per creare un formato stampa o seleziona un formato stampa da copiare nel corrente formato stampa. | CreateCopy character(1) Button |
Classname | Nome classe | Nome classe java | The Classname identifies the Java classname used by this report or process. | Classname character varying(240) String |
Args | Args | null | null | Args character varying(510) String |
TAB: Visualizzazione Ordini
descrizione: Visualizza Ordini degli Items del Formato Stampa
Aiuto null
File:Formato Stampa - Visualizzazione Ordini - finestra (iDempiere 1.0.0).png
nome | nome | descrizione | Aiuto | specificazioni |
---|
TAB: Ordinamento
descrizione: Ordinamento del Formato Stampa degli Items
Aiuto null
File:Formato Stampa - Ordinamento - finestra (iDempiere 1.0.0).png
nome | nome | descrizione | Aiuto | specificazioni |
---|
TAB: Formato Item
descrizione: Stampa Formato item
Aiuto Item nel formato stampa che gestisce le informazioni di layout.
File:Formato Stampa - Formato Item - 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 |
Print Format | Formato di stampa | Formato di stampa dei dati | The print format determines how data is rendered for print. | AD_PrintFormat_ID numeric(10) NOT NULL Table Direct |
Sequence | Sequenza | Sequenza dei documenti | The Sequence indicates the order of records | SeqNo numeric(10) NOT NULL Integer |
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 |
Print Text | Etichetta di stampa | null | The Label to be printed indicates the name that will be printed on a document or correspondence. The max length is 2000 characters. | PrintName character varying(2000) String |
Print Label Suffix | Suffisso dell'etichetta di stampa | null | The Label to be printed indicates the name that will be printed on a document or correspondence after the field. The max length is 60 characters. | PrintNameSuffix character varying(60) 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 |
Centrally maintained | Gestito a Livello Centrale | Informazioni mantenute nella tabella degli elementi di sistema | Il checkbox Gestito a Livello Centrale indica se il nome, descrizione, ed aiuto sono mantenuti in nella table 'Sytem Element' o la tablella 'Window'. | IsCentrallyMaintained character(1) NOT NULL Yes-No |
Suppress Null | Nascondere valori nulli | null | If a Form entry is NULL and if selected, the field (including label) is not printed. If all elements in a table column are NULL and if selected, the column is not printed. |
IsSuppressNull character(1) NOT NULL Yes-No |
Suppress Repeats | Suppress Repeats | Suppress repeated elements in column. | Determines whether repeated elements in a column are repeated in a printed table. | IsSuppressRepeats character(1) NOT NULL Yes-No |
Format Type | Tipo di formato | null | The print format type determines what will be printed. | PrintFormatType character(1) NOT NULL List |
Column | Colonna | Colonna nella tabella | Collegamento alla colonna del database della tabella. | AD_Column_ID numeric(10) Table Direct |
Line Width | Riga larghezza | null | null | LineWidth numeric(10) Integer |
Format Pattern | Format Pattern | The pattern used to format a number or date. | A string complying with either Java SimpleDateFormat or DecimalFormat pattern syntax used to override the default presentation format of a date or number type field. | FormatPattern character varying(22) String |
Included Print Format | Formato di stampa incluso | null | Included Print formats allow to e.g. Lines to Header records. The Column provides the parent link. | AD_PrintFormatChild_ID numeric(10) Table |
Image Field | Campo Immangine | The image is retrieved from the data column | The Image URL is retrieved from the data column | IsImageField character(1) NOT NULL Yes-No |
Image attached | Immagine allegata | null | The image to be printed is stored in the database as attachment to this record. The image can be a gif, jpeg or png. | ImageIsAttached character(1) NOT NULL Yes-No |
Image URL | Immagine URL | URL della immagine | URL della immagine; La immagine non è archiviato nel database, ma invece ritrovato al runtime. La immagine può essere gif, jpeg o png. | ImageURL character varying(120) URL |
Area | Area | Area di stampa | Print area of this item | PrintAreaType character(1) NOT NULL List |
Barcode Type | Barcode Type | Type of barcode | null | BarcodeType character(3) List |
Relative Position | Posizione relativo | null | The relative positioning of the item is determined by X-Z space and next line | IsRelativePosition character(1) NOT NULL Yes-No |
Set NL Position | Selezionare posizione NL | null | When enabled, the current x (horizontal) Position before printing the item is saved. The next New Line will use the saved x (horizontal) Position, enabling to print data in columns.
The setting is not restricted to an area (header, content, footer), allowing to align information also with Header and Footer with the Content. |
IsSetNLPosition character(1) NOT NULL Yes-No |
X Position | Posizione X | Posizione X (orizzontale) assoluta in 1/72 di pollice | Absolute X (horizontal) position in 1/72 of an inch | XPosition numeric(10) NOT NULL Integer |
Y Position | Posizione Y | Posizione Y (verticale) assoluta in 1/72 di pollice | Absolute Y (vertical) position in 1/72 of an inch | YPosition numeric(10) NOT NULL Integer |
Next Line | Riga successiva | null | If not selected, the item is printed on the same line | IsNextLine character(1) NOT NULL Yes-No |
Next Page | Pagina successiva | null | Before printing this column, there will be a page break. | IsNextPage character(1) NOT NULL Yes-No |
Below Column | Sotto Colonna | Stampa questa colonna sotto la colonna indice inserita | This column is printed in a second line below the content of the first line identified. Please be aware, that this is depends on the actual sequence. Enter a 1 to add the info below the first column. | BelowColumn numeric(10) Integer |
Line Alignment | Allineamento riga | null | For relative positioning, the line alignment | LineAlignmentType character(1) NOT NULL List |
Field Alignment | Allineamento del campo | null | Alignment of field text. The default is determined by the data/display type: Numbers are right aligned, other data is left aligned | FieldAlignmentType character(1) NOT NULL List |
X Space | Spazio X | null | Relative X (horizontal) space in 1/72 of an inch in relation to the end of the previous item. | XSpace numeric(10) NOT NULL Integer |
Y Space | Spazio Y | null | Relative Y (vertical) space in 1/72 of an inch in relation to the end of the previous item. | YSpace numeric(10) NOT NULL Integer |
Max Width | Larghezza massima | null | Maximum width of the element in 1/72 of an inch (point). If zero (0), there is no width restriction. | MaxWidth numeric(10) NOT NULL Integer |
Fixed Width | Larghezza fissa | La colonna ha una larghezza fissa | The Column has a fixed width, independent from the content | IsFixedWidth character(1) NOT NULL Yes-No |
Shape Type | Tipo Forma | Type of the shape to be painted | null | ShapeType character(1) List |
Max Height | Altezza massima | null | Maximum height of the element in 1/72 of an inch (point). If zero (0), there is no height restriction. | MaxHeight numeric(10) NOT NULL Integer |
One Line Only | Solo online | null | Se la colonna ha una limitazione di larghezza, il testo è separato in più linee. Se una linea è selezionata, solo la prima linea è stampata. | IsHeightOneLine character(1) NOT NULL Yes-No |
Fill Shape | Riempie Forma | Fill the shape with the color selected | null | IsFilledRectangle character(1) NOT NULL Yes-No |
Print Color | Colore della stampa | Colore usato per la stampatura | Colori usate per la stampatura | AD_PrintColor_ID numeric(10) Table Direct |
Print Font | Carattere della stampa | null | Font used for printing | AD_PrintFont_ID numeric(10) Table Direct |
Arc Diameter | Diametro Arco | Diametro arci per Rettagoli arrotondati | Width of the horizontal/vertical diameter of the arc at the four corners | ArcDiameter numeric(10) Integer |
Order by | Ordinato da | null | The records are ordered by the value of this column. If a column is used for grouping, it needs to be included in the sort order as well. | IsOrderBy character(1) NOT NULL Yes-No |
Record Sort No | Numero di Ordinazione del Record | Determina in quale ordine i records sono visualizzati | The Record Sort No indicates the ascending sort sequence of the records | SortNo numeric(10) NOT NULL Integer |
Descending | Descending | Sort your data using a SQL Desc Order By statement | null | IsDesc character(1) NOT NULL Yes-No |
Group by | Raggruppato da | dopo il cambio di gruppo sono stampati i totali o altre informazioni | Grouping allows to print sub-totals. If a group changes, the totals are printed. Group by columns need to be included in the sort order. | IsGroupBy character(1) NOT NULL Yes-No |
Page break | Interruzione di pagina | null | Before printing this item, create a new page | IsPageBreak character(1) NOT NULL Yes-No |
Calculate Sum (Σ) | Calcolo della soma | Calcola la somma di un contenuto numerico o la lunghezza di una stringa | Calculate the total sum of the data if the field is numeric, otherwise total sum length of the field. | IsSummarized character(1) NOT NULL Yes-No |
Running Total | Totale Corrente | Create a running total (sum) | A running total creates a sum at the end of a page and on the top of the next page for all colums, which have a Sum function. You should define running total only once per format. | IsRunningTotal character(1) NOT NULL Yes-No |
Calculate Count (№) | Calcolo numero di elementi | Conta il numero degli elementi non vuoti | Calculate the total number of not empty (NULL) elements (maximum is the number of lines). | IsCounted character(1) NOT NULL Yes-No |
Running Total Lines | Linee Totale Corrente | Create Running Total Lines (page break) every x lines | When you want to print running totals, enter the number of lines per page after you want to create a running total line and page break. You should define running total only once per format. | RunningTotalLines numeric(10) Integer |
Calculate Minimum (↓) | Calcola Minimo (¿) | Calcolate il minimo importo | Calculate the Minimum (¿) of the data if the field is numeric, otherwise minimum length of the field. | IsMinCalc character(1) NOT NULL Yes-No |
Calculate Maximum (?) | Calcola Massimo (¿) | Calcola l'importo Max | Calculate the Maximum (¿) of the data if the field is numeric, otherwise maximum length of the field. | IsMaxCalc character(1) NOT NULL Yes-No |
Calculate Mean (μ) | Calcolo media | Calcola la media di un contenuto numerico o di una lunghezza di una string | Calculate the average of the data if the field is numeric, otherwise calculate the average length of the field. | IsAveraged character(1) NOT NULL Yes-No |
Calculate Variance (σ²) | Calcola Varianza (s²) | Calcola Varianza | The Variance (s²) is the a measure of dispersion - used in combination with the Mean (µ) | IsVarianceCalc character(1) NOT NULL Yes-No |
Calculate Deviation (σ) | Calcola deviazione std. (s) | Calculate Standard Deviation | The Standard Deviation (s) is the a measure of dispersion - used in combination with the Mean (µ) | IsDeviationCalc character(1) NOT NULL Yes-No |
TAB: Traduzione Elemento
descrizione: Traduzione Formato Stampa
Aiuto null
File:Formato Stampa - Traduzione Elemento - 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 |
Print Format Item | Elemento del formato di stampa | null | Item/Column in the print format maintaining layout information | AD_PrintFormatItem_ID numeric(10) NOT NULL Table Direct |
Language | Lingua | La lingua per questa applicazione | La Lingua indentifica la lingua da utilizzare per la visualizzazione. | AD_Language character varying(6) NOT NULL Table |
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 |
Translated | Tradotta | La colonna è tradotta | Il checkbox Tradotta indica se questa columna è tradotta. | IsTranslated character(1) NOT NULL Yes-No |
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 |
Print Text | Etichetta di stampa | null | The Label to be printed indicates the name that will be printed on a document or correspondence. The max length is 2000 characters. | PrintName character varying(2000) String |
Print Label Suffix | Suffisso dell'etichetta di stampa | null | The Label to be printed indicates the name that will be printed on a document or correspondence after the field. The max length is 60 characters. | PrintNameSuffix character varying(60) String |
TAB: Grafico
descrizione: Definisci Grafico da includere
Aiuto null
File:Formato Stampa - Grafico - finestra (iDempiere 1.0.0).png
nome | nome | descrizione | Aiuto | specificazioni |
---|---|---|---|---|
Graph | Grafico | null | Pie/Line Graph to be printed in Reports | AD_PrintGraph_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 |
Print Format | Formato di stampa | Formato di stampa dei dati | The print format determines how data is rendered for print. | AD_PrintFormat_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 |
Graph Type | Tipo di grafico | null | Type of graph to be painted | GraphType character(1) NOT NULL List |
Description Column | Colonna della descrizione | Colonna di descrizione per grafici a torta/linea/barre | Graph Description Column for Pie and Line/Bar Charts | Description_PrintFormatItem_ID numeric(10) NOT NULL Table |
Data Column | Colonna dati | Colonna dati per grafici a torta o a linea | Graph Data Column for Pie and Line/Bar Charts | Data_PrintFormatItem_ID numeric(10) NOT NULL Table |
Data Column 2 | Colonna dati 2 | Colonna dati per grafici a linea | Additional Graph Data Column for Line/Bar Charts | Data1_PrintFormatItem_ID numeric(10) Table |
Data Column 3 | Colonna dati 3 | Colonna dati per grafici a linea | Additional Graph Data Column for Line/Bar Charts | Data2_PrintFormatItem_ID numeric(10) Table |
Data Column 4 | Colonna dati 4 | Colonna dati per grafici a linea | Additional Graph Data Column for Line/Bar Charts | Data3_PrintFormatItem_ID numeric(10) Table |
Data Column 5 | Colonna dati 5 | Colonna dati per grafici a linea | Additional Graph Data Column for Line/Bar Charts | Data4_PrintFormatItem_ID numeric(10) Table |