Monday, August 4, 2025
3 changes · master
Enhancements to existing features
The Studio Exporter now uses a more precise tooltip for the attachment option. This helps users better understand what the setting does before exporting customizations.
Original PR description
**Purpose:** The current tooltip of the attachment bool in Studio Exporter lacks precision. **Spec:** The attachment tooltip needs to be modified to provide more precise information. task-4939258
Revised analytical budgets now automatically include the current date in their name. This makes it easier to distinguish multiple budget revisions and improves traceability for budget tracking.
Original PR description
In this PR: - When an analytical budget is revised, append the current date to the revised budget's name in the format: `<original name> REV <YYYY-MM-DD>`. - This improves traceability and clarity when multiple revisions are created. task-4781780
Sales team members can now add notes when entering forecasted commission targets. This gives managers and colleagues more context behind the numbers, making forecast discussions clearer and more informed.
Original PR description
Before: * Sales team members could enter their forecasted targets, but had no way to explain the reasoning behind them. * There wasn’t any place to leave comments or context for the numbers they submitted. After: * A Notes field has been added to the commission list view. * Team members can now write additional details when entering their forecasted targets. Impact: * Makes it easier for team members to understand the thinking behind each forecast. task-4876539