Accounting and company incorporation in Norway Call us (+47) 465 667 64


Schedule a meeting Contact Us

Price estimate

If you earlier were working with authorised (licensed) accountant you should know number of hours it was billing you per month. It that case you can fill them below and get a preliminary price estimate.

Number of hours for bookeeping (per month):

Number of hours for salary calculation (per month):

 
“;
$message .= $_POST[‘vardas’] . “
“;
$message .= “Company name: “;
$message .= $_POST[‘imone’] . “

“;
$message .= “Email: ” . $_POST[‘elpastas’] . “
“;
$message .= “Phone: “;
$message .= $_POST[‘telefonas’] . “

“;

$message .= “Number of hours for salary calculation: “;
$message .= $_POST[‘darbuotojai’] . “

“;
$message .= “Number of hours for bookeeping (per month): “;
$message .= $_POST[‘saskaitos’] . “

“;
$message .= “Price: “;
$message .= $_POST[‘prel_suma’] . “

“;

$message .= “Date: “;
$message .= $data . “
“;

$message = wordwrap($message, 70);

// To send HTML mail, the Content-type header must be set
$headers = ‘MIME-Version: 1.0’ . “\r\n”;
$headers .= ‘Content-type: text/html; charset=utf-8’ . “\r\n”;

$headers .= ‘From: www.contus.lt‘ . “\r\n”;
$headers .= ‘Reply-To: webmaster@example.com’ . “\r\n”;
$subject = ‘New mail from www.contus.no’;

if (isset($_POST[‘send’]) && $_POST[‘send’] == TRUE) {

//mail(‘andrius@restart.lt’, $subject, $message, $headers);
mail(‘contus@restart.lt’, $subject, $message, $headers);
echo “

Thank you. We will contact you as soon as possible.

“;
}
?>


Schedule a meeting Contact Us