From f241054c6c054dc6db89cfa3ddbc14d2475d55ba Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Thu, 12 Mar 2020 16:38:59 +0530 Subject: [PATCH] feat: extended settings page --- .../erpnext_settings/erpnext_settings.json | 118 ++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 erpnext/setup/desk_page/erpnext_settings/erpnext_settings.json diff --git a/erpnext/setup/desk_page/erpnext_settings/erpnext_settings.json b/erpnext/setup/desk_page/erpnext_settings/erpnext_settings.json new file mode 100644 index 00000000000..a06ab666267 --- /dev/null +++ b/erpnext/setup/desk_page/erpnext_settings/erpnext_settings.json @@ -0,0 +1,118 @@ +{ + "cards": [], + "category": "Modules", + "charts": [], + "creation": "2020-03-12 14:47:51.166455", + "developer_mode_only": 0, + "disable_user_customization": 0, + "docstatus": 0, + "doctype": "Desk Page", + "extends": "Settings", + "extends_another_page": 1, + "idx": 0, + "is_standard": 1, + "label": "ERPNext Settings", + "modified": "2020-03-12 16:38:25.114355", + "modified_by": "Administrator", + "module": "Setup", + "name": "ERPNext Settings", + "owner": "Administrator", + "pin_to_bottom": 0, + "pin_to_top": 0, + "shortcuts": [ + { + "icon": "octicon octicon-rocket", + "is_query_report": 0, + "link_to": "Projects Settings", + "type": "DocType" + }, + { + "icon": "octicon octicon-repo", + "is_query_report": 0, + "link_to": "Accounts Settings", + "type": "DocType" + }, + { + "icon": "octicon octicon-package", + "is_query_report": 0, + "link_to": "Stock Settings", + "type": "DocType" + }, + { + "icon": "octicon octicon-organization", + "is_query_report": 0, + "link_to": "HR Settings", + "type": "DocType" + }, + { + "icon": "octicon octicon-tag", + "is_query_report": 0, + "link_to": "Selling Settings", + "type": "DocType" + }, + { + "icon": "octicon octicon-briefcase", + "is_query_report": 0, + "link_to": "Buying Settings", + "type": "DocType" + }, + { + "icon": "fa fa-life-ring", + "is_query_report": 0, + "link_to": "Support Settings", + "type": "DocType" + }, + { + "icon": "fa fa-shopping-cart", + "is_query_report": 0, + "link_to": "Shopping Cart Settings", + "type": "DocType" + }, + { + "icon": "fa fa-globe", + "is_query_report": 0, + "link_to": "Website Settings", + "type": "DocType" + }, + { + "icon": "fa fa-globe", + "is_query_report": 0, + "link_to": "Portal Settings", + "type": "DocType" + }, + { + "icon": "octicon octicon-tools", + "is_query_report": 0, + "link_to": "Manufacturing Settings", + "restrict_to_domain": "Manufacturing", + "type": "DocType" + }, + { + "icon": "octicon octicon-mortar-board", + "is_query_report": 0, + "link_to": "Education Settings", + "restrict_to_domain": "Education", + "type": "DocType" + }, + { + "icon": "fa fa-bed", + "is_query_report": 0, + "link_to": "Hotel Settings", + "restrict_to_domain": "Hospitality", + "type": "DocType" + }, + { + "icon": "fa fa-heartbeat", + "is_query_report": 0, + "link_to": "Healthcare Settings", + "restrict_to_domain": "Healthcare", + "type": "DocType" + }, + { + "icon": "fa fa-cog", + "is_query_report": 0, + "link_to": "Domain Settings", + "type": "DocType" + } + ] +} \ No newline at end of file