blob: 708a2c942f8f6222a5858d6949ea92e82e44e8e6 [file] [log] [blame]
Brahma K37fec6e2011-07-15 11:20:04 +05301# Module Def, Accounts
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +05302[
Brahma K37fec6e2011-07-15 11:20:04 +05303
4 # These values are common in all dictionaries
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +05305 {
Brahma K37fec6e2011-07-15 11:20:04 +05306 'creation': '2010-09-25 10:50:34',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +05307 'docstatus': 0,
Brahma K37fec6e2011-07-15 11:20:04 +05308 'modified': '2011-07-15 10:43:04',
9 'modified_by': 'Administrator',
10 'owner': 'Administrator'
11 },
12
13 # These values are common for all Module Def Role
14 {
15 'doctype': 'Module Def Role',
16 'name': '__common__',
17 'parent': 'Accounts',
18 'parentfield': 'roles',
19 'parenttype': 'Module Def'
20 },
21
22 # These values are common for all Module Def Item
23 {
24 'doctype': 'Module Def Item',
25 'name': '__common__',
26 'parent': 'Accounts',
27 'parentfield': 'items',
28 'parenttype': 'Module Def'
29 },
30
31 # These values are common for all Module Def
32 {
33 'disabled': 'No',
34 'doctype': 'Module Def',
nabinhaitec097972011-07-01 13:34:41 +053035 'doctype_list': 'GL Mapper, Journal Voucher\nGL Mapper, Payable Voucher\nGL Mapper, Receivable Voucher\nDocType Label, Receivable Voucher\nDocType Label, Payable Voucher',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053036 'file_list': 'finance.gif,FileData/00210',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053037 'is_hidden': 'No',
38 'last_updated_date': '2010-12-08 10:13:30',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053039 'module_desc': 'Data about your payables, receivables and books of accounts',
40 'module_icon': 'Accounts.gif',
41 'module_label': 'Accounts',
42 'module_name': 'Accounts',
Brahma K37fec6e2011-07-15 11:20:04 +053043 'module_seq': 5,
44 'name': '__common__'
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053045 },
Brahma K37fec6e2011-07-15 11:20:04 +053046
47 # Module Def, Accounts
48 {
49 'doctype': 'Module Def',
50 'name': 'Accounts'
51 },
52
53 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053054 {
55 'click_function': "show_chart_browser('Accounts Browser','Account')",
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053056 'description': 'Manage your accounts',
57 'display_name': 'Chart of Accounts',
58 'doc_name': 'Accounts Browser',
59 'doc_type': 'Pages',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053060 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +053061 'idx': 1
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053062 },
Brahma K37fec6e2011-07-15 11:20:04 +053063
64 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053065 {
66 'click_function': "show_chart_browser('Accounts Browser','Cost Center')",
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053067 'description': 'Manage your cost centers',
68 'display_name': 'Chart of Cost Centers',
69 'doc_name': 'Accounts Browser',
70 'doc_type': 'Pages',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053071 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +053072 'idx': 2
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053073 },
Brahma K37fec6e2011-07-15 11:20:04 +053074
75 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053076 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053077 'description': 'Regular journal entry',
78 'display_name': 'Journal Voucher',
79 'doc_name': 'Journal Voucher',
80 'doc_type': 'Forms',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053081 'doctype': 'Module Def Item',
82 'fields': 'voucher_type\nvoucher_date\nfiscal_year\ntotal_debit\ntotal_credit',
Brahma K37fec6e2011-07-15 11:20:04 +053083 'idx': 3
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053084 },
Brahma K37fec6e2011-07-15 11:20:04 +053085
86 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053087 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053088 'description': 'Outgoing Invoice to your customers',
89 'display_name': 'Sales Invoice',
90 'doc_name': 'Receivable Voucher',
91 'doc_type': 'Forms',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053092 'doctype': 'Module Def Item',
93 'fields': 'voucher_date\ndue_date\ndebit_to\ngrand_total\noutstanding_amount',
Brahma K37fec6e2011-07-15 11:20:04 +053094 'idx': 4
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053095 },
Brahma K37fec6e2011-07-15 11:20:04 +053096
97 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053098 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053099 'description': 'Incoming invoice from your service providers',
100 'display_name': 'Purchase Invoice',
101 'doc_name': 'Payable Voucher',
102 'doc_type': 'Forms',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530103 'doctype': 'Module Def Item',
104 'fields': 'voucher_date\ncredit_to\nbill_no\ngrand_total\noutstanding_amount',
Brahma K37fec6e2011-07-15 11:20:04 +0530105 'idx': 5
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530106 },
Brahma K37fec6e2011-07-15 11:20:04 +0530107
108 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530109 {
Brahma K37fec6e2011-07-15 11:20:04 +0530110 'display_name': 'Loan',
111 'doc_name': 'Loan',
112 'doc_type': 'Forms',
113 'doctype': 'Module Def Item',
114 'idx': 6
115 },
116
117 # Module Def Item
118 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530119 'description': 'Profit & Loss and Balance Sheet builder',
120 'display_name': 'Financial Statements',
121 'doc_name': 'Financial Statements',
122 'doc_type': 'Pages',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530123 'doctype': 'Module Def Item',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530124 'icon': 'table.gif',
Brahma K37fec6e2011-07-15 11:20:04 +0530125 'idx': 7
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530126 },
Brahma K37fec6e2011-07-15 11:20:04 +0530127
128 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530129 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530130 'description': 'Update your actual clearance dates and find out if bank ledger tallies with your bank statement.',
131 'display_name': 'Bank Reconciliation',
132 'doc_name': 'Bank Reconciliation',
133 'doc_type': 'Single DocType',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530134 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530135 'idx': 8
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530136 },
Brahma K37fec6e2011-07-15 11:20:04 +0530137
138 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530139 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530140 'display_name': 'TDS Payment',
141 'doc_name': 'TDS Payment',
142 'doc_type': 'Setup Forms',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530143 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530144 'idx': 9
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530145 },
Brahma K37fec6e2011-07-15 11:20:04 +0530146
147 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530148 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530149 'display_name': 'TDS Return Acknowledgement',
150 'doc_name': 'TDS Return Acknowledgement',
151 'doc_type': 'Setup Forms',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530152 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530153 'idx': 10
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530154 },
Brahma K37fec6e2011-07-15 11:20:04 +0530155
156 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530157 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530158 'display_name': 'Form 16A',
159 'doc_name': 'Form 16A',
160 'doc_type': 'Setup Forms',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530161 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530162 'idx': 11
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530163 },
Brahma K37fec6e2011-07-15 11:20:04 +0530164
165 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530166 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530167 'description': 'Account closing entry (Profit Booking) on any date',
168 'display_name': 'Period Closing Voucher',
169 'doc_name': 'Period Closing Voucher',
170 'doc_type': 'Setup Forms',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530171 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530172 'idx': 12
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530173 },
Brahma K37fec6e2011-07-15 11:20:04 +0530174
175 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530176 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530177 'description': 'You can export balance of selected ledgers within a specific period',
178 'display_name': 'Ledger Balance Export',
179 'doc_name': 'Ledger Balance Export',
180 'doc_type': 'Single DocType',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530181 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530182 'idx': 13
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530183 },
Brahma K37fec6e2011-07-15 11:20:04 +0530184
185 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530186 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530187 'display_name': 'General Ledger',
188 'doc_name': 'GL Entry',
189 'doc_type': 'Reports',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530190 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530191 'idx': 14
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530192 },
Brahma K37fec6e2011-07-15 11:20:04 +0530193
194 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530195 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530196 'display_name': 'Accounts Receivable',
197 'doc_name': 'GL Entry',
198 'doc_type': 'Reports',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530199 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530200 'idx': 15
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530201 },
Brahma K37fec6e2011-07-15 11:20:04 +0530202
203 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530204 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530205 'display_name': 'Accounts Payable',
206 'doc_name': 'GL Entry',
207 'doc_type': 'Reports',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530208 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530209 'idx': 16
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530210 },
Brahma K37fec6e2011-07-15 11:20:04 +0530211
212 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530213 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530214 'display_name': 'Bank Reconciliation Statement',
215 'doc_name': 'Journal Voucher Detail',
216 'doc_type': 'Reports',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530217 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530218 'idx': 17
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530219 },
Brahma K37fec6e2011-07-15 11:20:04 +0530220
221 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530222 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530223 'display_name': 'Trial Balance',
224 'doc_name': 'Account',
225 'doc_type': 'Reports',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530226 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530227 'idx': 18
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530228 },
Brahma K37fec6e2011-07-15 11:20:04 +0530229
230 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530231 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530232 'display_name': 'Sales Register',
233 'doc_name': 'Receivable Voucher',
234 'doc_type': 'Reports',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530235 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530236 'idx': 19
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530237 },
Brahma K37fec6e2011-07-15 11:20:04 +0530238
239 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530240 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530241 'display_name': 'Purchase Register',
242 'doc_name': 'Payable Voucher',
243 'doc_type': 'Reports',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530244 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530245 'idx': 20
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530246 },
Brahma K37fec6e2011-07-15 11:20:04 +0530247
248 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530249 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530250 'display_name': 'Bank Clearance report',
251 'doc_name': 'Journal Voucher Detail',
252 'doc_type': 'Reports',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530253 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530254 'idx': 21
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530255 },
Brahma K37fec6e2011-07-15 11:20:04 +0530256
257 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530258 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530259 'display_name': 'Monthly Ledger Summary Report',
260 'doc_name': 'GL Entry',
261 'doc_type': 'Reports',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530262 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530263 'idx': 22
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530264 },
Brahma K37fec6e2011-07-15 11:20:04 +0530265
266 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530267 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530268 'display_name': 'Collection Report',
269 'doc_name': 'Journal Voucher Detail',
270 'doc_type': 'Reports',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530271 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530272 'idx': 23
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530273 },
Brahma K37fec6e2011-07-15 11:20:04 +0530274
275 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530276 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530277 'display_name': 'Total amout collection for a period - Customerwise',
278 'doc_name': 'Account',
279 'doc_type': 'Reports',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530280 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530281 'idx': 24
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530282 },
Brahma K37fec6e2011-07-15 11:20:04 +0530283
284 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530285 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530286 'display_name': 'Payment Report',
287 'doc_name': 'Journal Voucher Detail',
288 'doc_type': 'Reports',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530289 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530290 'idx': 25
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530291 },
Brahma K37fec6e2011-07-15 11:20:04 +0530292
293 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530294 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530295 'display_name': 'Itemwise Sales Register',
296 'doc_name': 'RV Detail',
297 'doc_type': 'Reports',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530298 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530299 'idx': 26
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530300 },
Brahma K37fec6e2011-07-15 11:20:04 +0530301
302 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530303 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530304 'display_name': 'Itemwise Purchase Register',
305 'doc_name': 'PV Detail',
306 'doc_type': 'Reports',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530307 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530308 'idx': 27
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530309 },
Brahma K37fec6e2011-07-15 11:20:04 +0530310
311 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530312 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530313 'display_name': 'Cost Center wise Expense',
314 'doc_name': 'GL Entry',
315 'doc_type': 'Reports',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530316 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530317 'idx': 28
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530318 },
Brahma K37fec6e2011-07-15 11:20:04 +0530319
320 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530321 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530322 'display_name': 'TDS Return',
323 'doc_name': 'TDS Payment Detail',
324 'doc_type': 'Reports',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530325 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530326 'idx': 29
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530327 },
Brahma K37fec6e2011-07-15 11:20:04 +0530328
329 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530330 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530331 'display_name': 'Budget Variance Report',
332 'doc_name': 'Budget Detail',
333 'doc_type': 'Reports',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530334 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530335 'idx': 30
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530336 },
Brahma K37fec6e2011-07-15 11:20:04 +0530337
338 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530339 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530340 'display_name': 'Payment Receipt Report',
341 'doc_name': 'GL Entry',
342 'doc_type': 'Reports',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530343 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530344 'idx': 31
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530345 },
Brahma K37fec6e2011-07-15 11:20:04 +0530346
347 # Module Def Item
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530348 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530349 'description': 'Track total commission given to your Business Associate',
350 'display_name': 'Business Associate Commission Report',
351 'doc_name': 'Receivable Voucher',
352 'doc_type': 'Reports',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530353 'doctype': 'Module Def Item',
Brahma K37fec6e2011-07-15 11:20:04 +0530354 'idx': 32
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530355 },
Brahma K37fec6e2011-07-15 11:20:04 +0530356
357 # Module Def Role
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530358 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530359 'doctype': 'Module Def Role',
360 'idx': 1,
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530361 'role': 'Accounts Manager'
362 },
Brahma K37fec6e2011-07-15 11:20:04 +0530363
364 # Module Def Role
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530365 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530366 'doctype': 'Module Def Role',
367 'idx': 2,
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530368 'role': 'Accounts User'
369 },
Brahma K37fec6e2011-07-15 11:20:04 +0530370
371 # Module Def Role
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530372 {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530373 'doctype': 'Module Def Role',
374 'idx': 3,
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530375 'role': 'Administrator'
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +0530376 }
Brahma K37fec6e2011-07-15 11:20:04 +0530377]