mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
[desktop] new icons
This commit is contained in:
@@ -4,54 +4,63 @@ def get_data():
|
|||||||
return {
|
return {
|
||||||
"Accounts": {
|
"Accounts": {
|
||||||
"color": "#3498db",
|
"color": "#3498db",
|
||||||
"icon": "icon-money",
|
"icon": "octicon octicon-repo",
|
||||||
"type": "module"
|
"type": "module"
|
||||||
},
|
},
|
||||||
"Buying": {
|
"Buying": {
|
||||||
"color": "#c0392b",
|
"color": "#c0392b",
|
||||||
"icon": "icon-shopping-cart",
|
"icon": "icon-shopping-cart",
|
||||||
|
"icon": "octicon octicon-briefcase",
|
||||||
"type": "module"
|
"type": "module"
|
||||||
},
|
},
|
||||||
"HR": {
|
"HR": {
|
||||||
"color": "#2ecc71",
|
"color": "#2ecc71",
|
||||||
"icon": "icon-group",
|
"icon": "icon-group",
|
||||||
|
"icon": "octicon octicon-organization",
|
||||||
"label": _("Human Resources"),
|
"label": _("Human Resources"),
|
||||||
"type": "module"
|
"type": "module"
|
||||||
},
|
},
|
||||||
"Manufacturing": {
|
"Manufacturing": {
|
||||||
"color": "#7f8c8d",
|
"color": "#7f8c8d",
|
||||||
"icon": "icon-cogs",
|
"icon": "icon-cogs",
|
||||||
|
"icon": "octicon octicon-gear",
|
||||||
"type": "module"
|
"type": "module"
|
||||||
},
|
},
|
||||||
"POS": {
|
"POS": {
|
||||||
"color": "#589494",
|
"color": "#589494",
|
||||||
"icon": "icon-th",
|
"icon": "icon-th",
|
||||||
|
"icon": "octicon octicon-credit-card",
|
||||||
"type": "page",
|
"type": "page",
|
||||||
"link": "pos"
|
"link": "pos"
|
||||||
},
|
},
|
||||||
"Projects": {
|
"Projects": {
|
||||||
"color": "#8e44ad",
|
"color": "#8e44ad",
|
||||||
"icon": "icon-puzzle-piece",
|
"icon": "icon-puzzle-piece",
|
||||||
|
"icon": "octicon octicon-rocket",
|
||||||
"type": "module"
|
"type": "module"
|
||||||
},
|
},
|
||||||
"Selling": {
|
"Selling": {
|
||||||
"color": "#1abc9c",
|
"color": "#1abc9c",
|
||||||
"icon": "icon-tag",
|
"icon": "icon-tag",
|
||||||
|
"icon": "octicon octicon-tag",
|
||||||
"type": "module"
|
"type": "module"
|
||||||
},
|
},
|
||||||
"Stock": {
|
"Stock": {
|
||||||
"color": "#f39c12",
|
"color": "#f39c12",
|
||||||
"icon": "icon-truck",
|
"icon": "icon-truck",
|
||||||
|
"icon": "octicon octicon-package",
|
||||||
"type": "module"
|
"type": "module"
|
||||||
},
|
},
|
||||||
"Support": {
|
"Support": {
|
||||||
"color": "#2c3e50",
|
"color": "#2c3e50",
|
||||||
"icon": "icon-phone",
|
"icon": "icon-phone",
|
||||||
|
"icon": "octicon octicon-issue-opened",
|
||||||
"type": "module"
|
"type": "module"
|
||||||
},
|
},
|
||||||
"Shopping Cart": {
|
"Shopping Cart": {
|
||||||
"color": "#B7E090",
|
"color": "#B7E090",
|
||||||
"icon": "icon-shopping-cart",
|
"icon": "icon-shopping-cart",
|
||||||
|
"icon": "octicon octicon-gear",
|
||||||
"label": _("Shopping Cart"),
|
"label": _("Shopping Cart"),
|
||||||
"link": "Form/Shopping Cart Settings",
|
"link": "Form/Shopping Cart Settings",
|
||||||
"type": "module"
|
"type": "module"
|
||||||
|
|||||||
Reference in New Issue
Block a user