arrobalytics / django-ledger

Django Ledger is a double entry accounting system built on the Django Web Framework.
https://www.djangoledger.com
GNU General Public License v3.0
917 stars 215 forks source link

Bugfixes, improve context date handling, and adjust I/O digest. #207

Closed elarroba closed 3 months ago

elarroba commented 3 months ago

…est parameters.

This commit introduces a version increase from 0.6.1 to 0.6.2 and a significant overhaul of the date handling in context. The handling of 'from_date' and 'to_date' in context across different MixIn classes has been refactored using the new ContextFromToDateMixin. The I/O digest parameters in DigestContextMixIn were adjusted, with process_ratios and process_roles set to True. Unnecessary spacing in the balance_sheet_statement.html template was also cleaned up.