From 4b6b3771346478b2e42f2b416aa58eb9291eafa1 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Wed, 25 Dec 2013 17:38:12 +0530 Subject: [PATCH] Removed config.json --- erpnext/config.json | 78 --------------------------------------------- 1 file changed, 78 deletions(-) delete mode 100644 erpnext/config.json diff --git a/erpnext/config.json b/erpnext/config.json deleted file mode 100644 index bc72fa9bc9..0000000000 --- a/erpnext/config.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "app_name": "ERPNext", - "app_version": "3.1.2", - "base_template": "app/portal/templates/base.html", - "modules": { - "Accounts": { - "color": "#3498db", - "icon": "icon-money", - "link": "accounts-home", - "type": "module" - }, - "Activity": { - "color": "#e67e22", - "icon": "icon-play", - "label": "Activity", - "link": "activity", - "type": "page" - }, - "Buying": { - "color": "#c0392b", - "icon": "icon-shopping-cart", - "link": "buying-home", - "type": "module" - }, - "HR": { - "color": "#2ecc71", - "icon": "icon-group", - "label": "Human Resources", - "link": "hr-home", - "type": "module" - }, - "Manufacturing": { - "color": "#7f8c8d", - "icon": "icon-cogs", - "link": "manufacturing-home", - "type": "module" - }, - "Notes": { - "color": "#95a5a6", - "doctype": "Note", - "icon": "icon-file-alt", - "label": "Notes", - "link": "List/Note", - "type": "list" - }, - "Projects": { - "color": "#8e44ad", - "icon": "icon-puzzle-piece", - "link": "projects-home", - "type": "module" - }, - "Selling": { - "color": "#1abc9c", - "icon": "icon-tag", - "link": "selling-home", - "type": "module" - }, - "Setup": { - "color": "#bdc3c7", - "icon": "icon-wrench", - "link": "Setup", - "type": "setup" - }, - "Stock": { - "color": "#f39c12", - "icon": "icon-truck", - "link": "stock-home", - "type": "module" - }, - "Support": { - "color": "#2c3e50", - "icon": "icon-phone", - "link": "support-home", - "type": "module" - } - }, - "requires_framework_version": "==3.1.1" -} \ No newline at end of file