v0.25.32

SesameAILabs/csmv0.25.32Aug 19, 2026by abouolia

AI Summary

This release focuses on bug fixes and testing improvements across the server and web application. Key fixes address inventory reports, financial statement calculations, and advanced filter dropdowns. Additionally, end-to-end tests were added for sales estimates and invoices.

Key Highlights

  • Fixed inventory item details reports and multi-select functionality.
  • Resolved financial statements to include child account totals.
  • Fixed issues with advanced filter dropdowns and boolean field states.
  • Added e2e CRUD tests for sale estimates and invoices.
  • Fixed display of account names in journal entries and bank accounts filtering.

Full Release Notes

## What's Changed
* fix(webapp): open customize drawer in inventory item details report by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1245
* fix(server): rename sale receipt closed property to isClosed by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1247
* fix(server): include children accounts in financial statements totals by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1248
* fix(webapp): specific items multi-select empty in inventory reports by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1249
* fix(server): localize resource meta fields in API response by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1251
* fix(webapp): selected field not displaying in advanced filter dropdown by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1252
* fix(webapp): boolean field checkbox state in advanced filter by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1253
* test(webapp): add e2e CRUD tests for sale estimates by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1254
* test(webapp): add e2e CRUD tests for sale invoices by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1255
* fix(webapp): display account name in journal entries GL tables by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1257
* fix(webapp): forward inactive filter query to bank accounts endpoint by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1258


**Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.25.31...v0.25.32