feat: add appointment management module with booking and configuration features

This commit is contained in:
2026-05-29 23:21:09 +02:00
parent 4ae0d7f00e
commit 539cf2b21c
12 changed files with 670 additions and 64 deletions
+1
View File
@@ -212,6 +212,7 @@ def _module_name_candidates(module_name):
candidates = [normalized]
alias_groups = {
'inventory': {'inventory', 'inventar'},
'terminplan': {'terminplan', 'terminplaner', 'termin', 'appointments'},
'library': {'library', 'bib', 'bibliothek'},
'student_cards': {'student_cards', 'studentcards', 'schuelerausweise', 'schueler_ausweise'},
}