Digital cash register for airsport clubs.
This project is a reimplementation of the Clubfridge project, which was started in 2017 to make it easier for airsport clubs to sell snacks and beverages to their members.
The original project was implemented with a dedicated cloud server, but these days it is possible to save sales directly into the Vereinsflieger system, which is used by most airsport clubs in Germany.
The application is intended to run on a Raspberry Pi, so ARM cross-compilation compatibility is a requirement for any changes.
- Install Raspberry Pi OS (64-bit) on a fresh SD card using e.g. Raspberry Pi Imager
- Boot the Raspberry Pi and connect it to the internet.
- Adjust the screen rotation, if necessary.
- Run
sudo apt-get update
andsudo apt-get dist-upgrade
to update the system. - Download the latest release of the
clubfridge-neo
application from the releases page and extract it to the/home/pi
directory. - Run
sudo nano /etc/xdg/labwc/autostart
and comment out the first two lines to disable autostart of thepacmanfm
andwf-panel-pi
applications. - Run
nano /home/pi/.config/labwc/autostart
and add/usr/bin/lwrespawn /home/pi/clubfridge-neo --fullscreen --update-button
to the end of the file to start theclubfridge-neo
application when the Raspberry Pi boots up. - Run
sudo mv /usr/share/icons/PiXflat/cursors/left_ptr /usr/share/icons/PiXflat/cursors/left_ptr.bak
andsudo mv /usr/share/icons/PiXflat/cursors/hand1 /usr/share/icons/PiXflat/cursors/hand1.bak
to hide the cursor, which is not needed for this touchscreen application. - Reboot the Raspberry Pi to start the
clubfridge-neo
application.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.