feat(display): limit /adults and /juniors to last N months by default #38
Reference in New Issue
Block a user
Delete Branch "feat/months-to-show"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Show only the last
MONTHS_TO_SHOWmonths (default 5) in the fee table columns so the page fits on screen. Reconciliation still runs over full history so balances/credits/debts are unaffected. SetMONTHS_TO_SHOW=0to show all months. Implemented in both Python and Go.