mitgliederverwaltung/lib
Moritz ec6422d450 fix(membership-fees): show error for unparseable cycle date instead of crashing
Date.from_iso8601/1 returns {:error, reason}, so the with else clause matching a bare :error never fired and an invalid date raised a WithClauseError. Match the real date/calendar error reasons so the user sees the validation message.
2026-06-02 12:08:19 +02:00
..
accounts Improve oidc only mode (#474) 2026-03-16 19:09:07 +01:00
membership refactor(types): remove dead catch-all clauses unreachable per success typing 2026-06-02 11:56:44 +02:00
membership_fees refactor(types): remove dead catch-all clauses unreachable per success typing 2026-06-02 11:56:44 +02:00
mix/tasks refactor: adress review comments 2026-03-09 18:54:40 +01:00
mv fix(pdf-export): match DateTime.from_iso8601 three-tuple when formatting cells 2026-06-02 12:04:37 +02:00
mv_web fix(membership-fees): show error for unparseable cycle date instead of crashing 2026-06-02 12:08:19 +02:00
mv.ex Add generated starter app 2025-03-18 15:05:27 +01:00
mv_web.ex Fix Credo Readability (strict) 2026-03-04 16:21:14 +01:00