mirror of
https://github.com/frappe/books.git
synced 2025-01-22 14:48:25 +00:00
incr: update schemas for auto stock transfer
This commit is contained in:
parent
081ad7a38f
commit
e3b6d30608
@ -20,6 +20,22 @@
|
||||
"create": true,
|
||||
"section": "Auto Payments"
|
||||
},
|
||||
{
|
||||
"fieldname": "defaultShipmentLocation",
|
||||
"label": "Shipment Location",
|
||||
"fieldtype": "Link",
|
||||
"target": "Location",
|
||||
"create": true,
|
||||
"section": "Auto Stock Transfer"
|
||||
},
|
||||
{
|
||||
"fieldname": "defaultPurchaseReceiptLocation",
|
||||
"label": "Purchase Receipt Location",
|
||||
"fieldtype": "Link",
|
||||
"target": "Location",
|
||||
"create": true,
|
||||
"section": "Auto Stock Transfer"
|
||||
},
|
||||
{
|
||||
"fieldname": "salesInvoiceNumberSeries",
|
||||
"label": "Sales Invoice Number Series",
|
||||
|
@ -147,6 +147,11 @@
|
||||
"readOnly": false,
|
||||
"tab": "Settings"
|
||||
},
|
||||
{
|
||||
"abstract": true,
|
||||
"fieldname": "makeAutoStockTransfer",
|
||||
"tab": "Settings"
|
||||
},
|
||||
{
|
||||
"fieldname": "outstandingAmount",
|
||||
"label": "Outstanding Amount",
|
||||
|
@ -22,6 +22,14 @@
|
||||
"target": "PurchaseReceipt",
|
||||
"section": "References"
|
||||
},
|
||||
{
|
||||
"fieldname": "makeAutoStockTransfer",
|
||||
"label": "Make Purchase Receipt On Submit",
|
||||
"fieldtype": "Check",
|
||||
"default": false,
|
||||
"readOnly": false,
|
||||
"tab": "Settings"
|
||||
},
|
||||
{
|
||||
"fieldname": "items",
|
||||
"label": "Items",
|
||||
|
@ -22,6 +22,14 @@
|
||||
"target": "Shipment",
|
||||
"section": "References"
|
||||
},
|
||||
{
|
||||
"fieldname": "makeAutoStockTransfer",
|
||||
"label": "Make Shipment On Submit",
|
||||
"fieldtype": "Check",
|
||||
"default": false,
|
||||
"readOnly": false,
|
||||
"tab": "Settings"
|
||||
},
|
||||
{
|
||||
"fieldname": "items",
|
||||
"label": "Items",
|
||||
|
Loading…
x
Reference in New Issue
Block a user