2022-10-05 14:37:17 +00:00
|
|
|
{
|
|
|
|
"name": "StockLedgerEntry",
|
|
|
|
"label": "Stock Ledger Entry",
|
|
|
|
"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 08:04:08 +00:00
|
|
|
"fieldname": "location",
|
|
|
|
"label": "Location",
|
2022-10-05 14:37:17 +00:00
|
|
|
"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
|
|
|
|
},
|
|
|
|
{
|
2022-10-28 08:04:08 +00:00
|
|
|
"fieldname": "stockValueBefore",
|
|
|
|
"label": "Stock Value Before",
|
2022-10-05 14:37:17 +00:00
|
|
|
"fieldtype": "Currency",
|
|
|
|
"readOnly": true
|
|
|
|
},
|
|
|
|
{
|
2022-10-28 08:04:08 +00:00
|
|
|
"fieldname": "stockValueAfter",
|
|
|
|
"label": "Stock Value After",
|
2022-10-05 14:37:17 +00:00
|
|
|
"fieldtype": "Currency",
|
|
|
|
"readOnly": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|