.readthedocs.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
django_xrechnung/__init__.py
django_xrechnung/admin.py
django_xrechnung/apps.py
django_xrechnung/config.py
django_xrechnung/defaults.py
django_xrechnung/kosit.py
django_xrechnung/models.py
django_xrechnung/pdf.py
django_xrechnung/services.py
django_xrechnung/ubl.py
django_xrechnung/urls.py
django_xrechnung/validation.py
django_xrechnung/vat.py
django_xrechnung/views.py
django_xrechnung.egg-info/PKG-INFO
django_xrechnung.egg-info/SOURCES.txt
django_xrechnung.egg-info/dependency_links.txt
django_xrechnung.egg-info/requires.txt
django_xrechnung.egg-info/top_level.txt
django_xrechnung/migrations/0001_initial.py
django_xrechnung/migrations/0002_alter_xrechnunginvoice_options_and_more.py
django_xrechnung/migrations/0003_xrechnunginvoice_adjustment_reason_and_more.py
django_xrechnung/migrations/0004_xrechnunginvoice_tax_exemption_reason_and_more.py
django_xrechnung/migrations/__init__.py
django_xrechnung/templates/django_xrechnung/admin_adjustment.html
django_xrechnung/templates/django_xrechnung/invoice_detail.html
django_xrechnung/templates/django_xrechnung/invoice_list.html
django_xrechnung/templates/django_xrechnung/invoice_pdf.html
docs/conf.py
docs/index.rst
docs/requirements.txt
docs/explanation/calculations.rst
docs/explanation/lifecycle.rst
docs/how-to/adjustments.rst
docs/how-to/customize-pdf.rst
docs/how-to/develop.rst
docs/how-to/documentation.rst
docs/how-to/example-project.rst
docs/how-to/install.rst
docs/how-to/permissions.rst
docs/how-to/seller-defaults.rst
docs/how-to/troubleshoot.rst
docs/how-to/upgrade.rst
docs/how-to/vat-categories.rst
docs/reference/configuration.rst
docs/reference/http-api.rst
docs/reference/python-api.rst
docs/reference/releases.rst
docs/reference/supported-invoices.rst
docs/tutorials/first-invoice.rst
example/README.md
example/manage.py
example/demo/__init__.py
example/demo/first_invoice.py
example/demo/settings.py
example/demo/urls.py
example/demo/wsgi.py
example/demo/management/__init__.py
example/demo/management/commands/__init__.py
example/demo/management/commands/create_demo_invoice.py
tests/__init__.py
tests/conftest.py
tests/example_smoke.py
tests/installed_smoke.py
tests/settings.py
tests/test_adjustments.py
tests/test_admin.py
tests/test_concurrency.py
tests/test_documents.py
tests/test_example.py
tests/test_failure_exits.py
tests/test_migrations.py
tests/test_mixed_vat.py
tests/test_models.py
tests/test_seller_defaults.py
tests/test_validation.py
tests/test_vat_categories.py
tests/test_views.py
tests/urls.py
tests/fixtures/valid_invoice.xml