Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.3.0
-
Fix Version/s: 3.5.0-b1
-
Component/s: None
-
Labels:None
-
Epic Link:
Description
When modifying a service (renew date, package pricing, config options, etc.) if the net change in price is negative (e.g. no invoice created) issue a credit for that absolute value of the net change, IF AND ONLY IF prorated credits are enabled per CORE-1477.
For example, if changing a config option from $5 to $4, issue a prorated credit for the $1 difference over the remaining days in the term based on prorated settings.
If the service has a recurring coupon attached to it which is valid for the current package, and the package being downgraded to, consider the discount achieved by the coupon when calculating the prorated credit.
Issue Links
- is blocked by
-
CORE-1477 Add option to enable/disable prorated credits
-
- Closed
-
Credit is prorated if the setting from
CORE-1477is enabled. When a client downgrades a package/config option, it is always prorated. If an admin does so, it is only prorated if the admin checks the Prorate option.Proration only occurs between recurring services or between one-time services. Proration does not occur from one-time to recurring, or recurring to one-time.
CORE-1541will handle recurring coupons as it relates to this task.CORE-1446will handle proration with changing renew dates.