Replace 30-day-month BNPL approximation with calendar math #24
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Severity: medium
Category: correctness
Location:
debts.py:12-16,101-109Problem
'monthly': 30and raw day arithmetic in bnpl_payoff_date drift up to several days, so the displayed payoff month can be wrong.Suggested fix
Step with
relativedelta(months=i)per remaining payment.Filed by automated code review.