| { |
| "app_name": "ERPNext", |
| "modules": { |
| "Selling": { |
| "link": "selling-home", |
| "color": "#1abc9c", |
| "icon": "icon-tag", |
| "type": "module" |
| }, |
| "Accounts": { |
| "link": "accounts-home", |
| "color": "#3498db", |
| "icon": "icon-money", |
| "type": "module" |
| }, |
| "Stock": { |
| "type": "module", |
| "link": "stock-home", |
| "color": "#f39c12", |
| "icon": "icon-truck" |
| }, |
| "Buying": { |
| "type": "module", |
| "link": "buying-home", |
| "color": "#c0392b", |
| "icon": "icon-shopping-cart" |
| }, |
| "Support": { |
| "type": "module", |
| "link": "support-home", |
| "color": "#2c3e50", |
| "icon": "icon-phone" |
| }, |
| "Projects": { |
| "type": "module", |
| "link": "projects-home", |
| "color": "#8e44ad", |
| "icon": "icon-puzzle-piece" |
| }, |
| "Manufacturing": { |
| "type": "module", |
| "link": "manufacturing-home", |
| "color": "#7f8c8d", |
| "icon": "icon-cogs" |
| }, |
| "HR": { |
| "type": "module", |
| "link": "hr-home", |
| "color": "#2ecc71", |
| "label": "Human Resources", |
| "icon": "icon-group" |
| }, |
| "Setup": { |
| "type": "setup", |
| "link": "Setup", |
| "color": "#bdc3c7", |
| "icon": "icon-wrench" |
| }, |
| "Activity": { |
| "type": "page", |
| "link": "activity", |
| "color": "#e67e22", |
| "icon": "icon-play", |
| "label": "Activity" |
| }, |
| "Notes": { |
| "type": "list", |
| "doctype": "Note", |
| "link": "List/Note", |
| "color": "#95a5a6", |
| "label": "Notes", |
| "icon": "icon-file-alt" |
| } |
| }, |
| "web": { |
| "pages": { |
| "account": { |
| "no_cache": true, |
| "template": "app/portal/templates/account.html" |
| }, |
| "order": { |
| "no_cache": true, |
| "template": "app/portal/templates/sale.html", |
| "args_method": "utilities.website_transactions.get_order_args", |
| "portal": { |
| "doctype": "Sales Order", |
| "conditions": { |
| "docstatus": 1 |
| } |
| } |
| }, |
| "orders": { |
| "no_cache": true, |
| "template": "app/portal/templates/sales_transactions.html", |
| "args_method": "utilities.website_transactions.order_list_args" |
| }, |
| "invoice": { |
| "no_cache": true, |
| "template": "app/portal/templates/sale.html", |
| "args_method": "utilities.website_transactions.get_invoice_args", |
| "portal": { |
| "doctype": "Sales Invoice", |
| "conditions": { |
| "docstatus": 1 |
| } |
| } |
| }, |
| "invoices": { |
| "no_cache": true, |
| "template": "app/portal/templates/sales_transactions.html", |
| "args_method": "utilities.website_transactions.invoice_list_args" |
| }, |
| "shipment": { |
| "no_cache": true, |
| "template": "app/portal/templates/sale.html", |
| "args_method": "utilities.website_transactions.get_shipment_args", |
| "portal": { |
| "doctype": "Delivery Note", |
| "conditions": { |
| "docstatus": 1 |
| } |
| } |
| }, |
| "shipments": { |
| "no_cache": true, |
| "template": "app/portal/templates/sales_transactions.html", |
| "args_method": "utilities.website_transactions.shipment_list_args" |
| }, |
| "product_search": { |
| "template": "app/stock/doctype/item/templates/product_search.html" |
| }, |
| "ticket": { |
| "no_cache": true, |
| "template": "app/support/doctype/support_ticket/templates/ticket.html", |
| "args_method": "support.doctype.support_ticket.support_ticket.get_website_args", |
| "portal": { |
| "doctype": "Support Ticket" |
| } |
| }, |
| "tickets": { |
| "template": "app/support/doctype/support_ticket/templates/tickets.html", |
| "args_method": "utilities.website_transactions.ticket_list_args" |
| }, |
| "address": { |
| "no_cache": true, |
| "template": "app/utilities/doctype/address/templates/address.html", |
| "args_method": "utilities.doctype.address.address.get_website_args" |
| }, |
| "addresses": { |
| "template": "app/utilities/doctype/address/templates/addresses.html" |
| }, |
| "profile": { |
| "no_cache": true, |
| "template": "app/portal/templates/profile.html", |
| "args_method": "startup.webutils.get_profile_args" |
| }, |
| "cart": { |
| "no_cache": true, |
| "template": "app/portal/templates/cart.html" |
| }, |
| "partners": { |
| "template": "app/setup/doctype/sales_partners/templates/partners.html", |
| "args_method": "setup.doctype.sales_partner.sales_partner.get_partner_args" |
| } |
| }, |
| "generators": { |
| "Item": { |
| "template": "app/stock/doctype/item/templates/item.html", |
| "condition_field": "show_in_website" |
| }, |
| "Item Group":{ |
| "template": "app/setup/doctype/item_group/templates/item_group.html", |
| "condition_field": "show_in_website" |
| }, |
| "Sales Partner": { |
| "template": "app/setup/doctype/sales_partner/templates/partner_page.html", |
| "condition_field": "show_in_website" |
| } |
| } |
| } |
| } |