Разположение на ПОС клавиатура (прозорец ID-339)
От iDempiere bg
прозорец: Разположение на ПОС клавиатура
описание: Разположение на ПОС функционална клавиатура
помощ: null
TAB: Разположение на ПОС клавиатура
описание: Разположение на ПОС функционална клавиатура
помощ Разположение на ПОС функционална клавиатура
име | име | описание | помощ | спецификации |
---|---|---|---|---|
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 |
POS Key Layout Type | POS Key Layout Type | The type of Key Layout | Keyboard: used for POS text field on screen keyboard
Numberpad: used for POS numeric field on screen numberpad Product: used to quickly add products to POS order |
POSKeyLayoutType character(1) List |
Columns | Columns | Number of columns | The number of columns in the layout grid | Columns numeric(10) Integer |
Print Color | Цвят на отпечатване | Color used for printing and display | Colors used for printing and display | AD_PrintColor_ID numeric(10) Table Direct |
Print Font | Шрифт за печатане | Maintain Print Font | Font used for printing | AD_PrintFont_ID numeric(10) Table Direct |
TAB: Key Sequence
описание: Key Sequence
помощ null
Файл:Разположение на ПОС клавиатура - Key Sequence - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|
TAB: ПОС бутон
описание: ПОС функционален бутон
помощ Разпределяне на ПОС функционален бутон
Файл:Разположение на ПОС клавиатура - ПОС бутон - прозорец (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 |
POS Key Layout | Разположение на ПОС клавиатура | Разположение на ПОС функционална клавиатура | Разположение на ПОС функционална клавиатура | C_POSKeyLayout_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 |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
Key Layout | Key Layout | Key Layout to be displayed when this key is pressed | null | SubKeyLayout_ID numeric(10) Table |
Product | Продукт | Продукт | Identifies an item which is either purchased or sold in this organization. | M_Product_ID numeric(10) Search |
Quantity | Количество | Количество | The Quantity indicates the number of a specific product or item for this document. | Qty numeric Quantity |
Text | Text | null | null | Text character varying(22) String |
Print Color | Цвят на отпечатване | Color used for printing and display | Colors used for printing and display | AD_PrintColor_ID numeric(10) Table Direct |
Print Font | Шрифт за печатане | Maintain Print Font | Font used for printing | AD_PrintFont_ID numeric(10) Table Direct |
Column span | Column span | Number of columns spanned | null | SpanX numeric(10) Integer |
Row Span | Row Span | Number of rows spanned | null | SpanY numeric(10) Integer |
Image | Изображение | Системно Изображение | Images and Icon can be used to display supported graphic formats (gif, jpg, png).
You can either load the image (in the database) or point to a graphic via a URI (i.e. it can point to a resource, http address) |
AD_Image_ID numeric(10) Image |