XPEHO / YAKI

Working localization declaration app
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

fix eventual bug in declaration list statistics #1440

Closed NyraSama closed 3 months ago

NyraSama commented 4 months ago

Context

It appears during a presentation that we can't get the declarations list statistic of "Florian's birthday" team for the last 30 days on prod database

It seems that queries to get the statistics make too much filter during the join and that the type of the datetime are wrong because they use time zone.

Todo