blob: 40b526ce6abdeaf439d4cb75d025b6eb3d86c9b2 [file] [log] [blame]
Rushabh Mehta27c40792013-04-03 15:21:44 +05301{
2 "modules": {
3 "Selling": {
4 "link": "selling-home",
5 "color": "#3f4901",
6 "icon": "icon-tag",
7 "type": "module"
8 },
9 "Accounts": {
10 "link": "accounts-home",
11 "color": "#025770",
12 "icon": "icon-money",
13 "type": "module"
14 },
15 "Stock": {
16 "type": "module",
17 "link": "stock-home",
18 "color": "#a66a02",
19 "icon": "icon-truck"
20 },
21 "Buying": {
22 "type": "module",
23 "link": "buying-home",
24 "color": "#8F0222",
25 "icon": "icon-shopping-cart"
26 },
27 "Support": {
28 "type": "module",
29 "link": "support-home",
30 "color": "#410169",
31 "icon": "icon-phone"
32 },
33 "Projects": {
34 "type": "module",
35 "link": "projects-home",
36 "color": "#473b7f",
37 "icon": "icon-tasks"
38 },
39 "Manufacturing": {
40 "type": "module",
41 "link": "manufacturing-home",
42 "color": "#590116",
43 "icon": "icon-magic"
44 },
45 "Website": {
46 "type": "module",
47 "link": "website-home",
48 "color": "#968c00",
49 "icon": "icon-globe"
50 },
51 "HR": {
52 "type": "module",
53 "link": "hr-home",
54 "color": "#018d6c",
55 "label": "Human Resources",
56 "icon": "icon-group"
57 },
58 "Setup": {
59 "type": "setup",
60 "link": "Setup",
61 "color": "#484848",
62 "icon": "icon-wrench"
63 },
64 "Activity": {
65 "type": "page",
66 "link": "activity",
67 "color": "#633501",
68 "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 Mehta27c40792013-04-03 15:21:44 +053075 "color": "#01372b",
Rushabh Mehta9b10e362013-05-24 16:00:56 +053076 "label": "Notes",
Rushabh Mehta27c40792013-04-03 15:21:44 +053077 "icon": "icon-question-sign"
78 }
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"
Rushabh Mehta3023a8f2013-04-03 16:34:23 +0530130 }
131 },
132 "generators": {
133 "Web Page": {
134 "template": "app/website/templates/html/web_page.html",
135 "condition_field": "published"
136 },
137 "Blog Post": {
138 "template": "app/website/templates/html/blog_page.html",
139 "condition_field": "published"
140 },
141 "Item": {
142 "template": "app/website/templates/html/product_page.html",
143 "condition_field": "show_in_website"
144 },
145 "Item Group":{
146 "template": "app/website/templates/html/product_group.html",
147 "condition_field": "show_in_website"
148 }
149 }
Rushabh Mehta27c40792013-04-03 15:21:44 +0530150 }
151}