Anand Doshi | f5794f1 | 2014-03-03 15:05:28 +0530 | [diff] [blame] | 1 | from frappe import _ |
| 2 | |
| 3 | data = [ |
| 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 | }, |
| 44 | { |
| 45 | "type": "doctype", |
| 46 | "name": "Payment to Invoice Matching Tool", |
| 47 | "description": _("Match non-linked Invoices and Payments.") |
| 48 | }, |
| 49 | { |
| 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", |
| 106 | "name": "Shipping Rules", |
| 107 | "description": _("Rules for adding shipping costs.") |
| 108 | }, |
| 109 | { |
| 110 | "type": "doctype", |
| 111 | "name": "Currency", |
| 112 | "description": _("Enable / disable currencies.") |
| 113 | }, |
| 114 | { |
| 115 | "type": "doctype", |
| 116 | "name": "Currency Exchange", |
| 117 | "description": _("Currency exchange rate master.") |
| 118 | }, |
| 119 | { |
| 120 | "type":"doctype", |
| 121 | "name": "Budget Distribution", |
| 122 | "description": _("Seasonality for setting budgets.") |
| 123 | }, |
| 124 | { |
| 125 | "type": "doctype", |
| 126 | "name":"Terms and Conditions", |
| 127 | "label": _("Terms and Conditions Template"), |
| 128 | "description": _("Template of terms or contract.") |
| 129 | }, |
| 130 | { |
| 131 | "type": "doctype", |
| 132 | "name":"Mode of Payment", |
| 133 | "description": _("e.g. Bank, Cash, Credit Card") |
| 134 | }, |
| 135 | { |
| 136 | "type": "doctype", |
| 137 | "name":"C-Form", |
| 138 | "description": _("C-Form records"), |
| 139 | "country": "India" |
| 140 | } |
| 141 | ] |
| 142 | }, |
| 143 | { |
| 144 | "label": _("Main Reports"), |
| 145 | "icon": "icon-table", |
| 146 | "items": [ |
| 147 | { |
| 148 | "type": "report", |
| 149 | "name":"General Ledger", |
| 150 | "doctype": "GL Entry", |
| 151 | "is_query_report": True, |
| 152 | }, |
| 153 | { |
| 154 | "type": "page", |
| 155 | "name": "trial-balance", |
| 156 | "label": _("Trial Balance"), |
| 157 | "icon": "icon-table" |
| 158 | }, |
| 159 | { |
| 160 | "type": "page", |
| 161 | "name":"Financial Statements", |
| 162 | "icon": "icon-table" |
| 163 | }, |
| 164 | { |
| 165 | "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 | }, |
| 298 | ] |