Potato
Cost %:
{{ isNaN(potatoCostPercent) ? '---' : potatoCostPercent+'%' }}
Total Ingredient
Cost %:
{{ isNaN(ingredientCostPercent) ? '---' : ingredientCostPercent+'%' }}
Total Cost
Per Portion:
{{ isNaN(costPerPortion) ? '---' : '$'+costPerPortion }}
Gross Profit
Dollars:
{{ isNaN(grossProfit) ? '---' : '$'+grossProfit }}
Gross Profit
Percentage:
{{ isNaN(grossProfitPercent) || operatorMenuPrice == 0 ? '---' : grossProfitPercent + '%' }}