[P1][Expense] Monthly reconciliation statement (MonthlyStatement) #29
Reference in New Issue
Block a user
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?
Overview
Month-end financial closure: compare computed book balance (giving minus expenses) against bank statement balance.
Formula
Opening Balance + Total Giving + Other Income - Total Expenses = Calculated Closing vs Bank Statement Balance
Data Model
MonthlyStatement: year, month, opening_balance, total_giving (auto), total_other_income (manual), total_expenses (auto, Paid only), calculated_closing, bank_statement_balance (manual), difference, status (Draft/Reconciled)
Tasks
Reference
PLANNING.md Section 3.6d - MonthlyStatement table and formula