mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
refactor: add opening and closing to Accounting sidebar
This commit is contained in:
@@ -242,6 +242,77 @@
|
|||||||
"show_arrow": 0,
|
"show_arrow": 0,
|
||||||
"type": "Link"
|
"type": "Link"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"child": 0,
|
||||||
|
"collapsible": 1,
|
||||||
|
"icon": "lock-keyhole-open",
|
||||||
|
"indent": 1,
|
||||||
|
"keep_closed": 1,
|
||||||
|
"label": "Opening & Closing",
|
||||||
|
"link_type": "DocType",
|
||||||
|
"show_arrow": 0,
|
||||||
|
"type": "Section Break"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"child": 1,
|
||||||
|
"collapsible": 1,
|
||||||
|
"icon": "accounting",
|
||||||
|
"indent": 0,
|
||||||
|
"keep_closed": 0,
|
||||||
|
"label": "COA Importer",
|
||||||
|
"link_to": "Chart of Accounts Importer",
|
||||||
|
"link_type": "DocType",
|
||||||
|
"show_arrow": 0,
|
||||||
|
"type": "Link"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"child": 1,
|
||||||
|
"collapsible": 1,
|
||||||
|
"icon": "tool",
|
||||||
|
"indent": 0,
|
||||||
|
"keep_closed": 0,
|
||||||
|
"label": "Opening Invoice Tool",
|
||||||
|
"link_to": "Opening Invoice Creation Tool",
|
||||||
|
"link_type": "DocType",
|
||||||
|
"show_arrow": 0,
|
||||||
|
"type": "Link"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"child": 1,
|
||||||
|
"collapsible": 1,
|
||||||
|
"icon": "folder-clock",
|
||||||
|
"indent": 0,
|
||||||
|
"keep_closed": 0,
|
||||||
|
"label": "Accounting Period",
|
||||||
|
"link_to": "Accounting Period",
|
||||||
|
"link_type": "DocType",
|
||||||
|
"show_arrow": 0,
|
||||||
|
"type": "Link"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"child": 1,
|
||||||
|
"collapsible": 1,
|
||||||
|
"icon": "expand-alt",
|
||||||
|
"indent": 0,
|
||||||
|
"keep_closed": 0,
|
||||||
|
"label": "FX Revaluation",
|
||||||
|
"link_to": "Exchange Rate Revaluation",
|
||||||
|
"link_type": "DocType",
|
||||||
|
"show_arrow": 0,
|
||||||
|
"type": "Link"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"child": 1,
|
||||||
|
"collapsible": 1,
|
||||||
|
"icon": "calendar-check",
|
||||||
|
"indent": 0,
|
||||||
|
"keep_closed": 0,
|
||||||
|
"label": "Period Closing Voucher",
|
||||||
|
"link_to": "Period Closing Voucher",
|
||||||
|
"link_type": "DocType",
|
||||||
|
"show_arrow": 0,
|
||||||
|
"type": "Link"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"child": 0,
|
"child": 0,
|
||||||
"collapsible": 1,
|
"collapsible": 1,
|
||||||
@@ -398,7 +469,7 @@
|
|||||||
"type": "Link"
|
"type": "Link"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"modified": "2025-12-22 12:15:16.026791",
|
"modified": "2025-12-22 16:17:31.777323",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Accounting",
|
"name": "Accounting",
|
||||||
|
|||||||
Reference in New Issue
Block a user