Price estimate | Accounting and company formation in Sweden – Contus Ekonomi AB
Accounting and company incorporation in Sweden Call us +46 (0)79 304 0912


Schedule a meeting Contact Us

Accounting price calculator

If you type the number of accounting documents (verifications) per month and number of employees we will calculate your monthly price for accounting. Verification is one invoice or one receipt attached to A4 paper sheet. You can always put more identical receipts for the same month on the same sheet, calculate the total sum and VAT for us. It will be just one verification then.

Number of accounting documents (verifications) per month:

Number of employees :

< ?php
$data = date(‘Y-m-d H:i:s’);

$message = “Name: “;
$message .= $_POST[‘vardas’] . “

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

“;
$message .= “E-mail: ” . $_POST[‘elpastas’] . “
“;
$message .= “Ph.: “;
$message .= $_POST[‘telefonas’] . “

“;

$message .= “Number of employees: “;
$message .= $_POST[‘darbuotojai’] . “

“;
$message .= “Verifications (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-accounting.se‘ . “\r\n”;
$headers .= ‘Reply-To: contus@contus-accounting.se. “\r\n”;
$subject = From www.contus-accounting.se price calculator’;

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

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

echo “

Thank you, we shall get in touch with you soon.

“;
}
?>


Schedule a meeting Contact Us