Un pessimo gestionale molto anni 90 scritto in Qt per popolare il database dei soci e tener conto delle iscrizioni, eventualmente estendibile
Go to file
giuliof 9dbe3f4916 Repaired tab order in GUI 2020-05-22 09:49:30 +02:00
argento Repaired tab order in GUI 2020-05-22 09:49:30 +02:00
nicolodi Repaired tab order in GUI 2020-05-22 09:49:30 +02:00
.gitignore socio and presidente interface separation 2019-08-07 14:55:07 +02:00
README.md [doc] settings file added to docs 2019-08-17 00:19:57 +02:00

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=serverozzo.golem.linux.it
database=golem_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)