Beer Pouring Losses Calculation - Bar Calculator
The Beer Calculator will help you estimate the cost and loss of beer in a bar.
Calculate how much money you may be losing with a free pouring beer.
The Beer Calculator will help you estimate the cost and loss of beer in a bar.
Calculate how much money you may be losing with a free pouring beer.
Code to add this calci to your website
Formula:
CostPerOz = CostPerKeg / 1984
LossPerKeg = 1984 - (1984 * PercentYield) / 100
WholeLossKeg = LossPerKeg * CostPerOz
WholeLossWeek = NumKegsWk * WholeLossKeg
WholeLossMonth = 4.3 * WholeLossWeek
RetailLossKeg = RetailPrice * LostSold
RetailLossWeek = NumKegsWk * RetailLossKeg
RetailLossMonth = 4.3 * RetailLossWeek
TotalLossMonth = RetailLossMonth + WholeLossMonth
Beer Pouring Losses calculation is made easier. Free Online Bar Calculators.