[shipping rule] added doctypes shipping rule and shipping rule conditions

This commit is contained in:
Anand Doshi
2013-06-26 13:53:01 +05:30
parent 4d150e67e6
commit bd7218979e
10 changed files with 254 additions and 18 deletions

View File

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