2022-03-23 13:01:15 +05:30
|
|
|
{
|
|
|
|
"name": "Item",
|
|
|
|
"label": "Item",
|
|
|
|
"isSingle": false,
|
2022-04-29 18:30:24 +05:30
|
|
|
"naming": "manual",
|
2022-03-23 13:01:15 +05:30
|
|
|
"fields": [
|
|
|
|
{
|
|
|
|
"fieldname": "image",
|
|
|
|
"label": "Image",
|
2023-02-21 11:04:35 +05:30
|
|
|
"section": "Default",
|
2022-03-23 13:01:15 +05:30
|
|
|
"fieldtype": "AttachImage"
|
|
|
|
},
|
|
|
|
{
|
2023-02-21 11:04:35 +05:30
|
|
|
"fieldname": "name",
|
|
|
|
"label": "Item Name",
|
|
|
|
"fieldtype": "Data",
|
|
|
|
"placeholder": "Item Name",
|
|
|
|
"section": "Default",
|
|
|
|
"required": true
|
2022-03-23 13:01:15 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "for",
|
2023-08-28 11:50:15 +05:30
|
|
|
"label": "Purpose",
|
2022-03-23 13:01:15 +05:30
|
|
|
"fieldtype": "Select",
|
|
|
|
"options": [
|
2022-03-23 14:07:00 +05:30
|
|
|
{
|
2022-05-05 16:14:26 +05:30
|
|
|
"value": "Purchases",
|
2022-03-23 14:07:00 +05:30
|
|
|
"label": "Purchases"
|
|
|
|
},
|
|
|
|
{
|
2022-05-05 16:14:26 +05:30
|
|
|
"value": "Sales",
|
2022-03-23 14:07:00 +05:30
|
|
|
"label": "Sales"
|
|
|
|
},
|
|
|
|
{
|
2022-05-05 16:14:26 +05:30
|
|
|
"value": "Both",
|
2022-03-23 14:07:00 +05:30
|
|
|
"label": "Both"
|
|
|
|
}
|
2022-03-23 13:01:15 +05:30
|
|
|
],
|
2022-05-05 16:14:26 +05:30
|
|
|
"required": true,
|
2023-02-21 11:04:35 +05:30
|
|
|
"section": "Default",
|
2022-05-05 16:14:26 +05:30
|
|
|
"default": "Both"
|
2022-03-23 13:01:15 +05:30
|
|
|
},
|
2023-02-21 11:04:35 +05:30
|
|
|
{
|
|
|
|
"fieldname": "itemType",
|
|
|
|
"label": "Type",
|
|
|
|
"placeholder": "Type",
|
|
|
|
"fieldtype": "Select",
|
|
|
|
"default": "Product",
|
|
|
|
"section": "Default",
|
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"value": "Product",
|
|
|
|
"label": "Product"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "Service",
|
|
|
|
"label": "Service"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "unit",
|
|
|
|
"label": "Unit Type",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "UOM",
|
|
|
|
"create": true,
|
|
|
|
"default": "Unit",
|
|
|
|
"section": "Details",
|
|
|
|
"placeholder": "Unit Type"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "rate",
|
|
|
|
"label": "Rate",
|
|
|
|
"section": "Details",
|
|
|
|
"fieldtype": "Currency"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "description",
|
|
|
|
"label": "Description",
|
|
|
|
"placeholder": "Item Description",
|
|
|
|
"section": "Details",
|
|
|
|
"fieldtype": "Text"
|
|
|
|
},
|
2022-03-23 13:01:15 +05:30
|
|
|
{
|
|
|
|
"fieldname": "incomeAccount",
|
2022-11-21 15:27:59 +05:30
|
|
|
"label": "Sales Acc.",
|
2022-03-23 13:01:15 +05:30
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "Account",
|
|
|
|
"placeholder": "Income",
|
2023-02-21 11:04:35 +05:30
|
|
|
"section": "Accounts",
|
2022-06-20 12:01:20 +05:30
|
|
|
"create": true,
|
2022-03-23 14:07:00 +05:30
|
|
|
"required": true
|
2022-03-23 13:01:15 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "expenseAccount",
|
2022-11-21 15:27:59 +05:30
|
|
|
"label": "Purchase Acc.",
|
2022-03-23 13:01:15 +05:30
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "Account",
|
|
|
|
"placeholder": "Expense",
|
2023-02-21 11:04:35 +05:30
|
|
|
"section": "Accounts",
|
2022-06-20 12:01:20 +05:30
|
|
|
"create": true,
|
2022-03-23 14:07:00 +05:30
|
|
|
"required": true
|
2022-03-23 13:01:15 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "tax",
|
|
|
|
"label": "Tax",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "Tax",
|
2023-02-21 11:04:35 +05:30
|
|
|
"section": "Accounts",
|
2022-06-20 12:01:20 +05:30
|
|
|
"create": true,
|
2022-03-23 13:01:15 +05:30
|
|
|
"placeholder": "Tax"
|
|
|
|
},
|
2022-03-23 14:07:00 +05:30
|
|
|
{
|
|
|
|
"fieldname": "hsnCode",
|
|
|
|
"label": "HSN/SAC",
|
|
|
|
"fieldtype": "Int",
|
2023-02-21 11:04:35 +05:30
|
|
|
"placeholder": "HSN/SAC Code",
|
|
|
|
"section": "Inventory"
|
2022-10-05 20:07:17 +05:30
|
|
|
},
|
2023-01-16 11:01:12 +05:30
|
|
|
{
|
|
|
|
"fieldname": "barcode",
|
|
|
|
"label": "Barcode",
|
|
|
|
"fieldtype": "Data",
|
2023-02-21 11:04:35 +05:30
|
|
|
"placeholder": "Barcode",
|
|
|
|
"section": "Inventory"
|
2023-01-16 11:01:12 +05:30
|
|
|
},
|
2022-10-05 20:07:17 +05:30
|
|
|
{
|
|
|
|
"fieldname": "trackItem",
|
2023-08-25 12:37:02 +05:30
|
|
|
"label": "Track Inventory",
|
2022-10-05 20:07:17 +05:30
|
|
|
"fieldtype": "Check",
|
2023-02-21 15:25:50 +05:30
|
|
|
"section": "Inventory",
|
2023-02-21 14:24:35 +05:30
|
|
|
"default": false
|
|
|
|
},
|
2023-02-21 17:59:05 +05:30
|
|
|
{
|
2023-02-28 11:31:04 +05:30
|
|
|
"fieldname": "hasBatch",
|
|
|
|
"label": "Has Batch",
|
2023-02-21 17:59:05 +05:30
|
|
|
"fieldtype": "Check",
|
2023-02-22 14:47:48 +05:30
|
|
|
"default": false,
|
|
|
|
"section": "Inventory"
|
2023-02-21 17:59:05 +05:30
|
|
|
},
|
2023-04-25 12:35:10 +05:30
|
|
|
{
|
2023-05-04 16:15:12 +05:30
|
|
|
"fieldname": "hasSerialNumber",
|
2023-05-08 10:35:50 +05:30
|
|
|
"label": "Has Serial Number",
|
2023-04-25 12:35:10 +05:30
|
|
|
"fieldtype": "Check",
|
|
|
|
"default": false,
|
|
|
|
"section": "Inventory"
|
|
|
|
},
|
2023-02-21 14:24:35 +05:30
|
|
|
{
|
|
|
|
"fieldname": "uomConversions",
|
|
|
|
"label": "UOM Conversions",
|
|
|
|
"fieldtype": "Table",
|
2023-02-21 15:25:50 +05:30
|
|
|
"target": "UOMConversionItem",
|
|
|
|
"section": "Inventory"
|
2022-03-23 13:01:15 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"quickEditFields": [
|
|
|
|
"rate",
|
|
|
|
"unit",
|
|
|
|
"itemType",
|
|
|
|
"for",
|
|
|
|
"tax",
|
|
|
|
"description",
|
|
|
|
"incomeAccount",
|
2022-03-23 14:07:00 +05:30
|
|
|
"expenseAccount",
|
2023-01-16 11:01:12 +05:30
|
|
|
"barcode",
|
2022-10-05 20:07:17 +05:30
|
|
|
"hsnCode",
|
2023-01-18 17:33:51 +05:30
|
|
|
"trackItem",
|
2023-02-15 14:37:38 +05:30
|
|
|
"uom"
|
2022-03-23 13:01:15 +05:30
|
|
|
],
|
2022-05-04 21:55:08 +05:30
|
|
|
"keywordFields": ["name", "itemType", "for"]
|
2022-03-23 14:07:00 +05:30
|
|
|
}
|