LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
django_ehf_import.egg-info/PKG-INFO
django_ehf_import.egg-info/SOURCES.txt
django_ehf_import.egg-info/dependency_links.txt
django_ehf_import.egg-info/requires.txt
django_ehf_import.egg-info/top_level.txt
ehf_invoice/__init__.py
ehf_invoice/admin.py
ehf_invoice/apps.py
ehf_invoice/urls.py
ehf_invoice/views.py
ehf_invoice/management/commands/__init__.py
ehf_invoice/management/commands/load_invoice.py
ehf_invoice/migrations/__init__.py
ehf_invoice/models/Attachment.py
ehf_invoice/models/Customer.py
ehf_invoice/models/Invoice.py
ehf_invoice/models/InvoiceLine.py
ehf_invoice/models/SerialNumber.py
ehf_invoice/models/Supplier.py
ehf_invoice/models/__init__.py
ehf_invoice/parser/Attachment.py
ehf_invoice/parser/InvoiceLine.py
ehf_invoice/parser/InvoiceXML.py
ehf_invoice/parser/Party.py
ehf_invoice/parser/__init__.py
ehf_invoice/static/ehf_invoice/invoice.css
ehf_invoice/templates/ehf_invoice/base.html
ehf_invoice/templates/ehf_invoice/invoice.html
tests/__init__.py
tests/test_parser.py
tests/test_settings.py