Liquor Service Quantity Calculator

Liquor Serving Quantity Calculator


Are you planning for a liquor party and having struggle to get the liquor serving quantity issue and also splitting the drink, then don't worry our liquor serving quantity calculator which help you to determine the right liquor serving volume based on the number of users and based on the round's you want to have from a liquor bottle.


So why are you waiting for, start using our tool for free and share it with your friends.  Make sure you don't about this calculator when you are going for a trip or outing.  You also have the ability to keep adding the liquor quantity and the price to get a summary view after the drink, if you are in state to read.

Liquor Service Quantity Calculator


Liquor Service Quantity Calculator

Liquor Service Quantity Calculator

document.createElement('div'); totalVolumeItem.className = 'result-item'; totalVolumeItem.innerHTML = `Total Volume (ml): ${volume}`; const peopleItem = document.createElement('div'); peopleItem.className = 'result-item'; peopleItem.innerHTML = `No of People Served: ${people}`; const roundsItem = document.createElement('div'); roundsItem.className = 'result-item'; roundsItem.innerHTML = `No of Rounds: ${rounds}`; const volumePerRoundItem = document.createElement('div'); volumePerRoundItem.className = 'result-item'; volumePerRoundItem.innerHTML = `Volume per Person per Round (ml): ${volumePerRound.toFixed(2)}`; const priceItem = document.createElement('div'); priceItem.className = 'result-item'; priceItem.innerHTML = `Total Price ($): ${price}`; const costPerPersonItem = document.createElement('div'); costPerPersonItem.className = 'result-item'; costPerPersonItem.innerHTML = `Cost per Person ($): ${costPerPerson.toFixed(2)}`; // Append result items to the result container result.appendChild(totalVolumeItem); result.appendChild(peopleItem); result.appendChild(roundsItem); result.appendChild(volumePerRoundItem); result.appendChild(priceItem); result.appendChild(costPerPersonItem); // Create result items for the cumulative results const cumulativeVolumeItem = document.createElement('div'); cumulativeVolumeItem.className = 'result-item'; cumulativeVolumeItem.innerHTML = `Cumulative Volume (ml): ${cumulativeVolume}`; const cumulativePeopleItem = document.createElement('div'); cumulativePeopleItem.className = 'result-item'; cumulativePeopleItem.innerHTML = `Cumulative No of People Served: ${cumulativePeople}`; const cumulativeRoundsItem = document.createElement('div'); cumulativeRoundsItem.className = 'result-item'; cumulativeRoundsItem.innerHTML = `Cumulative No of Rounds: ${cumulativeRounds}`; const cumulativePriceItem = document.createElement('div'); cumulativePriceItem.className = 'result-item'; cumulativePriceItem.innerHTML = `Cumulative Total Price ($): ${cumulativePrice.toFixed(2)}`; const cumulativeCostPerPersonItem = document.createElement('div'); cumulativeCostPerPersonItem.className = 'result-item'; cumulativeCostPerPersonItem.innerHTML = `Cumulative Cost per Person ($): ${cumulativeCostPerPerson.toFixed(2)}`; // Append cumulative result items to the cumulative result container cumulativeResult.appendChild(cumulativeVolumeItem); cumulativeResult.appendChild(cumulativePeopleItem); cumulativeResult.appendChild(cumulativeRoundsItem); cumulativeResult.appendChild(cumulativePriceItem); cumulativeResult.appendChild(cumulativeCostPerPersonItem); // Clear the input fields document.getElementById('liquorForm').reset(); } ]]>

Liquor Service Quantity Calculator


Subscribe to receive free email updates:

Related Posts :

0 Response to "Liquor Service Quantity Calculator"

Post a Comment