Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 467 Bytes

File metadata and controls

20 lines (15 loc) · 467 Bytes

Statement-Ledger Reconciliation Tool

📊 A Streamlit app that reconciles statement and ledger CSVs, calculates VAT, discounts, and highlights unmatched transactions.

Features

  • Match debits and credits
  • Show unmatched entries
  • Auto-calculate:
    • Net total
    • VAT (15%)
    • Discount (2.5%)
    • Total payable
  • Export unmatched entries to CSV/Excel

Usage

1. Install requirements

pip install -r requirements.txt# StatementReconciliationTool