blob: ff6f80ffff15a37542737ac18b0877fb981f115b [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 },
71 "Knowledge Base": {
72 "type": "page",
73 "link": "questions",
74 "color": "#01372b",
75 "label": "Knowledge Base",
76 "icon": "icon-question-sign"
77 }
Rushabh Mehta3023a8f2013-04-03 16:34:23 +053078 },
79 "web": {
80 "pages": {
81 "about": {
82 "template": "app/website/templates/pages/about",
83 "args_method": "website.doctype.about_us_settings.about_us_settings.get_args"
84 },
85 "account": {
86 "template": "app/website/templates/pages/account"
87 },
88 "attributions": {
89 "template": "app/website/templates/pages/attributions"
90 },
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,
104 "template": "app/website/templates/pages/order",
105 "args_method": "selling.doctype.sales_order.sales_order.get_website_args"
106 },
107 "orders": {
108 "template": "app/website/templates/pages/orders",
109 "args_method": "selling.doctype.sales_order.sales_order.get_currency_and_number_format"
110 },
111 "product_search": {
112 "template": "app/website/templates/pages/product_search"
113 },
114 "ticket": {
115 "no_cache": true,
116 "template": "app/website/templates/pages/ticket",
117 "get_website_args": "support.doctype.support_ticket.support_ticket.get_website_args"
118 },
119 "tickets": {
120 "template": "app/website/templates/pages/tickets"
121 },
122 "writers": {
123 "template": "app/website/templates/pages/writers",
124 "args_method": "website.helpers.blog.get_writers_args"
125 }
126 },
127 "generators": {
128 "Web Page": {
129 "template": "app/website/templates/html/web_page.html",
130 "condition_field": "published"
131 },
132 "Blog Post": {
133 "template": "app/website/templates/html/blog_page.html",
134 "condition_field": "published"
135 },
136 "Item": {
137 "template": "app/website/templates/html/product_page.html",
138 "condition_field": "show_in_website"
139 },
140 "Item Group":{
141 "template": "app/website/templates/html/product_group.html",
142 "condition_field": "show_in_website"
143 }
144 }
Rushabh Mehta27c40792013-04-03 15:21:44 +0530145 }
146}