adamcharnock / django-hordak

Double entry accounting in Django
http://django-hordak.readthedocs.io
MIT License
228 stars 55 forks source link

Moving `Account.amount` to `Account.credit` & `Account.debit` #133

Open adamcharnock opened 6 days ago

adamcharnock commented 6 days ago

I've had a go at this this morning, and you can see the the core changes here.

Most of the lines changed are tests.

Notes:

Remaining Tasks

Follow-up work

I'll do this next in another PR

adamcharnock commented 6 days ago

I would love the input of both @nitsujri and @PetrDlouhy on this.

@nitsujri - I know this isn't precisely what you asked for, but what are your thoughts?

@PetrDlouhy - How comfortable would be feel about deploying this kind of change (once stable) into your production environment?

adamcharnock commented 5 days ago

All tests now passing 🎉🎉🎉