Registration Attributes (прозорец ID-300)
От iDempiere bg
прозорец: Registration Attributes
описание: Asset Registration Attributes
помощ: Define the individual values for the Asset Registration
TAB: Атрибут
описание: Атрибут при регистриране на актив
помощ Define the individual values for the Asset Registration
Файл:Registration Attributes - Атрибут - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
Registration Attribute | Registration Attribute | Атрибут при регистриране на актив | Define the individual values for the Asset Registration | A_RegistrationAttribute_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 |
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 |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
Sequence | Последователност | Последователност на въвеждане на редовете | The Sequence indicates the order of records | SeqNo numeric(10) NOT NULL Integer |
Reference | Референция | System Reference and Validation | The Reference could be a display type, list or table validation. | AD_Reference_ID numeric(10) NOT NULL Table |
DB Column Name | Колона в БД | Име на колоната в БД | The Column Name indicates the name of a column on a table as defined in the database. | ColumnName character varying(30) String |
Reference Key | Значение по препратка | ако типът данни Таблица или Списък | 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 |
Self-Service | Самообслужване | Записа е Самообслужване или може да бъде променен при Самообслужване | Self-Service allows users to enter data or update their data. The flag indicates, that this record was entered or created via Self-Service or that the user can change it via the Self-Service functionality. | IsSelfService character(1) NOT NULL Yes-No |
TAB: Разпределяне на продукта
описание: Разпределяне на атрибути към продукти
помощ Определя кои атрибути се разпределят към продукта
Файл:Registration Attributes - Разпределяне на продукта - прозорец (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 |
Registration Attribute | Registration Attribute | Атрибут при регистриране на актив | Define the individual values for the Asset Registration | A_RegistrationAttribute_ID numeric(10) NOT NULL Table Direct |
Product | Продукт | Продукт | Identifies an item which is either purchased or sold in this organization. | M_Product_ID numeric(10) NOT NULL Search |
Description | Описание | Описание (не повече 255 символа) | A description is limited to 255 characters. | Description character varying(255) String |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |