v0.17.3
bigcapitalhq/bigcapitalv0.17.3Jun 10, 2024by abouolia
AI Summary
This update fixes issues related to bank transaction categorization, CLI concurrency control, and general ledger reporting.
Key Highlights
- Fix bank transaction branch assignment
- Fix COGS type for cash transactions
- Fix CLI concurrency for multiple processes
- Fix general ledger closing balance summation
Full Release Notes
## What's Changed * fix: Assign branch in categorize bank transaction in https://github.com/bigcapitalhq/bigcapital/commit/dc4cdb2a8fd1541c23aa1342c997122cf9b6ff14 * fix: Add COGS type to cash transactions categorization in https://github.com/bigcapitalhq/bigcapital/commit/ef2d1ff141a612dbfbc9783d3e6850f5701e1fbf * fix: Something wrong in uploading uncategorized bank transactions by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/493 * fix: Concurrency controlling multiple processes in Bigcapital CLI commands by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/494 * fix: Closing balance in general ledger report does not sum the negative figures by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/485 **Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.17.2...v0.17.3