bumped to version 3.1.0

This commit is contained in:
Pratik Vyas
2013-12-05 16:56:37 +06:00
parent dcd928ca61
commit c3d8b06623

View File

@@ -1,78 +1,78 @@
{ {
"app_name": "ERPNext", "app_name": "ERPNext",
"app_version": "3.0.0", "app_version": "3.1.0",
"requires_framework_version": "==3.0.0", "base_template": "app/portal/templates/base.html",
"base_template": "app/portal/templates/base.html", "modules": {
"modules": { "Accounts": {
"Selling": { "color": "#3498db",
"link": "selling-home", "icon": "icon-money",
"color": "#1abc9c", "link": "accounts-home",
"icon": "icon-tag", "type": "module"
"type": "module" },
}, "Activity": {
"Accounts": { "color": "#e67e22",
"link": "accounts-home", "icon": "icon-play",
"color": "#3498db", "label": "Activity",
"icon": "icon-money", "link": "activity",
"type": "module" "type": "page"
}, },
"Stock": { "Buying": {
"type": "module", "color": "#c0392b",
"link": "stock-home", "icon": "icon-shopping-cart",
"color": "#f39c12", "link": "buying-home",
"icon": "icon-truck" "type": "module"
}, },
"Buying": { "HR": {
"type": "module", "color": "#2ecc71",
"link": "buying-home", "icon": "icon-group",
"color": "#c0392b", "label": "Human Resources",
"icon": "icon-shopping-cart" "link": "hr-home",
}, "type": "module"
"Support": { },
"type": "module", "Manufacturing": {
"link": "support-home", "color": "#7f8c8d",
"color": "#2c3e50", "icon": "icon-cogs",
"icon": "icon-phone" "link": "manufacturing-home",
}, "type": "module"
"Projects": { },
"type": "module", "Notes": {
"link": "projects-home", "color": "#95a5a6",
"color": "#8e44ad", "doctype": "Note",
"icon": "icon-puzzle-piece" "icon": "icon-file-alt",
}, "label": "Notes",
"Manufacturing": { "link": "List/Note",
"type": "module", "type": "list"
"link": "manufacturing-home", },
"color": "#7f8c8d", "Projects": {
"icon": "icon-cogs" "color": "#8e44ad",
}, "icon": "icon-puzzle-piece",
"HR": { "link": "projects-home",
"type": "module", "type": "module"
"link": "hr-home", },
"color": "#2ecc71", "Selling": {
"label": "Human Resources", "color": "#1abc9c",
"icon": "icon-group" "icon": "icon-tag",
}, "link": "selling-home",
"Setup": { "type": "module"
"type": "setup", },
"link": "Setup", "Setup": {
"color": "#bdc3c7", "color": "#bdc3c7",
"icon": "icon-wrench" "icon": "icon-wrench",
}, "link": "Setup",
"Activity": { "type": "setup"
"type": "page", },
"link": "activity", "Stock": {
"color": "#e67e22", "color": "#f39c12",
"icon": "icon-play", "icon": "icon-truck",
"label": "Activity" "link": "stock-home",
}, "type": "module"
"Notes": { },
"type": "list", "Support": {
"doctype": "Note", "color": "#2c3e50",
"link": "List/Note", "icon": "icon-phone",
"color": "#95a5a6", "link": "support-home",
"label": "Notes", "type": "module"
"icon": "icon-file-alt" }
} },
} "requires_framework_version": "==3.1.0"
} }