@glideco/spend-export
v0.1.0
Published
Spend + receipt + tax export for Glide. Adopts the costillery receipt schema augmented with Glide-specific fields (correlation_id, agent_id, grant_id, tax_jurisdiction, realized_gain_usd). Pure functions for CSV / JSON / QBO IIF / Xero export. Positions G
Maintainers
Readme
@glideco/spend-export
Spend + receipt + tax export for Glide. Adopts the costillery receipt schema augmented with Glide-specific fields (correlation_id, agent_id, grant_id, tax_jurisdiction, realized_gain_usd). Pure functions for CSV / JSON Lines / QBO IIF / Xero CSV export.
Position: standards layer for agent spend reporting.
Install
npm install @glideco/spend-exportUsage
import {
exportCsv,
exportQboIif,
exportXeroCsv,
summarizeRealizedGains,
} from '@glideco/spend-export';
const csv = exportCsv(receipts);
const iif = exportQboIif(receipts);License
MIT
