blob: 0fca5e4aa2d44a667a92970665f75ba81c914b05 [file] [log] [blame]
Rushabh Mehta6f9915c2013-01-16 17:48:17 +05301[
2 {
3 "owner": "Administrator",
4 "docstatus": 0,
5 "creation": "2010-12-15 08:39:20",
6 "modified_by": "Administrator",
7 "modified": "2012-05-01 09:16:31"
8 },
9 {
10 "doc_type": "POS",
11 "name": "__common__",
12 "doctype": "GL Mapper"
13 },
14 {
15 "name": "__common__",
16 "parent": "POS",
17 "doctype": "GL Mapper Detail",
18 "parenttype": "GL Mapper",
19 "parentfield": "fields"
20 },
21 {
22 "name": "POS",
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 "against_voucher": "name",
65 "against_voucher_type": "doctype",
66 "company": "company",
67 "debit": "grand_total",
68 "fiscal_year": "fiscal_year",
69 "against": "against_income_account",
70 "voucher_type": "doctype",
71 "credit": "value:0",
72 "transaction_date": "voucher_date",
73 "aging_date": "aging_date",
74 "is_opening": "is_opening",
75 "remarks": "remarks",
76 "posting_date": "posting_date",
77 "voucher_no": "name"
78 },
79 {
80 "account": "debit_to",
81 "doctype": "GL Mapper Detail",
82 "credit": "paid_amount",
83 "against_voucher_type": "doctype",
84 "company": "company",
85 "debit": "value:0",
86 "fiscal_year": "fiscal_year",
87 "against": "cash_bank_account",
88 "voucher_type": "doctype",
89 "against_voucher": "name",
90 "transaction_date": "voucher_date",
91 "aging_date": "aging_date",
92 "is_opening": "is_opening",
93 "remarks": "remarks",
94 "posting_date": "posting_date",
95 "voucher_no": "name",
96 "cost_center": ""
97 },
98 {
99 "account": "cash_bank_account",
100 "doctype": "GL Mapper Detail",
101 "credit": "value:0",
102 "against_voucher_type": "",
103 "company": "company",
104 "debit": "paid_amount",
105 "fiscal_year": "fiscal_year",
106 "against": "debit_to",
107 "voucher_type": "doctype",
108 "against_voucher": "",
109 "transaction_date": "voucher_date",
110 "aging_date": "aging_date",
111 "is_opening": "is_opening",
112 "remarks": "remarks",
113 "posting_date": "posting_date",
114 "voucher_no": "name",
115 "cost_center": ""
116 }
117]