Add POS Settings link in Accounts module (#11060)

This commit is contained in:
Nabin Hait 2017-10-05 12:20:33 +05:30 committed by GitHub
parent e87a076f1d
commit 7d4fd35aa3

View File

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