From 627924d9af05da354307c258c52bdb0103e59a26 Mon Sep 17 00:00:00 2001 From: AbleKSaju <126228406+AbleKSaju@users.noreply.github.com> Date: Thu, 26 Dec 2024 15:10:24 +0530 Subject: [PATCH] upd: update POSSettings schema --- schemas/app/Item.json | 7 +++++ .../inventory/Point of Sale/POSSettings.json | 28 +++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/schemas/app/Item.json b/schemas/app/Item.json index b3abae23..2f26e880 100644 --- a/schemas/app/Item.json +++ b/schemas/app/Item.json @@ -117,6 +117,13 @@ "placeholder": "HSN/SAC Code", "section": "Inventory" }, + { + "fieldname": "weightBarcode", + "label": "Weight Barcode", + "fieldtype": "Data", + "placeholder": "Weight Barcode", + "section": "Inventory" + }, { "fieldname": "barcode", "label": "Barcode", diff --git a/schemas/app/inventory/Point of Sale/POSSettings.json b/schemas/app/inventory/Point of Sale/POSSettings.json index 5f8d12d5..4899871c 100644 --- a/schemas/app/inventory/Point of Sale/POSSettings.json +++ b/schemas/app/inventory/Point of Sale/POSSettings.json @@ -56,6 +56,34 @@ "default": "Classic", "required": true, "section": "Default" + }, + { + "fieldname": "weightEnabledBarcode", + "label": "Weigth Enabled Barcode", + "fieldtype": "Check", + "default": false, + "section": "Barcode" + }, + { + "fieldname": "randomNumberLength", + "label": "Random Number Length", + "fieldtype": "Int", + "default": 0, + "section": "Barcode" + }, + { + "fieldname": "ItemBarcodeLength", + "label": "Item Barcode Length", + "fieldtype": "Int", + "default": 0, + "section": "Barcode" + }, + { + "fieldname": "quantityBarcodeLength", + "label": "Quantity Barcode Length", + "fieldtype": "Int", + "default": 0, + "section": "Barcode" } ] }