打印纸 (窗口 ID-241)
来自iDempiere zh
窗口: 打印纸
描述: 维护打印纸
幫助: Printer Paper Size, Orientation and Margins
TAB: 打印纸
描述: 维护打印纸
幫助 Printer Paper Size, Orientation and Margins.
The Validation Code contains the Media Size name. The names of the media sizes correspond to those in the IPP 1.1 RFC 2911 - http: www.ietf.org rfc rfc2911.txt
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 |
Landscape | 水平 | 水平方向 | null | IsLandscape character(1) NOT NULL Yes-No |
Validation code | 错误信息 | Validation Code 错误信息 | The Validation Code displays the date, time and message of the error. | Code character varying(2000) NOT NULL String |
Dimension Units | Dimension Units | Units of Dimension | null | DimensionUnits character(1) List |
Size X | Size X | X (horizontal) dimension size | Size of X (horizontal) dimension in Units | SizeX numeric Number |
Size Y | Size Y | Y (vertical) dimension size | Size of Y (vertical) dimension in Units | SizeY numeric Number |
Top Margin | 上边距 | Top Space in 1 72 inch | Space on top of a page in 1 72 inch | MarginTop numeric(10) NOT NULL Integer |
Bottom Margin | 底部边距 | Bottom Space in 1 72 inch | Space on bottom of a page in 1 72 inch | MarginBottom numeric(10) NOT NULL Integer |
Left Margin | 左边边距 | Left Space in 1 72 inch | Space on left side of a page in 1 72 inch | MarginLeft numeric(10) NOT NULL Integer |
Right Margin | 右边距 | Right Space in 1 72 inch | Space on right side of a page in 1 72 inch | MarginRight numeric(10) NOT NULL Integer |
Set Print Format | 设定打印格式 | Set for all Print Formats with same Landscape Portrait | null | Processing character(1) Button |