Merge pull request #16844 from deepeshgarg007/desktop

fix: Removed shortcuts from desktop.py
This commit is contained in:
Prateeksha Singh 2019-03-05 17:23:52 +05:30 committed by GitHub
commit e2e4028b39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,6 @@ def get_data():
"icon": "fa fa-check-square-o", "icon": "fa fa-check-square-o",
"type": "module", "type": "module",
"disable_after_onboard": 1, "disable_after_onboard": 1,
"shortcuts": ["Import Data", "Letter Head", "Email Account", "Item", "Customer"],
"description": "Dive into the basics for your organisation's needs.", "description": "Dive into the basics for your organisation's needs.",
"onboard_present": 1 "onboard_present": 1
}, },
@ -25,7 +24,6 @@ def get_data():
"color": "#3498db", "color": "#3498db",
"icon": "octicon octicon-repo", "icon": "octicon octicon-repo",
"type": "module", "type": "module",
"shortcuts": ["Item", "Customer", "Supplier", "General Ledger", "Sales Invoice"],
"description": "Accounts, billing, payments, cost center and budgeting." "description": "Accounts, billing, payments, cost center and budgeting."
}, },
{ {
@ -35,7 +33,6 @@ def get_data():
"color": "#1abc9c", "color": "#1abc9c",
"icon": "octicon octicon-tag", "icon": "octicon octicon-tag",
"type": "module", "type": "module",
"shortcuts": ["Quotation", "Sales Order", "Sales Analytics", "Customer"],
"description": "Sales orders, quotations, customers and items." "description": "Sales orders, quotations, customers and items."
}, },
{ {
@ -45,7 +42,6 @@ def get_data():
"color": "#c0392b", "color": "#c0392b",
"icon": "octicon octicon-briefcase", "icon": "octicon octicon-briefcase",
"type": "module", "type": "module",
"shortcuts": ["Purchase Order", "Items and Pricing", "Settings", "Supplier"],
"description": "Purchasing, suppliers, material requests, and items." "description": "Purchasing, suppliers, material requests, and items."
}, },
{ {
@ -55,7 +51,6 @@ def get_data():
"color": "#f39c12", "color": "#f39c12",
"icon": "octicon octicon-package", "icon": "octicon octicon-package",
"type": "module", "type": "module",
"shortcuts": ["Transactions", "Stock Reports", "Settings"],
"description": "Stock transactions, reports, serial numbers and batches." "description": "Stock transactions, reports, serial numbers and batches."
}, },
{ {
@ -65,7 +60,6 @@ def get_data():
"color": "#4286f4", "color": "#4286f4",
"icon": "octicon octicon-database", "icon": "octicon octicon-database",
"type": "module", "type": "module",
"shortcuts": ["Assets", "Maintanence", "Reports"],
"description": "Asset movement, maintainance and tools." "description": "Asset movement, maintainance and tools."
}, },
{ {
@ -75,7 +69,6 @@ def get_data():
"color": "#8e44ad", "color": "#8e44ad",
"icon": "octicon octicon-rocket", "icon": "octicon octicon-rocket",
"type": "module", "type": "module",
"shortcuts": ["Projects", "Time Tracking", "Reports"],
"description": "Updates, Timesheets and Activities." "description": "Updates, Timesheets and Activities."
}, },
{ {
@ -85,7 +78,6 @@ def get_data():
"color": "#EF4DB6", "color": "#EF4DB6",
"icon": "octicon octicon-broadcast", "icon": "octicon octicon-broadcast",
"type": "module", "type": "module",
"shortcuts": ["Sales Pipeline", "Reports", "Settings"],
"description": "Sales pipeline, leads, opportunities and customers." "description": "Sales pipeline, leads, opportunities and customers."
}, },
{ {
@ -95,7 +87,6 @@ def get_data():
"color": "#1abc9c", "color": "#1abc9c",
"icon": "fa fa-check-square-o", "icon": "fa fa-check-square-o",
"type": "module", "type": "module",
"shortcuts": ["Issues", "Warranty", "Reports"],
"description": "User interactions, support issues and knowledge base." "description": "User interactions, support issues and knowledge base."
}, },
{ {
@ -105,7 +96,6 @@ def get_data():
"color": "#2ecc71", "color": "#2ecc71",
"icon": "octicon octicon-organization", "icon": "octicon octicon-organization",
"type": "module", "type": "module",
"shortcuts": ["Employee and Attendance", "Payroll", "Settings"],
"description": "Employees, attendance, payroll, leaves and shifts." "description": "Employees, attendance, payroll, leaves and shifts."
}, },
{ {
@ -115,7 +105,6 @@ def get_data():
"color": "#1abc9c", "color": "#1abc9c",
"icon": "fa fa-check-square-o", "icon": "fa fa-check-square-o",
"type": "module", "type": "module",
"shortcuts": ["Goal and Procedure", "Review and Action"],
"description": "Quality goals, procedures, reviews and action." "description": "Quality goals, procedures, reviews and action."
}, },