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
+4
View File
@@ -39,6 +39,9 @@ ensure_runtime_config_json() {
"library": {
"enabled": false
},
"terminplan": {
"enabled": true
},
"student_cards": {
"enabled": false,
"default_borrow_days": 14,
@@ -201,6 +204,7 @@ existing['modules'] = {
'inventory': {'enabled': True},
'library': {'enabled': True},
'student_cards': {'enabled': True, 'default_borrow_days': 14, 'max_borrow_days': 365},
'terminplan': {'enabled': True},
}
existing['trial'] = trial_config