Skip to content

Digital cash register for airsport clubs

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

Turbo87/clubfridge-neo

Repository files navigation

clubfridge-neo

Digital cash register for airsport clubs.

Screenshot

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.

Installation

  • 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 and sudo 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 the pacmanfm and wf-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 the clubfridge-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 and sudo 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.

License

Licensed under either of

at your option.

Contribution

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.

About

Digital cash register for airsport clubs

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Languages