blob: e0b85b1b8a98eff2466b1ed5c996dda78ce93d00 [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 Mehta27c40792013-04-03 15:21:44 +053037 "icon": "icon-tasks"
38 },
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": {
87 "template": "app/website/templates/pages/account"
88 },
89 "attributions": {
90 "template": "app/website/templates/pages/attributions"
91 },
92 "blog": {
93 "template": "app/website/templates/pages/blog",
94 "args_method": "website.helpers.blog.get_blog_template_args"
95 },
96 "contact": {
97 "template": "app/website/templates/pages/contact",
98 "args_doctype": "Contact Us Settings"
99 },
100 "index": {
101 "template": "app/website/templates/pages/index"
102 },
103 "order": {
104 "no_cache": true,
105 "template": "app/website/templates/pages/order",
106 "args_method": "selling.doctype.sales_order.sales_order.get_website_args"
107 },
108 "orders": {
109 "template": "app/website/templates/pages/orders",
110 "args_method": "selling.doctype.sales_order.sales_order.get_currency_and_number_format"
111 },
112 "product_search": {
113 "template": "app/website/templates/pages/product_search"
114 },
115 "ticket": {
116 "no_cache": true,
117 "template": "app/website/templates/pages/ticket",
Anand Doshi2e311ac2013-05-15 11:42:09 +0530118 "args_method": "support.doctype.support_ticket.support_ticket.get_website_args"
Rushabh Mehta3023a8f2013-04-03 16:34:23 +0530119 },
120 "tickets": {
121 "template": "app/website/templates/pages/tickets"
122 },
123 "writers": {
124 "template": "app/website/templates/pages/writers",
125 "args_method": "website.helpers.blog.get_writers_args"
Anand Doshi2e311ac2013-05-15 11:42:09 +0530126 },
127 "profile": {
128 "no_cache": true,
129 "template": "app/website/templates/pages/profile"
Anand Doshi6f1f4402013-06-04 15:48:26 +0530130 },
131 "cart": {
132 "no_cache": true,
133 "template": "app/website/templates/pages/cart.html"
Rushabh Mehta3023a8f2013-04-03 16:34:23 +0530134 }
135 },
136 "generators": {
137 "Web Page": {
138 "template": "app/website/templates/html/web_page.html",
139 "condition_field": "published"
140 },
141 "Blog Post": {
142 "template": "app/website/templates/html/blog_page.html",
143 "condition_field": "published"
144 },
145 "Item": {
146 "template": "app/website/templates/html/product_page.html",
147 "condition_field": "show_in_website"
148 },
149 "Item Group":{
150 "template": "app/website/templates/html/product_group.html",
151 "condition_field": "show_in_website"
152 }
153 }
Rushabh Mehta27c40792013-04-03 15:21:44 +0530154 }
155}