diff --git a/docs/evidence/rev004-accounting/late-fee-start-and-daily-recalculation-2026-06-30.md b/docs/evidence/rev004-accounting/late-fee-start-and-daily-recalculation-2026-06-30.md index f7d655b..d0b9db2 100644 --- a/docs/evidence/rev004-accounting/late-fee-start-and-daily-recalculation-2026-06-30.md +++ b/docs/evidence/rev004-accounting/late-fee-start-and-daily-recalculation-2026-06-30.md @@ -3,8 +3,8 @@ ## Scope - Backend feature: late-fee start-date calculation for four configured modes, billing-time persistence, and daily recalculation for unpaid charges. -- Backend worktree: `/Volumes/Dpan/github/water-workspace/worktrees/backend-late-fee-recalc` -- Backend branch: `feat/late-fee-recalc` +- Backend branch: `feat/late-fee-recalc`, merged locally into `develop` +- Backend merge commit: `4f1a99b7e Merge branch 'feat/late-fee-recalc' into develop` - Docs branch: `feat/rev004-dict-alignment-docs` ## Backend Commits @@ -90,11 +90,11 @@ mvn -pl sw-business/sw-business-server -am -Dtest=LateFeeDateModeCalculatorTest, Result: PASS -- `ChargeServiceBillingValidationTest`: 7 tests, 0 failures, 0 errors, 0 skipped +- `ChargeServiceBillingValidationTest`: 8 tests, 0 failures, 0 errors, 0 skipped - `LateFeeDateModeCalculatorTest`: 4 tests, 0 failures, 0 errors, 0 skipped - `AccountingAdjustActionServiceImplTest`: 19 tests, 0 failures, 0 errors, 0 skipped - `PaymentRecordServiceImplTest`: 18 tests, 0 failures, 0 errors, 0 skipped -- Total: 48 tests, 0 failures, 0 errors, 0 skipped +- Total: 49 tests, 0 failures, 0 errors, 0 skipped ### Compile