Stampa Formato Tabella (finestra ID-243)
finestra: Stampa Formato Tabella
descrizione: Definisce il Formato Tabella del Report
Aiuto: Il Formato Stampa della Tabella ti permette di definire come un'intestazione tabella viene stampata, ecc.
TAB: Stampa Formato Tabella
descrizione: Definisci Formato Tabella Report
Aiuto Il tab Stampa Formato Tabella ti permette di definire come stampare un' intestazione tabella, ecc. Se non inserisci i dettagli di stampa, i colori di default e i caratteri vengono applicati come di seguito:
i caratteri si basano sul Carattere utilizzato nel Report; l'intestazione di Pagina e di Tabella sarà in grassetto, il Carattere di Funzione in maiuscolo e in grassetto, il piè di pagina di due punti più piccolo, e il Carattere Parametro maiuscolo.
File:Stampa Formato Tabella - Stampa Formato Tabella - 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 |
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 |
Header Row Color | Colore della riga di testata | null | Table header row foreground color | HdrTextFG_PrintColor_ID numeric(10) Table |
Header Row BG Color | Colore BG della riga di testata | Colore di sfondo delle righe di testata | Table header row background color | HdrTextBG_PrintColor_ID numeric(10) Table |
Header Row Font | Font della riga di testata | null | Font of the table header row | Hdr_PrintFont_ID numeric(10) Table |
Multi Line Header | Multi Line Header | Print column headers on mutliple lines if necessary. | If selected, column header text will wrap onto the next line -- otherwise the text will be truncated. | IsMultiLineHeader character(1) NOT NULL Yes-No |
Paint Header Lines | Paint Header Lines | Paint Lines over/under the Header Line | If selected, a line is painted above and below the header line using the stroke information | IsPaintHeaderLines character(1) NOT NULL Yes-No |
Header Line Color | Colore della riga di testata | null | Color of the table header row lines | HdrLine_PrintColor_ID numeric(10) Table |
Header Stroke Type | Tipo Separazione Intestazione | Tipo Linea Separazione Intestazione | Type of the line printed | HdrStrokeType character(1) List |
Header Stroke | Separatore Intestazione | Spessore Linea separazione intestazione | The width of the header line stroke (line thickness) in Points. | HdrStroke numeric Number |
Paint Vertical Lines | Linee V pittura | null | Paint vertical table lines | IsPaintVLines character(1) NOT NULL Yes-No |
Paint Horizontal Lines | Linee H pittura | null | Paint horizontal table lines | IsPaintHLines character(1) NOT NULL Yes-No |
Paint Boundary Lines | Linee di confine della pittura | null | Paint lines around table | IsPaintBoundaryLines character(1) NOT NULL Yes-No |
Line Color | Colore della riga | null | null | Line_PrintColor_ID numeric(10) Table |
Line Stroke Type | Tipo Linea Interruzione | Tipo Linea Interruzione | Type of the line printed | LineStrokeType character(1) List |
Line Stroke | Linea Interruzione | Spessore Linea Interruzione | The width of the line stroke (line thickness) in Points. | LineStroke numeric Number |
Print Function Symbols | Simboli della funzione di stampa | null | If selected, print symbols - otherwise print names of the function | IsPrintFunctionSymbols character(1) NOT NULL Yes-No |
Function Color | Funzione colore | null | Foreground color of a function row | FunctFG_PrintColor_ID numeric(10) Table |
Function BG Color | Funzione colore BG | null | Background color of a function row | FunctBG_PrintColor_ID numeric(10) Table |
Function Font | Funzione font | null | Font of the function row | Funct_PrintFont_ID numeric(10) Table |
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) 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 |
Image | Immagine | null | null | AD_Image_ID numeric(10) Table Direct |