表和列 (窗口 ID-100)
窗口: 表和列
描述: 维护表和列
幫助: The Table and Column Window defines all tables with their columns
TAB: 表
描述: 表定义
幫助 表(头)定义
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 |
DB Table Name | 数据库表名字 | Name of the table in the database | The DB Table Name indicates the name of the table in database. | TableName character varying(40) NOT NULL String |
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 |
View | 视图 | 这是视图 | This is a view rather than a table. A view is always treated as read only in the system. | IsView character(1) NOT NULL Yes-No |
Data Access Level | 数据访问级别 | 所要求的访问级别 | Indicates the access level required for this record or process. | AccessLevel character(1) NOT NULL List |
Maintain Change Log | 维护变化日志 | 维护变化的一个日志 | If selected, a log of all changes is maintained. | IsChangeLog character(1) NOT NULL Yes-No |
Replication Type | 复制类型 | 数据复制的类型 | The Type of data Replication determines the directon of the data replication. Reference means that the data in this system is read only -> |
ReplicationType character(1) NOT NULL List |
Window | 窗口 | 数据输入或显示视窗 | The Window field identifies a unique Window in the system. | AD_Window_ID numeric(10) Table Direct |
PO Window | 采购定单视窗 | 采购定单视窗 | Window for Purchase Order (AP) Zooms | PO_Window_ID numeric(10) Table |
Records deletable | 可删除的记录 | Indicates if records can be deleted from the database | The Records Deleteable checkbox indicates if a record can be deleted from the database. If records cannot be deleted, you can only deselect the Active flag | IsDeleteable character(1) NOT NULL Yes-No |
High Volume | 大量数据 | Use Search instead of Pick list | 那 High Volume Checkbox indicates if a search screen will display as opposed to a pick list for selecting records from this table. | IsHighVolume character(1) NOT NULL Yes-No |
Entity Type | 实体类型 | 字典实体类型; 确定所有者和同步性 | 实体类型"字典/Dictionary", "Adempiere" 和 "应用/Application" 能够自动的同步因此客户化的工作将被删除或覆盖
要客户化,请复制实体并选择"用户/User"! |
EntityType character varying(40) NOT NULL Table |
Create Columns from DB | 产生来自数据库的列 | 产生表的字典专栏不存在如专栏除了在数据库中之外 | If you have added columns in the database to this table, this procedure creates the Column records in the Dictionary. Please be aware, that they may deleted, if the entity type is not set to User. | ImportTable character(1) Button |
Copy Columns from Table | Copy Columns from Table | Create Dictionary Columns for a Table taking another as base | null | CopyColumnsFromTable character varying(1) Button |
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) 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 |
Table | 表 | 字段所在表 | The Table indicates the table in which a field or fields reside. | AD_Table_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 |
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 |
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 |
TAB: 列
描述: 表的列定义
幫助 Defines the columns of a table
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 |
Table | 表 | 字段所在表 | The Table indicates the table in which a field or fields reside. | AD_Table_ID numeric(10) NOT NULL Table Direct |
DB Column Name | 数据库列名 | Name of the column in the database | The Column Name indicates the name of a column on a table as defined in the database. | ColumnName character varying(30) NOT NULL String |
Column SQL | Column SQL | Virtual Column (r/o) | You can define virtual columns (not stored in the database). If defined, the Column name is the synonym of the SQL expression defined here. The SQL expression must be valid. Example: "Updated-Created" would list the age of the entry in days |
ColumnSQL character varying(2000) String |
System Element | 系统元素 | 系统元素使得我们能够对列的描述和帮助进行集中维护。 | 系统元素使得我们能够对数据库字段的描述、帮助和词汇进行集中维护。 | AD_Element_ID numeric(10) Search |
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 |
Version | 版本 | Version of the table definition | The Version indicates the version of this table definition. | Version numeric NOT NULL Amount |
Length | 长度 | Length of the column in the database | The Length indicates the length of a column as defined in the database. | FieldLength numeric(10) Integer |
Reference | 引用 | 系统引用 | The Reference indicates the type of reference field | AD_Reference_ID numeric(10) NOT NULL 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 |
Value Format | 值格式 | Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" | 验证元素:(空格)任何的个性
_ Space (fixed character) l any Letter a..Z NO space L any Letter a..Z NO space converted to upper case o any Letter a..Z or space O any Letter a..Z or space converted to upper case a any Letters &数字无空格 A any Letters & Digits NO space converted to upper case c any Letters &数字或空间 C any Letters & Digits or space converted to upper case 0 Digits 0..9 NO space 9 Digits 0..9 or space Example of format "(000)_000-0000" |
VFormat character varying(60) String |
Autocomplete | Autocomplete | Automatic completion for textfields | The autocompletion uses all existing values (from the same client and organization) of the field. | IsAutocomplete character(1) NOT NULL Yes-No |
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 |
Process | 进程 | 程序或报表 | The Process field identifies a unique Process or Report in the system. | AD_Process_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 |
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 |
Min. Value | 最小值 | 字段最小量值 | The Minimum Value indicates the lowest allowable value for a field. | ValueMin character varying(20) String |
Max. Value | 最大值 | 字段的最大值 | The Maximum Value indicates the highest allowable value for a field | ValueMax character varying(20) String |
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 |
Key column | 关键列 | This column is the key in this table | The key column must also be display sequence 0 in the field definition and may be hidden. | IsKey character(1) NOT NULL Yes-No |
Parent link column | 父表连接列 | This column is a link to the parent table (e.g. header from lines) - incl. Association key columns | The Parent checkbox indicates if this column is a link to the parent table. | IsParent character(1) NOT NULL Yes-No |
Mandatory | 强制性的 | Data entry is required in this column | The Mandatory checkbox indicates if the field is required for a record to be save to the database. | IsMandatory character(1) NOT NULL Yes-No |
Updatable | 可更新的 | Determines, if the field can be updated | The Updateable checkbox indicates if a field can be updated by the user. | IsUpdateable character(1) NOT NULL Yes-No |
Column Encryption | Column Encryption | Test and enable Column Encryption | To enable storage encryption or remove encryption is dangerous as you may loose data. You need to verify that the column is big enough to hold the encrypted value. You can provide your own encryption method, but cannot change it once enabled. The default implementation supports US ASCII String conversion (not Unicode, Numbers, Dates) |
IsEncrypted character(1) NOT NULL Button |
Always Updateable | Always Updateable | The column is always updateable, even if the record is not active or processed | If selected and if the winow / tab is not read only, you can always update the column. This might be useful for comments, etc. | IsAlwaysUpdateable 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) Text |
Mandatory Logic | Mandatory Logic | null | null | MandatoryLogic character varying(2000) Text |
Identifier | 标识符 | 本列是记录标识符的一部分 | The Identifier checkbox indicates that this column is part of the identifier or key for this table. | IsIdentifier 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 |
Callout | Callout | Function Calls separated by semicolons; SE_ SL_ UE_ UL_ - 1st: System User; 2nd: Enter Leave; 3rd: _ Underscore, - then Function Name | A Callout allow you to create Java extensions to perform certain tasks always after a value changed. Callouts should not be used for validation but consquences of a user selecting a certain value.
The callout is a Java class implementing org.compiere.model.Callout and a method name to call. Example: "org.compiere.model.CalloutRequest.copyText" instanciates the class "CalloutRequest" and calls the method "copyText". You can have multiple callouts by separating them via a semicolon |
Callout character varying(255) String |
Selection Column | 选择列 | Is this column used for finding rows in windows | If selected, the column is listed in the first find window tab and in the selection part of the window | IsSelectionColumn character(1) NOT NULL Yes-No |
Selection Column Sequence | Selection Column Sequence | Selection Column Sequence | For ordering sequence of selection column | SeqNoSelection numeric(10) Integer |
Translated | 已翻译 | 列被翻译 | The Translated checkbox indicates if this column is translated. | IsTranslated character(1) NOT NULL Yes-No |
Entity Type | 实体类型 | 字典实体类型; 确定所有者和同步性 | 实体类型"字典/Dictionary", "Adempiere" 和 "应用/Application" 能够自动的同步因此客户化的工作将被删除或覆盖
要客户化,请复制实体并选择"用户/User"! |
EntityType character varying(40) NOT NULL Table |
Allow Logging | Allow Logging | Determine if a column must be recorded into the change log | null | IsAllowLogging character(1) Yes-No |
Allow Copy | Allow Copy | Determine if a column must be copied when pushing the button to copy record | null | IsAllowCopy character(1) NOT NULL Yes-No |
Synchronize Column | 同步列 | 根据应用字典更新数据库表定义 | When selected, the database column definition is updated based on your entries in the Column definition of the Application Dictionary. Note that not all changes are supported by the database and may result in an error. | IsSyncDatabase character(1) Button |
TAB: 列翻译
描述: 列翻译
幫助 Do not translate - overwritten / translated automatically
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 |
Column | 列 | 在表中的列 | 链接到数据库表中的列。 | AD_Column_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 |
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 |
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 |
TAB: Used in Field
描述: null
幫助 null
File:表和列 - Used in Field - 窗口 (iDempiere 1.0.0).png
名稱 | 名稱 | 描述 | 幫助 | 產品規格 |
---|---|---|---|---|
Tab | 页签 | 窗口内的页签 | The Tab indicates a tab that displays within a window. | AD_Tab_ID numeric(10) NOT NULL Table Direct |
Field | 字段 | 一张数据库表上的字段 | 字段标识了数据库表的字段。 | AD_Field_ID numeric(10) NOT NULL ID |
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 |
TAB: Table Script Validator
描述: null
幫助 null
File:表和列 - Table Script Validator - 窗口 (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 |
Table | 表 | 字段所在表 | The Table indicates the table in which a field or fields reside. | AD_Table_ID numeric(10) NOT NULL Table Direct |
Event Model Validator | Event Model Validator | null | null | EventModelValidator character varying(4) NOT NULL List |
Rule | Rule | null | null | AD_Rule_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 |
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 |