mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
d946c960a0
- remove GeneralForm.vue
72 lines
1.5 KiB
JSON
72 lines
1.5 KiB
JSON
{
|
|
"name": "StockTransfer",
|
|
"label": "StockTransfer",
|
|
"isAbstract": true,
|
|
"isSingle": false,
|
|
"isChild": false,
|
|
"isSubmittable": true,
|
|
"fields": [
|
|
{
|
|
"label": "Transfer No",
|
|
"fieldname": "name",
|
|
"fieldtype": "Data",
|
|
"required": true,
|
|
"readOnly": true,
|
|
"section": "Default"
|
|
},
|
|
{
|
|
"abstract": true,
|
|
"fieldname": "numberSeries",
|
|
"section": "Default"
|
|
},
|
|
{
|
|
"fieldname": "party",
|
|
"label": "Party",
|
|
"fieldtype": "Link",
|
|
"target": "Party",
|
|
"create": true,
|
|
"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"
|
|
},
|
|
{
|
|
"fieldname": "terms",
|
|
"label": "Notes",
|
|
"placeholder": "Add transfer terms",
|
|
"fieldtype": "Text",
|
|
"section": "References"
|
|
},
|
|
{
|
|
"fieldname": "attachment",
|
|
"placeholder": "Add attachment",
|
|
"label": "Attachment",
|
|
"fieldtype": "Attachment",
|
|
"section": "References"
|
|
},
|
|
{
|
|
"abstract": true,
|
|
"fieldname": "backReference",
|
|
"section": "References"
|
|
}
|
|
],
|
|
"keywordFields": ["name", "party"]
|
|
}
|