{"id":1390,"date":"2026-03-21T18:23:33","date_gmt":"2026-03-21T15:23:33","guid":{"rendered":"https:\/\/tahagroup.net\/ar\/?page_id=1390"},"modified":"2026-03-21T18:39:01","modified_gmt":"2026-03-21T15:39:01","slug":"kdv-hesaplayici","status":"publish","type":"page","link":"https:\/\/tahagroup.net\/ar\/kdv-hesaplayici\/","title":{"rendered":"KDV Hesaplay\u0131c\u0131"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1390\" class=\"elementor elementor-1390\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb67cc1 e-flex e-con-boxed e-con e-parent\" data-id=\"eb67cc1\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9e69eaf elementor-widget elementor-widget-text-editor\" data-id=\"9e69eaf\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t  <style>\n    .calc-container {\n        background-color: #ffffff;\n        border: 1px solid #e0e0e0;\n        border-radius: 8px;\n        padding: 40px;\n        width: 100%;\n        box-sizing: border-box;\n        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n    }\n    .calc-header {\n        text-align: center;\n        margin-bottom: 30px;\n        border-bottom: 2px solid #1d4ed8;\n        padding-bottom: 15px;\n    }\n    .calc-title {\n        font-size: 22px;\n        font-weight: 700;\n        color: #1e293b;\n        margin: 0;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n    }\n    .form-group {\n        margin-bottom: 20px;\n    }\n    .form-label {\n        display: block;\n        font-size: 14px;\n        font-weight: 600;\n        margin-bottom: 8px;\n        color: #475569;\n    }\n    .form-control {\n        width: 100%;\n        padding: 12px 14px;\n        background-color: #ffffff;\n        border: 1px solid #cbd5e1;\n        border-radius: 6px;\n        color: #0f172a;\n        font-size: 15px;\n        font-family: inherit;\n        outline: none;\n        transition: border-color 0.2s, box-shadow 0.2s;\n        box-sizing: border-box;\n    }\n    .form-control:focus {\n        border-color: #1d4ed8;\n        box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.15);\n    }\n    .form-control::placeholder {\n        color: #94a3b8;\n    }\n    .radio-group {\n        display: flex;\n        gap: 10px;\n    }\n    .radio-label {\n        flex: 1;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 10px;\n        background-color: #f8fafc;\n        border: 1px solid #cbd5e1;\n        border-radius: 6px;\n        cursor: pointer;\n        font-size: 14px;\n        font-weight: 500;\n        color: #64748b;\n        transition: all 0.2s;\n        user-select: none;\n    }\n    .radio-input {\n        display: none;\n    }\n    .radio-input:checked + .radio-label {\n        background-color: #eff6ff;\n        border-color: #1d4ed8;\n        color: #1d4ed8;\n        font-weight: 600;\n    }\n    .calc-btn {\n        width: 100%;\n        padding: 14px;\n        background-color: #1d4ed8;\n        border: none;\n        border-radius: 6px;\n        color: #ffffff;\n        font-size: 15px;\n        font-weight: 600;\n        cursor: pointer;\n        transition: background-color 0.2s;\n        margin-top: 10px;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n    }\n    .calc-btn:hover {\n        background-color: #1e40af;\n    }\n    .calc-btn:active {\n        background-color: #1e3a8a;\n    }\n    .results {\n        margin-top: 30px;\n        background-color: #f8fafc;\n        border: 1px solid #e2e8f0;\n        border-radius: 6px;\n        padding: 20px;\n        display: none;\n    }\n    .results.show {\n        display: block;\n    }\n    .result-item {\n        display: flex;\n        justify-content: space-between;\n        margin-bottom: 12px;\n        font-size: 14px;\n        color: #475569;\n    }\n    .result-item.total {\n        font-size: 18px;\n        font-weight: 700;\n        color: #0f172a;\n        margin-top: 15px;\n        padding-top: 15px;\n        border-top: 1px solid #cbd5e1;\n    }\n    .result-item.total span:last-child {\n        color: #1d4ed8;\n    }\n  <\/style>\n\n  <div class=\"calc-container\">\n    <div class=\"calc-header\">\n        <h1 class=\"calc-title\">KDV Hesaplama \u0130\u015flemleri<\/h1>\n    <\/div>\n    \n    <div class=\"form-group\">\n      <label class=\"form-label\">\u0130\u015flem T\u00fcr\u00fc<\/label>\n      <div class=\"radio-group\">\n        <input type=\"radio\" name=\"calcType\" id=\"kdv-include\" value=\"include\" class=\"radio-input\" checked>\n        <label for=\"kdv-include\" class=\"radio-label\">KDV Ekle (+)<\/label>\n        \n        <input type=\"radio\" name=\"calcType\" id=\"kdv-exclude\" value=\"exclude\" class=\"radio-input\">\n        <label for=\"kdv-exclude\" class=\"radio-label\">KDV \u00c7\u0131kar (-)<\/label>\n      <\/div>\n    <\/div>\n\n    <div class=\"form-group\">\n      <label class=\"form-label\">Tutar (TL)<\/label>\n      <input type=\"number\" id=\"kdv-amount\" class=\"form-control\" placeholder=\"\u00d6rn: 1000\" min=\"0\" step=\"0.01\">\n    <\/div>\n\n    <div class=\"form-group\">\n      <label class=\"form-label\">Uygulanacak KDV Oran\u0131<\/label>\n      <div class=\"radio-group\">\n        <input type=\"radio\" name=\"taxRate\" id=\"kdv-rate20\" value=\"20\" class=\"radio-input\" checked>\n        <label for=\"kdv-rate20\" class=\"radio-label\">%20<\/label>\n        \n        <input type=\"radio\" name=\"taxRate\" id=\"kdv-rate10\" value=\"10\" class=\"radio-input\">\n        <label for=\"kdv-rate10\" class=\"radio-label\">%10<\/label>\n        \n        <input type=\"radio\" name=\"taxRate\" id=\"kdv-rate1\" value=\"1\" class=\"radio-input\">\n        <label for=\"kdv-rate1\" class=\"radio-label\">%1<\/label>\n      <\/div>\n    <\/div>\n\n    <button id=\"kdv-calculateBtn\" class=\"calc-btn\">Hesaplamay\u0131 Ba\u015flat<\/button>\n\n    <div id=\"kdv-results\" class=\"results\">\n      <div class=\"result-item\">\n        <span id=\"kdv-baseLabel\">KDV Hari\u00e7 Tutar:<\/span>\n        <span id=\"kdv-resAmount\" style=\"font-weight: 600;\">0,00 TL<\/span>\n      <\/div>\n      <div class=\"result-item\">\n        <span>Hesaplanan KDV:<\/span>\n        <span id=\"kdv-resTax\" style=\"font-weight: 600;\">0,00 TL<\/span>\n      <\/div>\n      <div class=\"result-item total\">\n        <span id=\"kdv-resTotalLabel\">KDV Dahil Toplam:<\/span>\n        <span id=\"kdv-resTotal\">0,00 TL<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <script>\n    document.addEventListener('DOMContentLoaded', () => {\n      const calcBtn = document.getElementById('kdv-calculateBtn');\n      const amountInput = document.getElementById('kdv-amount');\n      const resultsDiv = document.getElementById('kdv-results');\n      \n      const resAmount = document.getElementById('kdv-resAmount');\n      const resTax = document.getElementById('kdv-resTax');\n      const resTotal = document.getElementById('kdv-resTotal');\n      const resTotalLabel = document.getElementById('kdv-resTotalLabel');\n      const baseLabel = document.getElementById('kdv-baseLabel');\n\n      const oFormat = new Intl.NumberFormat('tr-TR', { minimumFractionDigits: 2, maximumFractionDigits: 2 });\n\n      function calculateKdv() {\n        const amount = parseFloat(amountInput.value);\n        if (isNaN(amount) || amount <= 0) {\n            resultsDiv.classList.remove('show');\n            return;\n        }\n\n        const calcType = document.querySelector('input[name=\"calcType\"]:checked').value;\n        const rateStr = document.querySelector('input[name=\"taxRate\"]:checked').value;\n        const rate = parseFloat(rateStr) \/ 100;\n\n        let baseAmount = 0;\n        let taxAmount = 0;\n        let totalAmount = 0;\n\n        if (calcType === 'include') {\n          \/\/ Add tax to amount\n          baseAmount = amount;\n          taxAmount = amount * rate;\n          totalAmount = amount + taxAmount;\n          baseLabel.textContent = 'KDV Hari\u00e7 Tutar:';\n          resTotalLabel.textContent = 'KDV Dahil Toplam:';\n        } else {\n          \/\/ Extract tax from amount\n          totalAmount = amount;\n          baseAmount = amount \/ (1 + rate);\n          taxAmount = totalAmount - baseAmount;\n          baseLabel.textContent = 'KDV Hari\u00e7 Tutar:';\n          resTotalLabel.textContent = 'KDV Dahil Net:';\n        }\n\n        resAmount.textContent = oFormat.format(baseAmount) + ' TL';\n        resTax.textContent = oFormat.format(taxAmount) + ' TL';\n        resTotal.textContent = oFormat.format(totalAmount) + ' TL';\n\n        resultsDiv.classList.remove('show');\n        void resultsDiv.offsetWidth;\n        resultsDiv.classList.add('show');\n      }\n\n      calcBtn.addEventListener('click', calculateKdv);\n      amountInput.addEventListener('keypress', (e) => {\n        if (e.key === 'Enter') calculateKdv();\n      });\n      \n      amountInput.addEventListener('input', calculateKdv);\n      document.querySelectorAll('input[name=\"calcType\"], input[name=\"taxRate\"]').forEach(radio => {\n        radio.addEventListener('change', () => {\n           if(amountInput.value) calculateKdv();\n        });\n      });\n    });\n  <\/script>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>KDV Hesaplama \u0130\u015flemleri \u0130\u015flem T\u00fcr\u00fc KDV Ekle (+) KDV \u00c7\u0131kar (-) Tutar (TL) Uygulanacak KDV Oran\u0131 %20 %10 %1 Hesaplamay\u0131 Ba\u015flat KDV Hari\u00e7 Tutar: 0,00 TL Hesaplanan KDV: 0,00 TL KDV Dahil Toplam: 0,00 TL<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1390","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.6 (Yoast SEO v26.6) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>KDV Hesaplay\u0131c\u0131 - Taha Group - AR<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tahagroup.net\/ar\/kdv-hesaplayici\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"KDV Hesaplay\u0131c\u0131\" \/>\n<meta property=\"og:description\" content=\"KDV Hesaplama \u0130\u015flemleri \u0130\u015flem T\u00fcr\u00fc KDV Ekle (+) KDV \u00c7\u0131kar (-) Tutar (TL) Uygulanacak KDV Oran\u0131 %20 %10 %1 Hesaplamay\u0131 Ba\u015flat KDV Hari\u00e7 Tutar: 0,00 TL Hesaplanan KDV: 0,00 TL KDV Dahil Toplam: 0,00 TL\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tahagroup.net\/ar\/kdv-hesaplayici\/\" \/>\n<meta property=\"og:site_name\" content=\"Taha Group - AR\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-21T15:39:01+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u062f\u0642\u064a\u0642\u0629 \u0648\u0627\u062d\u062f\u0629\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/tahagroup.net\/ar\/kdv-hesaplayici\/\",\"url\":\"https:\/\/tahagroup.net\/ar\/kdv-hesaplayici\/\",\"name\":\"KDV Hesaplay\u0131c\u0131 - Taha Group - AR\",\"isPartOf\":{\"@id\":\"https:\/\/tahagroup.net\/ar\/#website\"},\"datePublished\":\"2026-03-21T15:23:33+00:00\",\"dateModified\":\"2026-03-21T15:39:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/tahagroup.net\/ar\/kdv-hesaplayici\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/tahagroup.net\/ar\/kdv-hesaplayici\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/tahagroup.net\/ar\/kdv-hesaplayici\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Anasayfa\",\"item\":\"https:\/\/tahagroup.net\/ar\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"KDV Hesaplay\u0131c\u0131\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/tahagroup.net\/ar\/#website\",\"url\":\"https:\/\/tahagroup.net\/ar\/\",\"name\":\"Taha Group - AR\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/tahagroup.net\/ar\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"KDV Hesaplay\u0131c\u0131 - Taha Group - AR","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/tahagroup.net\/ar\/kdv-hesaplayici\/","og_locale":"ar_AR","og_type":"article","og_title":"KDV Hesaplay\u0131c\u0131","og_description":"KDV Hesaplama \u0130\u015flemleri \u0130\u015flem T\u00fcr\u00fc KDV Ekle (+) KDV \u00c7\u0131kar (-) Tutar (TL) Uygulanacak KDV Oran\u0131 %20 %10 %1 Hesaplamay\u0131 Ba\u015flat KDV Hari\u00e7 Tutar: 0,00 TL Hesaplanan KDV: 0,00 TL KDV Dahil Toplam: 0,00 TL","og_url":"https:\/\/tahagroup.net\/ar\/kdv-hesaplayici\/","og_site_name":"Taha Group - AR","article_modified_time":"2026-03-21T15:39:01+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631":"\u062f\u0642\u064a\u0642\u0629 \u0648\u0627\u062d\u062f\u0629"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tahagroup.net\/ar\/kdv-hesaplayici\/","url":"https:\/\/tahagroup.net\/ar\/kdv-hesaplayici\/","name":"KDV Hesaplay\u0131c\u0131 - Taha Group - AR","isPartOf":{"@id":"https:\/\/tahagroup.net\/ar\/#website"},"datePublished":"2026-03-21T15:23:33+00:00","dateModified":"2026-03-21T15:39:01+00:00","breadcrumb":{"@id":"https:\/\/tahagroup.net\/ar\/kdv-hesaplayici\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tahagroup.net\/ar\/kdv-hesaplayici\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/tahagroup.net\/ar\/kdv-hesaplayici\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Anasayfa","item":"https:\/\/tahagroup.net\/ar\/"},{"@type":"ListItem","position":2,"name":"KDV Hesaplay\u0131c\u0131"}]},{"@type":"WebSite","@id":"https:\/\/tahagroup.net\/ar\/#website","url":"https:\/\/tahagroup.net\/ar\/","name":"Taha Group - AR","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tahagroup.net\/ar\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"}]}},"_links":{"self":[{"href":"https:\/\/tahagroup.net\/ar\/wp-json\/wp\/v2\/pages\/1390","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tahagroup.net\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tahagroup.net\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tahagroup.net\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tahagroup.net\/ar\/wp-json\/wp\/v2\/comments?post=1390"}],"version-history":[{"count":13,"href":"https:\/\/tahagroup.net\/ar\/wp-json\/wp\/v2\/pages\/1390\/revisions"}],"predecessor-version":[{"id":1404,"href":"https:\/\/tahagroup.net\/ar\/wp-json\/wp\/v2\/pages\/1390\/revisions\/1404"}],"wp:attachment":[{"href":"https:\/\/tahagroup.net\/ar\/wp-json\/wp\/v2\/media?parent=1390"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}