v0.25.30
bigcapitalhq/bigcapitalv0.25.30Aug 15, 2026by abouolia
AI Summary
A release dedicated to fixing data accuracy and user experience issues, including running balances, number formatting in reports, and preventing errors in payment forms and warehouse transfers.
Key Highlights
- Fixed running balance of bank account transactions
- Fixed number format setting in financial reports
- Fixed warehouse transfers detail drawer, edit save, and inventory cost errors
- Fixed preventing fetching billable invoices without a selected customer
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