v0.25.30
gorhill/uBlockv0.25.30Aug 15, 2026by abouolia
AI Summary
A maintenance release for the BigCapital web application focusing on bug fixes for financial reports, trial balances, and data table management.
Key Highlights
- Fix trial balance filter to default to accounts with transactions
- Fix datatable selected rows reset on page leave
- Prevent fetching billable invoices without a selected customer
- Fix running balance of bank account transactions
- Fix number format setting 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