blob: 7d56122de2082f167c71b9546f573c73c84e5cae [file] [log] [blame]
Anand Doshif5794f12014-03-03 15:05:28 +05301from frappe import _
2
3data = [
4 {
5 "label": _("Documents"),
6 "icon": "icon-star",
7 "items": [
8 {
9 "type": "doctype",
10 "name": "Journal Voucher",
11 "description": _("Accounting journal entries.")
12 },
13 {
14 "type": "doctype",
15 "name": "Sales Invoice",
16 "description": _("Bills raised to Customers.")
17 },
18 {
19 "type": "doctype",
20 "name": "Purchase Invoice",
21 "description": _("Bills raised by Suppliers.")
22 },
23 {
24 "type": "doctype",
25 "name": "Customer",
26 "description": _("Customer database.")
27 },
28 {
29 "type": "doctype",
30 "name": "Supplier",
31 "description": _("Supplier database.")
32 },
33 ]
34 },
35 {
36 "label": _("Tools"),
37 "icon": "icon-wrench",
38 "items": [
39 {
40 "type": "doctype",
41 "name": "Bank Reconciliation",
42 "description": _("Update bank payment dates with journals.")
43 },
Nabin Hait292a2542014-05-01 15:46:37 +053044 # {
45 # "type": "doctype",
46 # "name": "Payment to Invoice Matching Tool",
47 # "description": _("Match non-linked Invoices and Payments.")
48 # },
Anand Doshif5794f12014-03-03 15:05:28 +053049 {
50 "type": "doctype",
51 "name": "Period Closing Voucher",
52 "description": _("Close Balance Sheet and book Profit or Loss.")
53 },
54 ]
55 },
56 {
57 "label": _("Setup"),
58 "icon": "icon-cog",
59 "items": [
60 {
61 "type": "doctype",
62 "name": "Fiscal Year",
63 "description": _("Financial / accounting year.")
64 },
65 {
66 "type": "page",
67 "name": "Accounts Browser",
68 "icon": "icon-sitemap",
69 "label": _("Chart of Accounts"),
70 "route": "Accounts Browser/Account",
71 "description": _("Tree of finanial accounts."),
72 "doctype": "Account",
73 },
74 {
75 "type": "page",
76 "name": "Accounts Browser",
77 "icon": "icon-sitemap",
78 "label": _("Chart of Cost Centers"),
79 "route": "Accounts Browser/Cost Center",
80 "description": _("Tree of finanial Cost Centers."),
81 "doctype": "Cost Center",
82 },
83 {
84 "type": "doctype",
85 "name": "Accounts Settings",
86 "description": _("Default settings for accounting transactions.")
87 },
88 {
89 "type": "doctype",
90 "name": "Sales Taxes and Charges Master",
91 "description": _("Tax template for selling transactions.")
92 },
93 {
94 "type": "doctype",
95 "name": "Purchase Taxes and Charges Master",
96 "description": _("Tax template for buying transactions.")
97 },
98 {
99 "type": "doctype",
100 "name": "POS Setting",
101 "label": _("Point-of-Sale Setting"),
102 "description": _("Rules to calculate shipping amount for a sale")
103 },
104 {
105 "type": "doctype",
Anand Doshib2c2fca2014-03-05 18:24:48 +0530106 "name": "Shipping Rule",
Anand Doshif5794f12014-03-03 15:05:28 +0530107 "description": _("Rules for adding shipping costs.")
108 },
109 {
110 "type": "doctype",
Anand Doshib2c2fca2014-03-05 18:24:48 +0530111 "name": "Pricing Rule",
112 "description": _("Rules for applying pricing and discount.")
113 },
114 {
115 "type": "doctype",
Anand Doshif5794f12014-03-03 15:05:28 +0530116 "name": "Currency",
117 "description": _("Enable / disable currencies.")
118 },
119 {
120 "type": "doctype",
121 "name": "Currency Exchange",
122 "description": _("Currency exchange rate master.")
123 },
124 {
125 "type":"doctype",
126 "name": "Budget Distribution",
127 "description": _("Seasonality for setting budgets.")
128 },
129 {
130 "type": "doctype",
131 "name":"Terms and Conditions",
132 "label": _("Terms and Conditions Template"),
133 "description": _("Template of terms or contract.")
134 },
135 {
136 "type": "doctype",
137 "name":"Mode of Payment",
138 "description": _("e.g. Bank, Cash, Credit Card")
139 },
140 {
141 "type": "doctype",
142 "name":"C-Form",
143 "description": _("C-Form records"),
144 "country": "India"
145 }
146 ]
147 },
148 {
149 "label": _("Main Reports"),
150 "icon": "icon-table",
151 "items": [
152 {
153 "type": "report",
154 "name":"General Ledger",
155 "doctype": "GL Entry",
156 "is_query_report": True,
157 },
158 {
159 "type": "page",
160 "name": "trial-balance",
161 "label": _("Trial Balance"),
162 "icon": "icon-table"
163 },
164 {
Anand Doshif5794f12014-03-03 15:05:28 +0530165 "type": "report",
166 "name": "Accounts Receivable",
167 "doctype": "Sales Invoice",
168 "is_query_report": True
169 },
170 {
171 "type": "report",
172 "name": "Accounts Payable",
173 "doctype": "Purchase Invoice",
174 "is_query_report": True
175 },
176 {
177 "type": "report",
178 "name": "Sales Register",
179 "doctype": "Sales Invoice",
180 "is_query_report": True
181 },
182 {
183 "type": "report",
184 "name": "Purchase Register",
185 "doctype": "Purchase Invoice",
186 "is_query_report": True
187 },
188 {
189 "type": "page",
190 "name": "financial-analytics",
191 "label": _("Financial Analytics"),
192 "icon": "icon-bar-chart",
193 },
194 {
195 "type": "report",
196 "name": "Gross Profit",
197 "doctype": "Sales Invoice",
198 "is_query_report": True
199 },
200 ]
201 },
202 {
203 "label": _("Standard Reports"),
204 "icon": "icon-list",
205 "items": [
206 {
207 "type": "report",
208 "name": "Bank Reconciliation Statement",
209 "is_query_report": True,
210 "doctype": "Journal Voucher"
211 },
212 {
213 "type": "report",
214 "name": "Ordered Items To Be Billed",
215 "is_query_report": True,
216 "doctype": "Sales Invoice"
217 },
218 {
219 "type": "report",
220 "name": "Delivered Items To Be Billed",
221 "is_query_report": True,
222 "doctype": "Sales Invoice"
223 },
224 {
225 "type": "report",
226 "name": "Purchase Order Items To Be Billed",
227 "is_query_report": True,
228 "doctype": "Purchase Invoice"
229 },
230 {
231 "type": "report",
232 "name": "Received Items To Be Billed",
233 "is_query_report": True,
234 "doctype": "Purchase Invoice"
235 },
236 {
237 "type": "report",
238 "name": "Bank Clearance Summary",
239 "is_query_report": True,
240 "doctype": "Journal Voucher"
241 },
242 {
243 "type": "report",
244 "name": "Payment Period Based On Invoice Date",
245 "is_query_report": True,
246 "doctype": "Journal Voucher"
247 },
248 {
249 "type": "report",
250 "name": "Sales Partners Commission",
251 "is_query_report": True,
252 "doctype": "Sales Invoice"
253 },
254 {
255 "type": "report",
256 "name": "Customer Account Head",
257 "is_query_report": True,
258 "doctype": "Account"
259 },
260 {
261 "type": "report",
262 "name": "Supplier Account Head",
263 "is_query_report": True,
264 "doctype": "Account"
265 },
266 {
267 "type": "report",
268 "name": "Item-wise Sales Register",
269 "is_query_report": True,
270 "doctype": "Sales Invoice"
271 },
272 {
273 "type": "report",
274 "name": "Item-wise Purchase Register",
275 "is_query_report": True,
276 "doctype": "Purchase Invoice"
277 },
278 {
279 "type": "report",
280 "name": "Budget Variance Report",
281 "is_query_report": True,
282 "doctype": "Cost Center"
283 },
284 {
285 "type": "report",
286 "name": "Purchase Invoice Trends",
287 "is_query_report": True,
288 "doctype": "Purchase Invoice"
289 },
290 {
291 "type": "report",
292 "name": "Sales Invoice Trends",
293 "is_query_report": True,
294 "doctype": "Sales Invoice"
295 },
296 ]
297 },
Nabin Hait292a2542014-05-01 15:46:37 +0530298]