CONTRIBUTORS
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
ihatemoney/__init__.py
ihatemoney/babel.cfg
ihatemoney/currency_convertor.py
ihatemoney/default_settings.py
ihatemoney/emails.py
ihatemoney/forms.py
ihatemoney/history.py
ihatemoney/manage.py
ihatemoney/models.py
ihatemoney/run.py
ihatemoney/utils.py
ihatemoney/versioning.py
ihatemoney/web.py
ihatemoney/wsgi.py
ihatemoney.egg-info/PKG-INFO
ihatemoney.egg-info/SOURCES.txt
ihatemoney.egg-info/dependency_links.txt
ihatemoney.egg-info/entry_points.txt
ihatemoney.egg-info/not-zip-safe
ihatemoney.egg-info/requires.txt
ihatemoney.egg-info/top_level.txt
ihatemoney/api/__init__.py
ihatemoney/api/common.py
ihatemoney/api/v1/__init__.py
ihatemoney/api/v1/resources.py
ihatemoney/conf-templates/apache-vhost.conf.j2
ihatemoney/conf-templates/gunicorn.conf.py.j2
ihatemoney/conf-templates/ihatemoney.cfg.j2
ihatemoney/conf-templates/nginx.conf.j2
ihatemoney/conf-templates/supervisord.conf.j2
ihatemoney/migrations/alembic.ini
ihatemoney/migrations/env.py
ihatemoney/migrations/versions/26d6a218c329_.py
ihatemoney/migrations/versions/2dcb0c0048dc_autologger.py
ihatemoney/migrations/versions/6c6fb2b7f229_.py
ihatemoney/migrations/versions/927ed575acbd_add_currencies.py
ihatemoney/migrations/versions/a67119aa3ee5_migrate_negative_weights.py
ihatemoney/migrations/versions/afbf27e6ef20_add_bill_import_date_field.py
ihatemoney/migrations/versions/b78f8a8bdb16_hash_project_passwords.py
ihatemoney/migrations/versions/b9a10d5d63ce_.py
ihatemoney/migrations/versions/cb038f79982e_sqlite_autoincrement.py
ihatemoney/migrations/versions/f629c8ef4ab0_initialize_all_members_weights_to_1.py
ihatemoney/static/favicon.ico
ihatemoney/static/css/bootstrap.min.css
ihatemoney/static/css/datatables.min.css
ihatemoney/static/css/download_mobile_app.css
ihatemoney/static/css/main.css
ihatemoney/static/css/tagsinput.css
ihatemoney/static/fonts/OFL.txt
ihatemoney/static/fonts/comfortaa-regular-webfont.eot
ihatemoney/static/fonts/comfortaa-regular-webfont.svg
ihatemoney/static/fonts/comfortaa-regular-webfont.woff
ihatemoney/static/fonts/fontfaces.css
ihatemoney/static/fonts/lobster-webfont.eot
ihatemoney/static/fonts/lobster-webfont.svg
ihatemoney/static/fonts/lobster-webfont.woff
ihatemoney/static/images/add.png
ihatemoney/static/images/app-store.svg
ihatemoney/static/images/bill.svg
ihatemoney/static/images/book.svg
ihatemoney/static/images/cog.svg
ihatemoney/static/images/delete.png
ihatemoney/static/images/deleter.png
ihatemoney/static/images/edit.png
ihatemoney/static/images/f-droid.svg
ihatemoney/static/images/file-alt.svg
ihatemoney/static/images/file-csv-solid.svg
ihatemoney/static/images/git.svg
ihatemoney/static/images/globe.svg
ihatemoney/static/images/google-play.png
ihatemoney/static/images/indicate.svg
ihatemoney/static/images/legal.svg
ihatemoney/static/images/mobile-alt.svg
ihatemoney/static/images/paper-plane.svg
ihatemoney/static/images/plus.svg
ihatemoney/static/images/reactivate.png
ihatemoney/static/images/read.svg
ihatemoney/static/images/share.svg
ihatemoney/static/images/show.png
ihatemoney/static/images/sort_asc.png
ihatemoney/static/images/sort_asc_disabled.png
ihatemoney/static/images/sort_both.png
ihatemoney/static/images/sort_desc.png
ihatemoney/static/images/sort_desc_disabled.png
ihatemoney/static/images/x.svg
ihatemoney/static/js/bootstrap.min.js
ihatemoney/static/js/datatables.min.js
ihatemoney/static/js/ihatemoney.js
ihatemoney/static/js/jquery-3.6.0.min.js
ihatemoney/static/js/popper.min.js
ihatemoney/static/js/tagsinput.js
ihatemoney/static/js/tether.min.js
ihatemoney/static/photoswipe/photoswipe-ui-default.min.js
ihatemoney/static/photoswipe/photoswipe.css
ihatemoney/static/photoswipe/photoswipe.min.js
ihatemoney/static/photoswipe/default-skin/default-skin.css
ihatemoney/static/photoswipe/default-skin/default-skin.png
ihatemoney/static/photoswipe/default-skin/default-skin.svg
ihatemoney/static/photoswipe/default-skin/preloader.gif
ihatemoney/static/showcase/1.webp
ihatemoney/static/showcase/2.webp
ihatemoney/static/showcase/3.webp
ihatemoney/static/showcase/4.webp
ihatemoney/static/showcase/5.webp
ihatemoney/static/showcase/6.webp
ihatemoney/static/showcase/7.webp
ihatemoney/static/showcase/8.webp
ihatemoney/static/showcase/9.webp
ihatemoney/templates/404.html
ihatemoney/templates/add_bill.html
ihatemoney/templates/add_member.html
ihatemoney/templates/admin.html
ihatemoney/templates/authenticate.html
ihatemoney/templates/create_project.html
ihatemoney/templates/dashboard.html
ihatemoney/templates/display_errors.html
ihatemoney/templates/download_mobile_app.html
ihatemoney/templates/edit_member.html
ihatemoney/templates/edit_project.html
ihatemoney/templates/forms.html
ihatemoney/templates/history.html
ihatemoney/templates/home.html
ihatemoney/templates/invitation_mail.en.j2
ihatemoney/templates/invitation_mail.fr.j2
ihatemoney/templates/layout.html
ihatemoney/templates/list_bills.html
ihatemoney/templates/password_reminder.en.j2
ihatemoney/templates/password_reminder.fr.j2
ihatemoney/templates/password_reminder.html
ihatemoney/templates/password_reminder_sent.html
ihatemoney/templates/recent_projects.html
ihatemoney/templates/reminder_mail.en.j2
ihatemoney/templates/reminder_mail.fr.j2
ihatemoney/templates/reset_password.html
ihatemoney/templates/send_invites.html
ihatemoney/templates/settle_bills.html
ihatemoney/templates/showcase.html
ihatemoney/templates/sidebar_table_layout.html
ihatemoney/templates/statistics.html
ihatemoney/tests/__init__.py
ihatemoney/tests/api_test.py
ihatemoney/tests/budget_test.py
ihatemoney/tests/history_test.py
ihatemoney/tests/ihatemoney.cfg
ihatemoney/tests/ihatemoney_envvar.cfg
ihatemoney/tests/import_test.py
ihatemoney/tests/main_test.py
ihatemoney/tests/common/__init__.py
ihatemoney/tests/common/help_functions.py
ihatemoney/tests/common/ihatemoney_testcase.py
ihatemoney/translations/bn_BD/LC_MESSAGES/messages.mo
ihatemoney/translations/bn_BD/LC_MESSAGES/messages.po
ihatemoney/translations/cs/LC_MESSAGES/messages.mo
ihatemoney/translations/cs/LC_MESSAGES/messages.po
ihatemoney/translations/de/LC_MESSAGES/messages.mo
ihatemoney/translations/de/LC_MESSAGES/messages.po
ihatemoney/translations/el/LC_MESSAGES/messages.mo
ihatemoney/translations/el/LC_MESSAGES/messages.po
ihatemoney/translations/eo/LC_MESSAGES/messages.mo
ihatemoney/translations/eo/LC_MESSAGES/messages.po
ihatemoney/translations/es/LC_MESSAGES/messages.mo
ihatemoney/translations/es/LC_MESSAGES/messages.po
ihatemoney/translations/es_419/LC_MESSAGES/messages.mo
ihatemoney/translations/es_419/LC_MESSAGES/messages.po
ihatemoney/translations/fa/LC_MESSAGES/messages.mo
ihatemoney/translations/fa/LC_MESSAGES/messages.po
ihatemoney/translations/fr/LC_MESSAGES/messages.mo
ihatemoney/translations/fr/LC_MESSAGES/messages.po
ihatemoney/translations/hi/LC_MESSAGES/messages.mo
ihatemoney/translations/hi/LC_MESSAGES/messages.po
ihatemoney/translations/id/LC_MESSAGES/messages.mo
ihatemoney/translations/id/LC_MESSAGES/messages.po
ihatemoney/translations/it/LC_MESSAGES/messages.mo
ihatemoney/translations/it/LC_MESSAGES/messages.po
ihatemoney/translations/ja/LC_MESSAGES/messages.mo
ihatemoney/translations/ja/LC_MESSAGES/messages.po
ihatemoney/translations/kn/LC_MESSAGES/messages.mo
ihatemoney/translations/kn/LC_MESSAGES/messages.po
ihatemoney/translations/ms/LC_MESSAGES/messages.mo
ihatemoney/translations/ms/LC_MESSAGES/messages.po
ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo
ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po
ihatemoney/translations/nl/LC_MESSAGES/messages.mo
ihatemoney/translations/nl/LC_MESSAGES/messages.po
ihatemoney/translations/pl/LC_MESSAGES/messages.mo
ihatemoney/translations/pl/LC_MESSAGES/messages.po
ihatemoney/translations/pt/LC_MESSAGES/messages.mo
ihatemoney/translations/pt/LC_MESSAGES/messages.po
ihatemoney/translations/pt_BR/LC_MESSAGES/messages.mo
ihatemoney/translations/pt_BR/LC_MESSAGES/messages.po
ihatemoney/translations/ru/LC_MESSAGES/messages.mo
ihatemoney/translations/ru/LC_MESSAGES/messages.po
ihatemoney/translations/sr/LC_MESSAGES/messages.mo
ihatemoney/translations/sr/LC_MESSAGES/messages.po
ihatemoney/translations/sv/LC_MESSAGES/messages.mo
ihatemoney/translations/sv/LC_MESSAGES/messages.po
ihatemoney/translations/ta/LC_MESSAGES/messages.mo
ihatemoney/translations/ta/LC_MESSAGES/messages.po
ihatemoney/translations/te/LC_MESSAGES/messages.mo
ihatemoney/translations/th/LC_MESSAGES/messages.mo
ihatemoney/translations/th/LC_MESSAGES/messages.po
ihatemoney/translations/tr/LC_MESSAGES/messages.mo
ihatemoney/translations/tr/LC_MESSAGES/messages.po
ihatemoney/translations/uk/LC_MESSAGES/messages.mo
ihatemoney/translations/uk/LC_MESSAGES/messages.po
ihatemoney/translations/zh_Hans/LC_MESSAGES/messages.mo
ihatemoney/translations/zh_Hans/LC_MESSAGES/messages.po