打印格式 (窗口 ID-240)
窗口: 打印格式
描述: 维护打印格式
幫助: The print format determines how data is rendered for print.
TAB: 打印格式
描述: 维护打印格式
幫助 The print format determines how data is rendered for print.
File:打印格式 - 打印格式 - 窗口 (iDempiere 1.0.0).png
名稱 | 名稱 | 描述 | 幫助 | 產品規格 |
---|---|---|---|---|
Print Format | 打印格式 | 数据打印格式 | The print format determines how data is rendered for print. | AD_PrintFormat_ID numeric(10) NOT NULL ID |
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 |
Table | 表 | 字段所在表 | The Table indicates the table in which a field or fields reside. | AD_Table_ID numeric(10) NOT NULL Table Direct |
Report View | 报表视图 | View used to generate this report | The Report View indicates the view used to generate this report. | AD_ReportView_ID numeric(10) Table Direct |
Form | 表单 | If Selected, a Form is printed, if not selected a columnar List report | A form has individual elements with layout information (example: invoice, check)
|
IsForm character(1) NOT NULL Yes-No |
Table Based | 基于表 | 表立基于了目录报表 | Table based columnar list reporting is invoked from the Window Report button | IsTableBased character(1) NOT NULL Yes-No |
Print Paper | 打印纸 | 打印机纸定义 | Printer Paper Size, Orientation and Margins | AD_PrintPaper_ID numeric(10) NOT NULL Table Direct |
Standard Header/Footer | Standard Header Footer | The standard Header and Footer is used | If the standard header is not used, it must be explicitly defined. | IsStandardHeaderFooter character(1) NOT NULL Yes-No |
Print Table Format | 打印表格式 | 在报表中的表格式 | Print Table Format determines Fonts, Colors of the printed Table | AD_PrintTableFormat_ID numeric(10) Table Direct |
Printer Name | 打印机名 | 打印机的名字 | 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 | 抬头边距 | Margin of the Header in 1 72 of an inch | 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 | 脚边距 | Margin of the Footer in 1 72 of an inch | 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 | 打印字型 | 维护打印字型 | 打印用的字型 | AD_PrintFont_ID numeric(10) NOT NULL Table Direct |
Print Color | 打印颜色 | 打印用的颜色 | 打印用的颜色 | 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 | 复制或者创建 | 复制已存在或者根据表产生打印格式 | Select either a table to create a print format or a print format to copy into the current print format. | CreateCopy character(1) Button |
Classname | 类名 | 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: 显示次序
描述: Display Order of the Print Format Items
幫助 null
File:打印格式 - 显示次序 - 窗口 (iDempiere 1.0.0).png
名稱 | 名稱 | 描述 | 幫助 | 產品規格 |
---|
TAB: 排序次序
描述: Sort Order of the Print Format Items
幫助 null
File:打印格式 - 排序次序 - 窗口 (iDempiere 1.0.0).png
名稱 | 名稱 | 描述 | 幫助 | 產品規格 |
---|
TAB: 格式项目
描述: 打印格式项目
幫助 Item in the print format maintaining layout information
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 |
Print Format | 打印格式 | 数据打印格式 | The print format determines how data is rendered for print. | AD_PrintFormat_ID numeric(10) NOT NULL Table Direct |
Sequence | 序列 | Method of ordering records; lowest number comes first | The Sequence indicates the order of records | SeqNo numeric(10) NOT NULL Integer |
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 |
Print Text | 打印文本 | The label text to be printed on a document or correspondence. | 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 | 打印标签后缀 | The label text to be printed on a document or correspondence after the field | 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 | 有效 | 本记录有效 | 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 |
Centrally maintained | 集中维护 | Information maintained in System Element table | The Centrally Maintained checkbox indicates if the Name, Description and Help maintained in 'System Element' table or 'Window' table. | IsCentrallyMaintained character(1) NOT NULL Yes-No |
Suppress Null | 压缩空值 | Suppress columns or elements with NULL value | 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 | 格式类型 | 打印格式类型 | The print format type determines what will be printed. | PrintFormatType character(1) NOT NULL List |
Column | 列 | 在表中的列 | 链接到数据库表中的列。 | AD_Column_ID numeric(10) Table Direct |
Line Width | 线宽度 | 线的宽度 | 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 | 已包括打印格式 | Print format that is included here. | 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 | Image Field | 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 | 图像附件 | 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) NOT NULL 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 |
Area | 区域 | 打印区域 | 打印该项目的区域 | PrintAreaType character(1) NOT NULL List |
Barcode Type | Barcode Type | Type of barcode | null | BarcodeType character(3) List |
Relative Position | 相对位置 | The item is relative positioned (not absolute) | 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 | 设定 NL 位置 | 设定新的线位置 | 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 | X 位置 | Absolute X (horizontal) position in 1 72 of an inch | Absolute X (horizontal) position in 1 72 of an inch | XPosition numeric(10) NOT NULL Integer |
Y Position | Y 位置 | Absolute Y (vertical) position in 1 72 of an inch | Absolute Y (vertical) position in 1 72 of an inch | YPosition numeric(10) NOT NULL Integer |
Next Line | 下一行 | Print item on next line | If not selected, the item is printed on the same line | IsNextLine character(1) NOT NULL Yes-No |
Next Page | 下一页 | The column is printed on the next page | Before printing this column, there will be a page break. | IsNextPage character(1) NOT NULL Yes-No |
Below Column | 下面列 | Print this column below the column index entered | 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 | 线对准 | 线对准 | For relative positioning, the line alignment | LineAlignmentType character(1) NOT NULL List |
Field Alignment | 字段对准 | 字段本文对准 | 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 | X 空间 | Relative X (horizontal) space in 1 72 of an inch | 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 | Y 空间 | Relative Y (vertical) space in 1 72 of an inch | 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 | 最大宽度 | Maximum Width in 1 72 if an inch - 0 = no restriction | 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 | 固定的宽度 | 列有固定的宽度 | The Column has a fixed width, independent from the content | IsFixedWidth character(1) NOT NULL Yes-No |
Shape Type | Shape Type | Type of the shape to be painted | null | ShapeType character(1) List |
Max Height | 最大高度 | Maximum Height in 1 72 if an inch - 0 = no restriction | 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 | 仅一行 | If selected, only one line is printed | If the column has a width restriction, the text is broken into multiple lines. If One Line is selected, only the first line is printed. | IsHeightOneLine character(1) NOT NULL Yes-No |
Fill Shape | Fill Shape | Fill the shape with the color selected | null | IsFilledRectangle character(1) NOT NULL Yes-No |
Print Color | 打印颜色 | 打印用的颜色 | 打印用的颜色 | AD_PrintColor_ID numeric(10) Table Direct |
Print Font | 打印字型 | 维护打印字型 | 打印用的字型 | AD_PrintFont_ID numeric(10) Table Direct |
Arc Diameter | Arc Diameter | Arc Diameter for rounded Rectangles | Width of the horizontal/vertical diameter of the arc at the four corners | ArcDiameter numeric(10) Integer |
Order by | Order by | Include in sort order | 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 | 记录排序号 | 决定记录按怎样的顺序显示。 | 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 | 分组 | After a group change, totals, etc. are printed | 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 | 新的页 | 有新的页开始 | Before printing this item, create a new page | IsPageBreak character(1) NOT NULL Yes-No |
Calculate Sum (Σ) | 计算总数 | Calculate the total sum of numeric content or length | 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 | Running Total | 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 (№) | Calculate Count | Count number of not empty elements | 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 | Running Total Lines | 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 (↓) | Calculate Minimum (↓) | Calculate the minimum amount | 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 (?) | Calculate Maximim (↑) | Calculate the maximim amount | 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 (μ) | 计算 Mean (μ) | Calculate Average of numeric content or length | 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 (σ²) | Calculate Variance (σ²) | Calculate Variance | The Variance (σ²) is the a measure of dispersion - used in combination with the Mean (μ) | IsVarianceCalc character(1) NOT NULL Yes-No |
Calculate Deviation (σ) | Calculate Deviation (σ) | Calculate Standard Deviation | The Standard Deviation (σ) is the a measure of dispersion - used in combination with the Mean (μ) | IsDeviationCalc character(1) NOT NULL Yes-No |
TAB: 项翻译
描述: 打印格式翻译
幫助 null
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 |
Print Format Item | 打印格式项目 | Item Column in the Print format | Item Column in the print format maintaining layout information | AD_PrintFormatItem_ID numeric(10) NOT NULL Table Direct |
Language | 语言 | 本客户使用的语言 | The Language identifies the language to use for display | AD_Language character varying(6) NOT NULL Table |
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 |
Translated | 已翻译 | 列被翻译 | The Translated checkbox indicates if this column is translated. | IsTranslated character(1) NOT NULL Yes-No |
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 |
Print Text | 打印文本 | The label text to be printed on a document or correspondence. | 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 | 打印标签后缀 | The label text to be printed on a document or correspondence after the field | 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: 统计图
描述: 定义曲线图被包括在内
幫助 null
File:打印格式 - 统计图 - 窗口 (iDempiere 1.0.0).png
名稱 | 名稱 | 描述 | 幫助 | 產品規格 |
---|---|---|---|---|
Graph | 图表 | 在报表中包括图表 | Pie Line Graph to be printed in Reports | AD_PrintGraph_ID numeric(10) NOT NULL ID |
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 |
Print Format | 打印格式 | 数据打印格式 | The print format determines how data is rendered for print. | AD_PrintFormat_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 |
Graph Type | 图表类型 | 图表类型 | 图表类型 | GraphType character(1) NOT NULL List |
Description Column | 描述列 | Description Column for Pie Line Bar Charts | Graph Description Column for Pie and Line Bar Charts | Description_PrintFormatItem_ID numeric(10) NOT NULL Table |
Data Column | 数据列 | Data Column for Pie and Line Charts | Graph Data Column for Pie and Line Bar Charts | Data_PrintFormatItem_ID numeric(10) NOT NULL Table |
Data Column 2 | 数据列 2 | 数据列为线制成图表 | Additional Graph Data Column for Line Bar Charts | Data1_PrintFormatItem_ID numeric(10) Table |
Data Column 3 | 数据列 3 | 数据列为线制成图表 | Additional Graph Data Column for Line Bar Charts | Data2_PrintFormatItem_ID numeric(10) Table |
Data Column 4 | 数据列 4 | 数据列为线制成图表 | Additional Graph Data Column for Line Bar Charts | Data3_PrintFormatItem_ID numeric(10) Table |
Data Column 5 | 数据列 5 | 数据列为线制成图表 | Additional Graph Data Column for Line Bar Charts | Data4_PrintFormatItem_ID numeric(10) Table |