$value_before_vat = #סכום לאחר הנחה לפני מעמ#; $vat_rate = 1.17;
$value_after_vat = $value_before_vat * $vat_rate;
return $value_after_vat;