mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
feat: Add Default Discount Account field
This commit is contained in:
@@ -91,6 +91,7 @@
|
|||||||
"is_sales_item",
|
"is_sales_item",
|
||||||
"column_break3",
|
"column_break3",
|
||||||
"max_discount",
|
"max_discount",
|
||||||
|
"default_discount_account",
|
||||||
"deferred_revenue",
|
"deferred_revenue",
|
||||||
"deferred_revenue_account",
|
"deferred_revenue_account",
|
||||||
"enable_deferred_revenue",
|
"enable_deferred_revenue",
|
||||||
@@ -1058,6 +1059,12 @@
|
|||||||
"fieldname": "website_image_alt",
|
"fieldname": "website_image_alt",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"label": "Image Description"
|
"label": "Image Description"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "default_discount_account",
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"label": "Default Discount Account",
|
||||||
|
"options": "Account"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"has_web_view": 1,
|
"has_web_view": 1,
|
||||||
@@ -1067,7 +1074,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"max_attachments": 1,
|
"max_attachments": 1,
|
||||||
"modified": "2021-03-18 14:04:38.575519",
|
"modified": "2021-07-06 00:46:15.878648",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Item",
|
"name": "Item",
|
||||||
@@ -1138,4 +1145,4 @@
|
|||||||
"sort_order": "DESC",
|
"sort_order": "DESC",
|
||||||
"title_field": "item_name",
|
"title_field": "item_name",
|
||||||
"track_changes": 1
|
"track_changes": 1
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user