v0.19.5
bigcapitalhq/bigcapitalv0.19.5Aug 18, 2024by abouolia
AI Summary
Focuses on fixing banking transaction matching logic, improving UI components like dropzones, and correcting display issues in the general ledger and payment flows.
Key Highlights
- Fixed multi-line support for statement transactions
- Enhanced dropzone visuals for accept and reject modes
- Corrected transaction type and description display in general ledger
- Improved bank transaction matching logic
- Removed view tabs from receipts list
New Features
- Added amount comparators to bank rule field
- Activate/inactivate accounts from drawer details
Full Release Notes
## What's Changed * fix: Allow multi-lines to statements transactions by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/594 * feat: Add amount comparators to amount bank rule field by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/595 * fix: Transaction type and description do not show in general ledger. by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/596 * fix: Refresh accounts and account transactions. by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/597 * fix: Typo payments made by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/598 * fix: Typo categories list by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/600 * fix: Autofill the quick created customer/vendor by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/601 * fix: Remove views tabs from receipts list by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/602 * fix: Typo payment receive messages by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/599 * fix: Enhance Dropzone visual of accept and reject modes by @Champetaman in https://github.com/bigcapitalhq/bigcapital/pull/603 * fix: Matching bank transactions should create associate payment transactions by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/606 * fix: Change Dropzone title and subtitle by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/607 * fix: Inconsistance page size of paginated data tables by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/604 * fix: Database connection lost error by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/611 * fix: Language typos by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/613 * Fix: Correctly display Date, Published At, and Created At in ExpenseDrawerHeader by @Champetaman in https://github.com/bigcapitalhq/bigcapital/pull/612 * fix: Delete bank account with uncategorized transactions by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/614 * feat: activate/inactivate account from drawer details by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/615 **Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.19.4...v0.19.5