v0.25.31

SesameAILabs/csmv0.25.31Aug 17, 2026by abouolia

AI Summary

This release focuses on bug fixes across the server, SDK, and webapp, specifically addressing financial reports, inventory adjustments, and transaction handling issues.

Key Highlights

  • Fixed date formatting on quick inventory adjustment creation.
  • Fixed report export fetchers in SDK to pass Accept headers.
  • Fixed financial reports items filter and percentage columns.
  • Fixed server crashes related to unknown transaction types in inventory details.

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