GST Reconciliation That Remembers
Author : CA Nitheesh
1. Executive Summary
DeltaBooks is a web-based GST reconciliation platform that compares Tally accounting data with data filed on the GST portal — both on the outward side (Tally sales vouchers vs. GSTR-1) and the inward side (Tally purchase vouchers vs. GSTR-2B). Unlike conventional Excel-driven reconciliation, every run is persisted, versioned, and audit-ready in a database, so the manual decisions a professional makes in one month automatically carry forward to the next.
The core promise of the tool is captured in its tagline: Reconciliation that picks up where you left off. A mid-size company's monthly GST reconciliation, which typically takes 8–10 hours in Excel, is compressed to roughly 15 minutes — a ~95% reduction in effort — while simultaneously eliminating common failure modes that cost businesses real ITC (Input Tax Credit).
2. The Problem Being Solved
GST reconciliation in most practices today is a manual, repetitive process that consumes 8–10 hours every month per company. The pain points identified are:
These are not edge cases. They recur in every practice, every month, across every client book.
3. The Solution — Two Reconciliation Engines, One Pattern
DeltaBooks runs two parallel engines built on the same underlying architecture:
Sales Reconciliation (Tally ↔ GSTR-1)
Purchase Reconciliation (Tally ↔ GSTR-2B)
Both engines share the same workflow, the same variance report format, and the same persistence model — so a professional learns the interface once and uses it on both sides of GST.
4. The Reconciliation Cockpit (UI/UX)
The interface is designed to feel like Excel — the format professionals already know — but with browser speed and database memory beneath it:
This is the month-wise B2B summary view: row per month, columns grouped into three blocks (what's in books, what's in GSTR, what the difference is), with one click opening the invoice-level detail behind any number.
5. Three Rules That Make the Engine Intelligent
The real value of the tool lies in three domain-specific rules encoded in the matching engine — rules that reflect how a seasoned CA actually thinks about reconciliation.
Rule #1 — Finding the Customer GSTIN (3-Step Cascade)
Invoices with a blank buyer GSTIN should not silently fall into B2C. The engine runs a three-step cascade:
Why it matters: an invoice that should be B2B doesn't get misclassified as B2C simply because a data-entry operator left one field blank. If the GSTIN exists anywhere in Tally, the engine finds it.
Rule #2 — Multi-State Supplier Rescue (Two-Pass Matching)
This solves one of the most common invisible ITC losses in the country.
The problem: A supplier with operations in multiple states may have the same invoice booked by the buyer against one GSTIN (e.g., 07AAFCB3158E1ZX — Delhi, state code 07) while the supplier actually filed it under a different state GSTIN (e.g., 36AAFCB3158E1ZW — Telangana, state code 36). The PAN in the middle of both GSTINs is identical, but the state codes differ, so a naïve match treats them as two completely different suppliers — one invoice appears as "2B Only" and the other as "Books Only."
The solution: the engine runs two passes:
Suspected pairs are flagged as "PAN Match ⚠" and surfaced to the user, who then confirms or rejects the pairing. Once confirmed, the decision persists.
Rule #3 — Don't Panic Over Rounding
Not every mismatch deserves equal attention. The engine classifies every difference into one of three buckets:
This triage is the difference between a reviewer chasing ₹5 round-offs for two hours and a reviewer finishing genuine tax issues in fifteen minutes.
6. The Variance Report — Where Action Happens
After the engine runs, the reviewer works out of a single Variance Report that contains only invoices requiring attention. Its design choices mirror how CAs actually want to review:
A typical row looks like: Apr · BENZER DEPT · −₹7,612 · Value Diff · "Round-off" — giving the reviewer every piece of context they need in one line.
7. The Memory Layer — What Makes It Different
This is the feature that separates DeltaBooks from every other reconciliation utility:
In a profession where the same questions get re-asked every month, this memory layer is what reclaims real time.
8. Measured Impact
For a mid-size company running monthly GST reconciliation, the platform delivers:
| Metric | Impact |
| Time reclaimed | ~95% — from 8 hours to 15 minutes per month |
| Return cycles covered | 2 — GSTR-1 and GSTR-2B |
| Multi-state misses | 0 — PAN fallback catches them |
| Audit trail | Complete — every decision persisted in the database |
The experience goal is simple: finish the return cycle in a coffee break — with the confidence that every manual decision is remembered for the next month.
9. Why This Is Relevant to ICAI's AI Initiative