Added Pricing Rule to Accounts, Buying, Selling home
This commit is contained in:
parent
9472247b6e
commit
b2c2fca8a5
@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
"creation": "2014-02-21 15:02:51",
|
"creation": "2014-02-21 15:02:51",
|
||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
"modified": "2014-02-28 14:49:15",
|
"modified": "2014-03-05 18:23:34",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"owner": "Administrator"
|
"owner": "Administrator"
|
||||||
},
|
},
|
||||||
@ -10,6 +10,7 @@
|
|||||||
"autoname": "PRULE.#####",
|
"autoname": "PRULE.#####",
|
||||||
"doctype": "DocType",
|
"doctype": "DocType",
|
||||||
"document_type": "Master",
|
"document_type": "Master",
|
||||||
|
"icon": "icon-gift",
|
||||||
"istable": 0,
|
"istable": 0,
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "__common__"
|
"name": "__common__"
|
||||||
|
@ -103,9 +103,14 @@ data = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Shipping Rules",
|
"name": "Shipping Rule",
|
||||||
"description": _("Rules for adding shipping costs.")
|
"description": _("Rules for adding shipping costs.")
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Pricing Rule",
|
||||||
|
"description": _("Rules for applying pricing and discount.")
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Currency",
|
"name": "Currency",
|
||||||
|
@ -87,6 +87,11 @@ data = [
|
|||||||
"description": _("Multiple Item prices."),
|
"description": _("Multiple Item prices."),
|
||||||
"route": "Report/Item Price"
|
"route": "Report/Item Price"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Pricing Rule",
|
||||||
|
"description": _("Rules for applying pricing and discount.")
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -121,7 +121,7 @@ data = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Shipping Rules",
|
"name": "Shipping Rule",
|
||||||
"description": _("Rules for adding shipping costs.")
|
"description": _("Rules for adding shipping costs.")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -135,6 +135,11 @@ data = [
|
|||||||
"description": _("Multiple Item prices."),
|
"description": _("Multiple Item prices."),
|
||||||
"route": "Report/Item Price"
|
"route": "Report/Item Price"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Pricing Rule",
|
||||||
|
"description": _("Rules for applying pricing and discount.")
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Sales BOM",
|
"name": "Sales BOM",
|
||||||
|
Loading…
Reference in New Issue
Block a user