blob: d30c6976e0f689dd2c1d3368ae6673b195737246 [file] [log] [blame]
Rushabh Mehta27c40792013-04-03 15:21:44 +05301{
Rushabh Mehtaacd33672013-08-26 16:17:50 +05302 "app_name": "ERPNext",
Rushabh Mehta27c40792013-04-03 15:21:44 +05303 "modules": {
4 "Selling": {
5 "link": "selling-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +05306 "color": "#1abc9c",
Rushabh Mehta27c40792013-04-03 15:21:44 +05307 "icon": "icon-tag",
8 "type": "module"
9 },
10 "Accounts": {
11 "link": "accounts-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053012 "color": "#3498db",
Rushabh Mehta27c40792013-04-03 15:21:44 +053013 "icon": "icon-money",
14 "type": "module"
15 },
16 "Stock": {
17 "type": "module",
18 "link": "stock-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053019 "color": "#f39c12",
Rushabh Mehta27c40792013-04-03 15:21:44 +053020 "icon": "icon-truck"
21 },
22 "Buying": {
23 "type": "module",
24 "link": "buying-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053025 "color": "#c0392b",
Rushabh Mehta27c40792013-04-03 15:21:44 +053026 "icon": "icon-shopping-cart"
27 },
28 "Support": {
29 "type": "module",
30 "link": "support-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053031 "color": "#2c3e50",
Rushabh Mehta27c40792013-04-03 15:21:44 +053032 "icon": "icon-phone"
33 },
34 "Projects": {
35 "type": "module",
36 "link": "projects-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053037 "color": "#8e44ad",
Rushabh Mehtaf79e3452013-06-07 12:58:29 +053038 "icon": "icon-puzzle-piece"
Rushabh Mehta27c40792013-04-03 15:21:44 +053039 },
40 "Manufacturing": {
41 "type": "module",
42 "link": "manufacturing-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053043 "color": "#7f8c8d",
44 "icon": "icon-cogs"
Rushabh Mehta27c40792013-04-03 15:21:44 +053045 },
46 "Website": {
47 "type": "module",
48 "link": "website-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053049 "color": "#16a085",
Rushabh Mehta27c40792013-04-03 15:21:44 +053050 "icon": "icon-globe"
51 },
52 "HR": {
53 "type": "module",
54 "link": "hr-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053055 "color": "#2ecc71",
Rushabh Mehta27c40792013-04-03 15:21:44 +053056 "label": "Human Resources",
57 "icon": "icon-group"
58 },
59 "Setup": {
60 "type": "setup",
61 "link": "Setup",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053062 "color": "#bdc3c7",
Rushabh Mehta27c40792013-04-03 15:21:44 +053063 "icon": "icon-wrench"
64 },
65 "Activity": {
66 "type": "page",
67 "link": "activity",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053068 "color": "#e67e22",
Rushabh Mehta27c40792013-04-03 15:21:44 +053069 "icon": "icon-play",
70 "label": "Activity"
71 },
Rushabh Mehta9b10e362013-05-24 16:00:56 +053072 "Notes": {
73 "type": "list",
74 "doctype": "Note",
75 "link": "List/Note",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053076 "color": "#95a5a6",
Rushabh Mehta9b10e362013-05-24 16:00:56 +053077 "label": "Notes",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053078 "icon": "icon-file-alt"
Rushabh Mehta27c40792013-04-03 15:21:44 +053079 }
Rushabh Mehta3023a8f2013-04-03 16:34:23 +053080 },
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 Mehta855d92d2013-07-23 12:20:08 +053088 "no_cache": true,
Rushabh Mehta3023a8f2013-04-03 16:34:23 +053089 "template": "app/website/templates/pages/account"
90 },
Rushabh Mehta3023a8f2013-04-03 16:34:23 +053091 "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 Doshid5c18d42013-09-04 15:07:00 +0530104 "template": "app/website/templates/pages/sale",
105 "args_method": "website.helpers.transaction.get_order_args",
106 "for_doctype": "Sales Order"
Rushabh Mehta3023a8f2013-04-03 16:34:23 +0530107 },
108 "orders": {
Rushabh Mehta855d92d2013-07-23 12:20:08 +0530109 "no_cache": true,
Anand Doshi6c8ef772013-08-30 18:23:50 +0530110 "template": "app/website/templates/pages/sales_transactions",
Anand Doshif7e56482013-08-29 17:46:40 +0530111 "args_method": "website.helpers.transaction.order_list_args"
112 },
Anand Doshid5c18d42013-09-04 15:07:00 +0530113 "invoice": {
114 "no_cache": true,
115 "template": "app/website/templates/pages/sale",
116 "args_method": "website.helpers.transaction.get_invoice_args",
117 "for_doctype": "Sales Invoice"
118 },
Anand Doshif7e56482013-08-29 17:46:40 +0530119 "invoices": {
120 "no_cache": true,
Anand Doshi6c8ef772013-08-30 18:23:50 +0530121 "template": "app/website/templates/pages/sales_transactions",
Anand Doshif7e56482013-08-29 17:46:40 +0530122 "args_method": "website.helpers.transaction.invoice_list_args"
Rushabh Mehta3023a8f2013-04-03 16:34:23 +0530123 },
Anand Doshid5c18d42013-09-04 15:07:00 +0530124 "shipment": {
125 "no_cache": true,
126 "template": "app/website/templates/pages/sale",
127 "args_method": "website.helpers.transaction.get_shipment_args",
128 "for_doctype": "Delivery Note"
129 },
Anand Doshi6c8ef772013-08-30 18:23:50 +0530130 "shipments": {
131 "no_cache": true,
132 "template": "app/website/templates/pages/sales_transactions",
133 "args_method": "website.helpers.transaction.shipment_list_args"
134 },
Rushabh Mehta3023a8f2013-04-03 16:34:23 +0530135 "product_search": {
136 "template": "app/website/templates/pages/product_search"
137 },
138 "ticket": {
139 "no_cache": true,
140 "template": "app/website/templates/pages/ticket",
Anand Doshid5c18d42013-09-04 15:07:00 +0530141 "args_method": "support.doctype.support_ticket.support_ticket.get_website_args",
142 "for_doctype": "Support Ticket"
Rushabh Mehta3023a8f2013-04-03 16:34:23 +0530143 },
144 "tickets": {
Anand Doshi6c8ef772013-08-30 18:23:50 +0530145 "template": "app/website/templates/pages/tickets",
146 "args_method": "website.helpers.transaction.ticket_list_args"
Rushabh Mehta3023a8f2013-04-03 16:34:23 +0530147 },
Anand Doshiedbf3e12013-07-02 11:40:16 +0530148 "address": {
149 "no_cache": true,
150 "template": "app/website/templates/pages/address",
151 "args_method": "utilities.doctype.address.address.get_website_args"
152 },
153 "addresses": {
154 "template": "app/website/templates/pages/addresses"
155 },
Rushabh Mehta3023a8f2013-04-03 16:34:23 +0530156 "writers": {
157 "template": "app/website/templates/pages/writers",
Rushabh Mehtae18133c2013-08-30 16:38:36 +0530158 "args_method": "website.doctype.blogger.blogger.get_writers_args"
Anand Doshi2e311ac2013-05-15 11:42:09 +0530159 },
160 "profile": {
161 "no_cache": true,
Anand Doshi2ac0a832013-07-10 20:49:44 +0530162 "template": "app/website/templates/pages/profile",
163 "args_method": "startup.webutils.get_profile_args"
Anand Doshi6f1f4402013-06-04 15:48:26 +0530164 },
165 "cart": {
166 "no_cache": true,
167 "template": "app/website/templates/pages/cart.html"
Anand Doshi8e2ea5f2013-06-13 14:40:57 +0530168 },
169 "partners": {
170 "template": "app/website/templates/pages/partners",
171 "args_method": "website.helpers.partner.get_partner_args"
Rushabh Mehta3023a8f2013-04-03 16:34:23 +0530172 }
173 },
174 "generators": {
175 "Web Page": {
176 "template": "app/website/templates/html/web_page.html",
177 "condition_field": "published"
178 },
179 "Blog Post": {
180 "template": "app/website/templates/html/blog_page.html",
181 "condition_field": "published"
182 },
183 "Item": {
184 "template": "app/website/templates/html/product_page.html",
185 "condition_field": "show_in_website"
186 },
187 "Item Group":{
188 "template": "app/website/templates/html/product_group.html",
189 "condition_field": "show_in_website"
Anand Doshi8e2ea5f2013-06-13 14:40:57 +0530190 },
191 "Sales Partner": {
192 "template": "app/website/templates/html/partner_page.html",
193 "condition_field": "show_in_website"
Rushabh Mehta3023a8f2013-04-03 16:34:23 +0530194 }
195 }
Rushabh Mehta27c40792013-04-03 15:21:44 +0530196 }
197}