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