WIP: feat(sorting): proposta di modifica per il sorting dei soci nella tab Rinnovi secondo i campi id, nome o cognome. #8

Draft
lucam wants to merge 1 commits from sorting into master
Owner
  • 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.

Risoluzione della issue #3

- 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. Risoluzione della issue #3
lucam added 1 commit 2024-03-09 11:25:58 +00:00
a97f34bc95 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.

Risoluzione della issue #3
lucam added the
Feature request
label 2024-03-09 11:26:17 +00:00
giomba was assigned by lucam 2024-03-09 11:26:21 +00:00
This pull request is marked as a work in progress.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b sorting master
git pull origin sorting

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff sorting
git push origin master
Sign in to join this conversation.
No reviewers
No Label
Bug
Feature request
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: golem/gestionale#8
No description provided.