blob: 29d24fe98215247e5c28544cf0efdf3a6900b81d [file] [log] [blame]
Rushabh Mehta27c40792013-04-03 15:21:44 +05301{
2 "modules": {
3 "Selling": {
4 "link": "selling-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +05305 "color": "#1abc9c",
Rushabh Mehta27c40792013-04-03 15:21:44 +05306 "icon": "icon-tag",
7 "type": "module"
8 },
9 "Accounts": {
10 "link": "accounts-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053011 "color": "#3498db",
Rushabh Mehta27c40792013-04-03 15:21:44 +053012 "icon": "icon-money",
13 "type": "module"
14 },
15 "Stock": {
16 "type": "module",
17 "link": "stock-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053018 "color": "#f39c12",
Rushabh Mehta27c40792013-04-03 15:21:44 +053019 "icon": "icon-truck"
20 },
21 "Buying": {
22 "type": "module",
23 "link": "buying-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053024 "color": "#c0392b",
Rushabh Mehta27c40792013-04-03 15:21:44 +053025 "icon": "icon-shopping-cart"
26 },
27 "Support": {
28 "type": "module",
29 "link": "support-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053030 "color": "#2c3e50",
Rushabh Mehta27c40792013-04-03 15:21:44 +053031 "icon": "icon-phone"
32 },
33 "Projects": {
34 "type": "module",
35 "link": "projects-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053036 "color": "#8e44ad",
Rushabh Mehtaf79e3452013-06-07 12:58:29 +053037 "icon": "icon-puzzle-piece"
Rushabh Mehta27c40792013-04-03 15:21:44 +053038 },
39 "Manufacturing": {
40 "type": "module",
41 "link": "manufacturing-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053042 "color": "#7f8c8d",
43 "icon": "icon-cogs"
Rushabh Mehta27c40792013-04-03 15:21:44 +053044 },
45 "Website": {
46 "type": "module",
47 "link": "website-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053048 "color": "#16a085",
Rushabh Mehta27c40792013-04-03 15:21:44 +053049 "icon": "icon-globe"
50 },
51 "HR": {
52 "type": "module",
53 "link": "hr-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053054 "color": "#2ecc71",
Rushabh Mehta27c40792013-04-03 15:21:44 +053055 "label": "Human Resources",
56 "icon": "icon-group"
57 },
58 "Setup": {
59 "type": "setup",
60 "link": "Setup",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053061 "color": "#bdc3c7",
Rushabh Mehta27c40792013-04-03 15:21:44 +053062 "icon": "icon-wrench"
63 },
64 "Activity": {
65 "type": "page",
66 "link": "activity",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053067 "color": "#e67e22",
Rushabh Mehta27c40792013-04-03 15:21:44 +053068 "icon": "icon-play",
69 "label": "Activity"
70 },
Rushabh Mehta9b10e362013-05-24 16:00:56 +053071 "Notes": {
72 "type": "list",
73 "doctype": "Note",
74 "link": "List/Note",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053075 "color": "#95a5a6",
Rushabh Mehta9b10e362013-05-24 16:00:56 +053076 "label": "Notes",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053077 "icon": "icon-file-alt"
Rushabh Mehta27c40792013-04-03 15:21:44 +053078 }
Rushabh Mehta3023a8f2013-04-03 16:34:23 +053079 },
80 "web": {
81 "pages": {
82 "about": {
83 "template": "app/website/templates/pages/about",
84 "args_method": "website.doctype.about_us_settings.about_us_settings.get_args"
85 },
86 "account": {
Rushabh Mehta855d92d2013-07-23 12:20:08 +053087 "no_cache": true,
Rushabh Mehta3023a8f2013-04-03 16:34:23 +053088 "template": "app/website/templates/pages/account"
89 },
90 "attributions": {
91 "template": "app/website/templates/pages/attributions"
92 },
93 "blog": {
94 "template": "app/website/templates/pages/blog",
95 "args_method": "website.helpers.blog.get_blog_template_args"
96 },
97 "contact": {
98 "template": "app/website/templates/pages/contact",
99 "args_doctype": "Contact Us Settings"
100 },
101 "index": {
102 "template": "app/website/templates/pages/index"
103 },
104 "order": {
105 "no_cache": true,
106 "template": "app/website/templates/pages/order",
107 "args_method": "selling.doctype.sales_order.sales_order.get_website_args"
108 },
109 "orders": {
Rushabh Mehta855d92d2013-07-23 12:20:08 +0530110 "no_cache": true,
Rushabh Mehta3023a8f2013-04-03 16:34:23 +0530111 "template": "app/website/templates/pages/orders",
112 "args_method": "selling.doctype.sales_order.sales_order.get_currency_and_number_format"
113 },
114 "product_search": {
115 "template": "app/website/templates/pages/product_search"
116 },
117 "ticket": {
118 "no_cache": true,
119 "template": "app/website/templates/pages/ticket",
Anand Doshi2e311ac2013-05-15 11:42:09 +0530120 "args_method": "support.doctype.support_ticket.support_ticket.get_website_args"
Rushabh Mehta3023a8f2013-04-03 16:34:23 +0530121 },
122 "tickets": {
123 "template": "app/website/templates/pages/tickets"
124 },
Anand Doshiedbf3e12013-07-02 11:40:16 +0530125 "address": {
126 "no_cache": true,
127 "template": "app/website/templates/pages/address",
128 "args_method": "utilities.doctype.address.address.get_website_args"
129 },
130 "addresses": {
131 "template": "app/website/templates/pages/addresses"
132 },
Rushabh Mehta3023a8f2013-04-03 16:34:23 +0530133 "writers": {
134 "template": "app/website/templates/pages/writers",
135 "args_method": "website.helpers.blog.get_writers_args"
Anand Doshi2e311ac2013-05-15 11:42:09 +0530136 },
137 "profile": {
138 "no_cache": true,
Anand Doshi2ac0a832013-07-10 20:49:44 +0530139 "template": "app/website/templates/pages/profile",
140 "args_method": "startup.webutils.get_profile_args"
Anand Doshi6f1f4402013-06-04 15:48:26 +0530141 },
142 "cart": {
143 "no_cache": true,
144 "template": "app/website/templates/pages/cart.html"
Anand Doshi8e2ea5f2013-06-13 14:40:57 +0530145 },
146 "partners": {
147 "template": "app/website/templates/pages/partners",
148 "args_method": "website.helpers.partner.get_partner_args"
Rushabh Mehta3023a8f2013-04-03 16:34:23 +0530149 }
150 },
151 "generators": {
152 "Web Page": {
153 "template": "app/website/templates/html/web_page.html",
154 "condition_field": "published"
155 },
156 "Blog Post": {
157 "template": "app/website/templates/html/blog_page.html",
158 "condition_field": "published"
159 },
160 "Item": {
161 "template": "app/website/templates/html/product_page.html",
162 "condition_field": "show_in_website"
163 },
164 "Item Group":{
165 "template": "app/website/templates/html/product_group.html",
166 "condition_field": "show_in_website"
Anand Doshi8e2ea5f2013-06-13 14:40:57 +0530167 },
168 "Sales Partner": {
169 "template": "app/website/templates/html/partner_page.html",
170 "condition_field": "show_in_website"
Rushabh Mehta3023a8f2013-04-03 16:34:23 +0530171 }
172 }
Rushabh Mehta27c40792013-04-03 15:21:44 +0530173 }
174}