From 9063e49389d00705fac6c837ca248f0d0e2217b2 Mon Sep 17 00:00:00 2001 From: renee-png Date: Sat, 13 Jun 2026 12:47:46 -0400 Subject: [PATCH] Reconciliation PDF: include outstanding items in prior-period reports; Balance Sheet: stop folding distinctly-named equity accounts - Prior-reconciliation 'View Report' PDF was hard-coding empty uncleared lists, so outstanding items never appeared. It now reconstructs the items outstanding as of that statement (dated on/before the statement date, not voided, and not cleared in that or an earlier reconciliation) and includes them, with the book balance reflecting them. - Balance Sheet equity folding matched any name containing 'retained earnings' (or 'current year earnings'), so a distinct account like 'Retained Earnings Savings' was swallowed into the calculated line and never shown. Now only the exact standard accounts fold; other equity accounts render on their own line. Co-Authored-By: Claude Opus 4.8 --- .../AccountingReconcileDetailPage.tsx | 31 +++++++++++++++---- .../accounting/AccountingReportsPage.tsx | 8 +++-- 2 files changed, 31 insertions(+), 8 deletions(-) diff --git a/src/pages/accounting/AccountingReconcileDetailPage.tsx b/src/pages/accounting/AccountingReconcileDetailPage.tsx index 2fa9099..1379b9c 100644 --- a/src/pages/accounting/AccountingReconcileDetailPage.tsx +++ b/src/pages/accounting/AccountingReconcileDetailPage.tsx @@ -609,16 +609,35 @@ export default function AccountingReconcileDetailPage() {