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

Changelog

2018-01-17 - Codenerix Invoicing v1.x is incompatible with v2.x, what has changed and how to migrate to v2.x?.

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}'
    
    CDNX_INVOICING_CURRENCY_MAX_DIGITS = 10  # 99.999.999,?
    CDNX_INVOICING_CURRENCY_DECIMAL_PLACES = 2  # ?,99
    
    # Force stock of products when you create SalesLines
    CDNX_INVOICING_FORCE_STOCK_IN_BUDGET = True
  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-2.0.1.tar.gz (196.8 kB view details)

Uploaded Source

Built Distribution

django_codenerix_invoicing-2.0.1-py2.py3-none-any.whl (332.5 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-codenerix-invoicing-2.0.1.tar.gz
Algorithm Hash digest
SHA256 ebe59be59889e0fa8c0f0aec08cf763b21b7ef8f36c3ad4c3c11c7652e2e9d07
MD5 2df6bcf396fe1fb587db925cb42fb74c
BLAKE2b-256 072e00c9ed5c79b8f63cc0690b4fd3bfdaef89a65817bfa1fcd1586b46f43587

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_codenerix_invoicing-2.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 fc006c6068066ce032ed6c92e8c99750b9b0b3f35e304bb05351c44423c15f96
MD5 70067165ffd5553118902569989e16f2
BLAKE2b-256 832c451fa7694333b41b66695277d31001f929d2062624a3401ed76d648464b0

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