You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that price configurations entrys are skipped if end-date < start-date.
This is a problem, as the configuration does not include year as an input (and should not IMHO).
As an example a price-entry starting 1. oct, and ending 31. mar will not(never?) be added.
I see two solutions (maybe there is some even better ?):
issue a warning, if end-date < start-date, when saving (like the “there are to many decimal-digits” warning), stating that it should be split into two (before/after 31/12)
Or, a little smoother/logical:
add some logic, like “IF end-date < start-date THEN end-date += 1 year”, before comparing to current date/time
The text was updated successfully, but these errors were encountered:
Discussed in #878
It seems that price configurations entrys are skipped if end-date < start-date.
This is a problem, as the configuration does not include year as an input (and should not IMHO).
As an example a price-entry starting 1. oct, and ending 31. mar will not(never?) be added.
I see two solutions (maybe there is some even better ?):
Or, a little smoother/logical:
The text was updated successfully, but these errors were encountered: