MantisBT: master dba48137

Author Committer Branch Timestamp Parent
vboctor vboctor master 2015-12-12 14:15 master 176169c7
Affected Issues  0007932: Implement CSV and Excel export for billing report
Changeset

Support exporting billing report to CSV and Excel

  • Added billing_api.php
  • Implemented 'Export to Excel' using billing api
  • Implemented 'Export to CSV' using billing api

Will open a code cleanup bug to move more code to use billing_api.

Fixes 0007932

add - billing_export_to_csv.php Diff File
add - billing_export_to_excel.php Diff File
mod - billing_inc.php Diff File
add - core/billing_api.php Diff File