Skip to main content

AFIP integration for django

Project description

django-afip
===========

**django-afip** is a django application for interacting with AFIP's
web-services (and models all related data). For the moment only WSFE and WSAA
are implemented.

.. image:: https://ci.gitlab.com/projects/7545/status.png?ref=master
:target: https://ci.gitlab.com/projects/7545?ref=master
:alt: build status

.. images:: https://img.shields.io/pypi/v/django-afip.svg
:target: https://pypi.python.org/pypi/django-afip
:alt: version on pypi

.. images:: https://img.shields.io/pypi/l/django-afip.svg
:alt: licence

Instalation
-----------

First install the actual package::

pip install django-afip

And then configure your project to use it by adding it to settings.py::

INSTALLED_APPS = (
...
'django_afip',
...
)

If you want to use AFIP's testing servers, then you'll need to configure the
app to do so::

AFIP_DEBUG = True

Getting started
---------------

First of all, you'll need to create a taxpayer, and upload the related ssl key and
certificate (for authorization). django-afip includes admin views for every
model included, and it's the recomended way to create one.

Once you have created a taxpayer, you'll need its points of sales. This, again,
should be done via the admin by selecting "fetch points of sales'.

Finally, you'll need to pre-populate certain models with AFIP-defined data.
Rather than include fixtures which require updating over time, a special view
has been included for importing them from the WS with live data. Only a
superuser can activate this population. This view is idempotent, and running it
more than once will not create any duplicate data.

To access this view, add something like this to your views.py::

urlpatterns = [
...
url(r'^__afip__/', include('django_afip.urls')),
...
]

Then visit http://example.com/__afip__/populate_models. This will retrieve
Receipt Types, Document Types, and a few other data types from AFIP's WS.
Again, only a user with superuser priviledges may trigger this download.

You are now ready to start creating and validating receipts. While you may do
this via the admin as well, you probably want to do this programatically or via
some custom view.

Contributing
------------

Unit tests are run via ``tox``. Any code contributions must pass all tests. New
features must include corresponding unit tests. Any bugfixes must include tests
that fail without it, and pass with it.

Note that tests use AFIP's testing servers and a specific key that's know to
contain at least one point of sale.

Licence
-------

This software is distributed under the ISC licence. See LICENCE for details.

Copyright (c) 2015 Hugo Osvaldo Barrera <hugo@barrera.io>

Project details


Release history Release notifications | RSS feed

This version

1.1.3

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_afip-1.1.3-py3-none-any.whl (27.7 kB view details)

Uploaded Python 3

File details

Details for the file django_afip-1.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for django_afip-1.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 6b14c650732664c8b7148deea7d9c427647bb6fd56189d6d0d454875a007acc6
MD5 6a71c806d1ad5a63380e26778c6c51d7
BLAKE2b-256 305f8a330c9245ec7de901bd7d8cb1a76534997d78fb2de5c99e13877ca27d09

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page