blob: 6057a27d8fae799a420427116110d9ccadab6806 [file] [log] [blame]
Rushabh Mehta6f9915c2013-01-16 17:48:17 +05301[
2 {
3 "owner": "Administrator",
4 "docstatus": 0,
5 "creation": "2010-08-08 17:09:36",
6 "modified_by": "Administrator",
7 "modified": "2012-05-01 09:16:31"
8 },
9 {
10 "doc_type": "Receivable Voucher",
11 "name": "__common__",
12 "doctype": "GL Mapper"
13 },
14 {
15 "name": "__common__",
16 "parent": "Sales Invoice",
17 "doctype": "GL Mapper Detail",
18 "parenttype": "GL Mapper",
19 "parentfield": "fields"
20 },
21 {
22 "name": "Sales Invoice",
23 "doctype": "GL Mapper"
24 },
25 {
26 "account": "income_account",
27 "doctype": "GL Mapper Detail",
28 "company": "parent:company",
29 "debit": "value:0",
30 "fiscal_year": "parent:fiscal_year",
31 "against": "parent:debit_to",
32 "voucher_type": "parent:doctype",
33 "credit": "amount",
34 "table_field": "entries",
35 "transaction_date": "parent:voucher_date",
36 "aging_date": "parent:aging_date",
37 "is_opening": "parent:is_opening",
38 "remarks": "parent:remarks",
39 "posting_date": "parent:posting_date",
40 "voucher_no": "parent:name",
41 "cost_center": "cost_center"
42 },
43 {
44 "account": "account_head",
45 "doctype": "GL Mapper Detail",
46 "company": "parent:company",
47 "debit": "value:0",
48 "fiscal_year": "parent:fiscal_year",
49 "against": "parent:debit_to",
50 "voucher_type": "parent:doctype",
51 "credit": "tax_amount",
52 "table_field": "other_charges",
53 "transaction_date": "parent:voucher_date",
54 "aging_date": "parent:aging_date",
55 "is_opening": "parent:is_opening",
56 "remarks": "parent:remarks",
57 "posting_date": "parent:posting_date",
58 "voucher_no": "parent:name",
59 "cost_center": "cost_center_other_charges"
60 },
61 {
62 "account": "debit_to",
63 "doctype": "GL Mapper Detail",
64 "credit": "value:0",
65 "against_voucher_type": "value:'Sales Invoice'",
66 "company": "company",
67 "debit": "grand_total",
68 "fiscal_year": "fiscal_year",
69 "against": "against_income_account",
70 "voucher_type": "doctype",
71 "against_voucher": "name",
72 "table_field": "",
73 "transaction_date": "voucher_date",
74 "aging_date": "aging_date",
75 "is_opening": "is_opening",
76 "remarks": "remarks",
77 "posting_date": "posting_date",
78 "voucher_no": "name",
79 "cost_center": ""
80 }
81]