打印表格式 (窗口 ID-243)
窗口: 打印表格式
描述: 定义报表表格式
幫助: The Print Table Format lets you define how table header, etc. is printed
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.
File:打印表格式 - 打印表格式 - 窗口 (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 | 名称 | Alphanumeric identifier of the entity | 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 个字符。 | Description character varying(255) String |
Active | 有效 | 本记录有效 | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
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 | 抬头颜色 | Foreground color if the table header row | Table header row foreground color | HdrTextFG_PrintColor_ID numeric(10) Table |
Header Row BG Color | 抬头 BG 颜色 | Background color of header row | Table header row background color | HdrTextBG_PrintColor_ID numeric(10) Table |
Header Row Font | 抬头字型 | 抬头字型 | 表抬头的字型 | 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 | 绘图 V 线 | 垂直的线绘图 | 绘图垂直的表 | IsPaintVLines character(1) NOT NULL Yes-No |
Paint Horizontal Lines | 绘图 H 线 | Paint horizontal lines | 绘图水平线表 | IsPaintHLines character(1) NOT NULL Yes-No |
Paint Boundary Lines | 绘图边界线 | 绘图表边界线 | 在表的周围绘图线 | IsPaintBoundaryLines character(1) NOT NULL Yes-No |
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 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 | 函数颜色 | 函数前景颜色 | 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 | 函数字体 | 函数行字体 | 函数行字体 | 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 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 | 图像 | 系统图像或图标 | null | AD_Image_ID numeric(10) Table Direct |