v0.25.31
bigcapitalhq/bigcapitalv0.25.31Aug 17, 2026by abouolia
AI Summary
Primarily a maintenance release fixing SDK behavior, server crashes related to unknown transaction types, and improving the usability of financial reports by allowing customization and fixing item filters.
Key Highlights
- Fixed SDK-TS passing Accept header for report exports
- Fixed server crash on unknown transaction types in inventory details
- Fixed webapp to open customize report drawer in financial reports
- Fixed items filter and percentage column in financial reports
Full Release Notes
## What's Changed * fix(server): normalize single uncategorized transaction id query param by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1234 * fix(server): format date field on quick inventory adjustment creation by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1233 * fix(sdk-ts): pass Accept header via request headers in report export fetchers by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1235 * fix(webapp): unwrap API responses and serialize query params in financial statements providers by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1236 * fix(webapp): open customize report drawer in financial reports by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1237 * fix(webapp): items filter and percentage column in financial reports by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1238 * fix(server): inventory item details crash on unknown transaction types and import cleanup by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1242 * fix(server): type financial report column keys via shared enums by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1243 **Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.25.30...v0.25.31