Un pessimo gestionale molto anni 90 scritto in Qt per popolare il database dei soci e tener conto delle iscrizioni, eventualmente estendibile
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
giuliof 004a53300e Corretta CPACK_PACKAGE_CONTACT 9 months ago
argento Corretta CPACK_PACKAGE_CONTACT 9 months ago
nicolodi Corretta CPACK_PACKAGE_CONTACT 9 months ago
.gitignore socio and presidente interface separation 4 years ago
CMakeLists.txt Migrazione al sistema di build CMake 9 months ago
README.md added custom port support for database 3 years ago

README.md

Gestionale da Paura

A management software for GOLEM - Gruppo Operativo Linux Empoli.

Components

  • argento: president's interface to run on Sala-Corsi
  • nicolodi: socio's interface to run on Limortouch

In next sections, «component» must be replaced by the proper name of the component.

Configuration

Create ~/.config/it.linux.golem/component.conf with following content:

[database]
hostname=vupiuesse.andromeda.golem.linux.it
port=7004
database=gestionale
username=golem
password=guess

Dependencies

On Debian/Ubuntu/Mint:

  • qt5-default
  • TODO

Build

$ cd $REPOSITORY
$ mkdir build-component
$ cd build-component
$ qmake ../component
$ make -j$(nproc)