mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 22:48:27 +00:00
trial balance, export ledgers only and groups only
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user