Add POS Settings link in Accounts module (#11060)
This commit is contained in:
parent
e87a076f1d
commit
7d4fd35aa3
@ -315,11 +315,16 @@ def get_data():
|
|||||||
"name": "Payment Gateway Account",
|
"name": "Payment Gateway Account",
|
||||||
"description": _("Setup Gateway accounts.")
|
"description": _("Setup Gateway accounts.")
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "POS Settings",
|
||||||
|
"description": _("Setup mode of POS (Online / Offline)")
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "POS Profile",
|
"name": "POS Profile",
|
||||||
"label": _("Point-of-Sale Profile"),
|
"label": _("Point-of-Sale Profile"),
|
||||||
"description": _("Rules to calculate shipping amount for a sale")
|
"description": _("Setup default values for POS Invoices")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user