The fastest path from spreadsheet to audit-ready disclosure is a CSV upload. OffGridFlow accepts utility bills, fleet fuel records, electricity consumption, and generic activity data in a simple format. The calculation engine does the factor lookup, applies the right method, and produces an immutable ledger entry per row.
Template
| meter_id | location | period_start | period_end | kwh | scope | category |
|---|---|---|---|---|---|---|
| CAMX-HQ-01 | CAMX | 2026-01-01 | 2026-01-31 | 3112 | 2 | electricity |
| FLEET-DIESEL-03 | US-WEST | 2026-01-01 | 2026-01-31 | 842 | 1 | diesel |
What happens after upload
- Each row becomes an activity record
- Factor lookup selects the right EPA/IEA/DEFRA/IPCC factor by region and period
- Calculation runs, produces an immutable ledger entry with formula
- Dashboard updates with scope totals
- Anomaly detection flags outliers, duplicates, or unexpected jumps
- Draft compliance report generated on demand