窗口, 页签 &字段 (窗口 ID-102)
窗口: 窗口, 页签 &字段
描述: 维护窗口, 页签 &字段
幫助: The Window, Tab & Field Window defines the presentation of tables and columns within each window.
TAB: 窗口
描述: 窗口头定义
幫助 The Window Tab defines each window in the system.
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 |
Comment/Help | 注释/帮助 | 注释或提示 | The Help field contains a hint, comment or help about the use of this item. | Help character varying(2000) Text |
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 |
Beta Functionality | Beta 功能 | This functionality is considered Beta | Beta functionality is not fully tested or completed. | IsBetaFunctionality character(1) NOT NULL Yes-No |
WindowType | 窗口类型 | Type or classification of a Window | The Window Type indicates the type of window being defined (Maintain, Transaction or Query) | WindowType character(1) List |
Sales Transaction | 销售交易 | 这是销售交易 | The Sales Transaction checkbox indicates if this item is a Sales Transaction. | IsSOTrx character(1) NOT NULL Yes-No |
System Color | 颜色 | Color for backgrounds or indicators | null | AD_Color_ID numeric(10) Table Direct |
Image | 图像 | 系统图像或图标 | null | AD_Image_ID numeric(10) Table Direct |
Entity Type | 实体类型 | 字典实体类型; 确定所有者和同步性 | 实体类型"字典/Dictionary", "Adempiere" 和 "应用/Application" 能够自动的同步因此客户化的工作将被删除或覆盖
要客户化,请复制实体并选择"用户/User"! |
EntityType character varying(40) NOT NULL Table |
Default | 缺省值 | 缺省值 | The Default Checkbox indicates if this record will be used as a default value. | IsDefault character(1) NOT NULL Yes-No |
Window Width | Window Width | null | null | WinWidth numeric(10) Integer |
Window Height | Window Height | null | null | WinHeight numeric(10) Integer |
Copy Window Tabs | 复印视窗定位键 | 复印来自其他的窗户所有定位键和字段 | null | Processing character(1) Button |
TAB: 窗口翻译
描述: null
幫助 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 |
Window | 窗口 | 数据输入或显示视窗 | The Window field identifies a unique Window in the system. | AD_Window_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 |
Description | 描述 | 该记录的可选描述 | 描述最多为 255 个字符。 | Description character varying(255) String |
Comment/Help | 注释/帮助 | 注释或提示 | The Help field contains a hint, comment or help about the use of this item. | Help character varying(2000) Text |
TAB: 访问权限
描述: 窗口访问权限
幫助 The Window Access Tab defines the Roles which have access to this Window.
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 |
Window | 窗口 | 数据输入或显示视窗 | The Window field identifies a unique Window in the system. | AD_Window_ID numeric(10) NOT NULL Table Direct |
Role | 角色 | 职责角色 | The Role determines security and access a user who has this Role will have in the System. | AD_Role_ID numeric(10) NOT NULL Table Direct |
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 |
Read Write | 读写 | Field is read write | The Read Write indicates that this field may be read and updated. | IsReadWrite character(1) NOT NULL Yes-No |
TAB: 页签
描述: Tab definition within a window holds fields
幫助 The Tab Tab defines each Tab within a Window. Each Tab contains a discrete selection of fields.
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 |
Window | 窗口 | 数据输入或显示视窗 | The Window field identifies a unique Window in the system. | AD_Window_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 |
Comment/Help | 注释/帮助 | 注释或提示 | The Help field contains a hint, comment or help about the use of this item. | Help character varying(2000) Text |
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 |
Table | 表 | 字段所在表 | The Table indicates the table in which a field or fields reside. | AD_Table_ID numeric(10) NOT NULL Table Direct |
Entity Type | 实体类型 | 字典实体类型; 确定所有者和同步性 | 实体类型"字典/Dictionary", "Adempiere" 和 "应用/Application" 能够自动的同步因此客户化的工作将被删除或覆盖
要客户化,请复制实体并选择"用户/User"! |
EntityType character varying(40) NOT NULL Table |
Sequence | 序列 | Method of ordering records; lowest number comes first | The Sequence indicates the order of records | SeqNo numeric(10) NOT NULL Integer |
Tab Level | 定位键水平 | Hierarchical Tab Level (0 = top) | Hierarchical level of the tab. If the level is 0, it is the top entity. Level 1 entries are dependent on level 0, etc. | TabLevel numeric(10) NOT NULL Integer |
Single Row Layout | 单记录排列 | Default for toggle between Single- and Multi-Row (Grid) Layout | The Single Row Layout checkbox indicates if the default display type for this window is a single row as opposed to multi row. | IsSingleRow character(1) NOT NULL Yes-No |
Advanced Tab | Advanced Tab | This Tab contains advanced Functionality | The tab with advanced functionality is only displayed, if enabled in Tools>Preference. | IsAdvancedTab character(1) NOT NULL Yes-No |
Has Tree | 有树 | 窗口有树 | The Has Tree checkbox indicates if this window displays a tree metaphor. | HasTree character(1) NOT NULL Yes-No |
Accounting Tab | 会计页签 | This tab contain accounting information | The Accounting Tab checkbox indicates if this window contains accounting information. | IsInfoTab character(1) Yes-No |
Order Tab | 定单页签 | 页签定单 | null | IsSortTab character(1) NOT NULL Yes-No |
TranslationTab | 翻译页签 | This tab contains translation information | The Translation Tab checkbox indicate if a tab contains translation information. | IsTranslationTab character(1) NOT NULL Yes-No |
Order Column | 定单列 | 列决定定单 | Integer Column of the table determining the order (display, sort, ..). If defined, the Order By replaces the default Order By clause. It should be fully qualified (i.e. "tablename.columnname"). | AD_ColumnSortOrder_ID numeric(10) Table |
Included Column | 已包括列 | Column determining if a Table Column is included in Ordering | If a Included Column is defined, it decides, if a column is active in the ordering - otherwise it is determined that the Order Column has a value of one or greater | AD_ColumnSortYesNo_ID numeric(10) Table |
Link Column | Link Column | Link Column for Multi-Parent tables | The Link Column indicates which column is the primary key for those situations where there is more than one parent. Only define it, if the table has more than one parent column (e.g. AD_User_Roles). | AD_Column_ID numeric(10) Table Direct |
Parent Column | Parent Column | The link column on the parent tab. | null | Parent_Column_ID numeric(10) Table |
Process | 进程 | 程序或报表 | The Process field identifies a unique Process or Report in the system. | AD_Process_ID numeric(10) Table Direct |
Display Logic | 显示逻辑 | If the Field is displayed, the result determines if the field is actually displayed | >|<&> context := any global or window context value := strings logic operators := AND or OR with the previous result from left to right Example '@AD_Table_ID@=14 | @Language@!'GERGER' As it is always a string comparison, the string delimiters are optional, but suggested for future compatibility | DisplayLogic character varying(2000) String |
Read Only | 只读 | 字段被只有读 | The Read Only indicates that this field may only be Read. It may not be updated. | IsReadOnly character(1) NOT NULL Yes-No |
Insert Record | Insert Record | The user can insert a new Record | If not selected, the user cannot create a new Record. This is automatically disabled, if the Tab is Read Only. | IsInsertRecord character(1) NOT NULL Yes-No |
Read Only Logic | 只读逻辑 | Logic to determine if field is read only (applies only when field is read-write) | format := {expression} [{logic} {expression}] expression := @{context}@{operand}{value} or @{context}@{operand}{value} |
ReadOnlyLogic character varying(2000) String |
Commit Warning | 提交警告 | 保存时显示警告 | Warning or information displayed when committing the record | CommitWarning character varying(2000) Text |
Sql WHERE | SQL的Where子句 | Fully qualified WHERE clause | The Where Clause indicates the SQL WHERE clause to use for record selection. The WHERE clause is added to the query. Fully qualified means "tablename.columnname". | WhereClause character varying(2000) String |
Sql ORDER BY | SQL的Order By子句 | Fully qualified ORDER BY clause | The ORDER BY Clause indicates the SQL ORDER BY clause to use for record selection | OrderByClause character varying(2000) String |
Image | 图像 | 系统图像或图标 | null | AD_Image_ID numeric(10) Table Direct |
Create Fields | 产生字段 | 产生来自桌子的字段, 在定位键中仍然不存在 | 基于这个定位键的桌子,这个程序产生不见的字段 | ImportFields character(1) Button |
Copy Tab Fields | 复印定位键字段 | 复印来自其他定位键的字段 | null | Processing character(1) Button |
TAB: 页签翻译
描述: null
幫助 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 |
Tab | 页签 | 窗口内的页签 | The Tab indicates a tab that displays within a window. | AD_Tab_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 |
Description | 描述 | 该记录的可选描述 | 描述最多为 255 个字符。 | Description character varying(255) String |
Comment/Help | 注释/帮助 | 注释或提示 | The Help field contains a hint, comment or help about the use of this item. | Help character varying(2000) Text |
Commit Warning | 提交警告 | 保存时显示警告 | Warning or information displayed when committing the record | CommitWarning character varying(2000) String |
TAB: 字段序列
描述: Sequence if the Fields in a Tab
幫助 null
File:窗口, 页签 &字段 - 字段序列 - 窗口 (iDempiere 1.0.0).png
名稱 | 名稱 | 描述 | 幫助 | 產品規格 |
---|
TAB: Grid Sequence
描述: Defined field order for grid layout
幫助 null
File:窗口, 页签 &字段 - Grid Sequence - 窗口 (iDempiere 1.0.0).png
名稱 | 名稱 | 描述 | 幫助 | 產品規格 |
---|
TAB: 字段
描述: Field definitions in tabs in windows
幫助 The Field Tab defines the Fields displayed within a tab. Changes made to the Field Tab become visible after restart due to caching
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 |
Tab | 页签 | 窗口内的页签 | The Tab indicates a tab that displays within a window. | AD_Tab_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 |
Comment/Help | 注释/帮助 | 注释或提示 | The Help field contains a hint, comment or help about the use of this item. | Help character varying(2000) Text |
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 |
Included Tab | Included Tab | Included Tab in this Tab (Master Detail) | You can include a Tab in a Tab. If displayed in single row record, the included tab is displayed as multi-row table. | Included_Tab_ID numeric(10) Table |
Column | 列 | 在表中的列 | 链接到数据库表中的列。 | AD_Column_ID numeric(10) Table Direct |
Entity Type | 实体类型 | 字典实体类型; 确定所有者和同步性 | 实体类型"字典/Dictionary", "Adempiere" 和 "应用/Application" 能够自动的同步因此客户化的工作将被删除或覆盖
要客户化,请复制实体并选择"用户/User"! |
EntityType character varying(40) NOT NULL Table |
Field Group | 字段组 | 字段的合乎逻辑的配列 | The Field Group indicates the logical group that this field belongs to (History, Amounts, Quantities) | AD_FieldGroup_ID numeric(10) Table Direct |
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 |
Displayed | 显示 | Determines, if this field is displayed | If the field is displayed, the field Display Logic will determine at runtime, if it is actually displayed | IsDisplayed character(1) NOT NULL Yes-No |
Show in Grid | Show in Grid | null | null | IsDisplayedGrid character(1) Yes-No |
Read Only | 只读 | 字段被只有读 | The Read Only indicates that this field may only be Read. It may not be updated. | IsReadOnly character(1) NOT NULL Yes-No |
Display Logic | 显示逻辑 | If the Field is displayed, the result determines if the field is actually displayed | >|<&> context := any global or window context value := strings logic operators := AND or OR with the previous result from left to right Example '@AD_Table_ID@=14 | @Language@!'GERGER' As it is always a string comparison, the string delimiters are optional, but suggested for future compatibility | DisplayLogic character varying(2000) Text |
Encrypted | 加密的 | Display is encrypted by '*' - Independent from data storage encryption | Display encryption - all characters are displayed as '*'. Data storage encryption (i.e. you will not be able to report the data via report tools) is set in the Column definition. | IsEncrypted character(1) NOT NULL Yes-No |
Sequence | 序列 | Method of ordering records; lowest number comes first | The Sequence indicates the order of records | SeqNo numeric(10) Integer |
Grid Sequence No | Grid Sequence No | null | null | SeqNoGrid numeric(10) Integer |
Record Sort No | 记录排序号 | 决定记录按怎样的顺序显示。 | The Record Sort No indicates the ascending sort sequence of the records | SortNo numeric(10) Number |
Obscure | Obscure | Type of obscuring the data (limiting the display) | null | ObscureType character(3) List |
Heading only | 仅显示标题 | Field without Column - Only label is displayed | The Heading Only checkbox indicates if just the label will display on the screen | IsHeading character(1) NOT NULL Yes-No |
Field Only | 仅显示字段 | 不显示标签 | The Field Only checkbox indicates that the column will display without a label. | IsFieldOnly character(1) NOT NULL Yes-No |
Reference Overwrite | Reference Overwrite | System Reference - optional Overwrite | You can overwrite the Display Type, but only use this if you aware of the consequences. | AD_Reference_ID numeric(10) Table |
Dynamic Validation | 动态验证 | 验证规则 | The Validation Rule indicates a unique validation rule. These rules define how an entry is determined to valid or invalid. | AD_Val_Rule_ID numeric(10) Table Direct |
Reference Key | 引用关键字 | Required to specify, if data type is Table or List | The Reference Value indicates where the reference values are stored. It must be specified if the data type is Table or List. | AD_Reference_Value_ID numeric(10) Table |
Mandatory Overwrite | Mandatory Overwrite | Overwrite Field Mandatory status | The field must have a value for the record to be saved to the database. | IsMandatory character(1) List |
Allow Copy | Allow Copy | Determine if a column must be copied when pushing the button to copy record | null | IsAllowCopy character(1) List |
Default Logic | 缺省逻辑 | Default value hierarchy, separated by ; | The defaults are evaluated in the order of definition, the first not null value becomes the default value of the column. The values are separated by comma or semicolon. a) Literals:. 'Text' or 123 b) Variables - in format @Variable@ - Login e.g. #Date, #AD_Org_ID, #AD_Client_ID - Accounting Schema: e.g. $C_AcctSchema_ID, $C_Calendar_ID - Global defaults: e.g. DateFormat - Window values (all Picks, CheckBoxes, RadioButtons, and DateDoc DateAcct) c) SQL code with the tag: @SQL=SELECT something AS DefaultValue FROM ... The SQL statement can contain variables. There can be no other value other than the SQL statement. The default is only evaluated, if no user preference is defined. Default definitions are ignored for record columns as Key, Parent, Client as well as Buttons. | DefaultValue character varying(2000) Text |
Info Factory Class | Info Factory Class | Fully qualified class name that implements the InfoFactory interface | Fully qualified class name that implements the InfoFactory interface. This can be use to provide custom Info class for column. | InfoFactoryClass character varying(255) String |
Display Length | 显示长度 | Length of the display in characters | The display length is mainly for String fields. The length has no impact, if the data type of the field is - Integer, Number, Amount (length determined by the system) - YesNo (Checkbox) - List, Table, TableDir (length of combo boxes are determined by their content at runtime) | DisplayLength numeric(10) Integer |
Same Line | 相同的行 | Displayed on same line as previous field | The Same Line checkbox indicates that the field will display on the same line as the previous field. | IsSameLine 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) Integer |
Column Span | Column Span | Number of column for a box of field | null | ColumnSpan numeric(10) Integer |
Number of Lines | Number of Lines | Number of lines for a field | Number of lines for a field | NumLines numeric(10) Integer |
TAB: 字段翻译
描述: Menu Translation - May not need to be translated
幫助 Fields are automatically translated, if centrally maintained. You only need to translate not centrally maintained Fields.
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 |
Field | 字段 | 一张数据库表上的字段 | 字段标识了数据库表的字段。 | AD_Field_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 |
Description | 描述 | 该记录的可选描述 | 描述最多为 255 个字符。 | Description character varying(255) String |
Comment/Help | 注释/帮助 | 注释或提示 | The Help field contains a hint, comment or help about the use of this item. | Help character varying(2000) Text |