Import manual bank statements, scan expense receipts, or type entries by hand — review every line, then push straight into Tally, Zoho Books, QuickBooks, Xero or any ERP. AI-assisted, and it all runs in your browser.
Three ways in — a Tally / ledger file, a bank statement, or a photo of a receipt. Everything is read on your device and lands in the same ledger below. Password-protected PDFs are supported; the password never leaves your browser.
Can't OCR handwriting? Type the day totals off the sheet. Split by staff and the bar below checks cash + card = staff totals before you post — it catches miscounts (like the 61 gap between your book and the POS Z-Report).
QuickBooks-style. Totals roll up by year → month → date → transaction. Click any row to drill in.
Income by source and expenses by category come straight from your ledger. Add what you own and owe below to complete a real net-worth statement — saved only in this browser.
Every parsed and manual line. Pick a year, type or month — the summary and the list below update to match. Then export from Step 4.
Every input row (uploaded, scanned or manual) comes back out in your ERP's own import format. Pick the ERP, set the ledgers used to build bank vouchers, then download.
Tally has a live bridge: push directly from this page into TallyPrime running on your PC (Port 9000), or import the Step-4 CSV/XML manually. Zoho Books, QuickBooks, Xero & other ERPs import the file you downloaded in Step 4 (each has a one-line import path — see the note under its download button).
TallyPrime must be running with the gateway on Port 9000 (F1 → Settings → Connectivity → “Both”). For the direct button, run the tiny local bridge once.
TallyPrime → F1 → Settings → Connectivity (or F12 → Advanced).
Enable “Allow Server to use ODBC”. Accept & restart Tally.
Open http://localhost:9000 — you should see a Tally response.
Same pipeline as the buttons above, scriptable for batches. Extract → Claude classify → build XML → push. Files:
# 1 · install pip install -r requirements.txt # 2 · set your key export ANTHROPIC_API_KEY="sk-ant-…" # 3 · run the bridge so this page's buttons work python api_server.py # …or run a whole CSV batch straight into Tally python main.py entries.csv