Monday, February 1, 2021
4 changes · master
Enhancements to existing features
Financial reports now use a more consistent way to identify and manage report lines, aligning them with the accounting report framework. This should make future report improvements easier and help reduce inconsistencies across accounting reports without changing day-to-day workflows.
Original PR description
This also opens the doors to further refactoring of the caret options, once the existing account.report instances have all been converted to account.account.report. Task 2347659
The Social app settings menu is now hidden unless debug mode is enabled, keeping advanced demo-related options out of the regular user interface. The demo option wording was clarified so users understand it requires demo data to be active before it can work.
Original PR description
Purpose ======= We want to hide the settings menu in non-debug mode so the option "Demo Module" is considered as an advanced feature. Reword the option "enable demo", so the users know that they need the demo data to be activated to make the option work. Task 2253851
Outbound payments now appear as negative amounts in the batch payment view. This makes the displayed total more accurate by reducing the total when money is going out, helping users understand the net payment position at a glance.
Original PR description
In batch payment view : - show payments amount as negative when payment is outbound - "Total" must also reflect this (negative amount decrease total) Task: 2429361
Batch payment views now show outbound payment amounts as negative values. This makes totals easier to understand because outgoing payments reduce the displayed total instead of increasing it.
Original PR description
In batch payment view : - show payments amount as negative when payment is outbound - "Total" must also reflect this (negative amount decrease total) Task: 2429361