mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-25 13:03:02 +00:00
added export to reports using downloadify
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user