django-afip
django-afip copied to clipboard
⚖️ AFIP invoice integration for django.
updates: - [github.com/PyCQA/flake8: 4.0.1 → 5.0.2](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.2) - [github.com/asottile/pyupgrade: v2.37.2 → v2.37.3](https://github.com/asottile/pyupgrade/compare/v2.37.2...v2.37.3)
@WhyNotHugo I'm wondering what 'ill be the welcoming of adding new AFIP services to the project such as `padrones` or any other basic services. The project today is very useful...
Many months back AFIP made changes to their servers which resulted in substandard security (particularly, they switched to using only insecure cyphers). Regrettably, they seemed incapable (or unwilling) to understand...
Hace poco tuvimos un inconveniente con la generacion de Notas de credito donde los valores de los `Vat` no coincidian con los totales de la `Receipt`, al parecer AFIP no...
This seems to be a good lead: https://github.com/readthedocs/readthedocs.org/issues/3481
validate() is raising an exception even with `raise_=False`. In this case (https://github.com/juanpsenn/django-afip/commit/5645421f8ea189780b63b4991c6d38e39664dfc4) I'm testing validating an older receipt (older than the last successfully validated receipt), this should fail but also...
Find receipts that seem to have failed a previous submission and call `revalidate` for them.
From `Receipt`: > If the taxpayer has taxes or pays VAT, you need to attach :class:`~.Tax` > and/or :class:`~.Vat` instances to the Receipt. Create a helper to generate the `Vat`...