trial balance, export ledgers only and groups only

This commit is contained in:
Rushabh Mehta
2012-11-13 13:28:26 +05:30
parent 724bb471ee
commit c68fc3f3d7
3 changed files with 42 additions and 3 deletions

View File

@@ -33,9 +33,13 @@ data_map = {
# Accounts
"Account": {
"columns": ["name", "parent_account", "lft", "rgt", "debit_or_credit",
"is_pl_account", "company"],
"is_pl_account", "company", "group_or_ledger"],
"conditions": ["docstatus < 2"],
"order_by": "lft"
"order_by": "lft",
"links": {
"company": ["Company", "name"],
}
},
"Cost Center": {
"columns": ["name", "lft", "rgt"],