.coveragerc
.gitignore
.pre-commit-config.yaml
.travis.yml
CHANGES.txt
LICENSE.txt
MANIFEST.in
README.rst
VERSION
manage.py
mypy.ini
setup.cfg
setup.py
.github/workflows/main.yml
django_hordak.egg-info/PKG-INFO
django_hordak.egg-info/SOURCES.txt
django_hordak.egg-info/dependency_links.txt
django_hordak.egg-info/requires.txt
django_hordak.egg-info/top_level.txt
docs/.gitignore
docs/Makefile
docs/accounting-for-developers.rst
docs/changelog.rst
docs/conf.py
docs/customising-templates.rst
docs/hordak-database-triggers.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/notes.rst
docs/requirements.txt
docs/settings.rst
docs/test-import.csv
docs/_static/peter-selinger-tutorial.pdf
docs/api/exceptions.rst
docs/api/forms.rst
docs/api/index.rst
docs/api/models.rst
docs/api/utilities_currency.rst
docs/api/utilities_money.rst
docs/api/views.rst
example_project/__init__.py
example_project/settings.py
example_project/urls.py
example_project/wsgi.py
hordak/__init__.py
hordak/admin.py
hordak/apps.py
hordak/defaults.py
hordak/exceptions.py
hordak/resources.py
hordak/urls.py
hordak/data_sources/__init__.py
hordak/data_sources/tellerio.py
hordak/fixtures/top-level-accounts.json
hordak/forms/__init__.py
hordak/forms/accounts.py
hordak/forms/statement_csv_import.py
hordak/forms/transactions.py
hordak/management/__init__.py
hordak/management/commands/__init__.py
hordak/management/commands/create_chart_of_accounts.py
hordak/migrations/0001_initial.py
hordak/migrations/0002_check_leg_trigger_20160903_1149.py
hordak/migrations/0003_check_zero_amount_20160907_0921.py
hordak/migrations/0004_auto_20161113_1932.py
hordak/migrations/0005_account_currencies.py
hordak/migrations/0006_auto_20161209_0108.py
hordak/migrations/0007_auto_20161209_0111.py
hordak/migrations/0008_auto_20161209_0129.py
hordak/migrations/0009_bank_accounts_are_asset_accounts.py
hordak/migrations/0010_auto_20161216_1202.py
hordak/migrations/0011_auto_20170225_2222.py
hordak/migrations/0012_account_full_code.py
hordak/migrations/0013_trigger_full_account_code.py
hordak/migrations/0014_auto_20170302_1944.py
hordak/migrations/0015_auto_20170302_2109.py
hordak/migrations/0016_check_account_type.py
hordak/migrations/0017_auto_20171203_1516.py
hordak/migrations/0018_auto_20171205_1256.py
hordak/migrations/0019_statementimport_source.py
hordak/migrations/0020_auto_20171205_1424.py
hordak/migrations/0021_auto_20180329_1426.py
hordak/migrations/0022_auto_20180825_1026.py
hordak/migrations/0023_auto_20180825_1029.py
hordak/migrations/0024_auto_20180827_1148.py
hordak/migrations/0025_auto_20180829_1605.py
hordak/migrations/0026_auto_20190723_0929.py
hordak/migrations/0027_trigger_update_full_account_codes_effective.py
hordak/migrations/0028_auto_20220215_1847.py
hordak/migrations/0029_alter_leg_amount_currency_and_more.py
hordak/migrations/__init__.py
hordak/models/__init__.py
hordak/models/core.py
hordak/models/statement_csv_import.py
hordak/templates/hordak/base.html
hordak/templates/hordak/accounts/account_create.html
hordak/templates/hordak/accounts/account_list.html
hordak/templates/hordak/accounts/account_transactions.html
hordak/templates/hordak/accounts/account_update.html
hordak/templates/hordak/partials/form.html
hordak/templates/hordak/statement_import/_import_errors.html
hordak/templates/hordak/statement_import/_import_info_boxes.html
hordak/templates/hordak/statement_import/import_create.html
hordak/templates/hordak/statement_import/import_dry_run.html
hordak/templates/hordak/statement_import/import_execute.html
hordak/templates/hordak/statement_import/import_setup.html
hordak/templates/hordak/transactions/currency_trade.html
hordak/templates/hordak/transactions/leg_list.html
hordak/templates/hordak/transactions/reconcile.html
hordak/templates/hordak/transactions/transaction_create.html
hordak/templates/hordak/transactions/transaction_delete.html
hordak/templates/hordak/transactions/transaction_list.html
hordak/templates/registration/login.html
hordak/templatetags/__init__.py
hordak/templatetags/hordak.py
hordak/tests/__init__.py
hordak/tests/test_commands.py
hordak/tests/test_resources.py
hordak/tests/test_worked_examples.py
hordak/tests/utils.py
hordak/tests/data_sources/__init__.py
hordak/tests/data_sources/test_tellerio.py
hordak/tests/forms/__init__.py
hordak/tests/forms/test_statement_csv_import.py
hordak/tests/forms/test_transactions.py
hordak/tests/gnucash_files/.gitignore
hordak/tests/gnucash_files/CapitalGainsTestCase.gnucash
hordak/tests/gnucash_files/InitialEquityTestCase.gnucash
hordak/tests/gnucash_files/PrepaidRentTestCase.gnucash
hordak/tests/gnucash_files/README
hordak/tests/gnucash_files/UtilityBillTestCase.gnucash
hordak/tests/models/__init__.py
hordak/tests/models/test_core.py
hordak/tests/models/test_statement_csv_import.py
hordak/tests/utilities/__init__.py
hordak/tests/utilities/test_currency.py
hordak/tests/utilities/test_money.py
hordak/tests/views/__init__.py
hordak/tests/views/test_accounts.py
hordak/tests/views/test_statement_csv_import.py
hordak/tests/views/test_transactions.py
hordak/utilities/__init__.py
hordak/utilities/currency.py
hordak/utilities/money.py
hordak/utilities/statement_import.py
hordak/views/__init__.py
hordak/views/accounts.py
hordak/views/statement_csv_import.py
hordak/views/transactions.py