mirror of
https://github.com/complexcaresolutions/dak.c2s.git
synced 2026-03-17 17:13:42 +00:00
Previously, generate_full_report() ignored the kw parameter for data filtering — it was only stored as metadata. This caused all reports to contain data up to the latest available KW, making historical reports (e.g., for KW 8) identical to the current one. Now all 5 sheet calculation functions accept an optional max_kw parameter. When generating a report for a specific KW, only cases with kw <= max_kw are included. Dashboard and vorjahr callers are unaffected (max_kw=None). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api | ||
| core | ||
| models | ||
| schemas | ||
| services | ||
| utils | ||
| __init__.py | ||
| config.py | ||
| database.py | ||
| main.py | ||