Info Window (窗口 ID-385)

来自iDempiere zh
跳转至:导航搜索



窗口: Info Window

描述: Define Info and search/select Window

幫助: The Info window is used to search and select records as well as display information relevant to the selection.



TAB: Window

描述: Info and search/select Window


幫助 The Info window is used to search and select records as well as display information relevant to the selection.


File:Info Window - Window - 窗口 (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
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
Sql FROM From子句 SQL的From子句 null FromClause
character varying(2000) NOT NULL
Text
Other SQL Clause Other Clause Other SQL Clause Any other complete clause like GROUP BY, HAVING, ORDER BY, etc. after WHERE clause. OtherClause
character varying(2000)
Text
Validate Validate Validate Info Window SQL Validate generated Info Window SQL Processing
character(1)
Button




TAB: Window Translation

描述: Info Window Translation


幫助 null


File:Info Window - Window Translation - 窗口 (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
Info Window Info Window Info and search/select Window The Info window is used to search and select records as well as display information relevant to the selection. AD_InfoWindow_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
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
Translated 已翻译 列被翻译 The Translated checkbox indicates if this column is translated. IsTranslated
character(1) NOT NULL
Yes-No




TAB: Column

描述: Info Window Column


幫助 Column in the Info Window for display and/or selection. If used for selection, the column cannot be a SQL expression. The SQL clause must be fully qualified based on the FROM clause in the Info Window definition


File:Info Window - Column - 窗口 (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
Info Window Info Window Info and search/select Window The Info window is used to search and select records as well as display information relevant to the selection. AD_InfoWindow_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
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
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
Query Criteria Query Criteria The column is also used as a query criteria The column is used to enter queries - the SQL cannot be an expression IsQueryCriteria
character(1) NOT NULL
Yes-No
Reference 引用 系统引用 The Reference indicates the type of reference field AD_Reference_ID
numeric(10) NOT NULL
Table
Sql SELECT select子句 SQL select子句 The Select Clause indicates the SQL SELECT clause to use for selecting the record for a measure calculation. SelectClause
character varying(255) NOT NULL
String
System Element 系统元素 系统元素使得我们能够对列的描述和帮助进行集中维护。 系统元素使得我们能够对数据库字段的描述、帮助和词汇进行集中维护。 AD_Element_ID
numeric(10)
Table Direct
Entity Type 实体类型 字典实体类型; 确定所有者和同步性 实体类型"字典/Dictionary", "Adempiere" 和 "应用/Application" 能够自动的同步因此客户化的工作将被删除或覆盖

要客户化,请复制实体并选择"用户/User"!

EntityType
character varying(40) NOT NULL
Table




TAB: Column Translation

描述: Infow Window Column Translation


幫助 null


File:Info Window - Column Translation - 窗口 (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
Info Column Info Column Info Window Column Column in the Info Window for display and/or selection. If used for selection, the column cannot be a SQL expression. The SQL clause must be fully qualified based on the FROM clause in the Info Window definition AD_InfoColumn_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
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
Translated 已翻译 列被翻译 The Translated checkbox indicates if this column is translated. IsTranslated
character(1) NOT NULL
Yes-No


Contributions / Posts

Cookie帮助我们提供我们的服务。通过使用我们的服务,您同意我们使用cookie。