{"id":16957,"date":"2025-04-26T13:06:13","date_gmt":"2025-04-26T13:06:13","guid":{"rendered":"https:\/\/bagrxpharmaceutical.com\/?page_id=16957"},"modified":"2025-05-03T11:07:06","modified_gmt":"2025-05-03T11:07:06","slug":"ptr-pts-calculator","status":"publish","type":"page","link":"https:\/\/bagrxpharmaceutical.com\/index.php\/ptr-pts-calculator\/","title":{"rendered":"PTR &amp; PTS Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"16957\" class=\"elementor elementor-16957\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dcbcef e-flex e-con-boxed wd-section-disabled e-con e-parent\" data-id=\"1dcbcef\" 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-34a3aa3 elementor-widget elementor-widget-wd_text_block\" data-id=\"34a3aa3\" data-element_type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<div class=\"ptr-pts-calculator-intro\"><h1 style=\"font-family: 'Poppins', sans-serif; font-size: 35px; color: #ff0000; font-weight: bold; margin-bottom: 20px;\">PTR &amp; PTS Calculator<\/h1><p style=\"font-family: 'Poppins', sans-serif; color: #000000; font-size: 16px; line-height: 1.6; margin-bottom: 15px;\">With the introduction of GST, the pricing structure for both Pharma Stockists and Retailers has evolved. To simplify the process, we have developed a PTR and PTS calculator that provides an easy way to estimate retailer and stockist margins.<\/p><p style=\"font-family: 'Poppins', sans-serif; color: #000000; font-size: 16px; line-height: 1.6; margin-bottom: 15px;\">PTR (Price to Retailer) and PTS (Price to Stockist) are crucial figures for understanding product pricing and profitability. This tool also allows you to calculate net scheme values quickly.<\/p><p style=\"font-family: 'Poppins', sans-serif; color: #000000; font-size: 16px; line-height: 1.6;\">Our calculator assists in determining contract terms, product costing, and other key financial components essential for managing a successful pharma franchise.<\/p><\/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<div class=\"elementor-element elementor-element-87cc98e e-flex e-con-boxed wd-section-disabled e-con e-parent\" data-id=\"87cc98e\" 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-17ded61 elementor-widget elementor-widget-html\" data-id=\"17ded61\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n  <style>\r\n    .calculator-container {\r\n      background: #fff;\r\n      padding: 20px;\r\n      box-shadow: 0 6px 20px rgba(0,0,0,0.1);\r\n      border-radius: 10px;\r\n      max-width: 1000px;\r\n      margin: 0 auto;\r\n    }\r\n    h1 {\r\n      color: #f21b1f;\r\n      text-align: center;\r\n      margin-bottom: 20px;\r\n    }\r\n    table {\r\n      width: 100%;\r\n      border-collapse: collapse;\r\n    }\r\n    th, td {\r\n      padding: 12px 8px;\r\n      text-align: center;\r\n      border-bottom: 1px solid #ccc;\r\n    }\r\n    input {\r\n      width: 90%;\r\n      padding: 8px;\r\n      font-size: 14px;\r\n      border: 1px solid #ccc;\r\n      border-radius: 6px;\r\n    }\r\n    input[readonly] {\r\n      background: #eee;\r\n      cursor: not-allowed;\r\n    }\r\n    button {\r\n      margin-top: 20px;\r\n      background-color: #f21b1f;\r\n      color: white;\r\n      border: none;\r\n      padding: 12px 25px;\r\n      font-size: 16px;\r\n      border-radius: 6px;\r\n      cursor: pointer;\r\n      display: block;\r\n      margin-left: auto;\r\n      margin-right: auto;\r\n    }\r\n    button:hover {\r\n      background-color: #d3191d;\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"calculator-container\">\r\n  <h1>PTR & PTS Calculator<\/h1>\r\n\r\n  <form id=\"calculator-form\">\r\n    <table>\r\n      <thead>\r\n        <tr>\r\n          <th>MRP<\/th>\r\n          <th>GST %<\/th>\r\n          <th>Retail Margin %<\/th>\r\n          <th>Stockist Margin %<\/th>\r\n          <th>Schema %<\/th>\r\n          <th>PTR<\/th>\r\n          <th>PTS<\/th>\r\n          <th>Net Scheme<\/th>\r\n        <\/tr>\r\n      <\/thead>\r\n      <tbody>\r\n        <tr>\r\n          <td><input type=\"number\" id=\"mrp\" required><\/td>\r\n          <td><input type=\"number\" id=\"gst\" required><\/td>\r\n          <td><input type=\"number\" id=\"retailMargin\" required><\/td>\r\n          <td><input type=\"number\" id=\"stockistMargin\" required><\/td>\r\n          <td><input type=\"number\" id=\"schema\" required><\/td>\r\n          <td><input type=\"text\" id=\"ptr\" readonly><\/td>\r\n          <td><input type=\"text\" id=\"pts\" readonly><\/td>\r\n          <td><input type=\"text\" id=\"netScheme\" readonly><\/td>\r\n        <\/tr>\r\n      <\/tbody>\r\n    <\/table>\r\n\r\n    <button type=\"button\" onclick=\"calculate()\">Calculate<\/button>\r\n  <\/form>\r\n<\/div>\r\n\r\n<script>\r\nfunction calculate() {\r\n  const mrp = parseFloat(document.getElementById('mrp').value) || 0;\r\n  const gst = parseFloat(document.getElementById('gst').value) || 0;\r\n  const retailMargin = parseFloat(document.getElementById('retailMargin').value) || 0;\r\n  const stockistMargin = parseFloat(document.getElementById('stockistMargin').value) || 0;\r\n  const schema = parseFloat(document.getElementById('schema').value) || 0;\r\n\r\n  \/\/ Remove GST from MRP to get basic price\r\n  const basicPrice = mrp \/ (1 + (gst \/ 100));\r\n\r\n  \/\/ Calculate PTR (after Retail Margin)\r\n  const ptr = basicPrice * (1 - (retailMargin \/ 100));\r\n\r\n  \/\/ Calculate PTS (after Stockist Margin)\r\n  const pts = ptr * (1 - (stockistMargin \/ 100));\r\n\r\n  \/\/ Calculate Net Scheme Amount\r\n  const netScheme = pts * (schema \/ 100);\r\n\r\n  document.getElementById('ptr').value = ptr.toFixed(2);\r\n  document.getElementById('pts').value = pts.toFixed(2);\r\n  document.getElementById('netScheme').value = netScheme.toFixed(2);\r\n}\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-904e32a elementor-widget elementor-widget-wd_text_block\" data-id=\"904e32a\" data-element_type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<style>\n    .ptr-pts-requirements {\n        animation: fadeIn 1.5s ease-in-out;\n    }\n    @keyframes fadeIn {\n        from { opacity: 0; transform: translateY(20px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n    .ptr-pts-requirements h2 {\n        font-family: 'Poppins', sans-serif;\n        font-size: 35px;\n        color: #ff0000;\n        font-weight: 700;\n        margin-bottom: 20px;\n        text-shadow: 1px 1px 3px rgba(0,0,0,0.1);\n    }\n    .ptr-pts-requirements p {\n        font-family: 'Poppins', sans-serif;\n        color: #000000;\n        font-size: 16px;\n        line-height: 1.6;\n        margin-bottom: 15px;\n    }\n    .ptr-pts-requirements ul {\n        font-family: 'Poppins', sans-serif;\n        font-size: 16px;\n        line-height: 1.6;\n        margin-bottom: 15px;\n        padding-left: 20px;\n        list-style-type: none;\n    }\n    .ptr-pts-requirements li {\n        margin-bottom: 8px;\n        position: relative;\n        padding-left: 15px;\n        color: #000000; \/* Text color black *\/\n    }\n    .ptr-pts-requirements li:before {\n        content: \"\u2022\";\n        color: #ff0000; \/* Bullet color red *\/\n        font-weight: bold;\n        position: absolute;\n        left: 0;\n    }\n<\/style>\n\n<div class=\"ptr-pts-requirements\">\n    <h2>Requirements to Calculate PTR & PTS<\/h2>\n    <p>To manually calculate PTR and PTS, you will need the following details:<\/p>\n    \n    <ul>\n        <li>MRP of the product<\/li>\n        <li>GST percentage<\/li>\n        <li>Retailer margin percentage<\/li>\n        <li>Stockist margin percentage<\/li>\n    <\/ul>\n    \n    <p>The process for calculating PTR and PTS remains straightforward, even after the implementation of GST. A complete formula is available for manual calculation.<\/p>\n    \n    <p>When calculating PTR and PTS exclusive of GST, make sure the MRP you use does not include GST. If the MRP is inclusive of GST, you must first exclude the GST portion before proceeding with the calculation.<\/p>\n    \n    <p>To simplify the entire process and ensure greater accuracy, we have provided a ready-to-use PTR and PTS calculator. Simply enter the MRP, GST%, Retail Margin, and Stockist Margin, and the calculator will instantly give you the PTR, PTS, and Net Scheme values.<\/p>\n<\/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>\n\t\t","protected":false},"excerpt":{"rendered":"<p>PTR &amp; PTS Calculator With the introduction of GST, the pricing structure for both Pharma Stockists and Retailers has evolved.<\/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-16957","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bagrxpharmaceutical.com\/index.php\/wp-json\/wp\/v2\/pages\/16957","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bagrxpharmaceutical.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bagrxpharmaceutical.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bagrxpharmaceutical.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bagrxpharmaceutical.com\/index.php\/wp-json\/wp\/v2\/comments?post=16957"}],"version-history":[{"count":29,"href":"https:\/\/bagrxpharmaceutical.com\/index.php\/wp-json\/wp\/v2\/pages\/16957\/revisions"}],"predecessor-version":[{"id":17574,"href":"https:\/\/bagrxpharmaceutical.com\/index.php\/wp-json\/wp\/v2\/pages\/16957\/revisions\/17574"}],"wp:attachment":[{"href":"https:\/\/bagrxpharmaceutical.com\/index.php\/wp-json\/wp\/v2\/media?parent=16957"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}