[general ledger] group by voucher

This commit is contained in:
Nabin Hait
2013-06-24 13:54:16 +05:30
parent 55d0ec36ac
commit 8b96ba1da6
2 changed files with 13 additions and 23 deletions

View File

@@ -48,8 +48,7 @@ data_map = {
},
"GL Entry": {
"columns": ["name", "account", "posting_date", "cost_center", "debit", "credit",
"is_opening", "company", "voucher_type", "voucher_no", "remarks",
"against_voucher_type", "against_voucher"],
"is_opening", "company", "voucher_type", "voucher_no", "remarks"],
"conditions": ["ifnull(is_cancelled, 'No')='No'"],
"order_by": "posting_date, account",
"links": {