Issues
- 1
Do we allow some kind of model customisation?
#132 opened by adamcharnock - 18
Change of architecture :)
#44 opened by lie-nielsen - 4
- 3
- 1
- 1
CI: Remove flake & mypy?
#125 opened by adamcharnock - 2
Add Petr Dlouhy to Read The Docs project
#129 opened by adamcharnock - 2
Rescue the Read The Docs documentation
#128 opened by adamcharnock - 3
Slow TransactionAdmin list view
#52 opened by PetrDlouhy - 4
How to fetch transaction amounts for a set of transactions without causing N+1 selects/queries
#46 opened by jordanmkoncz - 0
Remove use of `model_utils.Choices`
#123 opened by adamcharnock - 2
Accounts should not be created with multiple currencies by default (comments welcome)
#118 opened by adamcharnock - 3
Remove use of django-smalluuid
#119 opened by adamcharnock - 0
Expand account code length
#122 opened by adamcharnock - 2
- 1
Deprecate `transfer_to()`
#121 opened by adamcharnock - 9
Credits and Debits
#59 opened by the-solipsist - 4
- 3
Why is Account code field only 3 digits?
#41 opened by ajaff - 6
In transaction.legs.all sort debit first.
#69 opened by prdpspkt - 3
Release `1.16.0`
#115 opened by adamcharnock - 3
Improve logic in Account.trasfer_to()
#26 opened by adamcharnock - 0
Duplicate lines upon statement import
#24 opened by adamcharnock - 0
Improve django-admin UI
#25 opened by adamcharnock - 1
Accounts create Form throws an error
#108 opened by vidhyau-twbs-eu - 0
Inviting additional maintainers
#43 opened by adamcharnock - 4
Some search fields for AccountAdmin don't exist
#107 opened by angusholder - 2
Relax Account.name max_length restriction
#47 opened by jordanmkoncz - 2
- 1
Trading account fee currency
#56 opened by tomj - 5
- 3
- 4
Enter Opening balance in an account.
#73 opened by prdpspkt - 6
Could we include 0038_alter_account_id_alter_leg_id_and_more.py in the package
#98 opened by kumarnmanoj - 3
Document Evidence
#103 opened by aholtheuerl - 1
Account default CURRENCIES warning
#78 opened by nitsujri - 3
Subclass Account for Multi-tenancy
#77 opened by nitsujri - 5
- 2
class AccountTransactionsView(LoginRequiredMixin, SingleObjectMixin, View): ->class AccountTransactionsView(LoginRequiredMixin, SingleObjectMixin, ListView):
#64 opened by paeduardo - 4
Preparation for django 4
#54 opened by nshayanfar - 1
- 1
CI fails on Python 3.4 due to openpyxl deps
#39 opened by damiendr - 4
- 12
Django 2.1 support
#19 opened by adamcharnock - 5
Is this library maintained?
#35 opened by coler-j - 3
Test fails due to incorrect positioning of Euro currency symbol and wrong decimal separater
#29 opened by p-baum - 4
Improve account creation
#27 opened by rajesh188 - 2
- 1
A/receivables & a/c payables opening balance
#22 opened by rajesh188 - 2
Not installable in Django 2.0 and Django 2.1
#18 opened by PetrDlouhy