docs: Add operation manual and junior March 2026 fee override
Adds docs/operation-manual.md describing how to add per-month fee overrides for adults and juniors. Also adds the March 2026 junior fee override (250 CZK) to JUNIOR_MONTHLY_RATE to match the existing adult override. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -18,7 +18,8 @@ ADULT_FEE_MONTHLY_RATE = {
|
||||
|
||||
JUNIOR_FEE_DEFAULT = 500 # CZK for 2+ practices
|
||||
JUNIOR_MONTHLY_RATE = {
|
||||
"2025-09": 250
|
||||
"2025-09": 250,
|
||||
"2026-03": 250 # reduced fee for March 2026
|
||||
}
|
||||
ADULT_MERGED_MONTHS = {
|
||||
#"2025-12": "2026-01", # keys are merged into values
|
||||
|
||||
Reference in New Issue
Block a user