ERP & Accounting Integration
Guide
Connect Glance with your ERP or accounting system to keep financial data synchronized.
Data Export
Use the Reports API to export financial data:
POST /reports/income— Revenue and expense summaryPOST /reports/expenses— Detailed expense reportPOST /reports/documents— All document data for a periodPOST /reports/maam— VAT report for tax filing
Custom Fields for Mapping
Use Custom Fields to store ERP-specific IDs on clients and products:
{
"label": "ERP Customer ID",
"entityType": "client",
"fieldType": "text",
"required": false
}Sync Strategy
We recommend a polling-based sync strategy:
- Poll
GET /documentswith date range filters every 15 minutes - Match documents to your ERP records using document IDs or client references
- Use
GET /settingsfor tax rates and company info - Use the Reports API for period-end reconciliation