mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 02:14:48 +00:00
[shipping rule] added doctypes shipping rule and shipping rule conditions
This commit is contained in:
@@ -100,6 +100,11 @@ wn.module_page["Accounts"] = [
|
||||
"doctype":"Purchase Taxes and Charges Master",
|
||||
"description": wn._("Tax Template for Purchase")
|
||||
},
|
||||
{
|
||||
"label": wn._("Shipping Rules"),
|
||||
"doctype":"Shipping Rule",
|
||||
"description": wn._("Rules to calculate shipping amount for a sale")
|
||||
},
|
||||
{
|
||||
"label": wn._("Point-of-Sale Setting"),
|
||||
"doctype":"POS Setting",
|
||||
|
||||
Reference in New Issue
Block a user