2022-10-05 20:07:17 +05:30
|
|
|
{
|
|
|
|
"name": "StockLedgerEntry",
|
|
|
|
"label": "Stock Ledger Entry",
|
2023-03-15 11:19:24 +05:30
|
|
|
"create": false,
|
2022-10-05 20:07:17 +05:30
|
|
|
"isSingle": false,
|
|
|
|
"isChild": false,
|
|
|
|
"naming": "autoincrement",
|
|
|
|
"fields": [
|
|
|
|
{
|
|
|
|
"fieldname": "date",
|
|
|
|
"label": "Date",
|
|
|
|
"fieldtype": "Datetime",
|
|
|
|
"readOnly": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "item",
|
|
|
|
"label": "Item",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "Item",
|
|
|
|
"readOnly": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "rate",
|
|
|
|
"label": "Rate",
|
|
|
|
"fieldtype": "Currency",
|
|
|
|
"readOnly": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "quantity",
|
|
|
|
"label": "Quantity",
|
|
|
|
"fieldtype": "Float",
|
|
|
|
"readOnly": true
|
|
|
|
},
|
|
|
|
{
|
2022-10-28 13:34:08 +05:30
|
|
|
"fieldname": "location",
|
|
|
|
"label": "Location",
|
2022-10-05 20:07:17 +05:30
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "Location",
|
|
|
|
"readOnly": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "referenceName",
|
|
|
|
"label": "Ref. Name",
|
|
|
|
"fieldtype": "DynamicLink",
|
|
|
|
"references": "referenceType",
|
|
|
|
"readOnly": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "referenceType",
|
|
|
|
"label": "Ref. Type",
|
|
|
|
"fieldtype": "Data",
|
|
|
|
"readOnly": true
|
2023-01-13 18:46:52 +05:30
|
|
|
},
|
|
|
|
{
|
2023-02-28 11:31:04 +05:30
|
|
|
"fieldname": "batch",
|
|
|
|
"label": "Batch",
|
2023-02-17 10:12:28 +05:30
|
|
|
"fieldtype": "Link",
|
2023-02-28 11:31:04 +05:30
|
|
|
"target": "Batch",
|
2023-02-17 10:12:28 +05:30
|
|
|
"readOnly": true
|
2022-10-05 20:07:17 +05:30
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|