-
Notifications
You must be signed in to change notification settings - Fork 98
Description
Description of Issue:
The Monthly Totals widget in Cost Tracker › Cost Summary ignores the selected License type. It displays only the entered base price for a cost, without multiplying by the number of assigned sites for Single-Site License, or using distributed per-site values for Multiple-Site License.
Example: A $5/month cost with Single-Site License assigned to 10 sites shows $5 instead of $50 in Monthly Totals.
Steps to Reproduce:
- Create a new Cost in Cost Tracker (e.g., Subscription, Monthly frequency).
- Set License to Single-Site License and Price to e.g. $5
- Assign the cost to e.g. 10 sites.
- Open Cost Tracker › Cost Summary and view the Monthly Totals widget for the current/next month.
Observe:
- Monthly Totals shows only the base price ($5) and does not reflect the number of assigned sites.
- Behavior appears to ignore both Single-Site and Multiple-Site license logic.
Expected:
Single-Site License: Total should multiply the entered price by the number of assigned sites (e.g., $5 × 10 = $50).
Note
If you have a similar issue but the steps to reproduce are different, please open a help ticket for us to review and verify if it's a new issue or part of this one. Thanks!
Reported on: 2025-08-08
Issue confirmed with dev team: 2025-08-08
Resolved: Pending