cnmaz / caisse

Mini sales point project designed for use during events organisez by the sailing school
GNU Affero General Public License v3.0
3 stars 2 forks source link
point-of-sale

🇬🇧 Mini sales point project designed for use during events organised by the sailing school

🇫🇷 Projet de mini caisse enregistreuse pour les événements de l'association

Requirements

Screenshot

Main window During Order Cash Paiement Stats window Preparation window

Installation

Check the requirements (for all 3 modules)

cd caisse
npm install

(On windows, you need to specifically install the windows requirements)

cd caisse/pos-driver
pip3 install -r requirements-windows.txt

Usage

Run all 3 modules from the root dir :

cd caisse
npm start

Structure

Known Issues

Future plans