Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 1 | { |
Rushabh Mehta | acd3367 | 2013-08-26 16:17:50 +0530 | [diff] [blame] | 2 | "app_name": "ERPNext", |
Rushabh Mehta | 4c6120a | 2013-09-10 12:18:58 +0530 | [diff] [blame] | 3 | "base_template": "app/portal/templates/base.html", |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 4 | "modules": { |
| 5 | "Selling": { |
| 6 | "link": "selling-home", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 7 | "color": "#1abc9c", |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 8 | "icon": "icon-tag", |
| 9 | "type": "module" |
| 10 | }, |
| 11 | "Accounts": { |
| 12 | "link": "accounts-home", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 13 | "color": "#3498db", |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 14 | "icon": "icon-money", |
| 15 | "type": "module" |
| 16 | }, |
| 17 | "Stock": { |
| 18 | "type": "module", |
| 19 | "link": "stock-home", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 20 | "color": "#f39c12", |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 21 | "icon": "icon-truck" |
| 22 | }, |
| 23 | "Buying": { |
| 24 | "type": "module", |
| 25 | "link": "buying-home", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 26 | "color": "#c0392b", |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 27 | "icon": "icon-shopping-cart" |
| 28 | }, |
| 29 | "Support": { |
| 30 | "type": "module", |
| 31 | "link": "support-home", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 32 | "color": "#2c3e50", |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 33 | "icon": "icon-phone" |
| 34 | }, |
| 35 | "Projects": { |
| 36 | "type": "module", |
| 37 | "link": "projects-home", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 38 | "color": "#8e44ad", |
Rushabh Mehta | f79e345 | 2013-06-07 12:58:29 +0530 | [diff] [blame] | 39 | "icon": "icon-puzzle-piece" |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 40 | }, |
| 41 | "Manufacturing": { |
| 42 | "type": "module", |
| 43 | "link": "manufacturing-home", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 44 | "color": "#7f8c8d", |
| 45 | "icon": "icon-cogs" |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 46 | }, |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 47 | "HR": { |
| 48 | "type": "module", |
| 49 | "link": "hr-home", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 50 | "color": "#2ecc71", |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 51 | "label": "Human Resources", |
| 52 | "icon": "icon-group" |
| 53 | }, |
| 54 | "Setup": { |
| 55 | "type": "setup", |
| 56 | "link": "Setup", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 57 | "color": "#bdc3c7", |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 58 | "icon": "icon-wrench" |
| 59 | }, |
| 60 | "Activity": { |
| 61 | "type": "page", |
| 62 | "link": "activity", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 63 | "color": "#e67e22", |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 64 | "icon": "icon-play", |
| 65 | "label": "Activity" |
| 66 | }, |
Rushabh Mehta | 9b10e36 | 2013-05-24 16:00:56 +0530 | [diff] [blame] | 67 | "Notes": { |
| 68 | "type": "list", |
| 69 | "doctype": "Note", |
| 70 | "link": "List/Note", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 71 | "color": "#95a5a6", |
Rushabh Mehta | 9b10e36 | 2013-05-24 16:00:56 +0530 | [diff] [blame] | 72 | "label": "Notes", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 73 | "icon": "icon-file-alt" |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 74 | } |
Rushabh Mehta | 3023a8f | 2013-04-03 16:34:23 +0530 | [diff] [blame] | 75 | }, |
| 76 | "web": { |
| 77 | "pages": { |
Rushabh Mehta | 3023a8f | 2013-04-03 16:34:23 +0530 | [diff] [blame] | 78 | "account": { |
Rushabh Mehta | 855d92d | 2013-07-23 12:20:08 +0530 | [diff] [blame] | 79 | "no_cache": true, |
Rushabh Mehta | bdb846f | 2013-09-09 17:31:19 +0530 | [diff] [blame] | 80 | "template": "app/portal/templates/account.html" |
Rushabh Mehta | 3023a8f | 2013-04-03 16:34:23 +0530 | [diff] [blame] | 81 | }, |
| 82 | "order": { |
| 83 | "no_cache": true, |
Rushabh Mehta | bdb846f | 2013-09-09 17:31:19 +0530 | [diff] [blame] | 84 | "template": "app/portal/templates/sale.html", |
Rushabh Mehta | c59c4e0 | 2013-09-09 12:17:45 +0530 | [diff] [blame] | 85 | "args_method": "utilities.website_transactions.get_order_args", |
Anand Doshi | a9c0f5d | 2013-09-05 12:19:00 +0530 | [diff] [blame] | 86 | "portal": { |
| 87 | "doctype": "Sales Order", |
| 88 | "conditions": { |
| 89 | "docstatus": 1 |
| 90 | } |
| 91 | } |
Rushabh Mehta | 3023a8f | 2013-04-03 16:34:23 +0530 | [diff] [blame] | 92 | }, |
| 93 | "orders": { |
Rushabh Mehta | 855d92d | 2013-07-23 12:20:08 +0530 | [diff] [blame] | 94 | "no_cache": true, |
Rushabh Mehta | bdb846f | 2013-09-09 17:31:19 +0530 | [diff] [blame] | 95 | "template": "app/portal/templates/sales_transactions.html", |
Rushabh Mehta | c59c4e0 | 2013-09-09 12:17:45 +0530 | [diff] [blame] | 96 | "args_method": "utilities.website_transactions.order_list_args" |
Anand Doshi | f7e5648 | 2013-08-29 17:46:40 +0530 | [diff] [blame] | 97 | }, |
Anand Doshi | d5c18d4 | 2013-09-04 15:07:00 +0530 | [diff] [blame] | 98 | "invoice": { |
| 99 | "no_cache": true, |
Rushabh Mehta | bdb846f | 2013-09-09 17:31:19 +0530 | [diff] [blame] | 100 | "template": "app/portal/templates/sale.html", |
Rushabh Mehta | c59c4e0 | 2013-09-09 12:17:45 +0530 | [diff] [blame] | 101 | "args_method": "utilities.website_transactions.get_invoice_args", |
Anand Doshi | a9c0f5d | 2013-09-05 12:19:00 +0530 | [diff] [blame] | 102 | "portal": { |
| 103 | "doctype": "Sales Invoice", |
| 104 | "conditions": { |
| 105 | "docstatus": 1 |
| 106 | } |
| 107 | } |
Anand Doshi | d5c18d4 | 2013-09-04 15:07:00 +0530 | [diff] [blame] | 108 | }, |
Anand Doshi | f7e5648 | 2013-08-29 17:46:40 +0530 | [diff] [blame] | 109 | "invoices": { |
| 110 | "no_cache": true, |
Rushabh Mehta | bdb846f | 2013-09-09 17:31:19 +0530 | [diff] [blame] | 111 | "template": "app/portal/templates/sales_transactions.html", |
Rushabh Mehta | c59c4e0 | 2013-09-09 12:17:45 +0530 | [diff] [blame] | 112 | "args_method": "utilities.website_transactions.invoice_list_args" |
Rushabh Mehta | 3023a8f | 2013-04-03 16:34:23 +0530 | [diff] [blame] | 113 | }, |
Anand Doshi | d5c18d4 | 2013-09-04 15:07:00 +0530 | [diff] [blame] | 114 | "shipment": { |
| 115 | "no_cache": true, |
Rushabh Mehta | bdb846f | 2013-09-09 17:31:19 +0530 | [diff] [blame] | 116 | "template": "app/portal/templates/sale.html", |
Rushabh Mehta | c59c4e0 | 2013-09-09 12:17:45 +0530 | [diff] [blame] | 117 | "args_method": "utilities.website_transactions.get_shipment_args", |
Anand Doshi | a9c0f5d | 2013-09-05 12:19:00 +0530 | [diff] [blame] | 118 | "portal": { |
| 119 | "doctype": "Delivery Note", |
| 120 | "conditions": { |
| 121 | "docstatus": 1 |
| 122 | } |
| 123 | } |
Anand Doshi | d5c18d4 | 2013-09-04 15:07:00 +0530 | [diff] [blame] | 124 | }, |
Anand Doshi | 6c8ef77 | 2013-08-30 18:23:50 +0530 | [diff] [blame] | 125 | "shipments": { |
| 126 | "no_cache": true, |
Rushabh Mehta | bdb846f | 2013-09-09 17:31:19 +0530 | [diff] [blame] | 127 | "template": "app/portal/templates/sales_transactions.html", |
Rushabh Mehta | c59c4e0 | 2013-09-09 12:17:45 +0530 | [diff] [blame] | 128 | "args_method": "utilities.website_transactions.shipment_list_args" |
Anand Doshi | 6c8ef77 | 2013-08-30 18:23:50 +0530 | [diff] [blame] | 129 | }, |
Rushabh Mehta | 3023a8f | 2013-04-03 16:34:23 +0530 | [diff] [blame] | 130 | "product_search": { |
Rushabh Mehta | bdb846f | 2013-09-09 17:31:19 +0530 | [diff] [blame] | 131 | "template": "app/stock/doctype/item/templates/product_search.html" |
Rushabh Mehta | 3023a8f | 2013-04-03 16:34:23 +0530 | [diff] [blame] | 132 | }, |
| 133 | "ticket": { |
| 134 | "no_cache": true, |
Rushabh Mehta | bdb846f | 2013-09-09 17:31:19 +0530 | [diff] [blame] | 135 | "template": "app/support/doctype/support_ticket/templates/ticket.html", |
Anand Doshi | d5c18d4 | 2013-09-04 15:07:00 +0530 | [diff] [blame] | 136 | "args_method": "support.doctype.support_ticket.support_ticket.get_website_args", |
Anand Doshi | a9c0f5d | 2013-09-05 12:19:00 +0530 | [diff] [blame] | 137 | "portal": { |
| 138 | "doctype": "Support Ticket" |
| 139 | } |
Rushabh Mehta | 3023a8f | 2013-04-03 16:34:23 +0530 | [diff] [blame] | 140 | }, |
| 141 | "tickets": { |
Rushabh Mehta | bdb846f | 2013-09-09 17:31:19 +0530 | [diff] [blame] | 142 | "template": "app/support/doctype/support_ticket/templates/tickets.html", |
Rushabh Mehta | c59c4e0 | 2013-09-09 12:17:45 +0530 | [diff] [blame] | 143 | "args_method": "utilities.website_transactions.ticket_list_args" |
Rushabh Mehta | 3023a8f | 2013-04-03 16:34:23 +0530 | [diff] [blame] | 144 | }, |
Anand Doshi | edbf3e1 | 2013-07-02 11:40:16 +0530 | [diff] [blame] | 145 | "address": { |
| 146 | "no_cache": true, |
Rushabh Mehta | bdb846f | 2013-09-09 17:31:19 +0530 | [diff] [blame] | 147 | "template": "app/utilities/doctype/address/templates/address.html", |
Anand Doshi | edbf3e1 | 2013-07-02 11:40:16 +0530 | [diff] [blame] | 148 | "args_method": "utilities.doctype.address.address.get_website_args" |
| 149 | }, |
| 150 | "addresses": { |
Rushabh Mehta | bdb846f | 2013-09-09 17:31:19 +0530 | [diff] [blame] | 151 | "template": "app/utilities/doctype/address/templates/addresses.html" |
Anand Doshi | 2e311ac | 2013-05-15 11:42:09 +0530 | [diff] [blame] | 152 | }, |
| 153 | "profile": { |
| 154 | "no_cache": true, |
Rushabh Mehta | bdb846f | 2013-09-09 17:31:19 +0530 | [diff] [blame] | 155 | "template": "app/portal/templates/profile.html", |
Anand Doshi | 2ac0a83 | 2013-07-10 20:49:44 +0530 | [diff] [blame] | 156 | "args_method": "startup.webutils.get_profile_args" |
Anand Doshi | 6f1f440 | 2013-06-04 15:48:26 +0530 | [diff] [blame] | 157 | }, |
| 158 | "cart": { |
| 159 | "no_cache": true, |
Rushabh Mehta | bdb846f | 2013-09-09 17:31:19 +0530 | [diff] [blame] | 160 | "template": "app/portal/templates/cart.html" |
Anand Doshi | 8e2ea5f | 2013-06-13 14:40:57 +0530 | [diff] [blame] | 161 | }, |
| 162 | "partners": { |
Rushabh Mehta | bdb846f | 2013-09-09 17:31:19 +0530 | [diff] [blame] | 163 | "template": "app/setup/doctype/sales_partners/templates/partners.html", |
Rushabh Mehta | 46089db | 2013-09-09 11:32:24 +0530 | [diff] [blame] | 164 | "args_method": "setup.doctype.sales_partner.sales_partner.get_partner_args" |
Rushabh Mehta | 3023a8f | 2013-04-03 16:34:23 +0530 | [diff] [blame] | 165 | } |
| 166 | }, |
| 167 | "generators": { |
Rushabh Mehta | 3023a8f | 2013-04-03 16:34:23 +0530 | [diff] [blame] | 168 | "Item": { |
Rushabh Mehta | bdb846f | 2013-09-09 17:31:19 +0530 | [diff] [blame] | 169 | "template": "app/stock/doctype/item/templates/item.html", |
Rushabh Mehta | 3023a8f | 2013-04-03 16:34:23 +0530 | [diff] [blame] | 170 | "condition_field": "show_in_website" |
| 171 | }, |
| 172 | "Item Group":{ |
Rushabh Mehta | bdb846f | 2013-09-09 17:31:19 +0530 | [diff] [blame] | 173 | "template": "app/setup/doctype/item_group/templates/item_group.html", |
Rushabh Mehta | 3023a8f | 2013-04-03 16:34:23 +0530 | [diff] [blame] | 174 | "condition_field": "show_in_website" |
Anand Doshi | 8e2ea5f | 2013-06-13 14:40:57 +0530 | [diff] [blame] | 175 | }, |
| 176 | "Sales Partner": { |
Rushabh Mehta | bdb846f | 2013-09-09 17:31:19 +0530 | [diff] [blame] | 177 | "template": "app/setup/doctype/sales_partner/templates/partner_page.html", |
Anand Doshi | 8e2ea5f | 2013-06-13 14:40:57 +0530 | [diff] [blame] | 178 | "condition_field": "show_in_website" |
Rushabh Mehta | 3023a8f | 2013-04-03 16:34:23 +0530 | [diff] [blame] | 179 | } |
| 180 | } |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 181 | } |
| 182 | } |