Skip to content

Digitale Tablet Getränkekasse der FG-Verkehrsingenieurwesen an der Uni Stuttgart

License

Notifications You must be signed in to change notification settings

legeiger/ving-kasse

 
 

Repository files navigation

FG-VIng - Getränkekasse

This is a fork of the neat fsikasse. Mainly it was optimised for the use case of the "Fachgruppe Verkehrsingenieurwesen" at the University of Stuttgart.

Description

A neat little web application that manages the sale and stock of drinks and sweets. It is designed to run on a Windows 10 tablet with a resolution of 1920x1200 (Chuwi Hi8 Pro). All users are expected to be trusted and "well behaved". It was meant to have (at least) the same feature set as the paper tally sheet, which it replaced.

Installation

Install dependencies:

$ pip install -U Flask Flask-BasicAuth Pillow Pandas Matplotlib

Download and extract ving-kasse or clone the git repository.

$ git clone https://github.com/legeiger/ving-kasse.git
$ cd ving-kasse

Setup vingkasse:

$ FLASK_APP=vingkasse flask initdb
> set FLASK_APP=vingkasse
> flask initdb

From now on it is sufficient to start vingkasse with:

$ FLASK_APP=vingkasse flask run
> flask run

To use the development environment:

$ FLASK_ENV=development
> set FLASK_ENV=development

Update (experimental)

If you have cloned the repository, you can run the following commands to update the vingkasse:

$ pip install -U Flask
$ pip install -U Pillow
$ git pull

Don't forget the restart flask.

About

Digitale Tablet Getränkekasse der FG-Verkehrsingenieurwesen an der Uni Stuttgart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.7%
  • Python 16.3%
  • CSS 14.2%
  • HTML 13.7%
  • Batchfile 0.1%