Info Window (прозорец ID-385)

От iDempiere bg
Направо към:навигация, търсене



прозорец: Info Window

описание: Define Info and search/select Window

помощ: Прозорецът за информация се използва за да се търсят и избират записи както и за да се показва информация уместна за избора.



TAB: Прозорец

описание: Прозорец за информация и за търсене/избиране


помощ Прозорецът за информация се използва за да се търсят и избират записи както и за да се показва информация уместна за избора.


Файл:Info 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 Наименование Не повече от 60 знака 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 символа) A description is limited to 255 characters. 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 Активен Записа е активен Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) IsActive
character(1) NOT NULL
Yes-No
Table Таблица Database Table information The Database Table provides the information of the table definition AD_Table_ID
numeric(10) NOT NULL
Table Direct
Entity Type Вид цялост Dictionary Entity Type; Determines ownership and synchronization The Entity Types "Dictionary", "Compiere" and "Application" might be automatically synchronized and customizations deleted or overwritten.

For customizations, copy the entity and select "User"!

EntityType
character varying(40) NOT NULL
Table
Sql FROM Sql FROM SQL FROM clause The Select Clause indicates the SQL FROM clause to use for selecting the record for a measure calculation. It can have JOIN clauses. Do not include the FROM itself. FromClause
character varying(2000) NOT NULL
Text
Other SQL Clause Other Clause Other 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: Превод на прозорец

описание: Превод информационен прозорец


помощ null


Файл:Info 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
Info Window Инфо прозорец Прозорец за информация и за търсене/избиране Прозорецът за информация се използва за да се търсят и избират записи както и за да се показва информация уместна за избора. AD_InfoWindow_ID
numeric(10) NOT NULL
Table Direct
Language Език Език за този партньор The Language identifies the language to use for display and formatting AD_Language
character varying(6) NOT NULL
Table
Name Наименование Не повече от 60 знака 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 символа) A description is limited to 255 characters. 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 Прехвърлено This column is translated The Translated checkbox indicates if this column is translated. IsTranslated
character(1) NOT NULL
Yes-No




TAB: Колона

описание: Колона информационен прозорец


помощ 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


Файл:Info 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
Info Window Инфо прозорец Прозорец за информация и за търсене/избиране Прозорецът за информация се използва за да се търсят и избират записи както и за да се показва информация уместна за избора. AD_InfoWindow_ID
numeric(10) NOT NULL
Table Direct
Sequence Последователност Последователност на въвеждане на редовете The Sequence indicates the order of records SeqNo
numeric(10) NOT NULL
Integer
Name Наименование Не повече от 60 знака 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 символа) A description is limited to 255 characters. 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 Активен Записа е активен Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) IsActive
character(1) NOT NULL
Yes-No
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 Референция System Reference and Validation The Reference could be a display type, list or table validation. AD_Reference_ID
numeric(10) NOT NULL
Table
Sql SELECT Select Clause SQL SELECT clause 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 Елемент Системен елемент, позволяващ организацията на описанията, терминологиите и HELP за информационна колона ? The System Element allows for the central maintenance of help, descriptions and terminology for a database column. AD_Element_ID
numeric(10)
Table Direct
Entity Type Вид цялост Dictionary Entity Type; Determines ownership and synchronization The Entity Types "Dictionary", "Compiere" and "Application" might be automatically synchronized and customizations deleted or overwritten.

For customizations, copy the entity and select "User"!

EntityType
character varying(40) NOT NULL
Table




TAB: Превод колона

описание: Превод колона информационен прозорец


помощ null


Файл:Info 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
Info Column Info 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 and formatting AD_Language
character varying(6) NOT NULL
Table
Name Наименование Не повече от 60 знака 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 символа) A description is limited to 255 characters. 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 Прехвърлено This column is translated The Translated checkbox indicates if this column is translated. IsTranslated
character(1) NOT NULL
Yes-No


Contributions / Posts

Cookies help us deliver our services. By using our services, you agree to our use of cookies.