{"id":2976,"date":"2025-10-29T21:42:21","date_gmt":"2025-10-29T21:42:21","guid":{"rendered":"https:\/\/olivin.webty.site\/haber\/?page_id=2976"},"modified":"2025-10-29T21:42:21","modified_gmt":"2025-10-29T21:42:21","slug":"amortisman-hesaplama","status":"publish","type":"page","link":"https:\/\/kisabirmola.com.tr\/index.php\/amortisman-hesaplama\/","title":{"rendered":"Amortisman Hesaplama"},"content":{"rendered":"    <div class=\"oli-calculator\">\r\n        <div class=\"oli-calculator-form-groups\">\r\n            <div class=\"calculator-form-group\">\r\n                <label for=\"usefulLife\">Faydal\u0131 \u00d6m\u00fcr (Y\u0131l):<\/label>\r\n                <input type=\"number\" id=\"usefulLife\" min=\"1\" placeholder=\"Y\u0131l giriniz\">\r\n            <\/div>\r\n            <div class=\"calculator-form-group\">\r\n                <label for=\"assetValue\">Kay\u0131tl\u0131 De\u011fer (TL):<\/label>\r\n                <input type=\"number\" id=\"assetValue\" min=\"0\" step=\"0.01\" placeholder=\"TL giriniz\">\r\n            <\/div>\r\n        <\/div>\r\n        <button onclick=\"calculateDepreciation()\">Hesapla<\/button>\r\n        <div class=\"result\" id=\"deprResult\"><\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        function calculateDepreciation() {\r\n            const life = parseInt(document.getElementById('usefulLife').value);\r\n            const value = parseFloat(document.getElementById('assetValue').value);\r\n            const startYear = new Date().getFullYear();\r\n\r\n            if (!life || life <= 0 || !value || value <= 0) {\r\n                alert('L\u00fctfen t\u00fcm alanlar\u0131 do\u011fru doldurunuz!');\r\n                return;\r\n            }\r\n\r\n            const formatTL = amount =>\r\n                amount.toLocaleString('tr-TR', {\r\n                    minimumFractionDigits: 2,\r\n                    maximumFractionDigits: 2\r\n                }) + ' TL';\r\n\r\n            const annual = value \/ life;\r\n            let accumulated = 0;\r\n\r\n            let html = '<div class=\"oli-table-auto\"><table class=\"amort-table\"><thead><tr>' +\r\n                '<th>#<\/th>' +\r\n                '<th>Y\u0131l<\/th>' +\r\n                '<th>Ayl\u0131k Amortisman Tutar\u0131<\/th>' +\r\n                '<th>Y\u0131ll\u0131k Amortisman Tutar\u0131<\/th>' +\r\n                '<th>Biriken Amortisman<\/th>' +\r\n                '<th>Kalan Tutar<\/th>' +\r\n                '<\/tr><\/thead><tbody>';\r\n\r\n            for (let i = 0; i < life; i++) {\r\n                const year = startYear + i;\r\n                accumulated += annual;\r\n                const remaining = Math.max(value - accumulated, 0);\r\n\r\n                html += `<tr${i % 2 ? ' class=\"alt\"' : ''}>` +\r\n                    `<td>${i + 1}<\/td>` +\r\n                    `<td>${year}<\/td>` +\r\n                    `<td>${formatTL(annual \/ 12)}<\/td>` +\r\n                    `<td>${formatTL(annual)}<\/td>` +\r\n                    `<td>${formatTL(accumulated)}<\/td>` +\r\n                    `<td>${formatTL(remaining)}<\/td>` +\r\n                    `<\/tr>`;\r\n            }\r\n\r\n            html += '<\/tbody><\/table><\/div>';\r\n            const container = document.getElementById('deprResult');\r\n            container.innerHTML = html;\r\n            container.style.display = 'block';\r\n        }\r\n    <\/script>\r\n\r\n\n<p><\/p>\n<blockquote><p><span style=\"color: #333;\"><strong>Bu sayfay\u0131 payla\u015f\u0131n:<\/strong><\/span><\/p><\/blockquote>\n<p><\/p>\n<div class=\"oli-social-share-buttons\" title=\"Bu Sayfay\u0131 Payla\u015f\"><li><a href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fkisabirmola.com.tr%2Findex.php%2Famortisman-hesaplama%2F\" target=\"_blank\" onclick=\"window.open(this.href, '_blank'); return false;\" style=\"background-color: #3b5998;\"><i class=\"fab fa-facebook\"><\/i><span>Facebook<\/span><\/a><\/li><li><a href=\"https:\/\/api.whatsapp.com\/send?text=Amortisman+Hesaplama%20https%3A%2F%2Fkisabirmola.com.tr%2Findex.php%2Famortisman-hesaplama%2F\" target=\"_blank\" onclick=\"window.open(this.href, '_blank'); return false;\" style=\"background-color: #4dc247;\"><i class=\"fab fa-whatsapp\"><\/i><span>WhatsApp<\/span><\/a><\/li><li><a href=\"https:\/\/x.com\/intent\/post?text=Amortisman+Hesaplama&url=https%3A%2F%2Fkisabirmola.com.tr%2Findex.php%2Famortisman-hesaplama%2F\" target=\"_blank\" onclick=\"window.open(this.href, '_blank'); return false;\" style=\"background-color: #000000;\"><i class=\"fab fa-x-twitter\"><\/i><span>X<\/span><\/a><\/li><li><a href=\"https:\/\/www.linkedin.com\/sharing\/share-offsite\/?url=https%3A%2F%2Fkisabirmola.com.tr%2Findex.php%2Famortisman-hesaplama%2F&title=Amortisman+Hesaplama\" target=\"_blank\" onclick=\"window.open(this.href, '_blank'); return false;\" style=\"background-color: #007bb5;\"><i class=\"fab fa-linkedin\"><\/i><span>LinkedIn<\/span><\/a><\/li><li><a href=\"https:\/\/t.me\/share\/url?url=https%3A%2F%2Fkisabirmola.com.tr%2Findex.php%2Famortisman-hesaplama%2F&text=Amortisman+Hesaplama\" target=\"_blank\" onclick=\"window.open(this.href, '_blank'); return false;\" style=\"background-color: #0088cc;\"><i class=\"fab fa-telegram\"><\/i><span>Telegram<\/span><\/a><\/li><li><a href=\"mailto:?subject=Amortisman+Hesaplama&body=https%3A%2F%2Fkisabirmola.com.tr%2Findex.php%2Famortisman-hesaplama%2F\" target=\"_blank\" onclick=\"window.open(this.href, '_blank'); return false;\" style=\"background-color: #e75220;\"><i class=\"fas fa-envelope\"><\/i><span>Email<\/span><\/a><\/li><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Bu sayfay\u0131 payla\u015f\u0131n:<\/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-2976","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Amortisman Hesaplama - K\u0131sa Bir Mola - Hayata Dair Her\u015fey<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"tr_TR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Amortisman Hesaplama - K\u0131sa Bir Mola - Hayata Dair Her\u015fey\" \/>\n<meta property=\"og:description\" content=\"Bu sayfay\u0131 payla\u015f\u0131n:\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kisabirmola.com.tr\/index.php\/amortisman-hesaplama\/\" \/>\n<meta property=\"og:site_name\" content=\"K\u0131sa Bir Mola - Hayata Dair Her\u015fey\" \/>\n<meta property=\"og:image\" content=\"https:\/\/kisabirmola.com.tr\/wp-content\/uploads\/2025\/11\/kisabirmolalogo.png\" \/>\n\t<meta property=\"og:image:width\" content=\"962\" \/>\n\t<meta property=\"og:image:height\" content=\"277\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kisabirmola.com.tr\/index.php\/amortisman-hesaplama\/\",\"url\":\"https:\/\/kisabirmola.com.tr\/index.php\/amortisman-hesaplama\/\",\"name\":\"Amortisman Hesaplama - K\u0131sa Bir Mola - Hayata Dair Her\u015fey\",\"isPartOf\":{\"@id\":\"https:\/\/kisabirmola.com.tr\/#website\"},\"datePublished\":\"2025-10-29T21:42:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/kisabirmola.com.tr\/index.php\/amortisman-hesaplama\/#breadcrumb\"},\"inLanguage\":\"tr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kisabirmola.com.tr\/index.php\/amortisman-hesaplama\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kisabirmola.com.tr\/index.php\/amortisman-hesaplama\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Anasayfa\",\"item\":\"https:\/\/kisabirmola.com.tr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Amortisman Hesaplama\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kisabirmola.com.tr\/#website\",\"url\":\"https:\/\/kisabirmola.com.tr\/\",\"name\":\"K\u0131sa Bir Mola - Hayata Dair Her\u015fey\",\"description\":\"K\u0131sa Bir Mola - Hayata Dair Her\u015fey\",\"publisher\":{\"@id\":\"https:\/\/kisabirmola.com.tr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kisabirmola.com.tr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"tr\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/kisabirmola.com.tr\/#organization\",\"name\":\"K\u0131sa Bir Mola - Hayata Dair Her\u015fey\",\"url\":\"https:\/\/kisabirmola.com.tr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"tr\",\"@id\":\"https:\/\/kisabirmola.com.tr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/kisabirmola.com.tr\/wp-content\/uploads\/2025\/11\/kisabirmolalogo.png\",\"contentUrl\":\"https:\/\/kisabirmola.com.tr\/wp-content\/uploads\/2025\/11\/kisabirmolalogo.png\",\"width\":962,\"height\":277,\"caption\":\"K\u0131sa Bir Mola - Hayata Dair Her\u015fey\"},\"image\":{\"@id\":\"https:\/\/kisabirmola.com.tr\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Amortisman Hesaplama - K\u0131sa Bir Mola - Hayata Dair Her\u015fey","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"tr_TR","og_type":"article","og_title":"Amortisman Hesaplama - K\u0131sa Bir Mola - Hayata Dair Her\u015fey","og_description":"Bu sayfay\u0131 payla\u015f\u0131n:","og_url":"https:\/\/kisabirmola.com.tr\/index.php\/amortisman-hesaplama\/","og_site_name":"K\u0131sa Bir Mola - Hayata Dair Her\u015fey","og_image":[{"width":962,"height":277,"url":"https:\/\/kisabirmola.com.tr\/wp-content\/uploads\/2025\/11\/kisabirmolalogo.png","type":"image\/png"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/kisabirmola.com.tr\/index.php\/amortisman-hesaplama\/","url":"https:\/\/kisabirmola.com.tr\/index.php\/amortisman-hesaplama\/","name":"Amortisman Hesaplama - K\u0131sa Bir Mola - Hayata Dair Her\u015fey","isPartOf":{"@id":"https:\/\/kisabirmola.com.tr\/#website"},"datePublished":"2025-10-29T21:42:21+00:00","breadcrumb":{"@id":"https:\/\/kisabirmola.com.tr\/index.php\/amortisman-hesaplama\/#breadcrumb"},"inLanguage":"tr","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kisabirmola.com.tr\/index.php\/amortisman-hesaplama\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kisabirmola.com.tr\/index.php\/amortisman-hesaplama\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Anasayfa","item":"https:\/\/kisabirmola.com.tr\/"},{"@type":"ListItem","position":2,"name":"Amortisman Hesaplama"}]},{"@type":"WebSite","@id":"https:\/\/kisabirmola.com.tr\/#website","url":"https:\/\/kisabirmola.com.tr\/","name":"K\u0131sa Bir Mola - Hayata Dair Her\u015fey","description":"K\u0131sa Bir Mola - Hayata Dair Her\u015fey","publisher":{"@id":"https:\/\/kisabirmola.com.tr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kisabirmola.com.tr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"tr"},{"@type":"Organization","@id":"https:\/\/kisabirmola.com.tr\/#organization","name":"K\u0131sa Bir Mola - Hayata Dair Her\u015fey","url":"https:\/\/kisabirmola.com.tr\/","logo":{"@type":"ImageObject","inLanguage":"tr","@id":"https:\/\/kisabirmola.com.tr\/#\/schema\/logo\/image\/","url":"https:\/\/kisabirmola.com.tr\/wp-content\/uploads\/2025\/11\/kisabirmolalogo.png","contentUrl":"https:\/\/kisabirmola.com.tr\/wp-content\/uploads\/2025\/11\/kisabirmolalogo.png","width":962,"height":277,"caption":"K\u0131sa Bir Mola - Hayata Dair Her\u015fey"},"image":{"@id":"https:\/\/kisabirmola.com.tr\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/kisabirmola.com.tr\/index.php\/wp-json\/wp\/v2\/pages\/2976","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kisabirmola.com.tr\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kisabirmola.com.tr\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kisabirmola.com.tr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kisabirmola.com.tr\/index.php\/wp-json\/wp\/v2\/comments?post=2976"}],"version-history":[{"count":0,"href":"https:\/\/kisabirmola.com.tr\/index.php\/wp-json\/wp\/v2\/pages\/2976\/revisions"}],"wp:attachment":[{"href":"https:\/\/kisabirmola.com.tr\/index.php\/wp-json\/wp\/v2\/media?parent=2976"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}