v0.25.16
trycompai/compv0.25.16Mar 1, 2026by abouolia
AI Summary
Addresses multiple bugs in the web application and server components, including issues with form field visibility, date formatting, and PDF template rendering.
Key Highlights
- Fixes branch and warehouse select inputs not showing saved values in edit mode
- Fixes server-side date range formatting
- Resolves PDF template logo display issues on reopen
- Fixes Money In dialog fields not showing after account selection
- Fixes UnlinkAttachment model reference bug
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