# Turn receipts into an expense report

> NoInfra brief · Agent: OpenClaw

## Objective
Convert a pile of receipts into a tidy, categorized, submit-ready report.

## Ask me first (don't assume)
- Currency and date range?
- The expense categories you use?
- Required report format/template (and any per-item fields)?

## Integrations (install if needed)
- File upload or Google Drive — to read receipt images/PDFs. Ask me to connect.
- Sheets — for the output table, or I'll return Markdown/CSV.

## Steps
1. Read each receipt: vendor, date, amount, tax, currency.
2. One row per receipt; categorize each.
3. Total per category and overall.
4. Flag any receipt that's unreadable or missing a field.
5. Export the report in the requested format.

## Deliverables
- Expense report (table), category + grand totals, flagged items.

## Done when
- Every receipt is processed or flagged, and totals reconcile.

## Rules
- Never guess an amount — flag it for me instead. Keep one row per receipt.
