Window: POS Key Layout
[Created: 09/07/2004 - Updated: 17/02/2022 ]
Description: POS Function Key Layout
Help:

Tab: POS Key Layout
[Created: 09/07/2004 - Updated: 02/01/2000 ]
Description: POS Function Key Layout
Help: POS Function Key Layout
Tab Level: 0
Table 10: POS Key Layout - Fields
Table: Report Parameters
| Name | Description | Help | Technical Info |
|---|---|---|---|
| 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 keyboardNumberpad: used for POS numeric field on screen numberpadProduct: 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
[Created: 09/07/2004 - Updated: 02/01/2000 ]
Description: POS Function Key
Help: POS Function Key Assignment
Tab Level: 1
Table 20: POS Key - Fields
Table: Report Parameters
| Name | Description | Help | Technical Info |
|---|---|---|---|
| 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 |