Implemented status change signals on the following models:
- Journal Entry Model
- Ledger Model
- Invoice Model
- Bill Model
- Estimate model
- Purchase Order Model
What's Changed
* Bugfixes, improve context date handling, and adjust I/O digest. by elarroba in https://github.com/arrobalytics/django-ledger/pull/207
* Issue 208 ofx files by tolland in https://github.com/arrobalytics/django-ledger/pull/209
* 'RelatedManager' object has no attribute 'posted' by 25-do in https://github.com/arrobalytics/django-ledger/pull/213
* Fix: Added correct urls for going back in entity and ledger balance sheet view by ubaidrmn in https://github.com/arrobalytics/django-ledger/pull/215
New Contributors
* tolland made their first contribution in https://github.com/arrobalytics/django-ledger/pull/209
* ubaidrmn made their first contribution in https://github.com/arrobalytics/django-ledger/pull/215
**Full Changelog**: https://github.com/arrobalytics/django-ledger/compare/v0.6.2...v0.6.3