Отпечатване таблица формат (прозорец ID-243)
прозорец: Отпечатване таблица формат
описание: Define Report Table Format
помощ: 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: Отпечатване таблица формат
описание: Define Report Table Format
помощ 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 | Организация | Подразделение на клиента | An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. | AD_Org_ID numeric(10) NOT NULL Table Direct |
Name | Наименование | Не повече от 60 знака | The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. | Name character varying(60) NOT NULL String |
Description | Описание | Описание (не повече 255 символа) | A description is limited to 255 characters. | Description character varying(255) String |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
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 | Цвят на заглавието | Цвят на заглавието | Table header row foreground color | HdrTextFG_PrintColor_ID numeric(10) Table |
Header Row BG Color | Фон на заглавието | Фон на заглавието | Table header row background color | HdrTextBG_PrintColor_ID numeric(10) Table |
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 | Цвят на заглавието | Цвят на заглавието | 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 table lines | IsPaintVLines character(1) NOT NULL Yes-No |
Paint Horizontal Lines | Начертаване на хориз. граници | Начертаване на хориз. граници | Paint horizontal table lines | IsPaintHLines character(1) NOT NULL Yes-No |
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 | Печат на функционални символи | Печат на символи,иначе имена | If selected, print symbols - otherwise print names of the function | IsPrintFunctionSymbols character(1) NOT NULL Yes-No |
Function Color | Функционален цвят | Функционален цвят | Foreground color of a function row | FunctFG_PrintColor_ID numeric(10) Table |
Function BG Color | Функционален фон | Функционален фон | Background color of a function row | FunctBG_PrintColor_ID numeric(10) Table |
Function Font | Функционален шрифт | Функционален шрифт | Font of the function row | Funct_PrintFont_ID numeric(10) Table |
Image attached | Прикачено изображение | Прикачено изображение | 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 изображения (изображенията не се съхраняват в базата) | 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 | Изображение | Системно Изображение | 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 |