2
0
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:
18alantom 2023-06-06 12:33:58 +05:30
parent 081ad7a38f
commit e3b6d30608
4 changed files with 37 additions and 0 deletions

View File

@ -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",

View File

@ -147,6 +147,11 @@
"readOnly": false,
"tab": "Settings"
},
{
"abstract": true,
"fieldname": "makeAutoStockTransfer",
"tab": "Settings"
},
{
"fieldname": "outstandingAmount",
"label": "Outstanding Amount",

View File

@ -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",

View File

@ -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",