- Bring back calculateTotalOnObjectArray (11) - Bypassing default ordering by when generating the report (10) - Fix in dates in template and view
0.4.0
- Renamed `SampleReportView` to `SlickReportView` - Renamed `BaseReportField` to `SlickReportField` - Added `SlickReportViewBase` leaving sanity checks for the `SlickReportView`
0.3.0
- Add Sanity checks against incorrect entries in columns or date_field - Add support to create ReportField on the fly in all report types - Enhance exception verbosity. - Removed `doc_date` field reference .
0.2.9
Updated
- Fixed an issue getting a db field verbose column name - Fixed an issue with the report demo page's filter button not working correctly.
0.2.8
Updated
- Fixed an error with ManyToOne Relation not being able to get its verbose name (mswastik)
0.2.7
Updates
- Bring back crosstab capability - Rename `quan` to the more verbose `quantity` - Minor enhancements around templates