From 2ab8d3ebcc95d5579dcfd5e8280ef2c72ad04a83 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Wed, 26 Jun 2019 13:32:41 +0530 Subject: [PATCH] fix: Move links to appropriate section (#17999) * fix: Move links to appropriate section * fix: New section Accounting Entries --- erpnext/config/accounting.py | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/erpnext/config/accounting.py b/erpnext/config/accounting.py index 0ab1f52e297..9a9ee7e963e 100644 --- a/erpnext/config/accounting.py +++ b/erpnext/config/accounting.py @@ -40,17 +40,6 @@ def get_data(): "description": _("Tree of financial accounts."), "onboard": 1, }, - { - "type": "doctype", - "name": "Journal Entry", - "description": _("Accounting journal entries."), - "onboard": 1, - }, - { - "type": "doctype", - "name": "Opening Invoice Creation Tool", - "description": _("Create Opening Sales and Purchase Invoices") - }, ] }, { @@ -73,11 +62,6 @@ def get_data(): "name": "Payment Request", "description": _("Payment Request"), }, - { - "type": "doctype", - "name": "Payment Entry", - "description": _("Bank/Cash transactions against party or for internal transfer") - }, { "type": "doctype", "name": "Payment Term", @@ -179,6 +163,26 @@ def get_data(): "name": "Accounting Dimension", "description": _("Setup custom dimensions for accounting") }, + { + "type": "doctype", + "name": "Opening Invoice Creation Tool", + "description": _("Create Opening Sales and Purchase Invoices") + }, + ] + }, + { + "label": _("Accounting Entries"), + "items": [ + { + "type": "doctype", + "name": "Payment Entry", + "description": _("Bank/Cash transactions against party or for internal transfer") + }, + { + "type": "doctype", + "name": "Journal Entry", + "description": _("Accounting journal entries.") + }, ] }, {