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

Tengo un problema de validacion que me inquieta, cuando valido una receipt tipo 'Factura B' con un cuit que no esta registrado en los padrones de AFIP la validacion me...

enhancement

Hi, I have a doubt about validating receipts in batch. Let suppose that I'm trying to validated receipts from a queryset. If I understand, errors on the validation process are...

Hugo, Te escribo esta vez en español. Mi consulta esta vez (o sugerencia): ¿No sería mejor que la selección de VAT_CONDITION (y posiblemente CLIENT_VAT_CONDITION) posea el código (code) de referencia...

updates: - [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0...22.8.0)

Are CAEA operations supported? I'm not seen methods for request CAEA, see expiration dates or inform about receipts created with CAEA, but in Point of Sales the field `Issuance type`...

enhancement

Added discount field for a receipt entry, that is applied to tax base. e.g: ```python quantity = 2 unit_price = 2 discount = 1 # tax base or total before...

updates: - [github.com/psf/black: 23.7.0 → 23.9.1](https://github.com/psf/black/compare/23.7.0...23.9.1) - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.282 → v0.0.292](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.282...v0.0.292)

Added CAEA support trying to do the minor changes possibles: 1. Created 3 models to keep track over CAEA: - Caea itself. - InformedCaea ( to keep track over the...

We currently use a few custom settings (e.g.: `AFIP_KEY_STORAGE`, `AFIP_CERT_STORAGE`) to define storages. Django 4.2 implements a standard mechanism for defining custom storages. We should move over to use that....

enhancement

We currently have a copy of the entire expected HTML in the test code, and this is a pain to updated when changes happen. Try using something like syrupy instead:...

enhancement