django-afip icon indicating copy to clipboard operation
django-afip copied to clipboard

⚖️ AFIP invoice integration for django.

Results 38 django-afip issues
Sort by recently updated
recently updated
newest added

This should scale a lot better to different sizes, and removes the dependency on Pillow. See: https://github.com/lincolnloop/python-qrcode#svg

Buenas @WhyNotHugo @Alvezgr como estan? Contexto: Al momento de registrar una Nota de Crédito electrónica MiPyMEs (FCE) AFIP me retorno el siguiente error: - Error 10151: Si el tipo de...

[WSFEX:WSFEX-Manualparaeldesarrollador_V1_1.pdf](https://github.com/WhyNotHugo/django-afip/files/11094549/WSFEX.WSFEX-Manualparaeldesarrollador_V1_1.pdf) - `wsfex` ticket support. I think the existing logic should work, but we need to add the URLs for it. - Enable WSFEX for the test account. - Extended...

enhancement

No estoy seguro si yo estoy cometiendo un error acá, pero como en cualquier formulario donde exista FILES, no tengo este tipo de errores al guardar (haya o no modificado...

Hace falta un mini-tutorial de como subir nuevos certificados al AFIP cada vez que vencen. django-afip genera nuevos CSR, pero el contribuyente tiene que ingresar al AFIP, subirlo, y cargar...

Nightly CI runs keep failing with: > El CEE ya posee un TA valido para el acceso al WSN solicitado ! This doesn't make sense, since only one job generates...

upon trying to test this project on Django 5.0, only `test_validation_filters` failed; after fixing it, everything seems to be working. hope this helps!

trying to run tests with django versions < 4.2 threw an import error since assertQuerySetEqual was named assertQuerysetEqual, with a lowercase "s" in "set": ``` tests/test_webservices.py:12: in from pytest_django.asserts import...