Wednesday, May 13, 2026
3 changes · master
Enhancements to existing features
This update simplifies filtering of bank reconciliation reports by introducing a new message type for transaction details. This change enhances the user experience by allowing for more precise and efficient filtering of bank statement data within the bank rec widget. It's an improvement to the existing bank reconciliation process.
Original PR description
Following this commit: This commit will introduce a new message type for the transaction details used in the bank rec widget to ease the filtering of those message. task-5932620
This update enhances the sorting of contacts within the VoIP module to address inconsistencies in how names and numbers are displayed. Specifically, it now correctly handles umlauts in German names and sorts numbers in a more user-friendly, lexicographical order, ensuring contacts appear in the expected sequence.
Original PR description
### German Phonebook In German phonebook sorting, umlauts are expanded to their two-letter equivalents before sorting: - ä becomes ae - ö becomes oe - ü becomes ue - ß becomes ss ### Numbers Sorting numbers in lexicographical order leads to "10" coming before "9", but when browsing a list of contacts, you'd expect "Guest 2" to show up before "Guest 10000". This commit adapts VoIP's contact tab to account for these two aspects.
This update adds a client ID field to the list view for account online links, providing the support team with crucial information. This optional field is hidden by default for customers who don't require it, ensuring a streamlined experience. It improves support efficiency and data accessibility.
Original PR description
The aim of this commit is adding the client id of an account online link into the list view to help the support. The field is added in optional hide for the customers who don't need this information. no task id