Skip to main content

Codenerix Invoicing is a module that enables CODENERIX to manage bills.

Project description

Codenerix Invoicing is a module that enables CODENERIX.com to manage bills.

Try our demo with Centrologic Cloud

Demo

Coming soon…

Quickstart

  1. Install this package:

    For python 2: sudo pip2 install django-codenerix-invoicing
    For python 3: sudo pip3 install django-codenerix-invoicing
  2. Add “codenerix_extensions”, “codenerix_products”, “codenerix_storages” and “codenerix_invoicing” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'codenerix_extensions',
        'codenerix_products',
        'codenerix_storages',
        'codenerix_invoicing',
    ]
  3. Add the param in setting:

    CDNX_INVOICING_URL_COMMON = 'invoicing'
    CDNX_INVOICING_URL_PURCHASES = 'purchases'
    CDNX_INVOICING_URL_SALES = 'sales'
    
    CDNX_INVOICING_LOGICAL_DELETION = True  # Mark registers as 'removed', but it doesn't really delete them.
    
    # Code format
    CDNX_INVOICING_CODE_FORMAT_BUDGET = 'B{year}{day}{month}-{hour}{minute}-{serial}-{pk}'
    CDNX_INVOICING_CODE_FORMAT_WISHLIST = 'W{year}{day}{month}-{hour}{minute}-{serial}-{pk}'
    CDNX_INVOICING_CODE_FORMAT_SHOPPINGCART = 'S{year}{day}{month}-{hour}{minute}-{serial}-{pk}'
    CDNX_INVOICING_CODE_FORMAT_ORDER = 'O{year}{day}{month}-{hour}{minute}-{serial}-{pk}'
    CDNX_INVOICING_CODE_FORMAT_ALBARAN = 'A{year}{day}{month}-{hour}{minute}-{serial}-{pk}'
    CDNX_INVOICING_CODE_FORMAT_TICKET = 'T{year}{day}{month}-{hour}{minute}-{serial}-{pk}'
    CDNX_INVOICING_CODE_FORMAT_TICKETRECTIFICATION = 'TR{year}{day}{month}-{hour}{minute}-{serial}-{pk}'
    CDNX_INVOICING_CODE_FORMAT_INVOICE = 'I{year}{day}{month}-{hour}{minute}-{serial}-{pk}'
    CDNX_INVOICING_CODE_FORMAT_INVOICERECTIFCATION = 'IT{year}{day}{month}-{hour}{minute}-{serial}-{pk}'
  4. Since Codenerix Invoicing is a library, you only need to import its parts into your project and use them.

Documentation

Coming soon… do you help us? Centrologic

Commercial support

This project is backed by Centrologic. You can discover more in CODENERIX.com. If you need help implementing or hosting django-codenerix-invoicing, please contact us: http://www.centrologic.com/contacto/

Centrologic is supported mainly by Centrologic Computational Logistic Center

Project details


Download files

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

Source Distribution

django-codenerix-invoicing-1.0.7.tar.gz (174.3 kB view details)

Uploaded Source

Built Distribution

django_codenerix_invoicing-1.0.7-py2.py3-none-any.whl (355.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-codenerix-invoicing-1.0.7.tar.gz.

File metadata

File hashes

Hashes for django-codenerix-invoicing-1.0.7.tar.gz
Algorithm Hash digest
SHA256 46154beb78dc7db3d1631bd6c204e9b2f3a43f6186b01fd5531c75a673676058
MD5 6dd5fb6044c219849d6cb2e54aa754a5
BLAKE2b-256 e106f8d9e05ad713c4228e396340f7e024dcece5e0169589edef6bfb38a56e74

See more details on using hashes here.

File details

Details for the file django_codenerix_invoicing-1.0.7-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_codenerix_invoicing-1.0.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c52ea03edceb2a31e1fa9a9a1b0bfbec942ba1ea24b06ace9f52f8687a8c7673
MD5 7145da44cb1e28c4b11e63f852a67a1d
BLAKE2b-256 cec8a123811cc92f10098b7b9ef14d34d1d6535dabed3053646373d4f18a4dce

See more details on using hashes here.

Supported by

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