Штампа - формат табеле (прозор ID-243)
прозор: Штампа - формат табеле
опис: Дефиниши формат табеле за извештај
помоћ: The Print Table Format lets you define how table header, etc. is printed. Please note that the Report Table FOrmat is cached to improve performance.
TAB: Штампа - формат табеле
опис: Дефиниши формат табеле за извештај
помоћ The Print Table Format lets you define how table header, etc. is printed. If you leave the entries empty, the default colors and fonts are used:
Fonts are based on the Font used in the Report; Page Header and Table Header will be bold, the Function Font is Bold-Italic, the Footer Font is two points smaller, the Parameter Font is Italic.
Датотека:Штампа - формат табеле - Штампа - формат табеле - прозор (iDempiere 1.0.0).png
име | име | опис | помоћ | Спецификације |
---|---|---|---|---|
Client | Клијент | Клијент/закупац за ову инсталацију. | Клијент је фирма или правно лице Не можете да делите податке између клијената. Закупац је синоним за клијента | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Организација | Организациони ентитет унутар клијента | Организација је организациона јединица клијента или правни ентитит - нпр. продавница, одељење Подаци између организација су заједнички. | AD_Org_ID numeric(10) NOT NULL Table Direct |
Name | Назив | Алфанумерички идентификатор ентитета. | Назив ентитета (слога) се користи приликом основне претраге као додатна опција уз кључну реч - ид број. Назив може бити дужине до 60 карактера. | Name character varying(60) NOT NULL String |
Description | Опис | Optional short description of the record | Опис је ограничен на 255 карактера. | Description character varying(255) String |
Active | Активан | Слог је активан у систему. | Постоје два главна метода да се слог учини недоступним унутар система: један је да се обрише слог, а други је да се слог де-активира. Деактивиран слог није доступан за избор, али је доступан за извештаје. Постоје два разлога за де-активирање слога, а не брисање: (1) Систему је потребан слог за потребе контроле/провере. (2) Овај слог је повезан са другим слогом. Нпр., не можете обрисати пословног партнера, ако постоје фактуре у којима се појављује исти. Ви деактивирате пословног партнера и на тај начин спречавате да се он користи приликом будућег уноса неког документа. | IsActive character(1) NOT NULL Yes-No |
Default | Подразумеван | Default value | The Default Checkbox indicates if this record will be used as a default value. | IsDefault character(1) NOT NULL Yes-No |
Header Row Color | Header Row Color | Foreground color if the table header row | Table header row foreground color | HdrTextFG_PrintColor_ID numeric(10) Table |
Header Row BG Color | Header Row BG Color | Background color of header row | Table header row background color | HdrTextBG_PrintColor_ID numeric(10) Table |
Header Row Font | Фонт заглавља реда | Header row Font | 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 | Заглавље боја линије | Table header row line color | Color of the table header row lines | HdrLine_PrintColor_ID numeric(10) Table |
Header Stroke Type | Header Stroke Type | Type of the Header Line Stroke | Type of the line printed | HdrStrokeType character(1) List |
Header Stroke | Header Stroke | Width of the Header Line Stroke | The width of the header line stroke (line thickness) in Points. | HdrStroke numeric Number |
Paint Vertical Lines | Paint Vertical Lines | Paint vertical lines | Paint vertical table lines | IsPaintVLines character(1) NOT NULL Yes-No |
Paint Horizontal Lines | Paint Horizontal Lines | Paint horizontal lines | Paint horizontal table lines | IsPaintHLines character(1) NOT NULL Yes-No |
Paint Boundary Lines | Paint Boundary Lines | Paint table boundary lines | Paint lines around table | IsPaintBoundaryLines character(1) NOT NULL Yes-No |
Line Color | Боја ставке | Table line color | null | Line_PrintColor_ID numeric(10) Table |
Line Stroke Type | Line Stroke Type | Type of the Line Stroke | Type of the line printed | LineStrokeType character(1) List |
Line Stroke | Line Stroke | Width of the Line Stroke | The width of the line stroke (line thickness) in Points. | LineStroke numeric Number |
Print Function Symbols | Print Function Symbols | Print Symbols for Functions (Sum, Average, Count) | If selected, print symbols - otherwise print names of the function | IsPrintFunctionSymbols character(1) NOT NULL Yes-No |
Function Color | Боја функције | Function Foreground Color | Foreground color of a function row | FunctFG_PrintColor_ID numeric(10) Table |
Function BG Color | Function BG Color | Function Background Color | Background color of a function row | FunctBG_PrintColor_ID numeric(10) Table |
Function Font | Function Font | Function row Font | Font of the function row | Funct_PrintFont_ID numeric(10) Table |
Image attached | Слика приложена | The image to be printed is attached to the record | 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 | URL слике | URL of image | URL of image; The image is not stored in the database, but retrieved at runtime. The image can be a gif, jpeg or png. | ImageURL character varying(120) URL |
Image | Слика | Image or Icon | Images and Icon can be used to display supported graphic formats (gif, jpg, png).
You can either load the image (in the database) or point to a graphic via a URI (i.e. it can point to a resource, http address) |
AD_Image_ID numeric(10) Table Direct |