Browse Source

fix: Move links to appropriate section (#17999)

* fix: Move links to appropriate section

* fix: New section Accounting Entries
develop
Faris Ansari 5 years ago
committed by Nabin Hait
parent
commit
2ab8d3ebcc
  1. 36
      erpnext/config/accounting.py

36
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.")
},
]
},
{

Loading…
Cancel
Save