2022-11-14 08:30:11 +00:00
|
|
|
{
|
|
|
|
"name": "StockTransfer",
|
|
|
|
"label": "StockTransfer",
|
|
|
|
"isAbstract": true,
|
|
|
|
"isSingle": false,
|
|
|
|
"isChild": false,
|
|
|
|
"isSubmittable": true,
|
|
|
|
"fields": [
|
|
|
|
{
|
|
|
|
"label": "Transfer No",
|
|
|
|
"fieldname": "name",
|
|
|
|
"fieldtype": "Data",
|
|
|
|
"required": true,
|
2023-02-21 06:42:06 +00:00
|
|
|
"readOnly": true,
|
2023-04-12 09:05:38 +00:00
|
|
|
"hidden": true
|
2022-11-14 08:30:11 +00:00
|
|
|
},
|
|
|
|
{
|
2023-02-21 06:42:06 +00:00
|
|
|
"abstract": true,
|
|
|
|
"fieldname": "numberSeries",
|
|
|
|
"section": "Default"
|
2022-11-14 08:30:11 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "party",
|
|
|
|
"label": "Party",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "Party",
|
|
|
|
"create": true,
|
2023-02-21 06:42:06 +00:00
|
|
|
"required": true,
|
|
|
|
"section": "Default"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "date",
|
|
|
|
"label": "Date",
|
|
|
|
"fieldtype": "Datetime",
|
|
|
|
"required": true,
|
|
|
|
"section": "Default"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"abstract": true,
|
|
|
|
"fieldname": "items",
|
|
|
|
"section": "Items"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "grandTotal",
|
|
|
|
"label": "Grand Total",
|
|
|
|
"fieldtype": "Currency",
|
|
|
|
"readOnly": true,
|
|
|
|
"section": "Items"
|
2022-11-14 08:30:11 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "terms",
|
|
|
|
"label": "Notes",
|
|
|
|
"placeholder": "Add transfer terms",
|
2023-02-21 06:42:06 +00:00
|
|
|
"fieldtype": "Text",
|
|
|
|
"section": "References"
|
2022-11-14 08:30:11 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "attachment",
|
|
|
|
"placeholder": "Add attachment",
|
|
|
|
"label": "Attachment",
|
2023-02-21 06:42:06 +00:00
|
|
|
"fieldtype": "Attachment",
|
|
|
|
"section": "References"
|
2022-11-14 08:30:11 +00:00
|
|
|
},
|
|
|
|
{
|
2023-02-21 06:42:06 +00:00
|
|
|
"abstract": true,
|
|
|
|
"fieldname": "backReference",
|
|
|
|
"section": "References"
|
2022-11-14 08:30:11 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"keywordFields": ["name", "party"]
|
|
|
|
}
|