{"id":16133,"date":"2023-11-09T07:54:46","date_gmt":"2023-11-09T07:54:46","guid":{"rendered":"http:\/\/posentegrator.com\/?page_id=16133"},"modified":"2025-03-04T16:11:50","modified_gmt":"2025-03-04T13:11:50","slug":"roadmap","status":"publish","type":"page","link":"https:\/\/posentegrator.com\/en\/roadmap\/","title":{"rendered":"Road Map"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"16133\" class=\"elementor elementor-16133\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-8362d3b e-flex e-con-boxed e-con e-parent\" data-id=\"8362d3b\" 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-1f833c2 elementor-widget elementor-widget-shortcode\" data-id=\"1f833c2\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">        <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n        <script>\n            document.addEventListener(\"DOMContentLoaded\", function() {\n                \/\/ Toggle for stage items\n                document.querySelectorAll(\".toggle-list\").forEach(function(button) {\n                    button.addEventListener(\"click\", function() {\n                        let parent = this.closest(\".stage-container\");\n                        parent.querySelectorAll(\".hidden-item\").forEach(item => item.classList.toggle(\"hidden\"));\n                        this.remove();\n                    });\n                });\n                \n                \/\/ Toggle for description\n                document.querySelectorAll(\".toggle-description\").forEach(function(button) {\n                    button.addEventListener(\"click\", function(e) {\n                        e.preventDefault();\n                        const shortDesc = this.previousElementSibling;\n                        const fullDesc = this.nextElementSibling;\n                        shortDesc.classList.toggle(\"hidden\");\n                        fullDesc.classList.toggle(\"hidden\");\n                        this.textContent = fullDesc.classList.contains(\"hidden\") ? \"Devam\u0131n\u0131 g\u00f6r\" : \"Kapat\";\n                    });\n                });\n                \n                \/\/ Open vote popup\n                document.querySelectorAll(\".vote-btn\").forEach(function(button) {\n                    button.addEventListener(\"click\", function(e) {\n                        e.preventDefault();\n                        const backlogId = this.getAttribute('data-id');\n                        const backlogName = this.getAttribute('data-name');\n                        document.getElementById('popup-backlog-id').value = backlogId;\n                        document.getElementById('popup-backlog-name').textContent = backlogName;\n                        document.getElementById('vote-popup').classList.remove('hidden');\n                    });\n                });\n                \n                \/\/ Close vote popup\n                document.getElementById('close-popup').addEventListener(\"click\", function() {\n                    document.getElementById('vote-popup').classList.add('hidden');\n                    document.getElementById('vote-form').reset();\n                });\n                \n                \/\/ Submit vote form\n                document.getElementById('vote-form').addEventListener('submit', function(e) {\n                    e.preventDefault();\n                    const backlogId = document.getElementById('popup-backlog-id').value;\n                    const name = document.getElementById('popup-name').value;\n                    const email = document.getElementById('popup-email').value;\n                    const description = document.getElementById('popup-description').value;\n                    \n                    \/\/ Show loading state\n                    const submitBtn = document.getElementById('submit-vote');\n                    const originalBtnText = submitBtn.textContent;\n                    submitBtn.textContent = \"G\u00f6nderiliyor...\";\n                    submitBtn.disabled = true;\n                    \n                    fetch('https:\/\/erp.gurmehub.com\/api\/devchef\/backlogs\/requester', {\n                        method: 'POST',\n                        headers: {\n                            'Content-Type': 'application\/json',\n                        },\n                        body: JSON.stringify({\n                            backlog_id: backlogId,\n                            name: name,\n                            email: email,\n                            description: description\n                        })\n                    })\n                    .then(response => response.json())\n                    .then(data => {\n                        \/\/ Reset form and close popup\n                        document.getElementById('vote-form').reset();\n                        document.getElementById('vote-popup').classList.add('hidden');\n                        \n                        \/\/ Show success message\n                        const successMessage = document.createElement('div');\n                        successMessage.className = 'fixed top-4 right-4 bg-green-500 text-white px-4 py-2 rounded shadow';\n                        successMessage.textContent = 'Oyunuz ba\u015far\u0131yla kaydedildi!';\n                        document.body.appendChild(successMessage);\n                        \n                        \/\/ Remove success message after 3 seconds\n                        setTimeout(() => {\n                            successMessage.remove();\n                            location.reload(); \/\/ Reload to update vote counts\n                        }, 3000);\n                    })\n                    .catch(error => {\n                        console.error('Error:', error);\n                        \/\/ Show error message\n                        const errorMessage = document.createElement('div');\n                        errorMessage.className = 'fixed top-4 right-4 bg-red-500 text-white px-4 py-2 rounded shadow';\n                        errorMessage.textContent = 'Bir hata olu\u015ftu. L\u00fctfen tekrar deneyin.';\n                        document.body.appendChild(errorMessage);\n                        \n                        \/\/ Remove error message after 3 seconds\n                        setTimeout(() => {\n                            errorMessage.remove();\n                        }, 3000);\n                    })\n                    .finally(() => {\n                        \/\/ Reset button state\n                        submitBtn.textContent = originalBtnText;\n                        submitBtn.disabled = false;\n                    });\n                });\n            });\n        <\/script>\n\n        <div class=\"pe-yol-haritasi w-full\">\n            <div class=\"w-full flex justify-center mt-5 mb-5\">\n                <h1 class=\"text-xl font-bold\">POS Integrator Roadmap<\/h1>\n            <\/div>\n            <div class=\"mt-6 grid grid-cols-1 md:grid-cols-4 gap-4\">\n                            <div class=\"bg-gray-100 rounded stage-container\">\n                    <div class=\"flex gap-1 items-center text-sm text-black font-bold w-full bg-white pb-4\">\n                        <div class=\"text-emerald-600\">\u25cf<\/div>New                    <\/div>\n                                            <div class=\"flex flex-col gap-3 mt-6 px-4 pb-6\">\n                                                            <div class=\"bg-white border-l-4 border-solid border-emerald-600 rounded-md p-4\">\n                                        <div class=\"text-md font-semibold text-black\">The ability for users to redeem points on their cards can be added.<\/div>\n                                        <div class=\"text-sm mt-2\">\n                                            <p><\/p>\n                                                                                    <\/div>\n                                        <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                            <div>\n                                                <span>(1)<\/span>\n                                                <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"194\" data-name=\"Kullan\u0131c\u0131lar\u0131n kartlar\u0131ndaki puanlar\u0131n\u0131 kullanabilme \u00f6zelli\u011fi eklenebilir.\">Vote<\/a>\n                                            <\/div>\n                                            <span>19.06.2025<\/span>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"bg-white border-l-4 border-solid border-emerald-600 rounded-md p-4\">\n                                        <div class=\"text-md font-semibold text-black\">Tolga Altas - POS Integrator: New Feature Request Added to Roadmap<\/div>\n                                        <div class=\"text-sm mt-2\">\n                                            <p>Automation of Installment Rates with Cronjob<\/p>\n                                                                                            <a href=\"#\" class=\"toggle-description text-blue-600 text-xs\">See more<\/a>\n                                                <p class=\"hidden text-sm mt-2\">Automatic Updating of Installment Rates with Cronjob\r\n\r\nSome payment instruments make special agreements with e-commerce sites and set special rates. For example, while the single withdrawal rate remains constant, the installment rates increase or decrease at certain intervals. In this case, it may be useful to automatically update the rates at certain intervals (maybe 1 per day) with cronjob so that POS Integrator customers do not bear the cost difference when the percentage rate increases.<\/p>\n                                                                                    <\/div>\n                                        <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                            <div>\n                                                <span>(1)<\/span>\n                                                <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"180\" data-name=\"Tolga Alta\u015f - POS Entegrat\u00f6r: Yol Haritas\u0131na Yeni \u00d6zellik Talebi Eklendi\">Vote<\/a>\n                                            <\/div>\n                                            <span>12.05.2025<\/span>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"bg-white border-l-4 border-solid border-emerald-600 rounded-md p-4\">\n                                        <div class=\"text-md font-semibold text-black\">Automatic cancellation by the end user<\/div>\n                                        <div class=\"text-sm mt-2\">\n                                            <p>The customer can order from my orders page...<\/p>\n                                                                                            <a href=\"#\" class=\"toggle-description text-blue-600 text-xs\">See more<\/a>\n                                                <p class=\"hidden text-sm mt-2\">From the My Orders page, the customer can cancel their order up to a certain stage (e.g. preparing for shipping, etc.). If he\/she cancels, the refund may be automatic or submitted to the approval of the company owner.&nbsp;<\/p>\n                                                                                    <\/div>\n                                        <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                            <div>\n                                                <span>(0)<\/span>\n                                                <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"172\" data-name=\"Son kullan\u0131c\u0131 taraf\u0131ndan iptal i\u015fleminin otomatik ger\u00e7ekle\u015ftirebilmesi\">Vote<\/a>\n                                            <\/div>\n                                            <span>05.05.2025<\/span>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"bg-white border-l-4 border-solid border-emerald-600 rounded-md p-4\">\n                                        <div class=\"text-md font-semibold text-black\">Adding thousands, tenths separator options as a feature<\/div>\n                                        <div class=\"text-sm mt-2\">\n                                            <p><\/p>\n                                                                                    <\/div>\n                                        <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                            <div>\n                                                <span>(0)<\/span>\n                                                <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"143\" data-name=\"Binlik, onlad\u0131k ay\u0131r\u0131c\u0131 se\u00e7eneklerinin \u00f6zellik olarak eklenmesi\">Vote<\/a>\n                                            <\/div>\n                                            <span>14.03.2025<\/span>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"bg-white border-l-4 border-solid border-emerald-600 rounded-md p-4\">\n                                        <div class=\"text-md font-semibold text-black\">Dark theme support can be added<\/div>\n                                        <div class=\"text-sm mt-2\">\n                                            <p>In wordpress using dark theme...<\/p>\n                                                                                            <a href=\"#\" class=\"toggle-description text-blue-600 text-xs\">See more<\/a>\n                                                <p class=\"hidden text-sm mt-2\">A compatible card form view can be made for wordpress themes using a dark theme.<\/p>\n                                                                                    <\/div>\n                                        <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                            <div>\n                                                <span>(0)<\/span>\n                                                <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"141\" data-name=\"Karanl\u0131k tema deste\u011fi eklenebilir\">Vote<\/a>\n                                            <\/div>\n                                            <span>13.03.2025<\/span>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"hidden hidden-item\">\n                                        <div class=\"bg-white border-l-4 border-solid border-emerald-600 rounded-md p-4\">\n                                            <div class=\"text-md font-semibold text-black\">Wire Transfer\/EFT Integration<\/div>\n                                            <div class=\"text-sm mt-2\">\n                                                <p>Payments made by wire transfer and Eft...<\/p>\n                                                                                                    <a href=\"#\" class=\"toggle-description text-blue-600 text-xs\">See more<\/a>\n                                                    <p class=\"hidden text-sm mt-2\">Automatic detection of payments made by wire transfer and Eft and confirmation of the order<\/p>\n                                                                                            <\/div>\n                                            <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                                <div>\n                                                    <span>(1)<\/span>\n                                                    <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"137\" data-name=\"Havale\/EFT Entegrasyonu\">Vote<\/a>\n                                                <\/div>\n                                                <span>11.03.2025<\/span>\n                                            <\/div>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"hidden hidden-item\">\n                                        <div class=\"bg-white border-l-4 border-solid border-emerald-600 rounded-md p-4\">\n                                            <div class=\"text-md font-semibold text-black\">Use of Coupons of Organizations such as World, Axess etc.<\/div>\n                                            <div class=\"text-sm mt-2\">\n                                                <p>Payment screen of the money accumulated on the card...<\/p>\n                                                                                                    <a href=\"#\" class=\"toggle-description text-blue-600 text-xs\">See more<\/a>\n                                                    <p class=\"hidden text-sm mt-2\">For supporting organizations, an enhancement can be made to enable the use of the money accumulated on the card on the payment screen.<\/p>\n                                                                                            <\/div>\n                                            <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                                <div>\n                                                    <span>(0)<\/span>\n                                                    <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"135\" data-name=\"World,Axess vs Gibi Kurulu\u015flar\u0131n Kuponlar\u0131n\u0131n kullan\u0131m\u0131\">Vote<\/a>\n                                                <\/div>\n                                                <span>11.03.2025<\/span>\n                                            <\/div>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"hidden hidden-item\">\n                                        <div class=\"bg-white border-l-4 border-solid border-emerald-600 rounded-md p-4\">\n                                            <div class=\"text-md font-semibold text-black\">Fluent Forms Support<\/div>\n                                            <div class=\"text-sm mt-2\">\n                                                <p><\/p>\n                                                                                            <\/div>\n                                            <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                                <div>\n                                                    <span>(2)<\/span>\n                                                    <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"131\" data-name=\"Fluent Forms Deste\u011fi\">Vote<\/a>\n                                                <\/div>\n                                                <span>07.03.2025<\/span>\n                                            <\/div>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"hidden hidden-item\">\n                                        <div class=\"bg-white border-l-4 border-solid border-emerald-600 rounded-md p-4\">\n                                            <div class=\"text-md font-semibold text-black\">Change your clients' default cards from the admin panel<\/div>\n                                            <div class=\"text-sm mt-2\">\n                                                <p>Customers' default registrations can be...<\/p>\n                                                                                                    <a href=\"#\" class=\"toggle-description text-blue-600 text-xs\">See more<\/a>\n                                                    <p class=\"hidden text-sm mt-2\">Customers can have the ability to mark their default registration cards as default via the administration panel<\/p>\n                                                                                            <\/div>\n                                            <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                                <div>\n                                                    <span>(0)<\/span>\n                                                    <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"113\" data-name=\"M\u00fc\u015fterilerinin varsay\u0131lan kartlar\u0131n\u0131 y\u00f6netici panelinden de\u011fi\u015ftirme\">Vote<\/a>\n                                                <\/div>\n                                                <span>05.03.2025<\/span>\n                                            <\/div>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"hidden hidden-item\">\n                                        <div class=\"bg-white border-l-4 border-solid border-emerald-600 rounded-md p-4\">\n                                            <div class=\"text-md font-semibold text-black\">Ability to add extra commissions for single shot payments<\/div>\n                                            <div class=\"text-sm mt-2\">\n                                                <p>More privilege to pay by wire transfer\/EFT...<\/p>\n                                                                                                    <a href=\"#\" class=\"toggle-description text-blue-600 text-xs\">See more<\/a>\n                                                    <p class=\"hidden text-sm mt-2\">An extra commission can also be added to sales made with a single withdrawal to make the money order\/EFT payment more exclusive. <\/p>\n                                                                                            <\/div>\n                                            <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                                <div>\n                                                    <span>(1)<\/span>\n                                                    <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"96\" data-name=\"Tek \u00e7ekim \u00f6demelerinede ekstra komisyon ekleme \u00f6zelli\u011fi\">Vote<\/a>\n                                                <\/div>\n                                                <span>03.03.2025<\/span>\n                                            <\/div>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"hidden hidden-item\">\n                                        <div class=\"bg-white border-l-4 border-solid border-emerald-600 rounded-md p-4\">\n                                            <div class=\"text-md font-semibold text-black\">wp travel engine payment support<\/div>\n                                            <div class=\"text-sm mt-2\">\n                                                <p><\/p>\n                                                                                            <\/div>\n                                            <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                                <div>\n                                                    <span>(0)<\/span>\n                                                    <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"92\" data-name=\"wp travel engine \u00f6deme deste\u011fi\">Vote<\/a>\n                                                <\/div>\n                                                <span>03.03.2025<\/span>\n                                            <\/div>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"hidden hidden-item\">\n                                        <div class=\"bg-white border-l-4 border-solid border-emerald-600 rounded-md p-4\">\n                                            <div class=\"text-md font-semibold text-black\">Can payment by money order feature be added for paytr and paratika<\/div>\n                                            <div class=\"text-sm mt-2\">\n                                                <p><\/p>\n                                                                                            <\/div>\n                                            <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                                <div>\n                                                    <span>(0)<\/span>\n                                                    <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"91\" data-name=\"paytr ve paratika i\u00e7in havale ile \u00f6deme \u00f6zelli\u011fi eklenebilir mi\">Vote<\/a>\n                                                <\/div>\n                                                <span>03.03.2025<\/span>\n                                            <\/div>\n                                        <\/div>\n                                    <\/div>\n                                                            <button class=\"toggle-list text-blue-600 underline text-sm bg-transparent border-none cursor-pointer\">See All<\/button>\n                                                <\/div>\n                                    <\/div>\n                            <div class=\"bg-gray-100 rounded stage-container\">\n                    <div class=\"flex gap-1 items-center text-sm text-black font-bold w-full bg-white pb-4\">\n                        <div class=\"text-blue-600\">\u25cf<\/div>Elaboration and Analysis                    <\/div>\n                                            <div class=\"flex flex-col gap-3 mt-6 px-4 pb-6\">\n                                                            <div class=\"bg-white border-l-4 border-solid border-blue-600 rounded-md p-4\">\n                                        <div class=\"text-md font-semibold text-black\">Turkey Finance Integration can be added.<\/div>\n                                        <div class=\"text-sm mt-2\">\n                                            <p><\/p>\n                                                                                    <\/div>\n                                        <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                            <div>\n                                                <span>(1)<\/span>\n                                                <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"228\" data-name=\"T\u00fcrkiye Finans Entegrasyonu eklenebilir.\">Vote<\/a>\n                                            <\/div>\n                                            <span>15.08.2025<\/span>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"bg-white border-l-4 border-solid border-blue-600 rounded-md p-4\">\n                                        <div class=\"text-md font-semibold text-black\">Paid Membership Pro Subscription Feature<\/div>\n                                        <div class=\"text-sm mt-2\">\n                                            <p><\/p>\n                                                                                    <\/div>\n                                        <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                            <div>\n                                                <span>(2)<\/span>\n                                                <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"114\" data-name=\"Paid Membership Pro Abonelik \u00d6zelli\u011fi\">Vote<\/a>\n                                            <\/div>\n                                            <span>05.03.2025<\/span>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"bg-white border-l-4 border-solid border-blue-600 rounded-md p-4\">\n                                        <div class=\"text-md font-semibold text-black\">Accessibility of customer information<\/div>\n                                        <div class=\"text-sm mt-2\">\n                                            <p>POS Integrator transactions in m...<\/p>\n                                                                                            <a href=\"#\" class=\"toggle-description text-blue-600 text-xs\">See more<\/a>\n                                                <p class=\"hidden text-sm mt-2\">POS Integrator may have access to information such as card number, card family of the customer in the transactions. We want to share this information in the payment mails sent to the customer.<\/p>\n                                                                                    <\/div>\n                                        <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                            <div>\n                                                <span>(1)<\/span>\n                                                <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"102\" data-name=\"M\u00fc\u015fteri bilgilerinin eri\u015febilir olmas\u0131\">Vote<\/a>\n                                            <\/div>\n                                            <span>03.03.2025<\/span>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"bg-white border-l-4 border-solid border-blue-600 rounded-md p-4\">\n                                        <div class=\"text-md font-semibold text-black\">Paynet Integration<\/div>\n                                        <div class=\"text-sm mt-2\">\n                                            <p><\/p>\n                                                                                    <\/div>\n                                        <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                            <div>\n                                                <span>(2)<\/span>\n                                                <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"101\" data-name=\"Paynet Entegrasyonu\">Vote<\/a>\n                                            <\/div>\n                                            <span>03.03.2025<\/span>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"bg-white border-l-4 border-solid border-blue-600 rounded-md p-4\">\n                                        <div class=\"text-md font-semibold text-black\">WooCommerce decimal notation warning<\/div>\n                                        <div class=\"text-sm mt-2\">\n                                            <p>And Woo is going to do the same thing...<\/p>\n                                                                                            <a href=\"#\" class=\"toggle-description text-blue-600 text-xs\">See more<\/a>\n                                                <p class=\"hidden text-sm mt-2\">In order not to show the fraction, in Woo, sometimes the decimal part is set to 0, which causes errors in payment institutions. Let's add a mechanism to our warning section that will give a warning if the fraction is set to 0. <\/p>\n                                                                                    <\/div>\n                                        <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                            <div>\n                                                <span>(0)<\/span>\n                                                <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"99\" data-name=\"WooCommerce ondal\u0131k g\u00f6sterim uyar\u0131s\u0131\">Vote<\/a>\n                                            <\/div>\n                                            <span>03.03.2025<\/span>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"hidden hidden-item\">\n                                        <div class=\"bg-white border-l-4 border-solid border-blue-600 rounded-md p-4\">\n                                            <div class=\"text-md font-semibold text-black\">Add a backup payment organization<\/div>\n                                            <div class=\"text-sm mt-2\">\n                                                <p>Backup for failed payment attempts...<\/p>\n                                                                                                    <a href=\"#\" class=\"toggle-description text-blue-600 text-xs\">See more<\/a>\n                                                    <p class=\"hidden text-sm mt-2\">Prevent failed payments by making a payment attempt from a backup payment institution in case of failed payment attempts<\/p>\n                                                                                            <\/div>\n                                            <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                                <div>\n                                                    <span>(1)<\/span>\n                                                    <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"94\" data-name=\"Yedek \u00f6deme kurulu\u015fu ekleme\">Vote<\/a>\n                                                <\/div>\n                                                <span>03.03.2025<\/span>\n                                            <\/div>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"hidden hidden-item\">\n                                        <div class=\"bg-white border-l-4 border-solid border-blue-600 rounded-md p-4\">\n                                            <div class=\"text-md font-semibold text-black\">Kuveytt\u00fcrk repeated payment support<\/div>\n                                            <div class=\"text-sm mt-2\">\n                                                <p><\/p>\n                                                                                            <\/div>\n                                            <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                                <div>\n                                                    <span>(2)<\/span>\n                                                    <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"93\" data-name=\"Kuveytt\u00fcrk tekrarl\u0131 \u00f6deme deste\u011fi\">Vote<\/a>\n                                                <\/div>\n                                                <span>03.03.2025<\/span>\n                                            <\/div>\n                                        <\/div>\n                                    <\/div>\n                                                            <button class=\"toggle-list text-blue-600 underline text-sm bg-transparent border-none cursor-pointer\">See All<\/button>\n                                                <\/div>\n                                    <\/div>\n                            <div class=\"bg-gray-100 rounded stage-container\">\n                    <div class=\"flex gap-1 items-center text-sm text-black font-bold w-full bg-white pb-4\">\n                        <div class=\"text-amber-600\">\u25cf<\/div>Continues                    <\/div>\n                                            <div class=\"flex flex-col gap-3 mt-6 px-4 pb-6\">\n                                                            <div class=\"bg-white border-l-4 border-solid border-amber-600 rounded-md p-4\">\n                                        <div class=\"text-md font-semibold text-black\">POS Routing feature can be added according to currency<\/div>\n                                        <div class=\"text-sm mt-2\">\n                                            <p><\/p>\n                                                                                    <\/div>\n                                        <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                            <div>\n                                                <span>(0)<\/span>\n                                                <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"150\" data-name=\"Para birimine g\u00f6re POS Y\u00f6nlendirme \u00f6zelli\u011fi eklenebeilir\">Vote<\/a>\n                                            <\/div>\n                                            <span>25.03.2025<\/span>\n                                        <\/div>\n                                    <\/div>\n                                                        <\/div>\n                                    <\/div>\n                            <div class=\"bg-gray-100 rounded stage-container\">\n                    <div class=\"flex gap-1 items-center text-sm text-black font-bold w-full bg-white pb-4\">\n                        <div class=\"text-green-600\">\u25cf<\/div>Completed                    <\/div>\n                                            <div class=\"flex flex-col gap-3 mt-6 px-4 pb-6\">\n                                                            <div class=\"bg-white border-l-4 border-solid border-green-600 rounded-md p-4\">\n                                        <div class=\"text-md font-semibold text-black\">GarantiPAY Can Be Added<\/div>\n                                        <div class=\"text-sm mt-2\">\n                                            <p><\/p>\n                                                                                    <\/div>\n                                        <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                            <div>\n                                                <span>(1)<\/span>\n                                                <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"193\" data-name=\"GarantiPAY Eklenebilir\">Vote<\/a>\n                                            <\/div>\n                                            <span>19.06.2025<\/span>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"bg-white border-l-4 border-solid border-green-600 rounded-md p-4\">\n                                        <div class=\"text-md font-semibold text-black\">Tami Integration<\/div>\n                                        <div class=\"text-sm mt-2\">\n                                            <p>\nYou don't have integration for Tami...<\/p>\n                                                                                            <a href=\"#\" class=\"toggle-description text-blue-600 text-xs\">See more<\/a>\n                                                <p class=\"hidden text-sm mt-2\">\nI wonder if you don't have integration for Tami or when you plan to add it.Thanks\n\n<\/p>\n                                                                                    <\/div>\n                                        <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                            <div>\n                                                <span>(1)<\/span>\n                                                <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"163\" data-name=\"Tami Entegrasyonu\">Vote<\/a>\n                                            <\/div>\n                                            <span>24.04.2025<\/span>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"bg-white border-l-4 border-solid border-green-600 rounded-md p-4\">\n                                        <div class=\"text-md font-semibold text-black\">Papara registered card support can be added<\/div>\n                                        <div class=\"text-sm mt-2\">\n                                            <p><\/p>\n                                                                                    <\/div>\n                                        <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                            <div>\n                                                <span>(0)<\/span>\n                                                <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"156\" data-name=\"Papara kay\u0131tl\u0131 kart deste\u011fi eklenebilir\">Vote<\/a>\n                                            <\/div>\n                                            <span>09.04.2025<\/span>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"bg-white border-l-4 border-solid border-green-600 rounded-md p-4\">\n                                        <div class=\"text-md font-semibold text-black\">Ziraat Pay Integration<\/div>\n                                        <div class=\"text-sm mt-2\">\n                                            <p><\/p>\n                                                                                    <\/div>\n                                        <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                            <div>\n                                                <span>(1)<\/span>\n                                                <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"100\" data-name=\"Ziraat Pay Entegrasyonu\">Vote<\/a>\n                                            <\/div>\n                                            <span>03.03.2025<\/span>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"bg-white border-l-4 border-solid border-green-600 rounded-md p-4\">\n                                        <div class=\"text-md font-semibold text-black\">Adding TAMI Virtual POS<\/div>\n                                        <div class=\"text-sm mt-2\">\n                                            <p><\/p>\n                                                                                    <\/div>\n                                        <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                            <div>\n                                                <span>(0)<\/span>\n                                                <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"98\" data-name=\"TAM\u0130 Sanal POS Eklenmesi\">Vote<\/a>\n                                            <\/div>\n                                            <span>03.03.2025<\/span>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"hidden hidden-item\">\n                                        <div class=\"bg-white border-l-4 border-solid border-green-600 rounded-md p-4\">\n                                            <div class=\"text-md font-semibold text-black\">Adding Papel Virtual POS Integration<\/div>\n                                            <div class=\"text-sm mt-2\">\n                                                <p><\/p>\n                                                                                            <\/div>\n                                            <div class=\"flex justify-between mt-3 text-xs text-gray-500\">\n                                                <div>\n                                                    <span>(0)<\/span>\n                                                    <a href=\"#\" class=\"vote-btn text-blue-600 ml-2\" data-id=\"97\" data-name=\"Papel Sanal POS Entegrasyonu eklenmesi\">Vote<\/a>\n                                                <\/div>\n                                                <span>03.03.2025<\/span>\n                                            <\/div>\n                                        <\/div>\n                                    <\/div>\n                                                            <button class=\"toggle-list text-blue-600 underline text-sm bg-transparent border-none cursor-pointer\">See All<\/button>\n                                                <\/div>\n                                    <\/div>\n                        <\/div>\n            \n            <!-- Vote Popup -->\n            <div id=\"vote-popup\" class=\"fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden z-50\">\n                <div class=\"bg-white rounded-lg p-6 w-full max-w-md mx-4\">\n                    <div class=\"flex justify-between items-center mb-4\">\n                        <h3 class=\"text-lg font-semibold\">Vote<\/h3>\n                        <button id=\"close-popup\" class=\"text-gray-500 hover:text-gray-700\">\u00d7<\/button>\n                    <\/div>\n                    <div class=\"mb-4\">\n                        <p class=\"text-sm text-gray-600\">Feature <span id=\"popup-backlog-name\" class=\"font-medium\"><\/span><\/p>\n                    <\/div>\n                    <form id=\"vote-form\" action=\"\">\n                        <input type=\"hidden\" id=\"popup-backlog-id\">\n                        <div class=\"mb-4\">\n                            <label for=\"popup-name\" class=\"block text-sm font-medium text-gray-700 mb-1\">Name Surname<\/label>\n                            <input type=\"text\" id=\"popup-name\" name=\"name\" class=\"w-full px-3 py-2 border border-gray-300 rounded-md\" required>\n                        <\/div>\n                        <div class=\"mb-4\">\n                            <label for=\"popup-email\" class=\"block text-sm font-medium text-gray-700 mb-1\">Email<\/label>\n                            <input type=\"email\" id=\"popup-email\" name=\"email\" class=\"w-full px-3 py-2 border border-gray-300 rounded-md\" required>\n                        <\/div>\n                        <div class=\"mb-4\">\n                            <label for=\"popup-description\" class=\"block text-sm font-medium text-gray-700 mb-1\">Description<\/label>\n                            <textarea id=\"popup-description\" name=\"description\" rows=\"3\" class=\"w-full px-3 py-2 border border-gray-300 rounded-md\"><\/textarea>\n                        <\/div>\n                        <div class=\"text-right\">\n                            <button type=\"submit\" id=\"submit-vote\" class=\"bg-blue-600 text-white px-4 py-2 rounded-md hover:bg-blue-700 hover:text-white\">Send<\/button>\n                        <\/div>\n                    <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n                <\/div>\n            <\/div>\n        <\/div>\n        <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-068918c e-flex e-con-boxed e-con e-parent\" data-id=\"068918c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-ef93111 e-con-full e-flex e-con e-child\" data-id=\"ef93111\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-016b9c5 elementor-widget elementor-widget-menu-anchor\" data-id=\"016b9c5\" data-element_type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"yeniozellik\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0afd502 wd-width-100 elementor-widget elementor-widget-wd_title\" data-id=\"0afd502\" data-element_type=\"widget\" data-widget_type=\"wd_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"title-wrapper wd-set-mb reset-last-child wd-title-color-default wd-title-style-simple wd-title-size-default text-left\">\n\n\t\t\t\n\t\t\t<div class=\"liner-continer\">\n\t\t\t\t<h4 class=\"woodmart-title-container title wd-fontsize-l\">We are improving with your feedback, we are here for the better!<\/h4> \n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"title-after_title reset-last-child wd-fontsize-xs\">\n\t\t\t\t\t<p>Thanks to your feedback, we strive to improve our quality and respond better to your needs. Your innovative ideas and valuable thoughts inspire us to further perfect our product. Thanks to this valuable feedback, you can be sure that we will provide you with a more functional, easy-to-use product that will maximize your satisfaction.<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ef46ee0 e-con-full e-flex e-con e-child\" data-id=\"ef46ee0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-03bc437 elementor-widget elementor-widget-wpforms\" data-id=\"03bc437\" data-element_type=\"widget\" data-widget_type=\"wpforms.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wpforms-container wpforms-render-modern\" id=\"wpforms-16144\"><form id=\"wpforms-form-16144\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"16144\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/en\/wp-json\/wp\/v2\/pages\/16133\" data-token=\"7d9f3bee8e3d097f29dcc94870b24bb1\" data-token-time=\"1776113219\" data-trp-original-action=\"\/en\/wp-json\/wp\/v2\/pages\/16133\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-16144-field_0-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"0\"><label class=\"wpforms-field-label\" for=\"wpforms-16144-field_0\">Name Surname <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-16144-field_0\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][0]\" aria-errormessage=\"wpforms-16144-field_0-error\" required><\/div><div id=\"wpforms-16144-field_1-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"1\"><label class=\"wpforms-field-label\" for=\"wpforms-16144-field_1\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"email\" id=\"wpforms-16144-field_1\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][1]\" spellcheck=\"false\" aria-errormessage=\"wpforms-16144-field_1-error\" required><\/div><div id=\"wpforms-16144-field_4-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-16144-field_4\">Telephone<\/label><input type=\"text\" id=\"wpforms-16144-field_4\" class=\"wpforms-field-medium\" name=\"wpforms[fields][4]\" aria-errormessage=\"wpforms-16144-field_4-error\" ><\/div><div id=\"wpforms-16144-field_2-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"2\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-16144-field_2\" aria-hidden=\"false\">Message <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><textarea id=\"wpforms-16144-field_2\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][2]\" placeholder=\"Message\" aria-errormessage=\"wpforms-16144-field_2-error\" aria-describedby=\"wpforms-16144-field_2-description\" required><\/textarea><div id=\"wpforms-16144-field_2-description\" class=\"wpforms-field-description\">Please describe how you want this feature to work<\/div><\/div><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"16144\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/posentegrator.com\/en\/wp-json\/wp\/v2\/pages\/16133\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-16144\" class=\"wpforms-submit\" data-alt-text=\"G\u00f6nderiliyor...\" data-submit-text=\"G\u00f6nder\" aria-live=\"assertive\" value=\"wpforms-submit\">Send<\/button><img decoding=\"async\" src=\"https:\/\/posentegrator.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\" title=\"\"><\/div><input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form><\/div>  <!-- .wpforms-container -->\t\t\t\t<\/div>\n\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<div class=\"wd-negative-gap elementor-element elementor-element-2ed6ccb e-flex e-con-boxed e-con e-parent\" data-id=\"2ed6ccb\" 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-0870cf7 wd-width-100 elementor-widget elementor-widget-wd_title\" data-id=\"0870cf7\" data-element_type=\"widget\" data-widget_type=\"wd_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"title-wrapper wd-set-mb reset-last-child wd-title-color-default wd-title-style-default wd-title-size-default text-left\">\n\n\t\t\t\n\t\t\t<div class=\"liner-continer\">\n\t\t\t\t<h4 class=\"woodmart-title-container title wd-fontsize-l\">Why POS Integrator Product Roadmap?<\/h4> \n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"title-after_title reset-last-child wd-fontsize-xs\">\n\t\t\t\t\t<p>A product roadmap is a strategic tool that enables us to plan and manage the product development process over a given period of time. The product roadmap provides a plan with steps, priorities and timelines to achieve specific goals. This plan makes our product development process more efficient and focused, while keeping you informed and providing transparency.<\/p><ol><li><p><strong>Stakeholder Engagement and Feedback:<\/strong>\u00a0Sharing the product roadmap with stakeholders makes it easier to get their views and feedback. Customers, employees and other stakeholders can provide important insights and suggestions on how the product can be improved in the future.<\/p><\/li><li><p><strong>Transparency and Trust:<\/strong>\u00a0A clear roadmap clearly shows GurmeSoft's intentions and goals.\u00a0<\/p><\/li><li><p><strong>Cooperation and Teamwork:<\/strong>\u00a0A clear roadmap encourages collaboration and teamwork among team members. Everyone understands the importance of working together to achieve set goals.<\/p><\/li><li><p><strong>Development Based on Customer Feedback:<\/strong>\u00a0Having a clear product roadmap enables us to better develop the product based on our customers' needs and feedback. This increases our customer satisfaction and supports the success of the product.<\/p><\/li><\/ol>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\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>We are improving with your feedback, we are here for the better! Thanks to your feedback, we are here to improve our quality and respond better to your needs.<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-16133","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/posentegrator.com\/en\/wp-json\/wp\/v2\/pages\/16133","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/posentegrator.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/posentegrator.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/posentegrator.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/posentegrator.com\/en\/wp-json\/wp\/v2\/comments?post=16133"}],"version-history":[{"count":0,"href":"https:\/\/posentegrator.com\/en\/wp-json\/wp\/v2\/pages\/16133\/revisions"}],"wp:attachment":[{"href":"https:\/\/posentegrator.com\/en\/wp-json\/wp\/v2\/media?parent=16133"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}