Предпочитания (прозорец ID-129)
От iDempiere bg
прозорец: Предпочитания
описание: Maintain System Client Org and User Preferences
помощ: System Admin use only.
TAB: Предпочитания
описание: Maintain System Client Org and User Preferences
помощ null
Файл:Предпочитания - Предпочитания - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
Preference | Предпочитания | Personal Value Preference | null | AD_Preference_ID numeric(10) NOT NULL ID |
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 |
User/Contact | Лице за контакт | Потребител на системата - Вътрешен или Партньор за контакти | The User identifies a unique user in the system. This could be an internal user or a business partner contact | AD_User_ID numeric(10) Table Direct |
Window | Прозорец | Data entry or display window | The Window field identifies a unique Window in the system. | AD_Window_ID numeric(10) Table Direct |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
Attribute | Атрибут | null | null | Attribute character varying(60) NOT NULL String |
Search Key | Код | Ключ за търсене на записа в подходящ формат - трябва да е уникален | A search key allows you a fast method of finding a particular record.
If you leave the search key empty, the system automatically creates a numeric number. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table (e.g. C_Order). |
Value character varying(60) NOT NULL String |