twin releases
QuickBooks Online twin — releases
Simulates the QuickBooks Online Accounting API v3 — chart of accounts, customers, vendors, invoices, bills, payments, journal entries, and financial reports with SQL-like query language.
v0.2.0
SDK target: github.com/rwestlund/quickbooks-go @ v0.0.0
Features
- Chart of Accounts CRUD with account types and hierarchies
- Customers and Vendors with billing and shipping addresses
- Invoices, Bills, Payments, and Journal Entries
- SQL-like query language (
SELECT * FROM Invoice WHERE ...) - Financial Reports — Profit and Loss, Balance Sheet, Cash Flow
- Sales Receipts, Refund Receipts, and Estimates
- Items, Tax Codes, and Tax Rates
- Webhook subscription for entity changes
Coverage
- 30/32 resource groups covered (95%) against the QuickBooks Online Accounting API v3
- SDK target:
github.com/rwestlund/quickbooks-go
Known limitations
- QuickBooks Desktop SDK not supported — Online only
- Payroll Service add-on APIs not yet supported
- Time Tracking and Class Tracking not yet supported