Adam Charnock
Adam Charnock
These fixes get django-interval-field working with Django 1.10. There is a slight caveat that the test `test_project.test_app.tests.TestTestApp.test_create` had a couple of assertions that I couldn't seem to fix (see comments),...
Going by my history with Hordak, it looks like I'm checking in with this library around every 6 months. I originally built it as a project for a community in...
the logic in `transfer_to()` is somewhat unclear. It is trying to paper over complexities in double entry accounting in a intuitive way and only partly succeeds in doing so. There...
Add list fields, filtering, and searching for all models in django admin ui. This will assist debugging #24
In some circumstance it seems duplicate lines can be created upon a statement import. More research required.
- Should be able to add sales taxes - A sales tax has a primary currency. This aids in displaying of reports - Multiple sales tax need to be supported...
This idea is from GnuCash. Accounts marked as placeholders cannot have transactions associated with them. Typically this is useful for parent accounts, as we normally only wish transactions to be...
There are several places where the code checks specifically if something is an instance `MutableSequence`. I believe the [more pythonic](https://www.google.co.uk/search?q=python+isinstance+considered+harmful) way would be something like: ``` python # rather than...
Firstly, my apologies for not submitting this as two pull requests (this is the result of some major git issues and me being tired). The updated usage does probably gives...
Lightbus currently doesn't work on Windows. Lightbus currently shows the following error on Windows, although the full depth of the compatibility issues are not yet known: ``` Python ImportError: No...