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
Luca Mattii 2781caf1ac feat(sorting): proposta di modifica per il sorting dei soci nella tab Rinnovi secondo i campi id, nome o cognome.
- RenewalTab.ui: aggiunta combobox a fianco dell'anno per selezionare il campo con cui ordinare i soci.

- RenewalTab.cpp: modificata la query per la refresh per sceglere ORDER BY da combobox.
  Per adesso, aggiunti i campi nella combobox hardcoded.
2024-03-09 12:23:15 +01:00
argento feat(sorting): proposta di modifica per il sorting dei soci nella tab Rinnovi secondo i campi id, nome o cognome. 2024-03-09 12:23:15 +01:00
nicolodi Corretta CPACK_PACKAGE_CONTACT 2023-01-08 19:45:12 +00:00
.gitignore socio and presidente interface separation 2019-08-07 14:55:07 +02:00
CMakeLists.txt Migrazione al sistema di build CMake 2023-01-08 19:45:12 +00:00
README.md added custom port support for database 2020-12-11 21:54:13 +01: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=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)