www.pragtech.co.in Open in urlscan Pro
64.90.48.76  Public Scan

URL: https://www.pragtech.co.in/
Submission Tags: falconsandbox
Submission: On October 14 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

POST /hubspot_form_exit_popup.php

<form action="/hubspot_form_exit_popup.php" id="validation" name="" method="POST" accept-charset="UTF-8" data-hs-cf-bound="true">
  <div class="form-group" style="margin-bottom:15px!important;">
    <div class="formslabel" id="" style="color:#fff!important; font-weight:bold; text-align: left; margin-bottom: 0px!important;">Name <span style="color:red;font-size:18px; vertical-align:middle; font-family:arial">*</span></div>
    <input class="form-control input-lg" name="First Name" id="name" placeholder="" required="" type="text" style="width:100%;font-size:16px;">
  </div>
  <div class="form-group" style="margin-bottom:15px!important;">
    <div class="formslabel" id="" style="color:#fff!important;font-weight:bold; text-align: left; margin-bottom: 0px!important;">Email <span style="color:red;font-size:18px; vertical-align:middle;font-family:arial">*</span></div>
    <input class="form-control input-lg" name="Email" id="email" placeholder="" required="" type="email" style="width:100%; font-size:16px;">
  </div>
  <div class="form-group">
    <div class="formslabel" id="" style="color:#fff!important;font-weight:bold; text-align: left; margin-bottom: 0px!important;">Phone<span style="color:red;font-size:18px; vertical-align:middle;font-family:arial">*</span></div>
    <input class="form-control input-lg" name="Phone" id="phone" placeholder="" required="" type="text" style="width:100%;font-size:16px;">
    <p style="margin:auto; padding-top: 15px; padding-bottom: 15px; color:#fff; ">I agree to <a style="color:#fff; font-weight:700; text-decoration:underline;" href="https://www.pragtech.co.in/terms-of-use.html" target="_blank">terms of use</a></p>
  </div>
  <!--Lead Source Start-->
  <div class="form-group" hidden="true">
    <label id="lead_source-label" for="lead_source-input" class="hs-form__field__label " data-required="false"><span>lead_source</span></label>
    <textarea id="lead_source-input" aria-labelledby=" lead_source-label" class="hs-form__field__input " name="lead_source" description="" placeholder="" aria-invalid="false" aria-required="false">OdooGPT - EBook Popup</textarea>
  </div>
  <!--Lead Source End -->
  <div class="form-group last" style="text-align:center;">
    <input class="btn-inverse wobble animated" value="Download*" type="submit" name="" id="form_submit"
      style="border:none; margin-left:0px; text-transform: uppercase; padding: 15px;  background-color: #ff0; color:#000; font-weight:700; margin-bottom: 10px; width:auto!important;">
    <p style="text-align: center; font-size: 14px!important; font-weight: 500; line-height: 17px; color:#fff!important;"> <span style="color:red;font-size:18px; vertical-align:middle; font-family:arial">*</span>Please enter a valid email ID, since we
      will be sending the PDF to your email</p>
  </div>
  <br>
  <script>
    // Dappsmint Contact Form
    jQuery(document).ready(function() {
      jQuery('#odoogpt-ebook-popup #phone').keyup(function() {
        if (this.value.match(/[^0-9]/g)) {
          this.value = this.value.replace(/[^0-9]/g, '');
        }
      });
      jQuery('#odoogpt-ebook-popup #form-submit').on('click', function(e) {
        if (jQuery('#odoogpt-ebook-popup #name').val() === "") {
          alert("Please enter your Name");
          return false;
        }
        if (jQuery('#odoogpt-ebook-popup #email').val() === "") {
          alert("Please enter your Email id.");
          return false;
        }
        var regex = /^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/;
        var email = jQuery('#odoogpt-ebook-popup #email').val();
        if (!(regex.test(email))) {
          alert("Please Enter Valid Email Id");
          return false;
        }
        if (jQuery('#odoogpt-ebook-popup #phone').val() === "") {
          alert("Please enter your Phone number.");
          return false;
        }
        e.preventDefault();
        jQuery.ajax({
          type: 'post',
          data: jQuery('#odoogpt-ebook-popup').serialize(),
          beforeSend: function() {
            jQuery("#odoogpt-ebook-popup #progressbar").css("display", "block");
          },
          success: function(data) {
            jQuery("#odoogpt-ebook-popup #progressbar").css("display", "none");
            var String = data.substring(data.lastIndexOf("(") + 1, data.lastIndexOf(")"));
            if (String === "true") {} else {
              alert("server error!! please try again");
            }
          }
        });
      });
    });
  </script>
</form>

POST /hubspot_form_exit_popup.php

<form action="/hubspot_form_exit_popup.php" id="validation" name="" method="POST" accept-charset="UTF-8" data-hs-cf-bound="true">
  <div class="form-group" style="margin-bottom:15px!important;">
    <div class="formslabel" id="" style="color:#fff!important; font-weight:bold; text-align: left; margin-bottom: 0px!important;">Name <span style="color:red;font-size:18px; vertical-align:middle; font-family:arial">*</span></div>
    <input class="form-control input-lg" name="First Name" id="name" placeholder="" required="" type="text" style="width:100%;font-size:16px;">
  </div>
  <div class="form-group" style="margin-bottom:15px!important;">
    <div class="formslabel" id="" style="color:#fff!important;font-weight:bold; text-align: left; margin-bottom: 0px!important;">Email <span style="color:red;font-size:18px; vertical-align:middle;font-family:arial">*</span></div>
    <input class="form-control input-lg" name="Email" id="email" placeholder="" required="" type="email" style="width:100%; font-size:16px;">
  </div>
  <div class="form-group">
    <div class="formslabel" id="" style="color:#fff!important;font-weight:bold; text-align: left; margin-bottom: 0px!important;">Phone<span style="color:red;font-size:18px; vertical-align:middle;font-family:arial">*</span></div>
    <input class="form-control input-lg" name="Phone" id="phone" placeholder="" required="" type="text" style="width:100%;font-size:16px;">
  </div>
  <!--Lead Source Start-->
  <div class="form-group" hidden="true">
    <label id="lead_source-label" for="lead_source-input" class="hs-form__field__label " data-required="false"><span>lead_source</span></label>
    <textarea id="lead_source-input" aria-labelledby=" lead_source-label" class="hs-form__field__input " name="lead_source" description="" placeholder="" aria-invalid="false" aria-required="false">OdooGPT Popup</textarea>
  </div>
  <!--Lead Source End -->
  <div class="form-group last" style="text-align:center;">
    <input class="btn-inverse wobble animated" value="Submit" type="submit" name="explore-odoogpt" id="form_submit"
      style="border:none; margin-left:0px; text-transform: uppercase; padding: 15px;  background-color: #ff0; color:#000; font-weight:700; margin-bottom: 10px; width:auto!important;">
  </div>
  <br>
  <script>
    // Dappsmint Contact Form
    jQuery(document).ready(function() {
      jQuery('#odoogpt-popup #phone').keyup(function() {
        if (this.value.match(/[^0-9]/g)) {
          this.value = this.value.replace(/[^0-9]/g, '');
        }
      });
      jQuery('#odoogpt-popup #form-submit').on('click', function(e) {
        if (jQuery('#odoogpt-popup #name').val() === "") {
          alert("Please enter your Name");
          return false;
        }
        if (jQuery('#odoogpt-popup #email').val() === "") {
          alert("Please enter your Email id.");
          return false;
        }
        var regex = /^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/;
        var email = jQuery('#odoogpt-popup #email').val();
        if (!(regex.test(email))) {
          alert("Please Enter Valid Email Id");
          return false;
        }
        if (jQuery('#odoogpt-popup #phone').val() === "") {
          alert("Please enter your Phone number.");
          return false;
        }
        e.preventDefault();
        jQuery.ajax({
          type: 'post',
          data: jQuery('#odoogpt-popup').serialize(),
          beforeSend: function() {
            jQuery("#odoogpt-popup #progressbar").css("display", "block");
          },
          success: function(data) {
            jQuery("#odoogpt-popup #progressbar").css("display", "none");
            var String = data.substring(data.lastIndexOf("(") + 1, data.lastIndexOf(")"));
            if (String === "true") {} else {
              alert("server error!! please try again");
            }
          }
        });
      });
    });
  </script>
</form>

POST /hubspot_form_exit_popup.php

<form action="/hubspot_form_exit_popup.php" id="validation" name="" method="POST" accept-charset="UTF-8" data-hs-cf-bound="true">
  <div class="form-group" style="margin-bottom:15px!important;">
    <div class="formslabel" id="" style="color:#fff!important; font-weight:bold; text-align: left; margin-bottom: 0px!important;">Name <span style="color:red;font-size:18px; vertical-align:middle;">*</span></div>
    <input class="form-control input-lg" name="First Name" id="name" placeholder="" required="" type="text" style="width:100%;font-size:16px;">
  </div>
  <div class="form-group" style="margin-bottom:15px!important;">
    <div class="formslabel" id="" style="color:#fff!important;font-weight:bold; text-align: left; margin-bottom: 0px!important;">Email <span style="color:red;font-size:18px; vertical-align:middle;">*</span></div>
    <input class="form-control input-lg" name="Email" id="email" placeholder="" required="" type="email" style="width:100%; font-size:16px; border-radius:4px;">
  </div>
  <div class="form-group" style="margin-bottom:15px!important;">
    <div class="formslabel" id="" style="color:#fff!important;font-weight:bold; text-align: left; margin-bottom: 0px!important;">Phone<span style="color:red;font-size:18px; vertical-align:middle;">*</span></div>
    <input class="form-control input-lg" name="Phone" id="phone" placeholder="" required="" type="text" style="width:100%;font-size:16px;">
  </div>
  <!--Lead Source Start-->
  <div class="form-group" hidden="true">
    <label id="lead_source-label" for="lead_source-input" class="hs-form__field__label " data-required="false"><span>lead_source</span></label>
    <textarea id="lead_source-input" aria-labelledby=" lead_source-label" class="hs-form__field__input " name="lead_source" description="" placeholder="" aria-invalid="false" aria-required="false">Pragtech - OdooCopilot Exit Popup</textarea>
  </div>
  <!--Lead Source End -->
  <div class="form-group last" style="text-align:center;">
    <input class="btn btn-inverse wobble animated" value="Submit" type="submit" name="explore-odoogpt" id="form_submit"
      style="border:none; margin-left:0px; text-transform: uppercase; padding: 15px 30px;  background-color: #ff0; color:#000; font-weight:700; width:auto!important;">
    <!--<p style="text-align: center; font-size: 14px!important; font-weight: 500; line-height: 17px; color:#fff!important;"> <span style="color:red;font-size:18px; vertical-align:middle;">*</span>Please enter a valid email ID, since we will be sending the PDF to your email</p>-->
  </div>
  <br>
  <script>
    // Dappsmint Contact Form
    jQuery(document).ready(function() {
      jQuery('#odoo-copilot #phone').keyup(function() {
        if (this.value.match(/[^0-9]/g)) {
          this.value = this.value.replace(/[^0-9]/g, '');
        }
      });
      jQuery('#odoo-copilot #form-submit').on('click', function(e) {
        if (jQuery('#odoo-copilot #name').val() === "") {
          alert("Please enter your Name");
          return false;
        }
        if (jQuery('#odoo-copilot #email').val() === "") {
          alert("Please enter your Email id.");
          return false;
        }
        var regex = /^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/;
        var email = jQuery('#odoo-copilot #email').val();
        if (!(regex.test(email))) {
          alert("Please Enter Valid Email Id");
          return false;
        }
        if (jQuery('#odoo-copilot #phone').val() === "") {
          alert("Please enter your Phone number.");
          return false;
        }
        e.preventDefault();
        jQuery.ajax({
          type: 'post',
          data: jQuery('#odoo-copilot').serialize(),
          beforeSend: function() {
            jQuery("#odoo-copilot #progressbar").css("display", "block");
          },
          success: function(data) {
            jQuery("#odoo-copilot #progressbar").css("display", "none");
            var String = data.substring(data.lastIndexOf("(") + 1, data.lastIndexOf(")"));
            if (String === "true") {} else {
              alert("server error!! please try again");
            }
          }
        });
      });
    });
  </script>
</form>

POST /hubspot_form_exit_popup.php

<form action="/hubspot_form_exit_popup.php" id="validation" name="" method="POST" accept-charset="UTF-8" data-hs-cf-bound="true">
  <div class="form-group" style="margin-bottom:15px!important;">
    <div class="formslabel" id="" style="color:#fff!important; font-weight:bold; text-align: left; margin-bottom: 0px!important;">Name <span style="color:red;font-size:18px; vertical-align:middle;">*</span></div>
    <input class="form-control input-lg" name="First Name" id="name" placeholder="" required="" type="text" style="width:100%;font-size:16px;">
  </div>
  <div class="form-group" style="margin-bottom:15px!important;">
    <div class="formslabel" id="" style="color:#fff!important;font-weight:bold; text-align: left; margin-bottom: 0px!important;">Email <span style="color:red;font-size:18px; vertical-align:middle;">*</span></div>
    <input class="form-control input-lg" name="Email" id="email" placeholder="" required="" type="email" style="width:100%; font-size:16px; border-radius:4px;">
  </div>
  <div class="form-group" style="margin-bottom:15px!important;">
    <div class="formslabel" id="" style="color:#fff!important;font-weight:bold; text-align: left; margin-bottom: 0px!important;">Phone<span style="color:red;font-size:18px; vertical-align:middle;">*</span></div>
    <input class="form-control input-lg" name="Phone" id="phone" placeholder="" required="" type="text" style="width:100%;font-size:16px;">
  </div>
  <!--Lead Source Start-->
  <div class="form-group" hidden="true">
    <label id="lead_source-label" for="lead_source-input" class="hs-form__field__label " data-required="false"><span>lead_source</span></label>
    <textarea id="lead_source-input" aria-labelledby=" lead_source-label" class="hs-form__field__input " name="lead_source" description="" placeholder="" aria-invalid="false" aria-required="false">Pragtech - Manufacturing Copilot</textarea>
  </div>
  <!--Lead Source End -->
  <div class="form-group last" style="text-align:center;">
    <input class="btn btn-inverse wobble animated" value="Submit" type="submit" name="explore-manufacturing-copilot" id="form_submit"
      style="border:none; margin-left:0px; text-transform: uppercase; padding: 15px 30px;  background-color: #ff0; color:#000; font-weight:700; width:auto!important;">
    <!--<p style="text-align: center; font-size: 14px!important; font-weight: 500; line-height: 17px; color:#fff!important;"> <span style="color:red;font-size:18px; vertical-align:middle;">*</span>Please enter a valid email ID, since we will be sending the PDF to your email</p>-->
  </div>
  <br>
  <script>
    // Dappsmint Contact Form
    jQuery(document).ready(function() {
      jQuery('#manufacturing-copilot-popup #phone').keyup(function() {
        if (this.value.match(/[^0-9]/g)) {
          this.value = this.value.replace(/[^0-9]/g, '');
        }
      });
      jQuery('#manufacturing-copilot-popup #form-submit').on('click', function(e) {
        if (jQuery('#manufacturing-copilot-popup #name').val() === "") {
          alert("Please enter your Name");
          return false;
        }
        if (jQuery('#manufacturing-copilot-popup #email').val() === "") {
          alert("Please enter your Email id.");
          return false;
        }
        var regex = /^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/;
        var email = jQuery('#manufacturing-copilot-popup #email').val();
        if (!(regex.test(email))) {
          alert("Please Enter Valid Email Id");
          return false;
        }
        if (jQuery('#manufacturing-copilot-popup #phone').val() === "") {
          alert("Please enter your Phone number.");
          return false;
        }
        e.preventDefault();
        jQuery.ajax({
          type: 'post',
          data: jQuery('#manufacturing-copilot-popup').serialize(),
          beforeSend: function() {
            jQuery("#manufacturing-copilot-popup #progressbar").css("display", "block");
          },
          success: function(data) {
            jQuery("#manufacturing-copilot-popup #progressbar").css("display", "none");
            var String = data.substring(data.lastIndexOf("(") + 1, data.lastIndexOf(")"));
            if (String === "true") {} else {
              alert("server error!! please try again");
            }
          }
        });
      });
    });
  </script>
</form>

Text Content

+1 713 701 5957
+44 191 308 5117
+61 (2) 8003 7653

sales@pragtech.co.in
Pragmatic Techsoft Pvt. Ltd.Pragmatic - Leading provider of open source business
applications OpenERP, Ruby on Rails, Node.js, Talend, jaspersoft

 * Company
   * About Us
   * Pragmatic Core Values
   * Career
   * Case studies
   * CEO Speak
   * Testimonial
   * Life @ Pragmatic
   * News & Events
   * Think Green
   * Our Team
   * Blog
   * Partners Alliances
   * How we Work?
 * Services
   * Developement Services
     * Magento
     * ROR
     * PHP
     * Joomla
     * HTML5
     * Python
     * Node JS
     * Mobile Development
     * Blockchain
     * ChatGPT
     * Odoo BOT
   * Customization & Implementation Service
     * Odoo Customization
     * Odoo
       * Odoo Implementation Methodology
       * Data Migration
     * Hadoop
     * Jaspersoft
     * Vtiger
     * Talend
   * Business Intelligence
     * Jasperserver + OpenERP
     * Pentaho
   * Cloud Computing Services
     * Amazon Web Services
   * Mobile Development
   * ETL & Data Warehouse
     * Data Integration
     * Data Warehouse
   * Other Services
     * Odoo Helpdesk
     * Odoo Bookkeeping
     * Odoo 8 Configuration And Validation Service
     * Pragmatic Machine and Deep Learning
     * Quickbook Integration
     * Hire Software Developers
     * Odoo Multi Company
     * Odoo Runbot
     * Odoo Multi Website
     * Odoo for Windows
     * Odoo Technical and Functional Candidate Validation and Assessment Service
     * Odoo Certify: Odoo Certification Coaching Services
     * Marketing Intelligence
 * Products
   * Odoo-Verticals
     * Odoo Healthcare Management
     * Odoo Hotel Management
     * Odoo Fleet Management
     * Construction Project Planning and Controlling
     * Odoo Construction Bundle
     * Construction - Purchase Management
     * Construction - Purchase Reports
     * Construction - Sub Contracting Management
     * Odoo Contracting Transactions
     * Odoo Construction Land Acquisition
     * Odoo Tender Management
     * Odoo Construction Expense Management
     * Odoo Tour & Travel Management
     * Odoo Repair Management
     * Odoo Consulting Management
     * Odoo Retail POS Management
     * Odoo School Management
     * Odoo Restaurant Management
     * Odoo Property Leasing
     * Holiday Property Rental Module
     * Odoo University Management System
     * Xero Accounting integration with Odoo
     * Odoo OneDrive Integration
     * Delivery Control System
     * Odoo Paediatric Clinic Management
     * Odoo Delivery Driver Boy
     * Odoo Microsoft Teams Virtual Meetings Integration
     * Odoo Project Task Microsoft Office 365 Calendar integration
     * Microsoft Office 365 All in One Bundle
     * Odoo Project Tasks and Google Calendar Integration
     * Odoo Google Hangout Meeting Integration
     * Google Map Integration With Odoo
     * Ship-Rocket Odoo Connector
     * Postmates Odoo Integration
     * Whatsapp Odoo All in one Integration
     * Home Delivery All in One POS, Website and Mobile Orders for any Business
     * Whatsapp Odoo Marketing Integration
     * Whatsapp For Lead Generation
     * Whatsapp Odoo POS Integration
     * Odoo Whatsapp Live Chat
     * Whatsapp Helpdesk
     * Whatsapp Chatbot
     * Whatsapp-all-in-one Dashboard
     * Veterinary Appointment Booking & Document management Mobile App
     * Dental Appointment Booking and Document management Mobile App
     * Appointment Booking And Consultation Service Management
     * Appointment Booking & Consultation Services Mobile App
     * Eye Clinic Appointment Booking & Document management App
     * Pediatric Clinic Appointment Booking & Document management App
     * Meeting Room Booking Management Mobile App
     * Coworking Spaces and Service Management Mobile App
     * Beauty Spa Management Mobile App
     * Sales Price Automation
     * Cost Price Automation
     * Hostel Management Mobile App
     * Rental Management Mobile App
     * Update CRM Pipeline status based on Orders, Deliveries and Payments
     * Odoo Veterinary Medical Module
     * Odoo Automobile spare Parts Retail POS
     * Odoo Hostel Management
     * Odoo Manufacturing Management
     * Odoo Rental Dashboard
     * Odoo Rental Bundle
     * Project Planning and Gantt Chart
     * Odoo Clinic Management System
     * Beauty Clinic Management
     * SPA Management
     * Odoo Rental Management System
     * Odoo POS-Gift Coupon Management
     * Odoo Dental Clinic Management
     * Odoo Pathology Lab Management System
     * Odoo POS Loyalty Management System
     * Odoo POS Promotional Scheme
     * Odoo Eye Clinic Management
     * Odoo Quickbooks Connector
     * Odoo QuickBooks Desktop (QBD) Connector
     * Odoo QuickBooks Bundle
     * Odoo Quickbooks Reports
     * Odoo Salesforce Connector
     * Odoo Pipedrive Connector
     * Odoo Hubspot Integration
     * Odoo Freshbook Connector
     * Odoo Advanced Shopify Connector
     * Odoo Virtual Office Management
     * Pragmatic VIP Club for Odoo Apps and Success Packs
     * Odoo Slack Integration
     * Odoo Zoom Meetings Connector Integration
     * Odoo GoTo Meeting Connector Integration
     * Odoo Dunzo Connector Integration
     * Odoo Jira connector
     * Helpdesk Jira Connector
     * LMS
     * Odoo COVID and Other Vaccination Management
     * Odoo COVID Test Center Appointment Booking and Test Result Management
     * Odoo Conversations Dashboard
     * Odoo Vtiger integration
     * Odoo Whatsapp Shopping Cart Connector
     * Whatsapp Central
     * Conversation Central
     * Odoo Push Notification Using One Signal
     * eWAY Payment Acquirer
     * Braintree Payment Gateway
     * Odoo eCommerce Crypto Currency Payment Acquirer
     * Odoo import Purchase order
     * Odoo Import Invoice Data
     * Odoo Import Contact Data
     * Import Sale Order Data
     * Odoo Data Import Bundle
     * Meditation & Yoga
     * Fitness Coaching
     * Diet and Nutrition Coaching
     * Ayurvedic Products
     * Herbal Products
     * Organic Products
     * Cosmetic Products
     * Bath Products
     * Beauty and Makeup
     * Tattoo & Nail Art
     * Jewellery Management
   * Other Products
     * Pragmatic Odoo Amazon AWS Platform
     * Pragmatic Odoo iPaaS on AWS
     * Pragmatic Pentaho community edition @AWS Platform
     * Pragmatic machine learning toolkit @ AWS platform
     * Pragmatic CRM
     * Odoo Localization
     * Business Intelligence and Analytics Platform for Odoo
     * Pragmatic AWS IoT
     * Odoo Modules
     * Odoo JasperServer
     * Odoo SaaS kit
     * Magento E-commerce
     * Groupon Clone
     * Odoo Magento Integration
     * InstaPics - Instagram Magento Extension
     * Odoo Voice - Bring Artificial Intelligence (AI) to Odoo Platform
     * Odoo Chatbot
     * Odoo Mautic Connector
     * Odoo Alexa Integration
     * Marketing Automation
     * WhatsApp Marketing for Manufacturing
     * Odoo WooCommerce Connector
     * Odoo WooCommerce Connector Advance
     * Odoo 17 Manufacturing
     * Recruitment All In One
     * Flutter Developer
     * Odoo Unified Payment interface UPI Payment Gateway
     * Odoo Mobile App Builder
     * CRM Facebook Lead Integration
     * CRM Instagram Lead Integration
     * CRM TikTok Lead Integration
     * Instagram messenger
     * Pragtech Social Instagram
     * Odoo Social Facebook
     * Odoo Facebook Messenger Integration
     * Pragmatic Odoo Hubstaff
     * Canadian Payroll
     * Odoo COOperate COLiving
     * Odoo COOperate COWorking
     * Odoo Disable Followers
 * Technologies
   * Odoo
     * Odoo 11 Features
     * Odoo 12 Features
     * Odoo 13 Features
     * Odoo 14
     * Odoo 16
     * Odoo 17
   * Mobile Developement
   * Python
   * AI/ML
   * AI Officer For Business Owners
   * Ruby On Rails
   * NoSQL
   * HTML5
   * Jaspersoft
   * Pentaho
     * Pentaho Community Edition Vs Enterprise Edition
     * Pragmatic methodology for BI and Data warehouse Development
   * Odoo Copilot
   * Manufacturing Copilot
   * Ready Learning
   * Nodejs
   * Magento Development
     * Magento Enterprise Development
     * Magento Development Outsourcing company
 * Pricing
 * Alliance Program
 * Contact

 * Company
    * About Us
    * Pragmatic Core Values
    * Career
    * Case studies
    * CEO Speak
    * Testimonial
   
    * Life @ Pragmatic
    * News & Events
    * Think Green
    * Our Team
    * Blog
    * Partners Alliances
    * How we Work?
   
   
   PRAGMATIC AT-A-GLANCE
   
   
 * Services
    * Developement Services
       * Magento
       * ROR
       * PHP
       * Joomla
       * HTML5
       * Python
       * Node JS
       * Mobile Development
       * Blockchain
       * ChatGPT
       * Odoo BOT
   
    * Customization & Implementation Service
       * Odoo Customization
       * Odoo
          * Odoo Implementation Methodology
          * Data Migration
      
       * Hadoop
       * Jaspersoft
       * Vtiger
       * Talend
   
    * Business Intelligence
       * Jasperserver + OpenERP
       * Pentaho
   
    * Cloud Computing Services
       * Amazon Web Services
   
    * Mobile Development
    * ETL & Data Warehouse
       * Data Integration
       * Data Warehouse
   
    * Other Services
       * Odoo Helpdesk
       * Odoo Bookkeeping
       * Odoo 8 Configuration And Validation Service
       * Pragmatic Machine and Deep Learning
       * Quickbook Integration
       * Hire Software Developers
       * Odoo Multi Company
       * Odoo Runbot
       * Odoo Multi Website
       * Odoo for Windows
       * Odoo Technical and Functional Candidate Validation and Assessment
         Service
       * Odoo Certify: Odoo Certification Coaching Services
       * Marketing Intelligence

 * Products
    * Odoo-Verticals
       * Odoo Healthcare Management
       * Odoo Hotel Management
       * Odoo Fleet Management
       * Construction Project Planning and Controlling
       * Odoo Construction Bundle
       * Construction - Purchase Management
       * Construction - Purchase Reports
       * Construction - Sub Contracting Management
       * Odoo Contracting Transactions
       * Odoo Construction Land Acquisition
       * Odoo Tender Management
       * Odoo Construction Expense Management
       * Odoo Tour & Travel Management
       * Odoo Repair Management
       * Odoo Consulting Management
       * Odoo Retail POS Management
       * Odoo School Management
       * Odoo Restaurant Management
       * Odoo Property Leasing
       * Holiday Property Rental Module
       * Odoo University Management System
       * Xero Accounting integration with Odoo
       * Odoo OneDrive Integration
       * Delivery Control System
       * Odoo Paediatric Clinic Management
       * Odoo Delivery Driver Boy
       * Odoo Microsoft Teams Virtual Meetings Integration
       * Odoo Project Task Microsoft Office 365 Calendar integration
       * Microsoft Office 365 All in One Bundle
       * Odoo Project Tasks and Google Calendar Integration
       * Odoo Google Hangout Meeting Integration
       * Google Map Integration With Odoo
       * Ship-Rocket Odoo Connector
       * Postmates Odoo Integration
       * Whatsapp Odoo All in one Integration
       * Home Delivery All in One POS, Website and Mobile Orders for any
         Business
       * Whatsapp Odoo Marketing Integration
       * Whatsapp For Lead Generation
       * Whatsapp Odoo POS Integration
       * Odoo Whatsapp Live Chat
       * Whatsapp Helpdesk
       * Whatsapp Chatbot
       * Whatsapp-all-in-one Dashboard
       * Veterinary Appointment Booking & Document management Mobile App
       * Dental Appointment Booking and Document management Mobile App
       * Appointment Booking And Consultation Service Management
       * Appointment Booking & Consultation Services Mobile App
       * Eye Clinic Appointment Booking & Document management App
       * Pediatric Clinic Appointment Booking & Document management App
       * Meeting Room Booking Management Mobile App
       * Coworking Spaces and Service Management Mobile App
       * Beauty Spa Management Mobile App
       * Sales Price Automation
       * Cost Price Automation
       * Hostel Management Mobile App
       * Rental Management Mobile App
       * Update CRM Pipeline status based on Orders, Deliveries and Payments
      
       * Odoo Veterinary Medical Module
       * Odoo Automobile spare Parts Retail POS
       * Odoo Hostel Management
       * Odoo Manufacturing Management
       * Odoo Rental Dashboard
       * Odoo Rental Bundle
       * Project Planning and Gantt Chart
       * Odoo Clinic Management System
       * Beauty Clinic Management
       * SPA Management
       * Odoo Rental Management System
       * Odoo POS-Gift Coupon Management
       * Odoo Dental Clinic Management
       * Odoo Pathology Lab Management System
       * Odoo POS Loyalty Management System
       * Odoo POS Promotional Scheme
       * Odoo Eye Clinic Management
       * Odoo Quickbooks Connector
       * Odoo QuickBooks Desktop (QBD) Connector
       * Odoo QuickBooks Bundle
       * Odoo Quickbooks Reports
       * Odoo Salesforce Connector
       * Odoo Pipedrive Connector
       * Odoo Hubspot Integration
       * Odoo Freshbook Connector
       * Odoo Advanced Shopify Connector
       * Odoo Virtual Office Management
       * Pragmatic VIP Club for Odoo Apps and Success Packs
       * Odoo Slack Integration
       * Odoo Zoom Meetings Connector Integration
       * Odoo GoTo Meeting Connector Integration
       * Odoo Dunzo Connector Integration
       * Odoo Jira connector
       * Helpdesk Jira Connector
       * LMS
       * Odoo COVID and Other Vaccination Management
       * Odoo COVID Test Center Appointment Booking and Test Result Management
       * Odoo Conversations Dashboard
       * Odoo Vtiger integration
       * Odoo Whatsapp Shopping Cart Connector
       * Whatsapp Central
       * Conversation Central
       * Odoo Push Notification Using One Signal
       * eWAY Payment Acquirer
       * Braintree Payment Gateway
       * Odoo eCommerce Crypto Currency Payment Acquirer
       * Odoo import Purchase order
       * Odoo Import Invoice Data
       * Odoo Import Contact Data
       * Import Sale Order Data
       * Odoo Data Import Bundle
       * Meditation & Yoga
       * Fitness Coaching
       * Diet and Nutrition Coaching
       * Ayurvedic Products
       * Herbal Products
       * Organic Products
       * Cosmetic Products
       * Bath Products
       * Beauty and Makeup
       * Tattoo & Nail Art
       * Jewellery Management
   
    * Other Products
       * Pragmatic Odoo Amazon AWS Platform
       * Pragmatic Odoo iPaaS on AWS
       * Pragmatic Pentaho community edition @AWS Platform
       * Pragmatic machine learning toolkit @ AWS platform
       * Pragmatic CRM
       * Odoo Localization
       * Business Intelligence and Analytics Platform for Odoo
       * Pragmatic AWS IoT
       * Odoo Modules
       * Odoo JasperServer
       * Odoo SaaS kit
       * Magento E-commerce
       * Groupon Clone
       * Odoo Magento Integration
       * InstaPics - Instagram Magento Extension
       * Odoo Voice - Bring Artificial Intelligence (AI) to Odoo Platform
       * Odoo Chatbot
       * Odoo Mautic Connector
       * Odoo Alexa Integration
       * Marketing Automation
       * WhatsApp Marketing for Manufacturing
       * Odoo WooCommerce Connector
       * Odoo WooCommerce Connector Advance
       * Odoo 17 Manufacturing
       * Recruitment All In One
       * Flutter Developer
       * Odoo Unified Payment interface UPI Payment Gateway
       * Odoo Mobile App Builder
       * CRM Facebook Lead Integration
       * CRM Instagram Lead Integration
       * CRM TikTok Lead Integration
       * Instagram messenger
       * Pragtech Social Instagram
       * Odoo Social Facebook
       * Odoo Facebook Messenger Integration
       * Pragmatic Odoo Hubstaff
       * Canadian Payroll
       * Odoo COOperate COLiving
       * Odoo COOperate COWorking
       * Odoo Disable Followers

 * Technologies
    * Odoo
       * Odoo 11 Features
       * Odoo 12 Features
       * Odoo 13 Features
       * Odoo 14
       * Odoo 16
       * Odoo 17
   
    * Mobile Developement
    * Python
    * AI/ML
    * AI Officer For Business Owners
    * Ruby On Rails
   
    * NoSQL
    * HTML5
    * Jaspersoft
    * Pentaho
       * Pentaho Community Edition Vs Enterprise Edition
       * Pragmatic methodology for BI and Data warehouse Development
   
    * Odoo Copilot
    * Manufacturing Copilot
    * Ready Learning
   
    * Nodejs
    * Magento Development
       * Magento Enterprise Development
       * Magento Development Outsourcing company

 * Pricing
 * Alliance Program
 * Contact

 * sales@pragtech.co.in

 * Whatsapp Us

 * +1 978 295 7805
   
   +44 191 308 5117
   
   +61 (2) 8003 7653

 * 


REVOLUTIONIZE YOUR BUSINESS WITH ODOO INDUSTRY SPECIFIC SOLUTION IN EDUCATION,
MANUFACTURING, HEALTHCARE, RETAIL, CONSTRUCTION, HOSPITALITY AMONG OTHERS.


EXPERIENCE UNMATCHED EFFICIENCY AND GROWTH WITH OUR CUSTOMIZED ODOO ERP
SOLUTIONS







OUR SERVICE OFFERINGS


ODOO IMPLEMENTATION

Get Quote


ODOO CUSTOMIZATION

Get Quote


ODOO
CONSULTING

Get Quote


OUR SOLUTIONS FOCUS ON YOUR PROBLEMS


ERP DEVELOPMENT AND IMPLEMENTATION

Leverage our Odoo Open Source Technology expertise to manage and grow your
business...

Discover


MOBILE DEVELOPMENT

Enable Mobility for your business with Flutter, Android and IOS Apps.

Discover


AI/ML, PYTHON

We support and provide top-notch solutions for AI/ML and Python Technologies...

Discover AI/ML  |  Discover Python


WE KNOW WHAT MATTERS MORE IN YOUR INDUSTRY


HOTEL MANAGEMENT


RESTAURANT MANAGEMENT


TOURS & TRAVELS MANAGEMENT


SCHOOL MANAGEMENT


UNIVERSITY MANAGEMENT


HEALTHCARE MANAGEMENT


DENTAL CLINIC MANAGEMENT


VETERINARY MEDICAL MANAGEMENT

View ALL Products


HOME PAGE - CLIENTS


OUR CUSTOMERS




CUSTOMER SUCCESS STORIES


View Case Study
A combination of OpenERP + Magento + a pHp interface + Talend provided the
management at Profile Plan a cohesive application that would help them
capitalise on their unique position in the health care and weight loss market.

View Case Study
Pragmatic provided Masdar educational institute an Open ERP based institution
management software that was deployed quickly without any lock-ins / bindings
for software licenses.

View Case Study
Pragmatic worked with AtlasUSA to implement a solution that was based on
customizing their inherited workflows in Odoo to map with the new desired
business flow seamlessly.

View Case Study
Pragmatic created a custom theme for Attach2 website with Odoo as the frontend
and that is in line with the requirement and inherited workflows that map with
their actual business.

View Case Study
The solution proposed by Pragmatic TechSoft for Zapop was implemented by them to
empower the functional employees to complete their tasks as well as projects in
the pre-defined optimum manner.


> This is what we love the most: studying our client's needs in order to build
> the most functional solution for them. And turning case studies into happy
> ending, Of course.

All Case Studies
‌


HOME PAGE - CLIENT-EXPERIENCE


CLIENT EXPERIENCE

CLIENT SATISFACTION IS OUR TOP PRIORITY, WHICH IS WHY SMB, ENTERPRISE, AND
STARTUP CLIENTS CONTINUE TO WORK WITH US. HERE'S WHAT THEY HAD TO SAY ABOUT
PRAGMATIC TECHSOFT:

ANWAR


"IT HAS BEEN GOOD WORKING WITH PRAGMATIC. I HAVE BEEN WORKING WITH PRAGMATIC
SINCE A VERY LONG TIME AND I AM OK WITH EVERYTHING."

JEFF GUEVARRA


"PRAGMATIC DID A GOOD JOB IN THE PLANNING STAGE AND THE PEOPLE IN CHARGE MADE
SURE TO MEET THEIR WEEKLY AND MONTHLY TARGETS."

VALERIO CONTINI


"WORKING WITH PRAGMATIC WAS ABSOLUTELY GREAT. THE ENTIRE TEAM WAS VERY GOOD,
PROFESSIONAL, POLITE AND WILL COLLABORATE FURTHER."

BLUE ERP PROFESSIONAL


"BIG THANKS TO TEAM FOR THEIR PATIENCE AND UNDERSTANDING."

VICTOR


"SO FAR I APPRECIATE PRAGTECH'S EFFORTS TO PUBLISH GOOD QUALITY APP TO MEET OUR
EXPECTATIONS. YOU ARRANGE A CALL, SETUP THE MEETING, AND INTRODUCE ME TO THE
PIC, WHICH IS GOOD."

ATIF HAIDER


"PRAGMATIC HAS A BUNCH OF GOOD PEOPLE AND THE SUPPORT TEAM IS KIND ENOUGH TO
RESPOND QUICKLY, WORKING WITH PRAGMATIC WAS A GOOD EXPERIENCE."


HOME PAGE - ABOUT PRAGMATIC


ABOUT PRAGMATIC

"Pragmatic Techsoft Pvt. Ltd. knows what it takes to give a competitive thrust
to our clients business. We use our deep domain knowledge to devise bespoke
technology solutions that is developed exclusively for your specific industry
vertical.


FOLLOW US ON SOCIAL MEDIA


Likes

Followers

Followers

Subscribers


HOME PAGE - COUNTERS

Odoo Implementations
1000+
Countries Served
50+
Customers
2000+
Years Of Odoo Experience
10+


TALK TO OUR EXPERTS TO FIND OUT HOW WE CAN HELP YOUR ORGANIZATION GROW.

Contact


 * PRAGMATIC TECHSOFT PVT. LTD.

 * Address: Office No 15, Sun shree Woods Commercial Premises, NIBM Road, Pune
   411048, Maharashtra, India.
 * Phone: +91 (20) 41201035 | +91 (20) 41322895
 * Email: sales@pragtech.co.in
 * Whatsapp Us




ABOUT US

If your aspiration requires technology to deliver incredible outcomes, then do
have a cup of coffee with us. We will be happy to take you through our expertise
and hands on experience on major programming languages.


RESOURCES

 * Company Profile
 * Corporate Presentation
 * Service Portfolio
 * Blog
 * Case Studies


PRAGMATIC LAB

 * ERP Modules
 * Verticals
 * Pragmatic CRM


CONNECT

 * Facebook
 * Twitter
 * Slideshare
 * Linkedin


LIFE @ PRAGMATIC

 * Life @ Pragmatic
 * News & Events
 * Our Team

 

ⒸCopyright 2020 Pragmatic Techsoft Pvt Ltd All rights reserved.Privacy
PolicyRefund PolicyTerms and Conditions

JavaScript is currently disabled.Please enable it for a better experience of
Jumi.
×

ENTER YOUR DETAILS TO GET A FREE BROCHURE ON
"ODOOCOPILOT"

Name *
Email *
Phone*

I agree to terms of use

lead_source OdooGPT - EBook Popup

*Please enter a valid email ID, since we will be sending the PDF to your email


×

EMPOWERING YOUR BUSINESS WITH INNOVATIVE SOLUTIONS
"ODOOCOPILOT"

Name *
Email *
Phone*
lead_source OdooGPT Popup


×


EMPOWERING YOUR BUSINESS WITH INNOVATIVE SOLUTIONS
"ODOOCOPILOT"


Name *
Email *
Phone*
lead_source Pragtech - OdooCopilot Exit Popup


×


EXPLORE MANUFACTURING COPILOT NOW


Name *
Email *
Phone*
lead_source Pragtech - Manufacturing Copilot