added export to reports using downloadify

This commit is contained in:
Rushabh Mehta
2012-09-14 18:12:17 +05:30
parent ed856486bc
commit cfb5466d30
7 changed files with 116 additions and 52 deletions

View File

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