From 7d4fd35aa3604e2195adb0a1079184f151e57884 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 5 Oct 2017 12:20:33 +0530 Subject: [PATCH] Add POS Settings link in Accounts module (#11060) --- erpnext/config/accounts.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/erpnext/config/accounts.py b/erpnext/config/accounts.py index 7c0f540154..cdce13ba35 100644 --- a/erpnext/config/accounts.py +++ b/erpnext/config/accounts.py @@ -315,11 +315,16 @@ def get_data(): "name": "Payment Gateway Account", "description": _("Setup Gateway accounts.") }, + { + "type": "doctype", + "name": "POS Settings", + "description": _("Setup mode of POS (Online / Offline)") + }, { "type": "doctype", "name": "POS Profile", "label": _("Point-of-Sale Profile"), - "description": _("Rules to calculate shipping amount for a sale") + "description": _("Setup default values for POS Invoices") }, { "type": "doctype",