fix: added promotional scheme in selling and buying module page
This commit is contained in:
parent
0d7d4879a9
commit
1ecc78266c
@ -70,11 +70,16 @@ def get_data():
|
|||||||
"link": "Tree/Item Group",
|
"link": "Tree/Item Group",
|
||||||
"description": _("Tree of Item Groups."),
|
"description": _("Tree of Item Groups."),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Promotional Scheme",
|
||||||
|
"description": _("Rules for applying different promotional schemes.")
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Pricing Rule",
|
"name": "Pricing Rule",
|
||||||
"description": _("Rules for applying pricing and discount.")
|
"description": _("Rules for applying pricing and discount.")
|
||||||
},
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -111,6 +111,11 @@ def get_data():
|
|||||||
"description": _("Bundle items at time of sale."),
|
"description": _("Bundle items at time of sale."),
|
||||||
"dependencies": ["Item"],
|
"dependencies": ["Item"],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Promotional Scheme",
|
||||||
|
"description": _("Rules for applying different promotional schemes.")
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Pricing Rule",
|
"name": "Pricing Rule",
|
||||||
|
Loading…
Reference in New Issue
Block a user