Closed adamshelley31 closed 3 weeks ago
The numbers aren't showing or they are showing as zero
the issue is coming from getData() on generate-report
Update: the issue is coming from calculateScopeTable - on line "const selectedConversionFactor" Currecntly, the conversion factor that we are pulling is from the conversionFactors object and that's why the HH is showing as 0
TO DO: the conversion factor needs to be the one from the object conversionFactors[fuelType.type] or the HH data conversion factor
TO DO:
Result
If statement was added to handle custom fuel type names
Reported By James
Check bug report (Submitted 11:57, 4th September)
In Data > Recommendations > Breakdown of Energy Costs... In the table, total carbon emissions are 1/1000th of the actual sum. It is believed that this is due to a confusion with units. For example, the screenshot shows 10,210.76 tCO2e of carbon for electricity for the company cemcor, then the total is 10.21. The total should be 10,210.76 - no dividing needed.