{"id":4118,"date":"2024-07-10T23:16:08","date_gmt":"2024-07-10T21:16:08","guid":{"rendered":"https:\/\/parcmamaia.ro\/?page_id=4118"},"modified":"2025-10-18T13:57:30","modified_gmt":"2025-10-18T11:57:30","slug":"cttax","status":"publish","type":"page","link":"https:\/\/parcmamaia.ro\/en\/cttax\/","title":{"rendered":"cttax"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"4118\" class=\"elementor elementor-4118\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-299813f e-flex e-con-boxed e-con e-parent\" data-id=\"299813f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-18fa48f elementor-widget elementor-widget-html\" data-id=\"18fa48f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"ro\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Calculator CT Tax<\/title>\n<style>\n  body {\n    font-family: \"Segoe UI\", Arial, sans-serif;\n    background: #ffffff;\n    padding: 40px 20px;\n    color: #333;\n  }\n  .calc-container {\n    max-width: 500px;\n    margin: 0 auto;\n    background: #fff;\n    padding: 30px;\n    border-radius: 16px;\n    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);\n    border: 1px solid #e0e0e0;\n  }\n  .logo-row {\n    display: flex;\n    justify-content: space-around;\n    align-items: center;\n    background: #004a7a;\n    border-radius: 10px;\n    padding: 10px 0;\n    margin-bottom: 20px;\n  }\n  .logo-row img {\n    max-height: 55px;\n    width: auto;\n    filter: brightness(100%);\n  }\n  h2 {\n    text-align: center;\n    color: #004a7a;\n    margin-bottom: 8px;\n  }\n  p.notice {\n    text-align: center;\n    color: #666;\n    font-size: 14px;\n    margin-bottom: 20px;\n  }\n  label {\n    display: block;\n    margin-top: 12px;\n    font-weight: bold;\n    color: #004a7a;\n  }\n  input, select {\n    width: 100%;\n    padding: 10px;\n    margin-top: 5px;\n    border: 1px solid #ccc;\n    border-radius: 8px;\n    font-size: 15px;\n    background: #f8f9fa;\n  }\n  button {\n    margin-top: 20px;\n    width: 100%;\n    background: #0077cc;\n    color: white;\n    padding: 12px;\n    font-size: 16px;\n    border: none;\n    border-radius: 8px;\n    cursor: pointer;\n    transition: 0.2s ease-in-out;\n  }\n  button:hover {\n    background: #005fa3;\n    transform: translateY(-2px);\n  }\n  .result {\n    background: #f1f7ff;\n    margin-top: 20px;\n    padding: 15px;\n    border-radius: 8px;\n    text-align: center;\n    font-weight: bold;\n    color: #003366;\n  }\n  .exemplu {\n    background: #fafafa;\n    margin-top: 15px;\n    padding: 12px;\n    border-radius: 8px;\n    font-size: 14px;\n    color: #444;\n    border-left: 4px solid #004a7a;\n  }\n  small {\n    color: #555;\n    display: block;\n    text-align: center;\n    margin-top: 10px;\n    line-height: 1.4;\n  }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"calc-container\">\n  <div class=\"logo-row\">\n    <img decoding=\"async\" src=\"https:\/\/parcmamaia.ro\/wp-content\/uploads\/2024\/03\/parc-mamaia-logo.png\" alt=\"Hotel Parc Mamaia logo\">\n    <img decoding=\"async\" src=\"https:\/\/ambasadormamaia.ro\/wp-content\/uploads\/2024\/05\/logothenewambasador.png\" alt=\"Hotel Ambasador Mamaia logo\">\n  <\/div>\n\n  <h2>CT tax calculator<\/h2>\n  <p class=\"notice\">*Calculation based on a VAT rate of 11%*<\/p>\n\n  <label>Accommodation value with breakfast included \/ day (VAT included):<\/label>\n  <input type=\"number\" id=\"cazare\" placeholder=\"e.g.: 300\" step=\"0.01\">\n\n  <label>Breakfast value (VAT included):<\/label>\n  <input type=\"number\" id=\"micDejun\" placeholder=\"e.g.: 60\" step=\"0.01\">\n\n  <label>No. of nights:<\/label>\n  <input type=\"number\" id=\"nopti\" value=\"1\" min=\"1\" step=\"1\">\n\n  <label>Adults in the room:<\/label>\n  <select id=\"adulti\">\n    <option value=\"1\">1<\/option>\n    <option value=\"2\" selected>2<\/option>\n    <option value=\"3\">3<\/option>\n  <\/select>\n\n  <label>Children in the room:<\/label>\n  <select id=\"copii\">\n    <option value=\"0\" selected>0<\/option>\n    <option value=\"1\">1<\/option>\n    <option value=\"2\">2<\/option>\n  <\/select>\n  <small>*children between 5 and 12 years old*<\/small>\n\n  <button onclick=\"calculeazaTaxa()\">CALCULATED<\/button>\n\n  <div class=\"result\" id=\"rezultat\">Total CT tax: \u2014<\/div>\n  <div class=\"result\" id=\"rezultatZi\">Total CT tax \/ day: \u2014<\/div>\n\n  <div class=\"exemplu\" id=\"exempluCalcul\"><\/div>\n\n  <small>\n    \"&quot;... In percentage share of <b>1%<\/b> applied to the total value of the accommodation\/accommodation fee, excluding VAT, owed by the tourist\/person staying for the period of stay in the tourist accommodation structure in the municipality of Constan\u021ba, including the Mamaia resort. ...&quot;\" <br><b>Head. IV from Annex 6 to HCL 412\/2024<\/b>\n  <\/small>\n<\/div>\n\n<script>\nfunction calculeazaTaxa() {\n  const cazare = parseFloat(document.getElementById('cazare').value);\n  const micDejun = parseFloat(document.getElementById('micDejun').value);\n  const nopti = parseInt(document.getElementById('nopti').value);\n  const adulti = parseInt(document.getElementById('adulti').value);\n  const copii = parseInt(document.getElementById('copii').value);\n\n  if (isNaN(cazare) || isNaN(micDejun) || isNaN(nopti)) {\n    document.getElementById('rezultat').innerText = \"Te rog completeaz\u0103 toate c\u00e2mpurile.\";\n    document.getElementById('rezultatZi').innerText = \"\";\n    document.getElementById('exempluCalcul').innerHTML = \"\";\n    return;\n  }\n\n  const totalPersoane = adulti + copii;\n  const pluralPersoane = totalPersoane === 1 ? \"persoan\u0103\" : \"persoane\";\n  const pluralNopti = nopti === 1 ? \"noapte\" : \"nop\u021bi\";\n\n  const baza = cazare - micDejun * totalPersoane;\n  const faraTVA = baza * 0.89; \/\/ TVA 11%\n  const taxaZi = faraTVA * 0.01;\n  const taxaTotala = taxaZi * nopti;\n\n  document.getElementById('rezultat').innerText = `Total CT tax: ${taxaTotala.toFixed(4)} RON`;\n  document.getElementById('rezultatZi').innerText = `Total CT tax \/ zi: ${taxaZi.toFixed(4)} RON`;\n\n  \/\/ Exemplu explicativ cu plural corect\n  document.getElementById('exempluCalcul').innerHTML = `\n    <b>Exemplu de calcul:<\/b><br>\n    Valoare cazare cu mic dejun inclus \/ zi (TVA inclus) = ${cazare.toFixed(2)} RON<br>\n    Mic dejun (TVA inclus) = ${micDejun.toFixed(2)} RON \u00d7 ${totalPersoane} ${pluralPersoane} = ${(micDejun * totalPersoane).toFixed(2)} RON<br>\n    Valoarea caz\u0103rii f\u0103r\u0103 mic dejun = (${cazare.toFixed(2)} \u2212 ${(micDejun * totalPersoane).toFixed(2)}) = ${baza.toFixed(2)} RON<br>\n    F\u0103r\u0103 TVA (11%) = ${baza.toFixed(2)} \u00d7 0.89 = ${faraTVA.toFixed(2)} RON<br>\n    Tax\u0103 1% \/ zi = ${faraTVA.toFixed(2)} \u00d7 0.01 = ${taxaZi.toFixed(4)} RON<br>\n    Pentru ${nopti} ${pluralNopti}: ${taxaZi.toFixed(4)} \u00d7 ${nopti} = <b>${taxaTotala.toFixed(4)} RON<\/b>\n  `;\n}\n<\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Calculator CT Tax Calculator CT tax *Calcul bazat pe o cot\u0103 de TVA de 11%* Valoare cazare cu mic dejun [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-4118","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/parcmamaia.ro\/en\/wp-json\/wp\/v2\/pages\/4118","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/parcmamaia.ro\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/parcmamaia.ro\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/parcmamaia.ro\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/parcmamaia.ro\/en\/wp-json\/wp\/v2\/comments?post=4118"}],"version-history":[{"count":39,"href":"https:\/\/parcmamaia.ro\/en\/wp-json\/wp\/v2\/pages\/4118\/revisions"}],"predecessor-version":[{"id":4658,"href":"https:\/\/parcmamaia.ro\/en\/wp-json\/wp\/v2\/pages\/4118\/revisions\/4658"}],"wp:attachment":[{"href":"https:\/\/parcmamaia.ro\/en\/wp-json\/wp\/v2\/media?parent=4118"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}