Friday, September 1, 2023
6 changes · master
Enhancements to existing features
Subscription analysis now includes Quantity as an available measure, giving teams another way to review subscription performance. The wording around Subscription Status is also made more consistent, helping users interpret subscription stages more clearly across related views and reports.
Original PR description
- Add "Quantity" in the list of measure in Subscriptions analysis - Generalise the use of "Subscription Status" for subscription_stage task-id: 3460063
Facebook stream comments now display attached images directly inside the comment message bubble. This makes social conversations easier to review because users can see the full comment context without opening images separately.
Original PR description
Purpose ======= Show the comments images inside the message bubble, for the Facebook stream posts. Task-3339389
Studio approval rules are easier to configure and understand, with clearer screens, tooltips, labels, and editable notification messages. Businesses can now notify selected users and control approval sequencing so requests happen in the right order.
Original PR description
This commit improves the approvals feature by adding multiple behaviors. Firstly, the UI of the form and list views corresponding to the approval rules has been revamped and improved with new tooltips, new options and better labels. Those new options are the following: - users_to_notify: list of users to notify by a note in the chatter by mentionning users in the message body. - notification_order: when approvals have a higher notification_order, activities and message to ask for approval is postponed until all approval entries from rules with lower notification order are approved. Secondly, the notification can now display a message that is editable, instead of a generic list of missing approvals. Finally, the Studio sidebar has been updated with the newest additions, that are fully editable. The code has been reworked to use the Record component, as well as fields components. task-3444754
Payroll employee declarations can now be generated and published to employee portals through a shared process that runs in the background. This helps reduce failures from large batches, improves the declaration workflow, and supports Belgian and Swiss payroll document needs more consistently.
The VoIP calling library now loads only for users who have VoIP credentials. This reduces unnecessary loading for other users, improving efficiency without changing the calling experience for VoIP users.
Original PR description
This commit creates a separate bundle for the SIP.js library and only loads it when the current user can use VoIP (i.e. when they have VoIP credentials).
Signing request emails now present the expiration date in an improved way. This makes deadlines easier for recipients to understand, helping reduce missed or delayed signatures.
Original PR description
UX change for the expiration date in mail. task-id: 3470270