EUI WorkZone Rental and SQFT Price
0;
$buyPrice = (((15.85*10.7639)+({22P}*10.7639)+{81P}) * {78P});
$monthlyRentRate = CFO_Sections({78P}, "0.361|0.461|0.561|0.741|0.836", "1.50|1.75|2.25|2.50|2.75");
if({107}>0) {
if($Qty>6){
if($Qty>20){
CFO_ReportIF((1<2), "SAVINGS TIP: Rentals are a tax write-off.");
_Price = $monthlyRentRate;
} else {
CFO_ReportIF((1<2), "SAVINGS TIP: Monthly rates, only " . number_format($monthlyRentRate, 2) . "/Day");
_Price = 2.75;
}
} else {
CFO_ReportIF(($Qty<6), "Minimum rental period is 7 days.", "Attention", "iftrue");
_Price = 2.75;
}
} else {
CFO_ReportIF((1<2), "RENT, As Low As " . number_format($monthlyRentRate, 2) . "/Day");
_Price = $buyPrice;
}