Data reconciliation / Full stack
LeakCheck
A deployed prototype that reconciles completed CRM jobs with accounting invoices and turns discrepancies into traceable revenue findings.
01 / Overview
LeakCheck is a full-stack proof of concept for finding revenue discrepancies across operational and accounting records. It turns normalized source data into reviewable findings rather than presenting another generic reporting dashboard.
02 / What it does
- 01
Validates and normalizes imported business data before analysis.
- 02
Matches completed jobs against related invoices to identify potentially unbilled balances.
- 03
Presents each finding with the records and amounts needed for human review.
03 / Engineering
The prototype separates ingestion, validation, analysis, persistence, and presentation. PostgreSQL handles durable relational data while SvelteKit provides the server and user-facing review workflow.