📊 A Streamlit app that reconciles statement and ledger CSVs, calculates VAT, discounts, and highlights unmatched transactions.
- Match debits and credits
- Show unmatched entries
- Auto-calculate:
- Net total
- VAT (15%)
- Discount (2.5%)
- Total payable
- Export unmatched entries to CSV/Excel
pip install -r requirements.txt# StatementReconciliationTool