[general ledger] group by voucher option

This commit is contained in:
Nabin Hait
2013-06-21 15:13:49 +05:30
parent 2ef637b346
commit f78d16cca1
3 changed files with 66 additions and 4 deletions

View File

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