Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#41; Changed variadic parameters to array of arrays (this is because …
…variadic parameters cannot be passed down to other functions, and was needed to implement param with default value at protocol level). Changed parameters with default value to overload with protocol extension, needed to use protocol when changing implementation of generator.. first draft for ExcelStatsReportFromDateGenerator. Now need to modify both generator to do the complete job from generating the report and the file to attach (HTML -> PDF or Excel). few options: 1- keep the HTML to PDF conversion outside the report generator (the conversion need UI which seems to be incompatible with UnitTesting) 2- use call back instead of returning a string (allow for any intermediate process) 3- remove the HTML and HTML to PDF processes since that might not be necessary anymore once we can generate and attach an Excel file. (or a combo of few above options)
- Loading branch information