Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whynothugo/django-afip
⚖️ AFIP invoice integration for django.
https://github.com/whynothugo/django-afip
afip argentina django invoicing
Last synced: about 5 hours ago
JSON representation
⚖️ AFIP invoice integration for django.
- Host: GitHub
- URL: https://github.com/whynothugo/django-afip
- Owner: WhyNotHugo
- License: isc
- Created: 2016-05-31T23:37:40.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T16:21:50.000Z (3 months ago)
- Last Synced: 2024-11-24T20:59:14.806Z (about 1 month ago)
- Topics: afip, argentina, django, invoicing
- Language: Python
- Homepage: https://django-afip.readthedocs.io/
- Size: 985 KB
- Stars: 48
- Watchers: 6
- Forks: 24
- Open Issues: 31
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: docs/contributing.rst
- Funding: .github/FUNDING.yml
- Security: docs/security.rst
Awesome Lists containing this project
README
django-afip
===========What's this?
------------AFIP is Argentina's tax collection agency. For emitting invoices, taxpayers are
required to inform AFIP of each invoice by using a dedicated SOAP-like web
service for that.**django-afip** is a Django application implementing the necessary bits for
Django-based applications to both store and comunícate invoicing information.Features
--------* Validate invoices and other receipt types with AFIP's WSFE service.
* Generate valid PDF files for those receipts to send to clients.Documentation
-------------The full documentation is available at https://django-afip.readthedocs.io/
It is also possible to build the documentation from source using:
.. code-block:: sh
tox -e docs
Changelog
---------The changelog is included with the rest of the documentation:
https://django-afip.readthedocs.io/en/stable/changelog.htmlDonate
------While some of the work done here is done for clients, much of it is done in my
free time. If you appreciate the work done here, please consider donating_... _donating: https://whynothugo.nl/sponsor/
Licence
-------This software is distributed under the ISC licence. See LICENCE for details.
Copyright (c) 2015-2023 Hugo Osvaldo Barrera