POS Key Layout (Window ID-339)
Window: POS Key Layout
Description: POS Function Key Layout
Help:
Tab: POS Key Layout
Description: POS Function Key Layout
Help: POS Function Key Layout
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | C_POSKeyLayout.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | C_POSKeyLayout.AD_Org_ID numeric(10) 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. | C_POSKeyLayout.Name character varying(60) String |
Description | Optional short description of the record | A description is limited to 255 characters. | C_POSKeyLayout.Description character varying(255) String |
Comment/Help | Comment or Hint | The Help field contains a hint, comment or help about the use of this item. | C_POSKeyLayout.Help character varying(2000) Text |
Active | The record is active in the system | 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. |
C_POSKeyLayout.IsActive character(1) Yes-No |
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 |
C_POSKeyLayout.POSKeyLayoutType character(1) List |
Columns | Number of columns | The number of columns in the layout grid | C_POSKeyLayout.Columns numeric(10) Integer |
Print Color | Color used for printing and display | Colors used for printing and display | C_POSKeyLayout.AD_PrintColor_ID numeric(10) Table Direct |
Print Font | Maintain Print Font | Font used for printing | C_POSKeyLayout.AD_PrintFont_ID numeric(10) Table Direct |
Tab: POS Key
Description: POS Function Key
Help: POS Function Key Assignment
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | C_POSKey.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | C_POSKey.AD_Org_ID numeric(10) Table Direct |
POS Key Layout | POS Function Key Layout | POS Function Key Layout | C_POSKey.C_POSKeyLayout_ID numeric(10) Table Direct |
Sequence | Method of ordering records; lowest number comes first | The Sequence indicates the order of records | C_POSKey.SeqNo numeric(10) 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. | C_POSKey.Name character varying(60) String |
Description | Optional short description of the record | A description is limited to 255 characters. | C_POSKey.Description character varying(255) String |
Active | The record is active in the system | 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. |
C_POSKey.IsActive character(1) Yes-No |
Key Layout | Key Layout to be displayed when this key is pressed | C_POSKey.SubKeyLayout_ID numeric(10) Table | |
Product | Product, Service, Item | Identifies an item which is either purchased or sold in this organization. | C_POSKey.M_Product_ID numeric(10) Search |
Quantity | Quantity | The Quantity indicates the number of a specific product or item for this document. | C_POSKey.Qty numeric Quantity |
Description | C_POSKey.Text character varying(22) String | ||
Print Color | Color used for printing and display | Colors used for printing and display | C_POSKey.AD_PrintColor_ID numeric(10) Table Direct |
Print Font | Maintain Print Font | Font used for printing | C_POSKey.AD_PrintFont_ID numeric(10) Table Direct |
Column span | Number of columns spanned | C_POSKey.SpanX numeric(10) Integer | |
Row Span | Number of rows spanned | C_POSKey.SpanY numeric(10) Integer | |
Image | Image or Icon | 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) |
C_POSKey.AD_Image_ID numeric(10) Image |