Skip to content

Releases: RamezIssac/django-slick-reporting

v0.5.3

24 Dec 10:53
Compare
Choose a tag to compare
  • Enhanced Field prepare flow
  • Add traversing for group_by
  • Allowed tests to run specific tests instead of the whole suit
  • Enhanced templates structure for easier override/customization

v0.5.2

17 Dec 06:13
Compare
Choose a tag to compare
  • Enhanced Time Series Plot total HighChart by accenting the categories
  • Enhanced the default verbose names of time series.
  • Expanding test coverage

v0.5.1

16 Dec 21:07
Compare
Choose a tag to compare
  • Added time series capability on a non-group by report
  • Added setting time series custom dates on ReportGenerator attr and init
  • Fixed a bug with setting the queryset, andnot the report model, on SlickReportView
  • Fixed an issue if GenericForeignKey is on the report model
  • Fixed an issue with Time series annual pattern

v0.5.0

11 Dec 18:35
Compare
Choose a tag to compare
  • Created the demo site https://django-slick-reporting.com/
  • Add support to group by date field
  • Add format_row hook to SlickReportingView
  • Add support for several chart engine per same report
  • Add SLICK_REPORTING_FORM_MEDIA &SLICK_REPORTING_DEFAULT_CHARTS_ENGINE setting.
  • Documenting SlickReportView response structure.
  • Fix issue with special column names __time_series__ and __crosstab__
  • Fix issue with Crosstab reminder option.

v0.4.2

29 Nov 05:51
Compare
Choose a tag to compare
  • Properly initialize Datepicker (#12 @squio)
  • Use previous date-range for initialization if it exists

v0.4.1

26 Nov 05:44
Compare
Choose a tag to compare
  • Bring back calculateTotalOnObjectArray (#11)
  • Bypassing default order_by when generating the report (#10)
  • Fix in dates in template and view (#4)

v0.4

24 Nov 09:44
Compare
Choose a tag to compare

[ Breaking ]

  • Renamed SampleReportView to SlickReportView
  • Renamed BaseReportField to SlickReportField
  • Added SlickReportViewBase leaving sanity checks for the SlickReportView

v0.3

22 Nov 18:00
Compare
Choose a tag to compare

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 .

v0.2.9

22 Oct 09:33
Compare
Choose a tag to compare
  • Fixed an issue getting a db field verbose column name
  • Fixed an issue with the report demo page's filter button not working correctly.

v0.2.7

26 Jul 05:43
Compare
Choose a tag to compare
  • Bring back Crosstab capability
  • Rename quan to the more verbose quantity
  • Minor enhancements around templates