You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to implement the allow budget carryover setting. The default should be no, BUT if a user has negative budget, the negative should carryover.
Implement cost savings carryover - "Never", "1 Year" (current state), "Always"
Always - cost savings for each year, should be applied to the budget for each subsequent year
The text was updated successfully, but these errors were encountered:
Always means it acts like the "renewables" and you get the cost savings each year.
then your budget add on could just be calculated as (energyUse beginging - energyUse now) * energyCost, but then that might double count whatever you end up doing for renewables, so maybe I should just shut up...
Always - cost savings for each year, should be applied to the budget for each subsequent year
The text was updated successfully, but these errors were encountered: