v0.25.16
TimoBolkart/TF_FLAMEv0.25.16Mar 1, 2026by abouolia
AI Summary
A bug fix release addressing various UI and data display issues, including branch/warehouse selection not saving, date formatting inconsistencies, PDF template logo visibility, and dialog field rendering.
Key Highlights
- Fixed branch and warehouse select not showing saved values in edit mode
- Fixed server formatted date range vs client formatting
- Fixed PDF template logo not showing on reopen
- Fixed Money In dialog fields not showing after account selection
Full Release Notes
## What's Changed * fix(webapp): branch and warehouse select not showing saved values in edit mode by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1000 * fix(webapp): use server formatted date range instead of client formatting by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1003 * fix(server): PDF template logo not showing on reopen by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1004 * fix(webapp): Money In dialog fields not showing after account selection by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1005 * fix(server): Fix UnlinkAttachment model reference bug by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1006 **Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.24.15...v0.25.16