KVS
This is how to implement kvs. Ref : GitHub Project
This is how to create a dropdown to use the actions of the KVS in app. Ref : GitHub Project
Structure of a KVS
- key : id of the field + . + action
- Example: pfqcn_phprconfig_pos_main_informationsForm_deliveryDate_field.show
{
"id": 3,
"key": "pfqcn_phprconfig_pos_main_informationForm_deliveryDate_field.show",
"value": "1",
"description": "Hide/Show the delivery date input (0) to hide (1) to show"
}List of user specific KVS
- Toggle input delivery date (Info page)
- Make the total quantity of a product toggable (lines page)
- The limit should be toggable because someone can sell something even if the quantity is not sufficient (lines)
- Actions buttons should be toggable (lines)
- System (in manual line) should show or not depending on KVS
- Show or not currency
- Show $ or CAD
Related
- POS Boundaries (KVS Limitation) — KVS-driven min/max guardrails on payment, refund, line and tax inputs.
Last updated on