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