Wednesday, April 30, 2025
4 changes · saas-18.3
Enhancements to existing features
Manual checks for EC Sales List returns now include direct actions to help users resolve items faster. This reduces extra navigation and supports smoother compliance review workflows.
Users can now turn the bank reconciliation chatter on or off from a single button in the top-right corner, while the existing line-level icon remains available. Selecting a different statement line now updates the related chatter automatically, making reconciliation smoother and reducing extra clicks.
Original PR description
The aim of this commit is slightly changing the chatter's behavior in the bank reconciliation widget. Before this commit, the user activated/deactivated the chatter by clicking on a chatter icon available on each statement line. Although this feature is still existing to activate the chatter, we add a new button on the top corner right where the user can activate / deactivate the chatter. We also change the selected move id when you select another statement line, it's not necessary to click on the chatter icon to do it. This commit also introduces a cleaner way of working with several components to activate / deactivate the chatter by using a customer service. task-4750009 [FIX] account_accountant: Remove bus usage and use own service The aim of this commit is removing 2 usages of the event bus where we need to do synchronous calls. This commit will use the brand-new service developed for the bank reconciliation widget. no task id
Annual closing returns now include required validation checks before completion. This helps businesses catch missing or inconsistent information earlier, reducing closing errors and follow-up corrections.
Original PR description
Added required checks for generic annual closing return type. task-4627315
The Draft Entries filter is now available consistently across financial reports, helping users review draft accounting entries that may affect figures before final submission. Deferred revenue and deferred expense reports remain excluded because their related entries are posted automatically, so draft filtering is not relevant there.
Original PR description
Before this commit, the Draft Entries filter on reports was randomly activated for some reports, but deactivated for others. Users may want to see the draft entries impacting their reports for a better control and verification before submitting it. task-4661810