{"id":2917,"date":"2025-04-23T16:41:58","date_gmt":"2025-04-23T11:11:58","guid":{"rendered":"https:\/\/biopolislifesciences.com\/?page_id=2917"},"modified":"2026-04-16T14:16:06","modified_gmt":"2026-04-16T08:46:06","slug":"ptr-pts-calculator","status":"publish","type":"page","link":"https:\/\/biopolislifesciences.com\/?page_id=2917","title":{"rendered":"PTR\/PTS Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2917\" class=\"elementor elementor-2917\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8d71e34 e-flex e-con-boxed e-con e-parent\" data-id=\"8d71e34\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-ee0a741 e-con-full e-flex e-con e-child\" data-id=\"ee0a741\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5db0587 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5db0587\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Calculate Pharma Prices with Biopolis Lifesciences<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\r\n\t\t<div class=\"elementor-element elementor-element-cc933ef elementor-widget elementor-widget-text-editor\" data-id=\"cc933ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>With GST, rate calculations for Pharma Stockist and Pharma Retailers have been changed. Below PCD Calculator will give you general idea how to calculate retail and stockist margin. Here PTR means Price to Retailer and PTS means Price to Stockist. You can also calculate net scheme. For example, if you want give scheme like 10% than this calculator automatically calculate net scheme value according to the percentage you entered.<\/p><p><strong>GST [5% \/ 12% \/ 18%]<\/strong><\/p><p><strong>P.T.R = (MRP \u2013 Retailer Margin) \u00f7 (100+GST)*100<\/strong><\/p><p><strong>P.T.S (If Stockist Margin is 10%) = PTR-10%<\/strong><\/p>\t\t\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-b93c345 e-con-full e-flex e-con e-child\" data-id=\"b93c345\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-24ebdaa elementor-widget elementor-widget-html\" data-id=\"24ebdaa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n<style>\r\n\/*    body {*\/\r\n\/*  font-family: sans-serif;*\/\r\n\/*  text-align: center;*\/\r\n\/*  padding: 20px;*\/\r\n\/*}*\/\r\n\r\nlabel {\r\n  display: block; \/* Ensure labels are on separate lines *\/\r\n  margin-bottom: 5px;\r\n}\r\n\r\ninput[type=\"number\"] {\r\n  padding: 5px;\r\n  margin-bottom: 5px;\r\n  border: 1px solid #ccc;\r\n  \/*border-radius: 4px;*\/\r\n  width: 100%; \/* Adjust width as needed *\/\r\n}\r\n\r\nbutton {\r\n  padding: 10px 20px;\r\n  background-color: #01a0e0;\r\n  color: white;\r\n  border: none;\r\n  \/*border-radius: 5px;*\/\r\n  cursor: pointer;\r\n  width: 100%\r\n}\r\n\r\nbutton:hover {\r\n  background-color: #2f3d8b;\r\n}\r\nh4 {\r\n    text-align: center;\r\n    font-size: 22px;\r\n}\r\n\r\n\/*p {*\/\r\n\/*  margin-top: 10px;*\/\r\n\/*  font-weight: bold;*\/\r\n\/*}*\/\r\n\r\n\/*span {*\/\r\n\/*  font-weight: normal;*\/\r\n\/*}*\/\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<h4>PTR & PTS Calculator<\/h4>\r\n\r\n<label for=\"mrp\">MRP:<\/label>\r\n<input type=\"number\" id=\"mrp\" Value=\"100\"><br><br>\r\n\r\n<label for=\"retailMargin\">Retail Margin (%):<\/label>\r\n<input type=\"number\" id=\"retailMargin\" Value=\"20\"><br><br>\r\n\r\n<label for=\"stockistMargin\">Stockist Margin (%):<\/label>\r\n<input type=\"number\" id=\"stockistMargin\" Value=\"10\"><br><br>\r\n\r\n<label for=\"gst\">GST (%):<\/label>\r\n<input type=\"number\" id=\"gst\" Value=\"12\"><br><br>\r\n\r\n<button onclick=\"calculatePTRPTS()\">Calculate<\/button><br><br>\r\n\r\n<p>PTR: <span id=\"ptrValue\"><\/span><\/p>\r\n<p>PTS: <span id=\"ptsValue\"><\/span><\/p>\r\n\r\n<script>\r\nfunction calculatePTRPTS() {\r\n  let mrp = parseFloat(document.getElementById(\"mrp\").value);\r\n  let retailMargin = parseFloat(document.getElementById(\"retailMargin\").value);\r\n  let stockistMargin = parseFloat(document.getElementById(\"stockistMargin\").value);\r\n  let gst = parseFloat(document.getElementById(\"gst\").value);\r\n\r\n  \/\/ Validate input (optional, but good practice)\r\n  if (isNaN(mrp) || isNaN(retailMargin) || isNaN(stockistMargin) || isNaN(gst)) {\r\n    alert(\"Please enter valid numerical values for all fields.\");\r\n    return;\r\n  }\r\n\r\n  \/\/ PTR Calculation\r\n  let netMargin = mrp * (1 - (retailMargin \/ 100));\r\n  let gstFactor = (100 + gst) \/ 100;\r\n  let ptr = netMargin \/ gstFactor;\r\n\r\n  \/\/ PTS Calculation\r\n  let stockistMarginAmount = ptr * (stockistMargin \/ 100);\r\n  let pts = ptr - stockistMarginAmount;\r\n\r\n  \/\/ Display results\r\n  document.getElementById(\"ptrValue\").textContent = ptr.toFixed(2);\r\n  document.getElementById(\"ptsValue\").textContent = pts.toFixed(2);\r\n}\r\n<\/script>\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\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Calculate Pharma Prices with Biopolis Lifesciences With GST, rate calculations for Pharma Stockist and Pharma Retailers have been changed. Below PCD Calculator will give you general idea how to calculate retail and stockist margin. Here PTR means Price to Retailer and PTS means Price to Stockist. You can also calculate net scheme. For example, if&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-builder.php","meta":{"footnotes":""},"class_list":["post-2917","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>PTR\/PTS Calculator - Biopolis Lifesciences<\/title>\n<meta name=\"description\" content=\"PTR\/PTS Calculator. With GST, rate calculations for Pharma Stockist and Pharma Retailers have been changed. Below PCD Calculator will give you general idea how to calculate retail and stockist margin.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/biopolislifesciences.com\/ptr-pts-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PTR\/PTS Calculator - Biopolis Lifesciences\" \/>\n<meta property=\"og:description\" content=\"PTR\/PTS Calculator. With GST, rate calculations for Pharma Stockist and Pharma Retailers have been changed. Below PCD Calculator will give you general idea how to calculate retail and stockist margin.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/biopolislifesciences.com\/ptr-pts-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Biopolis Lifesciences\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-16T08:46:06+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/biopolislifesciences.com\\\/ptr-pts-calculator\\\/\",\"url\":\"https:\\\/\\\/biopolislifesciences.com\\\/ptr-pts-calculator\\\/\",\"name\":\"PTR\\\/PTS Calculator - Biopolis Lifesciences\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/biopolislifesciences.com\\\/#website\"},\"datePublished\":\"2025-04-23T11:11:58+00:00\",\"dateModified\":\"2026-04-16T08:46:06+00:00\",\"description\":\"PTR\\\/PTS Calculator. With GST, rate calculations for Pharma Stockist and Pharma Retailers have been changed. Below PCD Calculator will give you general idea how to calculate retail and stockist margin.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/biopolislifesciences.com\\\/ptr-pts-calculator\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/biopolislifesciences.com\\\/ptr-pts-calculator\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/biopolislifesciences.com\\\/ptr-pts-calculator\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/biopolislifesciences.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PTR\\\/PTS Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/biopolislifesciences.com\\\/#website\",\"url\":\"https:\\\/\\\/biopolislifesciences.com\\\/\",\"name\":\"Biopolis Lifesciences\",\"description\":\"Biopolis Lifesciences\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/biopolislifesciences.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"PTR\/PTS Calculator - Biopolis Lifesciences","description":"PTR\/PTS Calculator. With GST, rate calculations for Pharma Stockist and Pharma Retailers have been changed. Below PCD Calculator will give you general idea how to calculate retail and stockist margin.","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:\/\/biopolislifesciences.com\/ptr-pts-calculator\/","og_locale":"en_US","og_type":"article","og_title":"PTR\/PTS Calculator - Biopolis Lifesciences","og_description":"PTR\/PTS Calculator. With GST, rate calculations for Pharma Stockist and Pharma Retailers have been changed. Below PCD Calculator will give you general idea how to calculate retail and stockist margin.","og_url":"https:\/\/biopolislifesciences.com\/ptr-pts-calculator\/","og_site_name":"Biopolis Lifesciences","article_modified_time":"2026-04-16T08:46:06+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/biopolislifesciences.com\/ptr-pts-calculator\/","url":"https:\/\/biopolislifesciences.com\/ptr-pts-calculator\/","name":"PTR\/PTS Calculator - Biopolis Lifesciences","isPartOf":{"@id":"https:\/\/biopolislifesciences.com\/#website"},"datePublished":"2025-04-23T11:11:58+00:00","dateModified":"2026-04-16T08:46:06+00:00","description":"PTR\/PTS Calculator. With GST, rate calculations for Pharma Stockist and Pharma Retailers have been changed. Below PCD Calculator will give you general idea how to calculate retail and stockist margin.","breadcrumb":{"@id":"https:\/\/biopolislifesciences.com\/ptr-pts-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/biopolislifesciences.com\/ptr-pts-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/biopolislifesciences.com\/ptr-pts-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/biopolislifesciences.com\/"},{"@type":"ListItem","position":2,"name":"PTR\/PTS Calculator"}]},{"@type":"WebSite","@id":"https:\/\/biopolislifesciences.com\/#website","url":"https:\/\/biopolislifesciences.com\/","name":"Biopolis Lifesciences","description":"Biopolis Lifesciences","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/biopolislifesciences.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/biopolislifesciences.com\/index.php?rest_route=\/wp\/v2\/pages\/2917","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/biopolislifesciences.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/biopolislifesciences.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/biopolislifesciences.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/biopolislifesciences.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2917"}],"version-history":[{"count":0,"href":"https:\/\/biopolislifesciences.com\/index.php?rest_route=\/wp\/v2\/pages\/2917\/revisions"}],"wp:attachment":[{"href":"https:\/\/biopolislifesciences.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2917"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}