From 1ea6867e1f3d7b8cd50e87d55ae580383c05ff5b Mon Sep 17 00:00:00 2001 From: AbleKSaju <126228406+AbleKSaju@users.noreply.github.com> Date: Thu, 26 Dec 2024 18:51:51 +0530 Subject: [PATCH] upd: POSSettings schema --- schemas/app/inventory/Point of Sale/POSSettings.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/schemas/app/inventory/Point of Sale/POSSettings.json b/schemas/app/inventory/Point of Sale/POSSettings.json index 4899871c..e23e2a2c 100644 --- a/schemas/app/inventory/Point of Sale/POSSettings.json +++ b/schemas/app/inventory/Point of Sale/POSSettings.json @@ -65,22 +65,22 @@ "section": "Barcode" }, { - "fieldname": "randomNumberLength", - "label": "Random Number Length", + "fieldname": "checkDigit", + "label": "Check Digit", "fieldtype": "Int", "default": 0, "section": "Barcode" }, { - "fieldname": "ItemBarcodeLength", - "label": "Item Barcode Length", + "fieldname": "itemCodeDigits", + "label": "Item Code Digits", "fieldtype": "Int", "default": 0, "section": "Barcode" }, { - "fieldname": "quantityBarcodeLength", - "label": "Quantity Barcode Length", + "fieldname": "itemWeight", + "label": "item Weight", "fieldtype": "Int", "default": 0, "section": "Barcode"