v0.24.14

bigcapitalhq/bigcapitalv0.24.14Feb 26, 2026by abouolia

AI Summary

This release includes multiple bug fixes focusing on date format consistency across financial reports, account settings, and model improvements.

Key Highlights

  • Fixed date format settings in all financial statements
  • Added account settings service
  • Applied organization date format to banking transactions and reports
  • Fixed account type pre-selection when editing from banking page
  • Removed unnecessary timestamps from models lacking createdAt/updatedAt columns

New Features

  • Account settings service

Full Release Notes

## What's Changed
* fix(financial-statements): use stored date format settings in all reports by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/992
* fix(accounts): add account settings service by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/994
* fix: use organization date format in banking transactions and financial reports by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/995
* fix(webapp): account type not pre-selected when editing from banking page by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/996
* fix(models): remove timestamps from models where tables lack createdAt/updatedAt columns by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/997


**Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.24.13...v0.24.14