Codenerix POS is a module that enables CODENERIX to set Point Of Services on several platforms in a general manner
You can have a look to our demos online:
You can find some working examples in GITHUB at django-codenerix-examples project.
Install this package:
For python 2: sudo pip2 install django-codenerix-pos For python 3: sudo pip3 install django-codenerix-pos
Add "codenerix_pos" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'codenerix_pos', ]
Since Codenerix Products is a library, you only need to import its parts into your project and use them.
Coming soon... do you help us?
You can get in touch with us here.
Several technologies have been used to build CODENERIX POS:
Project name | License | Owner | Link to project |
---|---|---|---|
Reconnecting Websocket | MIT | Joe Walnes | https://github.com/joewalnes/reconnecting-websocket |