{ "name": "StockTransferItem", "label": "Stock Transfer Item", "isAbstract": true, "isChild": true, "fields": [ { "fieldname": "item", "label": "Item", "fieldtype": "Link", "target": "Item", "required": true }, { "fieldname": "location", "fieldtype": "Link", "target": "Location", "required": true }, { "fieldname": "batchNumber", "label": "Batch No", "fieldtype": "Link", "target": "BatchNumber" }, { "fieldname": "quantity", "label": "Quantity", "fieldtype": "Float", "required": true, "default": 1 }, { "fieldname": "rate", "label": "Rate", "fieldtype": "Currency", "required": true }, { "fieldname": "amount", "label": "Amount", "fieldtype": "Currency", "readOnly": true }, { "fieldname": "unit", "label": "Unit Type", "fieldtype": "Link", "target": "UOM", "default": "Unit", "placeholder": "Unit Type" }, { "fieldname": "description", "label": "Description", "placeholder": "Item Description", "fieldtype": "Text" }, { "fieldname": "hsnCode", "label": "HSN/SAC", "fieldtype": "Int", "placeholder": "HSN/SAC Code" } ], "tableFields": ["item", "location", "batchNumber", "quantity", "rate", "amount"], "quickEditFields": [ "item", "unit", "description", "hsnCode", "location", "batchNumber", "quantity", "rate", "amount" ] }