{"id":2029,"date":"2022-01-16T03:17:58","date_gmt":"2022-01-16T03:17:58","guid":{"rendered":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/16\/repairer-repair-shop-management-system-with-point-of-sale-3-6\/"},"modified":"2022-01-16T03:17:58","modified_gmt":"2022-01-16T03:17:58","slug":"repairer-repair-shop-management-system-with-point-of-sale-3-6","status":"publish","type":"post","link":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/16\/repairer-repair-shop-management-system-with-point-of-sale-3-6\/","title":{"rendered":"Repairer &#8211; Repair Shop Management System With Point Of Sale 3.6"},"content":{"rendered":"<a href=\"https:\/\/go.fiverr.com\/visit\/?bta=1052423&nci=17043\" Target=\"_Top\"><img loading=\"lazy\" decoding=\"async\" border=\"0\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/fiverr.ck-cdn.com\/tn\/serve\/?cid=40081059\"  width=\"601\" height=\"201\"><\/a>\n<p><a class=\"wp_automatic_demo_btn\" target=\"_blank\" href=\"https:\/\/1.envato.market\/c\/2840012\/950273\/4415?u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Frepairer-repairworkshop-management-system-with-point-of-sale%2Ffull_screen_preview%2F20869216\" rel=\"noopener\">LIVE PREVIEW<\/a><a class=\"wp_automatic_buy_btn\" target=\"_blank\" href=\"https:\/\/1.envato.market\/c\/2840012\/950273\/4415?u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Frepairer-repairworkshop-management-system-with-point-of-sale%2F20869216\" rel=\"noopener\">BUY FOR $60<\/a><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/previews.customer.envatousercontent.com\/files\/267419992\/repairer-pos.jpg\"><\/p>\n<p>Repairer &#8211; Repair\/Workshop Management System is carefully developed for easy management of any type of repairshop\/workshop. It&#8217;s actually an innovative, simple and powerful management tool, designed and developed for you. It&#8217;s just your trusty employee. It&#8217;s a web based system where you can manage reparations, clients, inventory, purchases etc.<br \/>\nNow it comes with a Point of Sale System<\/p>\n<h2 id=\"item-description__demo\">Demo<\/h2>\n<p>URL: preview.otsglobal.org\/rms_pos<br \/>\nEmail: <a href=\"mailto:admin@admin.com\">admin@admin.com<\/a><br \/>\nPassword: password<\/p>\n<h2 id=\"item-description__quick-installation-guide\">Quick Installation Guide<\/h2>\n<p>    Download .zip package<br \/>\n    Upload it to your server<br \/>\n    Extract the package<br \/>\n    Run the uploaded url via browser (EXAMPLE.COM\/RMS\/INSTALL). Here you have to provide the settings for RMS:<\/p>\n<ul>\n<li> Hostname : database host name \/ IP<\/li>\n<li>Database Name : create a mysql database for RMS on your host and write that name here<\/li>\n<li>Database username  : username of the created database (if applicable)<\/li>\n<li>Database password : password of the created database<\/li>\n<\/ul>\n<h2 id=\"item-description__backend-admin\">Backend &#8211; Admin:<\/h2>\n<ol>\n<li>Point Of Sale<\/li>\n<li>Dashboard (graphical report)<\/li>\n<li>General settings (system customization)<\/li>\n<li>Client management<\/li>\n<li>Reparation management<\/li>\n<li>Inventory Management<\/li>\n<li>Purchases Management<\/li>\n<li>Taxes, Models, Categories etc.<\/li>\n<li>Graphical Reports ( Stock &#38; Finance )<\/li>\n<li>Sales Reports<\/li>\n<li>Drawer Reports<\/li>\n<li>Report table export to XLS &#38; PDF<\/li>\n<\/ol>\n<h2 id=\"item-description__frontend\">Frontend:<\/h2>\n<ul>\n<li>Reparation Status<\/li>\n<li>Login<\/li>\n<\/ul>\n<h2 id=\"item-description__notification-alert-system\">Notification\/ Alert System<\/h2>\n<p>Notify clients with their reparation status via E-Mail or SMS<\/p>\n<h2 id=\"item-description__documentation\">Documentation<\/h2>\n<p>Want to know more about Repairer? Please read our <a href=\"http:\/\/otsglobal.org\/rms\/documentation\/\" rel=\"nofollow\">Documentation<\/a><\/p>\n<h2 id=\"item-description__-how-to-update-lt-2-gt-change-log-1-1-to-2-2-added-composer-replaced\"> How to Update? &lt;\/2&gt;<\/p>\n<h2 id=\"item-description__change-log-1-1-to-2-2\">Change Log 3.5 to 3.6<\/h2>\n<ol>\n<li>Download v3.6<\/li>\n<li>Take Database &#38; Files Backup. <\/li>\n<li>Extract 3.6 files in place of 3.5<\/li>\n<li>Copy application\/config\/database.php from 3.5 backup to 3.6<\/li>\n<li>Copy application\/config\/config.php from 3.5 backup to 3.6<\/li>\n<li>Copy assets\/uploads from 3.5 to 3.6<\/li>\n<li>Run following in PhpMyAdmin. <\/li>\n<\/ol>\n<pre>\nALTER TABLE `settings` ADD `open_report_on_repair_add` BOOLEAN NOT NULL;\nALTER TABLE `settings` ADD `hide_repair_fields` LONGTEXT NULL AFTER `open_report_on_repair_add`;\nALTER TABLE `purchases` ADD `return_id` INT NULL AFTER `attachment`, ADD `surcharge` DECIMAL(24,2) NULL AFTER `return_id`, ADD `return_purchase_ref` VARCHAR(255) NULL AFTER `surcharge`, ADD `purchase_id` INT NULL AFTER `return_purchase_ref`, ADD `return_purchase_total` DECIMAL(24,2) NULL AFTER `purchase_id`;\nALTER TABLE `purchases` ADD `rma_number` VARCHAR(255) NULL AFTER `return_purchase_total`, ADD `return_status` VARCHAR(255) NULL AFTER `rma_number`, ADD `provider` VARCHAR(255) NULL AFTER `return_status`;\nALTER TABLE `purchases` ADD `track_code` VARCHAR(255) NULL;\nALTER TABLE `order_ref` ADD `rep` INT NOT NULL DEFAULT '1' AFTER `re`;\nALTER TABLE `purchase_items` ADD `purchase_item_id` INT NULL AFTER `unit_cost`;\nUPDATE `settings` SET `version` = '3.6';\nUPDATE `settings` SET `hide_repair_fields` = '{\"expected_close_date\":\"1\",\"error_code\":\"1\",\"date_of_purchase\":\"1\",\"has_warranty\":\"1\",\"warranty\":\"1\",\"warranty_card_number\":\"1\",\"repair_type\":\"1\",\"client_date\":\"1\"}' WHERE `settings`.`id` = 1;\nUPDATE `date_format` SET `js` = UPPER(`js`)\n<\/pre>\n<h2 id=\"item-description__change-log-1-1-to-2-2\">Change Log 3.2 to 3.5<\/h2>\n<ol>\n<li>Download v3.5<\/li>\n<li>Take Database &#38; Files Backup. <\/li>\n<li>Extract 3.5 files in place of 3.2<\/li>\n<li>Copy application\/config\/database.php from 3.2 backup to 3.5<\/li>\n<li>Copy application\/config\/config.php from 3.2 backup to 3.5<\/li>\n<li>Copy assets\/uploads from 3.2 to 3.5<\/li>\n<li>Run the Update35.sql in PhpMyAdmin. Download here: otsglobal.org\/cc_updates\/rms_pos\/Update35.sql<\/li>\n<\/ol>\n<h2 id=\"item-description__change-log-1-1-to-2-2\">Change Log 3.1 to 3.2<\/h2>\n<pre>\n- Bugs Fixed\n- added PHP Mailer\n<\/pre>\n<ol>\n<li>Download v3.2<\/li>\n<li>Take Database &#38; Files Backup. <\/li>\n<li>Extract 3.2 files in place of 3.1<\/li>\n<li>Copy application\/config\/database.php from 3.1 backup to 3.2<\/li>\n<li>Copy application\/config\/config.php from 3.1 backup to 3.2<\/li>\n<li>Copy assets\/uploads from 3.1 to 3.2<\/li>\n<li>Run the following sql in PhpMyAdmin.<\/li>\n<pre>\nALTER TABLE `settings` ADD `smtp_crypto` VARCHAR(100) NOT NULL AFTER `smtp_port`;\nALTER TABLE `settings` ADD `enable_overselling` BOOLEAN NOT NULL AFTER `invoice_email_text`;\nALTER TABLE `settings` ADD `sms_caller_id` VARCHAR(255) NOT NULL AFTER `enable_overselling`;\nUPDATE `settings` SET `version` = '3.2' WHERE `settings`.`id` = 1;\n<\/pre>\n<\/ol>\n<h2 id=\"item-description__change-log-1-1-to-2-2\">Change Log 3.1 to 3.2<\/h2>\n<pre>\n- Bugs Fixed\n<\/pre>\n<ol>\n<li>Download v3.1<\/li>\n<li>Take Database &#38; Files Backup. <\/li>\n<li>Extract 3.1 files in place of 3.0<\/li>\n<li>Copy application\/config\/database.php from 3.0 backup to 3.1<\/li>\n<li>Copy application\/config\/config.php from 3.0 backup to 3.1<\/li>\n<li>Copy assets\/uploads from 3.0 to 3.1<\/li>\n<li>Run the following sql in PhpMyAdmin.<\/li>\n<pre>\nALTER TABLE `inventory` CHANGE `model_id` `model_id` INT(11) NULL, CHANGE `model_name` `model_name` VARCHAR(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL;\nALTER TABLE `clients` ADD `where_you_hear_about_us` VARCHAR(250) NOT NULL AFTER `image`;\nALTER TABLE `settings` ADD `sale_email_text` TEXT NOT NULL AFTER `default_http_api`;\nALTER TABLE `settings` ADD `email_footer` TEXT NOT NULL AFTER `sale_email_text`;\nALTER TABLE `settings` ADD `invoice_email_text` TEXT NOT NULL AFTER `email_footer`;\n<\/pre>\n<\/ol>\n<h2 id=\"item-description__change-log-1-1-to-2-2\">Change Log 2.2 to 3.0<\/h2>\n<pre>\n- Add Image in Inventory Table\n- Fix Barcode Problem in Print Barcodes Inventory\n- Update Repair Statuses (Completed checkbox thing)\n- Fix any calculation issue for repairs with tax\n- Settings -&gt; order &#38; reparation -&gt; categories: can add category but disappears after saving\n- Purchases -&gt; download pdf : rounds up numbers, 2 decimals would be needed\n- editing purchases: When it was set up as ordered and I go back editing to mark it as arrived or trying to do any modifications to it its not possible\n- POS Open\/Close Drawer different coins in settings\n- Add SMSInfo.API android Gateway\n- Add Original Nexmo API\n- Add Pattern\/Pin Lock System\n- Warranty System\n- Document Sign\n- Calendar Widget show repairs too\n- Add Reparation ITEMS change quantity and price\n- Add Reparation Payments\n- Add Sales Payments.\n- Remove Advance Scene\n- Add Paid System\n- Import\/Export Systems Customers\n- Forgot password email system\n- Activity Log\n- Add Table State Save based on users\n- custom sms api function. \n- Permission Lang\n- And the tax is not appearing in POS invoice.\u00a0\n- Change status directly from table\n- And Much More\n<\/pre>\n<ol>\n<li>Download v3.0<\/li>\n<li>Take Database &#38; Files Backup. <\/li>\n<li>Extract 3.0 files in place of 2.2<\/li>\n<li>Copy application\/config\/database.php from 2.2 backup to 3.0<\/li>\n<li>Copy application\/config\/config.php from 2.2 backup to 3.0<\/li>\n<li>Copy assets\/uploads from 2.2 to 3.0<\/li>\n<li>Create a folder named &#8220;signs&#8221; in assets\/uploads<\/li>\n<li>Run the Update30.sql in PhpMyAdmin. Download here: otsglobal.org\/cc_updates\/rms_pos\/Update30.sql<\/li>\n<\/ol>\n<h2 id=\"item-description__change-log-1-1-to-2-2\">Change Log 1.1 to 2.2<\/h2>\n<pre>\n- Added composer\n- Replaced phpexcel with phpSpreadsheet\n- Added Reparation in Client view modal\n- Added Links on Client Name And Reparation code. \n- Remove Tax Rate Required Attribute\n- Add Assigned To field\n- Added Manufacturer field\n- Added 3 Reports And Invoice Templates\n- Add Barcode Generator for reparations\n- Added different views for completed &#38; pending repairs\n- Add autocompletion to defect &#38; category\n- Add expected close date\n- Add Imei to autofill repair details\n- Add numeric codes for repairs\n- And Much More\n<\/pre>\n<ol>\n<li>Download v2.2<\/li>\n<li>Take Database &#38; Files Backup. <\/li>\n<li>Extract 2.2 files in place of 1.1<\/li>\n<li>Copy application\/config\/database.php from 1.1 backup to 2.2<\/li>\n<li>Copy application\/config\/config.php from 1.1 backup to 2.2<\/li>\n<li>Copy assets\/uploads from 1.1 to 2.2<\/li>\n<li>Create a folder named &#8220;backgrounds&#8221; in assets\/uploads<\/li>\n<li>Run the Update.sql in PhpMyAdmin. Download here: otsglobal.org\/cc_updates\/rms_pos\/Update 2.2.sql<\/li>\n<\/ol>\n<h2 id=\"item-description__change-log-1-1\">Change Log 1.1<\/h2>\n<pre>\n\u2014 Added Inventory Images\n\u2014 Added Quick Add by Barcode in POS\n\u2014 Added Categories Filter in POS\n\u2014 Added Products Show with Pagination\n\u2014 Bugs Removed\n\u2014 Fixed Translations\n\u2014 Home Page Permissions\n\u2014 Added Postal Code Field for clients\n\u2014 Added Parsley.JS Form Validation\n\u2014 Updated Codeigniter and AdminLTE\n<\/pre>\n<ol>\n<li>Download v1.1<\/li>\n<li>Backup your current rms_application files (v1.0) and export current database as sql (as pre-caution).<\/li>\n<li>Delete v1.0 rms_application files and extract v1.1 as replacement<\/li>\n<li>Restore rms_application\/assets\/uploads\/logos &#38; rms_application\/assets\/uploads\/members folder from v1.0<\/li>\n<li>Restore rms_application\/application\/config\/config.php, rms_application\/application\/config\/database.php files from v1.0<\/li>\n<li>Go to phpMyAdmin , select your database and run the following SQL:<\/li>\n<\/ol>\n<p><code><br \/>\nALTER TABLE `inventory` ADD `image` TEXT NOT NULL AFTER `isDeleted`;<br \/>\nUPDATE `inventory` SET `image`=\"no_image.png\" WHERE 1;<br \/>\nALTER TABLE `permissions` ADD `dashboard-qemail` BOOLEAN NOT NULL AFTER `categories-delete`, ADD `dashboard-qsms` BOOLEAN NOT NULL AFTER `dashboard-qemail`;<br \/>\nALTER TABLE `clients` ADD `postal_code` VARCHAR(50) NOT NULL AFTER `city`;<br \/>\nUPDATE `settings` SET `version` = '1.1' WHERE `settings`.`id` = 1;<br \/>\nCREATE TABLE `pos_settings` (<br \/>\n  `id` int(11) NOT NULL,<br \/>\n  `products_per_page` int(11) NOT NULL,<br \/>\n  `product_button_color` varchar(50) NOT NULL<br \/>\n) ENGINE=InnoDB DEFAULT CHARSET=latin1;<\/p>\n<p>INSERT INTO `pos_settings` (`id`, `products_per_page`, `product_button_color`) VALUES<br \/>\n(1, 10, 'default');<\/p>\n<p>ALTER TABLE `pos_settings`<br \/>\n  ADD PRIMARY KEY (`id`);<\/p>\n<p>ALTER TABLE `pos_settings`<br \/>\n  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;<br \/>\n<\/code><\/p>\n<h2 id=\"item-description__change-log-1-1-to-1-11\">Change Log 1.1 to 1.11<\/h2>\n<pre>\n\u2014 Added Translations\n<\/pre>\n<ol>\n<li>Download v1.11<\/li>\n<li>Replace downloaded 1.11 application\/languages folder in your server rms_folder (1.1)<\/li>\n<li>Replace downloaded 1.11 application\/views\/_base\/foot.php in your server rms_folder (1.1)<\/li>\n<\/ol>\n<h2 id=\"item-description__counter\">Counter<\/h2>\n<p> <a href=\"https:\/\/info.flagcounter.com\/80hn\" rel=\"nofollow\"><img decoding=\"async\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/s04.flagcounter.com\/count\/80hn\/bg_FFFFFF\/txt_1520BD\/border_FFFFFF\/columns_4\/maxflags_12\/viewers_0\/labels_1\/pageviews_1\/flags_0\/percent_0\/\" alt=\"Flag Counter\" \/><\/a><\/h2>\n<iframe data-lazy=\"true\" data-src=\"https:\/\/www.fiverr.com\/gig_widgets?id=U2FsdGVkX18x7XQvttUTrv1oEqmGNGTgvvCUiUoJ\/AP4z\/UyMz8lXGOLpu15jIMxBbTR0gmD5uBoFvhC4KWeALQRp3h\/X\/AwcVD0K8Wj9H\/ZzYKzcCNHosB9oS4SCJJFWiN85P9ICAc4OgCoE\/wHKIY7CDkf2\/DQ1vqGvk4smVe5cRDEmrLPCWi4FC8p40VUhSmWQ5udCm0zoJtorgWv3vbDQw0kKYkwn39ozAnQXDe+YvWMxkLFWA+O3TFwkJvdkIK+\/AUSnRssPKt5WHY0FhNOxnSPcLslEL4G4\/RfP95ve99U+kRnDy3X+KtzdQLY+u935ghON\/o3UE4IMv9oN6JX9RnxzL\/LRcOgnHigxStSGPKsZYtnz8RWNVT\/rOLAibqiWJadC5MYHRbekF3eg6FOGrQGkXYbsn0+a5aovnlLCbLwIqY9fcS17UX8J235iQ6cdmHNbrPeS84CMm34RA==&affiliate_id=1052423&strip_google_tagmanager=true\" loading=\"lazy\" data-with-title=\"true\" class=\"fiverr_nga_frame\" frameborder=\"0\" height=\"350\" width=\"100%\" referrerpolicy=\"no-referrer-when-downgrade\" data-mode=\"random_gigs\" onload=\" var frame = this; var script = document.createElement('script'); script.addEventListener('load', function() { window.FW_SDK.register(frame); }); script.setAttribute('src', 'https:\/\/www.fiverr.com\/gig_widgets\/sdk'); document.body.appendChild(script); \" ><\/iframe>\n<a href=\"https:\/\/1.envato.market\/c\/2840012\/950273\/4415?u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Frepairer-repairworkshop-management-system-with-point-of-sale%2F20869216\">Source<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>LIVE PREVIEWBUY FOR $60 Repairer &#8211; Repair\/Workshop Management System is carefully developed for easy management of any type of repairshop\/workshop. It&#8217;s actually an innovative, simple&#8230;<\/p>\n","protected":false},"author":1,"featured_media":2030,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-2029","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-codes"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Repairer - Repair Shop Management System With Point Of Sale 3.6 - mailinvest.blog<\/title>\n<meta name=\"description\" content=\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mailinvest.blog\/index.php\/2022\/01\/16\/repairer-repair-shop-management-system-with-point-of-sale-3-6\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Repairer - Repair Shop Management System With Point Of Sale 3.6 - mailinvest.blog\" \/>\n<meta property=\"og:description\" content=\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mailinvest.blog\/index.php\/2022\/01\/16\/repairer-repair-shop-management-system-with-point-of-sale-3-6\/\" \/>\n<meta property=\"og:site_name\" content=\"mailinvest.blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/freelanceracademic\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-01-16T03:17:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/repairer-pos.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"590\" \/>\n\t<meta property=\"og:image:height\" content=\"300\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin@mailinvest.blog\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin@mailinvest.blog\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/16\\\/repairer-repair-shop-management-system-with-point-of-sale-3-6\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/16\\\/repairer-repair-shop-management-system-with-point-of-sale-3-6\\\/\"},\"author\":{\"name\":\"admin@mailinvest.blog\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/person\\\/012701c4c204d4e4ebd34f926cfd31a4\"},\"headline\":\"Repairer &#8211; Repair Shop Management System With Point Of Sale 3.6\",\"datePublished\":\"2022-01-16T03:17:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/16\\\/repairer-repair-shop-management-system-with-point-of-sale-3-6\\\/\"},\"wordCount\":621,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/16\\\/repairer-repair-shop-management-system-with-point-of-sale-3-6\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/repairer-pos.jpg\",\"articleSection\":[\"Code's\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/16\\\/repairer-repair-shop-management-system-with-point-of-sale-3-6\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/16\\\/repairer-repair-shop-management-system-with-point-of-sale-3-6\\\/\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/16\\\/repairer-repair-shop-management-system-with-point-of-sale-3-6\\\/\",\"name\":\"Repairer - Repair Shop Management System With Point Of Sale 3.6 - mailinvest.blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/16\\\/repairer-repair-shop-management-system-with-point-of-sale-3-6\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/16\\\/repairer-repair-shop-management-system-with-point-of-sale-3-6\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/repairer-pos.jpg\",\"datePublished\":\"2022-01-16T03:17:58+00:00\",\"description\":\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/16\\\/repairer-repair-shop-management-system-with-point-of-sale-3-6\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/16\\\/repairer-repair-shop-management-system-with-point-of-sale-3-6\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/16\\\/repairer-repair-shop-management-system-with-point-of-sale-3-6\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/repairer-pos.jpg\",\"contentUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/repairer-pos.jpg\",\"width\":590,\"height\":300},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/16\\\/repairer-repair-shop-management-system-with-point-of-sale-3-6\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mailinvest.blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Repairer &#8211; Repair Shop Management System With Point Of Sale 3.6\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#website\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/\",\"name\":\"mailinvest.blog\",\"description\":\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis. mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\",\"publisher\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mailinvest.blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\",\"name\":\"mailinvest\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/default.png\",\"contentUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/default.png\",\"width\":1000,\"height\":1000,\"caption\":\"mailinvest\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/freelanceracademic\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/person\\\/012701c4c204d4e4ebd34f926cfd31a4\",\"name\":\"admin@mailinvest.blog\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"caption\":\"admin@mailinvest.blog\"},\"sameAs\":[\"https:\\\/\\\/mailinvest.blog\",\"admin@mailinvest.blog\"],\"url\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/author\\\/adminmailinvest-blog\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Repairer - Repair Shop Management System With Point Of Sale 3.6 - mailinvest.blog","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","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:\/\/mailinvest.blog\/index.php\/2022\/01\/16\/repairer-repair-shop-management-system-with-point-of-sale-3-6\/","og_locale":"en_US","og_type":"article","og_title":"Repairer - Repair Shop Management System With Point Of Sale 3.6 - mailinvest.blog","og_description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","og_url":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/16\/repairer-repair-shop-management-system-with-point-of-sale-3-6\/","og_site_name":"mailinvest.blog","article_publisher":"https:\/\/www.facebook.com\/freelanceracademic\/","article_published_time":"2022-01-16T03:17:58+00:00","og_image":[{"width":590,"height":300,"url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/repairer-pos.jpg","type":"image\/jpeg"}],"author":"admin@mailinvest.blog","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin@mailinvest.blog","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/16\/repairer-repair-shop-management-system-with-point-of-sale-3-6\/#article","isPartOf":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/16\/repairer-repair-shop-management-system-with-point-of-sale-3-6\/"},"author":{"name":"admin@mailinvest.blog","@id":"https:\/\/mailinvest.blog\/#\/schema\/person\/012701c4c204d4e4ebd34f926cfd31a4"},"headline":"Repairer &#8211; Repair Shop Management System With Point Of Sale 3.6","datePublished":"2022-01-16T03:17:58+00:00","mainEntityOfPage":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/16\/repairer-repair-shop-management-system-with-point-of-sale-3-6\/"},"wordCount":621,"commentCount":0,"publisher":{"@id":"https:\/\/mailinvest.blog\/#organization"},"image":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/16\/repairer-repair-shop-management-system-with-point-of-sale-3-6\/#primaryimage"},"thumbnailUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/repairer-pos.jpg","articleSection":["Code's"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/mailinvest.blog\/index.php\/2022\/01\/16\/repairer-repair-shop-management-system-with-point-of-sale-3-6\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/16\/repairer-repair-shop-management-system-with-point-of-sale-3-6\/","url":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/16\/repairer-repair-shop-management-system-with-point-of-sale-3-6\/","name":"Repairer - Repair Shop Management System With Point Of Sale 3.6 - mailinvest.blog","isPartOf":{"@id":"https:\/\/mailinvest.blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/16\/repairer-repair-shop-management-system-with-point-of-sale-3-6\/#primaryimage"},"image":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/16\/repairer-repair-shop-management-system-with-point-of-sale-3-6\/#primaryimage"},"thumbnailUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/repairer-pos.jpg","datePublished":"2022-01-16T03:17:58+00:00","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","breadcrumb":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/16\/repairer-repair-shop-management-system-with-point-of-sale-3-6\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mailinvest.blog\/index.php\/2022\/01\/16\/repairer-repair-shop-management-system-with-point-of-sale-3-6\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/16\/repairer-repair-shop-management-system-with-point-of-sale-3-6\/#primaryimage","url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/repairer-pos.jpg","contentUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/repairer-pos.jpg","width":590,"height":300},{"@type":"BreadcrumbList","@id":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/16\/repairer-repair-shop-management-system-with-point-of-sale-3-6\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mailinvest.blog\/"},{"@type":"ListItem","position":2,"name":"Repairer &#8211; Repair Shop Management System With Point Of Sale 3.6"}]},{"@type":"WebSite","@id":"https:\/\/mailinvest.blog\/#website","url":"https:\/\/mailinvest.blog\/","name":"mailinvest.blog","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis. mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","publisher":{"@id":"https:\/\/mailinvest.blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mailinvest.blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mailinvest.blog\/#organization","name":"mailinvest","url":"https:\/\/mailinvest.blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mailinvest.blog\/#\/schema\/logo\/image\/","url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/default.png","contentUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/default.png","width":1000,"height":1000,"caption":"mailinvest"},"image":{"@id":"https:\/\/mailinvest.blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/freelanceracademic\/"]},{"@type":"Person","@id":"https:\/\/mailinvest.blog\/#\/schema\/person\/012701c4c204d4e4ebd34f926cfd31a4","name":"admin@mailinvest.blog","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","caption":"admin@mailinvest.blog"},"sameAs":["https:\/\/mailinvest.blog","admin@mailinvest.blog"],"url":"https:\/\/mailinvest.blog\/index.php\/author\/adminmailinvest-blog\/"}]}},"_links":{"self":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts\/2029","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/comments?post=2029"}],"version-history":[{"count":0,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts\/2029\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/media\/2030"}],"wp:attachment":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/media?parent=2029"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/categories?post=2029"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/tags?post=2029"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}