Codenerix Vending is a module that enables CODENERIX to work as a Point Of Sales system focused for business faced to final client (services, supermarkets & shops, examples: retaurants, petrol stations, clothes shops, grocery store, hardware store and others).
Demo
You can have a look to our demos online:
You can find some working examples in GITHUB at django-codenerix-examples project.
Quickstart
Install this package:
For python 2: sudo pip2 install django-codenerix-vending For python 3: sudo pip3 install django-codenerix-vending
Add “codenerix_vending” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'codenerix_vending', ]Add in settings the params:
# add legal terms image to be printed on tickets from thermal printer INFO_TERMS_VENDING = "img/terms_ticket_vending.png"
Since Codenerix Vending 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.
Release files for django-codenerix-vending 4.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-codenerix-vending-4.0.3.tar.gz | 15.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_codenerix_vending-4.0.3-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 34.4 kB
Release files / django-codenerix-vending-4.0.3.tar.gz
| Download URL | django-codenerix-vending-4.0.3.tar.gz |
|---|---|
| Size | 15.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
edab314f4214f90aad5f00df2837cb84647b707a8d77a75f32fcad6f23f3c51d
|
|
BLAKE2b-256 checksum How to use checksums |
b04616bd211c764d43b4d2b4e2339e762a9daecab66d2647fe42b2292a970c5f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.2
|
Release files / django_codenerix_vending-4.0.3-py2.py3-none-any.whl
| Download URL | django_codenerix_vending-4.0.3-py2.py3-none-any.whl |
|---|---|
| Size | 18.9 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
90c1b43102847cd764559166e5e6c9bb2c4b93e45e39b458a0cd5acc4f28a3e5
|
|
BLAKE2b-256 checksum How to use checksums |
78941cc24d264c693a9c3db0644f1885cf91a2808c252f63049d2d6195906f8a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.2
|