Projet

Général

Profil

Actions

Anomalie #1762

fermé

Contribution start date overload

Ajouté par Johan Cwiklinski il y a 4 mois. Mis à jour il y a 4 mois.

Statut:
Fermé
Priorité:
Normal
Assigné à:
Catégorie:
Core
Version cible:
Début:
22/12/2023
Echéance:
% réalisé:

100%

Temps estimé:
Version utilisée:

Description

On 9.5.0, if a contribution finishes on 2023-12-22, a new one can begin on the same date. On 1.0.0, it must begin the day after.

I'm not sure that was not somehow expected; but that indeed move begin date forward in time.


Demandes liées 1 (0 ouverte1 fermée)

Lié à Galette - Anomalie #1016: Cotisation par duréeFermé22/02/2017

Actions

Mis à jour par Guillaume AGNIERAY il y a 4 mois

Mis à jour par Guillaume AGNIERAY il y a 4 mois

  • Statut changé de Nouveau à Commentaire

I think it is related to #1016, and I supposed at that time that existing data should be updated (#1016#note-2).

Mis à jour par Johan Cwiklinski il y a 4 mois

Guillaume AGNIERAY a écrit (#note-2):

I think it is related to #1016, and I supposed at that time that existing data should be updated (#1016#note-2).

I have to admit I did not pay attention this change was requiring a database change...
And to be honest, I'm not sure it can be done safely; there are too many variables to take care of; I'm not OK to make changes in data if we're not 200% sure that won't have side effects.

I'll dig into that when I'll have time.

Mis à jour par Johan Cwiklinski il y a 4 mois

I've added a test on next year contribution start date:
https://github.com/galette/galette/pull/394

To me, all is indeed currently OK from a code point of view. As said, I'm against a database migration that changes past end dates; this may cause many issues, and we cannot be 100% sure we're not changing new data; or expected manually entered dates.

Since the issue will only be present once, all will be OK expect for year of 1.0.0 update; therefore I'll close this one.

Mis à jour par Johan Cwiklinski il y a 4 mois

  • Statut changé de Commentaire à Nouveau

Johan Cwiklinski a écrit (#note-4):

Since the issue will only be present once, all will be OK expect for year of 1.0.0 update; therefore I'll close this one.

In fact my test is only OK if contribution has been created with 1.0.0... Otherwise, all will be +1D, and user cannot change that :(

#1016 has more impact that I've evaluated when accepting the change (that's also why I did not made this change myself). Current issue will certainly have a higher impact _

I currently do not see any good solution. Since updating database is not an option, I only see 2 possibilities right now:
- revert #1016. That will impact contributions created with 1.0.0; but with a begin date 1D user can change creating new contribution.
make overlap checking working with that specific case - but I'm afraid this will be a nightmare (and also not entirely sure how to detect this case).

Mis à jour par Johan Cwiklinski il y a 4 mois

  • Statut changé de Nouveau à In Progress
  • % réalisé changé de 0 à 100

Johan Cwiklinski a écrit (#note-5):

- make overlap checking working with that specific case - but I'm afraid this will be a nightmare (and also not entirely sure how to detect this case).

I've been able to add a failing test with a manually created contribution that should have been created on 0.9 or previous versions; and I've a fix proposal; see:
https://github.com/galette/galette/pull/394

I check if begin and end date of the found previous contribution have the same day and month, and I also check if found end date is the very same as new begin date. This should prevent expected overriding errors to appear (at least, we should always have only one day more).
I would have prefered to propose something temporary we can drop in a next release; but I've not been able to found a solution of that kind.

Mis à jour par Johan Cwiklinski il y a 4 mois

  • Statut changé de In Progress à Résolu

Mis à jour par Johan Cwiklinski il y a 4 mois

  • Statut changé de Résolu à Fermé
Actions

Formats disponibles : Atom PDF