All notable changes to this project are/will be documented in this file.
- Added Jazzmin integration as an option
- Added settings for custom dashboard base template, admin_site_access_permission, report_access_function
- Simplified creating a widget for a report
- Simplified integrating erp framework with your project
- Align own ReportView to Slick Reporting ReportView
- Removed ReportList View, top_search app, and unused js plugins
- Changed report URL to be app_label/report_lug
- Enhanced demo app and documentation
- A makeover and renaming the project to django-erp-framework.
- Update slick_reporting to version >= 0.4
- Fixed duplicated
jazzmin
in installed apps in the project skeleton
- Fixed issues with documentation and project skeleton.
#Added
- Reporting Engine is moved to its own new package Slick Reporting.
- Framework no longer depends Postgres Database specifically.
- Update underlying AdminLTE Theme to 3.0.5
- Documentation for Ra Settings
- Removal of unneeded css styles, correcting GitHub linguist
- Added setting
RA_DEFAULT_TO_DATETIME
which defaults to start of current year + 1
- Added changelog, docs/faq
- Drop Use of Django Braces
- Support For Django 3
- Upgrade Django to >= 2.2.9
- Activity Tests
- Data generator for tutorial
- Enhance documentation and tutorial
- Fix UI around Chart list
- Different Legacy Code
- Travis CI
django-compressor
dependency
- Use setup.cfg
- Use Select2 instead of own widget developed for Django 1.11
- Update Tutorial
- First release on Github
- Upgrade to Python 3 and Django 2.2