adamcharnock / django-hordak

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

Removing transfer_to() and replacing it with accounting_transfer_to() #131

Closed adamcharnock closed 6 days ago

adamcharnock commented 6 days ago

As per #130

Note that I also renamed the fields on the transaction creation form to use the terminology 'debit' and 'credit' rather than 'from' and 'to'. Hopefully that should make everything less confusing.

Note that accounting_transfer_to() can still be called, although it will show a deprecation warning

adamcharnock commented 6 days ago

I'm going to merge this. Doesn't seem controversial as it was always the plan anyway.