mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
install from txt files, part 1
This commit is contained in:
@@ -1 +1,117 @@
|
||||
[{'doc_type': 'POS', 'modified_by': 'Administrator', 'name': 'POS', 'parent': None, 'creation': '2010-12-14 16:40:09', 'modified': '2010-12-14 20:15:04', 'doctype': 'GL Mapper', 'idx': None, 'parenttype': None, 'owner': 'Administrator', 'docstatus': 0, 'parentfield': None}, {'creation': '2010-12-14 16:40:09', 'voucher_type': 'parent:doctype', 'doctype': 'GL Mapper Detail', 'owner': 'Administrator', 'cost_center': 'cost_center', 'voucher_no': 'parent:name', 'modified_by': 'Administrator', 'against_voucher': None, 'table_field': 'entries', 'transaction_date': 'parent:voucher_date', 'debit': 'value:0', 'docstatus': 0, 'parent': 'POS', 'company': 'parent:company', 'aging_date': 'parent:aging_date', 'fiscal_year': 'parent:fiscal_year', 'is_advance': None, 'remarks': 'parent:remarks', 'account': 'income_account', 'name': 'GLMDetail00010', 'idx': 1, 'against_voucher_type': None, 'modified': '2010-12-14 20:15:04', 'against': 'parent:debit_to', 'credit': 'amount', 'parenttype': 'GL Mapper', 'is_opening': 'parent:is_opening', 'posting_date': 'parent:posting_date', 'parentfield': 'fields'}, {'creation': '2010-12-14 16:40:09', 'voucher_type': 'parent:doctype', 'doctype': 'GL Mapper Detail', 'owner': 'Administrator', 'cost_center': 'cost_center_other_charges', 'voucher_no': 'parent:name', 'modified_by': 'Administrator', 'against_voucher': None, 'table_field': 'other_charges', 'transaction_date': 'parent:voucher_date', 'debit': 'value:0', 'docstatus': 0, 'parent': 'POS', 'company': 'parent:company', 'aging_date': 'parent:aging_date', 'fiscal_year': 'parent:fiscal_year', 'is_advance': None, 'remarks': 'parent:remarks', 'account': 'account_head', 'name': 'GLMDetail00011', 'idx': 2, 'against_voucher_type': None, 'modified': '2010-12-14 20:15:04', 'against': 'parent:debit_to', 'credit': 'tax_amount', 'parenttype': 'GL Mapper', 'is_opening': 'parent:is_opening', 'posting_date': 'parent:posting_date', 'parentfield': 'fields'}, {'creation': '2010-12-14 16:40:09', 'voucher_type': 'doctype', 'doctype': 'GL Mapper Detail', 'owner': 'Administrator', 'cost_center': None, 'voucher_no': 'name', 'modified_by': 'Administrator', 'against_voucher': 'name', 'table_field': None, 'transaction_date': 'voucher_date', 'debit': 'grand_total', 'docstatus': 0, 'parent': 'POS', 'company': 'company', 'aging_date': 'aging_date', 'fiscal_year': 'fiscal_year', 'is_advance': None, 'remarks': 'remarks', 'account': 'debit_to', 'name': 'GLMDetail00012', 'idx': 3, 'against_voucher_type': 'doctype', 'modified': '2010-12-14 20:15:04', 'against': 'against_income_account', 'credit': 'value:0', 'parenttype': 'GL Mapper', 'is_opening': 'is_opening', 'posting_date': 'posting_date', 'parentfield': 'fields'}, {'creation': '2010-12-14 16:40:09', 'voucher_type': 'doctype', 'doctype': 'GL Mapper Detail', 'owner': 'Administrator', 'cost_center': '', 'voucher_no': 'name', 'modified_by': 'Administrator', 'against_voucher': 'name', 'table_field': None, 'transaction_date': 'voucher_date', 'debit': 'value:0', 'docstatus': 0, 'parent': 'POS', 'company': 'company', 'aging_date': 'aging_date', 'fiscal_year': 'fiscal_year', 'is_advance': None, 'remarks': 'remarks', 'account': 'debit_to', 'name': 'GLMDetail00013', 'idx': 4, 'against_voucher_type': 'doctype', 'modified': '2010-12-14 20:15:04', 'against': 'cash_bank_account', 'credit': 'paid_amount', 'parenttype': 'GL Mapper', 'is_opening': 'is_opening', 'posting_date': 'posting_date', 'parentfield': 'fields'}, {'creation': '2010-12-14 16:40:09', 'voucher_type': 'doctype', 'doctype': 'GL Mapper Detail', 'owner': 'Administrator', 'cost_center': '', 'voucher_no': 'name', 'modified_by': 'Administrator', 'against_voucher': '', 'table_field': None, 'transaction_date': 'voucher_date', 'debit': 'paid_amount', 'docstatus': 0, 'parent': 'POS', 'company': 'company', 'aging_date': 'aging_date', 'fiscal_year': 'fiscal_year', 'is_advance': None, 'remarks': 'remarks', 'account': 'cash_bank_account', 'name': 'GLMDetail00014', 'idx': 5, 'against_voucher_type': '', 'modified': '2010-12-14 20:15:04', 'against': 'debit_to', 'credit': 'value:0', 'parenttype': 'GL Mapper', 'is_opening': 'is_opening', 'posting_date': 'posting_date', 'parentfield': 'fields'}]
|
||||
[
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"docstatus": 0,
|
||||
"creation": "2010-12-15 08:39:20",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-05-01 09:16:31"
|
||||
},
|
||||
{
|
||||
"doc_type": "POS",
|
||||
"name": "__common__",
|
||||
"doctype": "GL Mapper"
|
||||
},
|
||||
{
|
||||
"name": "__common__",
|
||||
"parent": "POS",
|
||||
"doctype": "GL Mapper Detail",
|
||||
"parenttype": "GL Mapper",
|
||||
"parentfield": "fields"
|
||||
},
|
||||
{
|
||||
"name": "POS",
|
||||
"doctype": "GL Mapper"
|
||||
},
|
||||
{
|
||||
"account": "income_account",
|
||||
"doctype": "GL Mapper Detail",
|
||||
"company": "parent:company",
|
||||
"debit": "value:0",
|
||||
"fiscal_year": "parent:fiscal_year",
|
||||
"against": "parent:debit_to",
|
||||
"voucher_type": "parent:doctype",
|
||||
"credit": "amount",
|
||||
"table_field": "entries",
|
||||
"transaction_date": "parent:voucher_date",
|
||||
"aging_date": "parent:aging_date",
|
||||
"is_opening": "parent:is_opening",
|
||||
"remarks": "parent:remarks",
|
||||
"posting_date": "parent:posting_date",
|
||||
"voucher_no": "parent:name",
|
||||
"cost_center": "cost_center"
|
||||
},
|
||||
{
|
||||
"account": "account_head",
|
||||
"doctype": "GL Mapper Detail",
|
||||
"company": "parent:company",
|
||||
"debit": "value:0",
|
||||
"fiscal_year": "parent:fiscal_year",
|
||||
"against": "parent:debit_to",
|
||||
"voucher_type": "parent:doctype",
|
||||
"credit": "tax_amount",
|
||||
"table_field": "other_charges",
|
||||
"transaction_date": "parent:voucher_date",
|
||||
"aging_date": "parent:aging_date",
|
||||
"is_opening": "parent:is_opening",
|
||||
"remarks": "parent:remarks",
|
||||
"posting_date": "parent:posting_date",
|
||||
"voucher_no": "parent:name",
|
||||
"cost_center": "cost_center_other_charges"
|
||||
},
|
||||
{
|
||||
"account": "debit_to",
|
||||
"doctype": "GL Mapper Detail",
|
||||
"against_voucher": "name",
|
||||
"against_voucher_type": "doctype",
|
||||
"company": "company",
|
||||
"debit": "grand_total",
|
||||
"fiscal_year": "fiscal_year",
|
||||
"against": "against_income_account",
|
||||
"voucher_type": "doctype",
|
||||
"credit": "value:0",
|
||||
"transaction_date": "voucher_date",
|
||||
"aging_date": "aging_date",
|
||||
"is_opening": "is_opening",
|
||||
"remarks": "remarks",
|
||||
"posting_date": "posting_date",
|
||||
"voucher_no": "name"
|
||||
},
|
||||
{
|
||||
"account": "debit_to",
|
||||
"doctype": "GL Mapper Detail",
|
||||
"credit": "paid_amount",
|
||||
"against_voucher_type": "doctype",
|
||||
"company": "company",
|
||||
"debit": "value:0",
|
||||
"fiscal_year": "fiscal_year",
|
||||
"against": "cash_bank_account",
|
||||
"voucher_type": "doctype",
|
||||
"against_voucher": "name",
|
||||
"transaction_date": "voucher_date",
|
||||
"aging_date": "aging_date",
|
||||
"is_opening": "is_opening",
|
||||
"remarks": "remarks",
|
||||
"posting_date": "posting_date",
|
||||
"voucher_no": "name",
|
||||
"cost_center": ""
|
||||
},
|
||||
{
|
||||
"account": "cash_bank_account",
|
||||
"doctype": "GL Mapper Detail",
|
||||
"credit": "value:0",
|
||||
"against_voucher_type": "",
|
||||
"company": "company",
|
||||
"debit": "paid_amount",
|
||||
"fiscal_year": "fiscal_year",
|
||||
"against": "debit_to",
|
||||
"voucher_type": "doctype",
|
||||
"against_voucher": "",
|
||||
"transaction_date": "voucher_date",
|
||||
"aging_date": "aging_date",
|
||||
"is_opening": "is_opening",
|
||||
"remarks": "remarks",
|
||||
"posting_date": "posting_date",
|
||||
"voucher_no": "name",
|
||||
"cost_center": ""
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user