Skip to content

Commit

Permalink
add description to reduce expense costs
Browse files Browse the repository at this point in the history
  • Loading branch information
rmroot committed Jan 22, 2025
1 parent 14b3b00 commit dbfa429
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ export class KpiDescriptionPipe implements PipeTransform {
return "Water Consumption is the amount of water used by an organization. Measuring water consumption with respect to sustainability is for the purposes of reduced consumption.";
case 'productivity':
return "Productivity is a quantitative measurement that assesses how efficiently a company is producing their products. Productivity metrics can be used to track performance, identify areas for improvement, maximize efficiency, and make decisions that benefit operations.";
case 'chemicalEmissions':
case 'chemicalEmissions':
return "CO, CO<sub>2</sub>, NO<sub>x</sub>, SO<sub>x</sub> emissions emissions are a key sustainability metric. Emissions related to global warming and air quality are often reported to governmental agencies or other bodies to show improvements in sustainability and meet regulatory standards."
case 'maintenanceExpense':
return 'Reduce Maintenance Cost is a strategic process that identifies and eliminates unnecessary operational expenses directly related to maintenance to increase profitability. The goal is always to maximize value and efficiency without compromising quality or core operations.'
default:
return "Lorem ipsum odor amet, consectetuer adipiscing elit. Ex consequat nulla vestibulum dapibus lectus vestibulum. Ex nisi phasellus tempus himenaeos erat.";
}
Expand Down

0 comments on commit dbfa429

Please sign in to comment.