v0.25.30
SesameAILabs/csmv0.25.30Aug 15, 2026by abouolia
AI Summary
Primarily bug fixes for the webapp and server, focusing on trial balance filters, payment forms, and resolving errors in warehouse transfers.
Key Highlights
- Default trial balance filter now shows accounts with transactions.
- Fixed running balance calculation for bank account transactions.
- Resolved errors in warehouse transfer detail drawers and inventory cost handling.
- Fixed number format settings in financial reports.
Full Release Notes
## What's Changed * fix(webapp): default trial balance filter to accounts with transactions by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1223 * fix(webapp): reset datatable selected rows on page leave and bulk actions by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1220 * fix(webapp): prevent fetching billable invoices without a selected customer in payment received form by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1224 * fix(server): mark existing transactions with primary branch/warehouse on activation by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1225 * fix(webapp): restore number format setting in financial reports by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1226 * test: add number format e2e tests for financial reports by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1227 * fix(server): correct running balance of bank account transactions by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1228 * fix(webapp): align universal search resource transformers with list API response shape by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1230 * fix(webapp): show loading skeleton in workspaces list table by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1229 * fix(warehouse-transfers): resolve detail drawer data, edit save, and inventory cost errors by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1231 **Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.25.29...v0.25.30