
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
django-codenerix-invoicing
Advanced tools
Codenerix Invoicing is a module that enables CODENERIX to manage bills.
Codenerix Invoicing is a module that enables CODENERIX <https://www.codenerix.com/>
_ to manage bills.
.. image:: https://github.com/codenerix/django-codenerix/raw/master/codenerix/static/codenerix/img/codenerix.png :target: https://www.codenerix.com :alt: Try our demo with Codenerix Cloud
Changelog
2018-01-17 - Codenerix Invoicing v1.x is incompatible with v2.x, what has changed and how to migrate to v2.x? <https://github.com/codenerix/django-codenerix-invoicing/wiki/Codenerix-Invoicing-version-1.x-is-icompatible-with-2.x>
_.
Demo
Coming soon...
Quickstart
Install this package::
For python 2: sudo pip2 install django-codenerix-invoicing For python 3: sudo pip3 install django-codenerix-invoicing
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', ]
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.
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
CDNX_INVOICING_FORCE_STOCK_IN_BUDGET = True
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?
You can get in touch with us here <https://codenerix.com/contact/>
_.
FAQs
Codenerix Invoicing is a module that enables CODENERIX to manage bills.
We found that django-codenerix-invoicing demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.