mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
feat: add discount fields to StockTransferItem
This commit is contained in:
@@ -78,6 +78,18 @@
|
||||
"fieldtype": "Currency",
|
||||
"readOnly": true
|
||||
},
|
||||
{
|
||||
"fieldname": "itemDiscountAmount",
|
||||
"label": "Discount Amount",
|
||||
"fieldtype": "Currency",
|
||||
"readOnly": false
|
||||
},
|
||||
{
|
||||
"fieldname": "itemDiscountPercent",
|
||||
"label": "Discount Percent",
|
||||
"fieldtype": "Float",
|
||||
"readOnly": false
|
||||
},
|
||||
{
|
||||
"fieldname": "description",
|
||||
"label": "Description",
|
||||
@@ -107,6 +119,8 @@
|
||||
"hsnCode",
|
||||
"location",
|
||||
"rate",
|
||||
"amount"
|
||||
"amount",
|
||||
"itemDiscountAmount",
|
||||
"itemDiscountPercent"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user