sionsmith/Xero CFO Reports Archiver
Automatically fetch Xero accounting reports (P&L, Balance Sheet, Bank Summary, Aged AR/AP, Executive Summary) and archive them as structured Markdown and JSON files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| xero-client-id | Xero OAuth 2.0 Client ID | yes | — |
| xero-client-secret | Xero OAuth 2.0 Client Secret | yes | — |
| xero-refresh-token | Xero OAuth 2.0 Refresh Token (initial token - subsequent tokens are stored in state) | yes | — |
| xero-tenant-id | Xero Tenant ID (organisation ID) | yes | — |
| from-date | Report start date (YYYY-MM-DD). Defaults to start of current month. | no | — |
| to-date | Report end date (YYYY-MM-DD). Defaults to today. | no | — |
| output-dir | Output directory for reports (relative to repo root) | no | xero-reports |
Outputs
| name | description |
|---|---|
| reports-generated | Number of reports successfully generated |
| reports-failed | Number of reports that failed to generate |