HIGH-PERFORMANCE CLEANING
When it comes to gauging a complete and effective cleaning and sanitation solution from a cost perspective, it is important to ensure the accuracy of all costs involved.
This cost calculator assists you in establishing the estimated cleaning cost for your company:
All fields MUST be completed sequentially for the totals to calculate correctly.
label {
display: inline-block;
margin-bottom: 0;
}
.cost_calculator_grand_total .details {
display: block;
width: 600px !important;
}
jQuery(document).ready(function ()
{
jQuery(".cost_calculator_tab").click(function () {
if (jQuery(this).children('div').hasClass('expand')) {
jQuery(this).next().toggle('normal');
jQuery(this).children('div').removeClass('expand');
jQuery(this).children('div').addClass('retract');
}
else if (jQuery(this).children('div').hasClass('retract')) {
jQuery(this).next().toggle('normal');
jQuery(this).children('div').removeClass('retract');
jQuery(this).children('div').addClass('expand');
}
});
});
jQuery(document).ready(function () {
jQuery(".tooltip_trigger").tooltip({position: "bottom right", offset: [-16, 97], predelay: 200, delay: 200, opacity: 1, effect: 'fade'});
jQuery(".tooltip_trigger_2").tooltip({position: "bottom right", offset: [-16, 124], predelay: 200, delay: 200, opacity: 1, effect: 'fade'});
});
jQuery(document).ready(function () {
jQuery(".rounded_corners").corner({
tl: {radius: 0}, tr: {radius: 0}, bl: {radius: 8}, br: {radius: 8}, antiAlias: true
});
});
Number of Staff
Hours per Day Spent Cleaning
Number of Days per Week
Number of Weeks per Month 4.33
Average Hourly Rate of Pay
Allowances per Employee
Wage Costs (Monthly)
Provision for Public Holidays
Provision for Leave
Compassionate Leave
Provision for Sick Leave
Medical
Annual Bonus Days
Provident Fund %
UIF, Skills, WCA %
Other Benefits
Total Wages on Costs
Total Wages
3. MONTHLY MANAGEMENT COSTS
Supervisors
Supervisors on Costs %
Site Management
Site Management on Costs %
Site Management Phone/Travel
Management Costs (Monthly)
Total Salaries and Wages
Total Variable Costs
5. HYGIENE & SANITATION RELATED COSTS
Public Liability Insurance (Monthly Cost)
Defective Workmanship Insurance (Monthly Cost)
Sanitation Crew Training Costs
Food Safety Audit Preperation Related Expenses
IR Related Expenses
Payroll Related Expenses
IT Related Costs (Hardware & Software Including License Fees)
QMS Maintenance Related Expenses
Total Hygiene & Sanitation Related Costs
Total Cost for Cleaning & Sanitation per Annum
// With the above scripts loaded, you can call `tippy()` with a CSS
// selector and a `content` prop:
tippy('#allowance-per-employee', {
maxWidth: 500,
content: 'Performance bonus, swab bonus, shift allowances',
});
tippy('#supervisors-on-costs', {
maxWidth: 500,
content: 'On costs include: Leave Pay Provision, Sick Pay Provision, Medical Aid, UIF, SDL, WCA, Provident/Pension Fund',
});
tippy('#site-manager', {
maxWidth: 500,
content: 'On costs include: Leave Pay Provision, Sick Pay Provision, Medical Aid, UIF, SDL, WCA, Provident/Pension Fund',
});
tippy('#tp-accessories', {
maxWidth: 500,
content: 'Buckets, Brooms, Squeeges, Ladders',
});
tippy('#tp-low-pressure-equipment', {
maxWidth: 500,
content: 'Low Pressure Pumps, Chemical Dispensing units, Stainless Steel Pipe Work',
});
tippy('#tp-protective-clothing', {
maxWidth: 500,
content: 'Uniforms, Rain Suits, Gum Boots, Safety Shoes, Gloves, Hair Nets, Ear Plugs, Helmets, Safety Goggles',
});
tippy('#sanitation-crew-training-costs', {
maxWidth: 500,
content: 'Chemical Training, Safety Training, Personal Hygiene Training, Hygiene & Sanitation Training',
});