File: /home/clientsoftwares/public_html/repairshop.clientsoftwares.com/resources/views/demo.blade.php
<!DOCTYPE html>
<html lang="{{ config('app.locale', 'en') }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>{{ config('app.name') }} Demo Information</title>
<link rel="shortcut icon" href="/images/default/icon.png">
<link href="/css/app.css" rel="stylesheet">
</head>
<body class="bg-gray-700 text-white">
<div class="flex items-center justify-center min-h-screen px-4">
<div class="w-full max-w-7xl p-8 bg-gray-800 rounded-lg shadow-md">
<h1 class="text-3xl font-semibold mb-8 text-center">Ultimate Repairshop Solution Features Comparison</h1>
<div class="flex flex-col md:flex-row md:gap-8 text-base">
<div class="md:w-1/2 mb-8 md:mb-0">
<h2 class="text-xl font-semibold mb-6 underline">Normal Version</h2>
<ul class="list-disc list-inside space-y-2">
<li>Built-in POS</li>
<li>Advance QR-code traceable invoices</li>
<li>Repair tracker embed-able widget</li>
<li>Sale orders management</li>
<li>Repair orders management</li>
<li>Custom products (item purchased from customer) management</li>
<li>Customer bill management</li>
<li>Product categories management</li>
<li>Product management</li>
<li>Product variants management</li>
<li>Sale items as a serial base like mobile phones etc</li>
<li>Warehouse management</li>
<li>Stocks management</li>
<li>User management</li>
<li>User roles and permissions management</li>
<li>Database backup and restore</li>
<li>Product label printing</li>
<li>Custom label printing</li>
<li>Language translation system</li>
<li>Overall report</li>
<li>Graphical dashboard</li>
<li>Outgoing mail config setup</li>
<li>Default currency config setup</li>
<li>Default tax config setup</li>
<li>Google ReCaptcha v3 config setup</li>
<li>Invoice terms and conditions setup</li>
<li>POS default setting setup</li>
<li>Printer default setting setup (i.e. adjust page size)</li>
<li>All inputs and forms are XXS-protected</li>
<li>Highly optimized and fast in running</li>
</ul>
</div>
<div class="md:w-1/2">
<h2 class="text-xl font-semibold mb-6 underline">Pro Version (additional features along with normal features)</h2>
<ul class="list-disc list-inside space-y-2">
<li>Advance invoice search engine</li>
<li>Active logs for all operations</li>
<li>Email notification system</li>
<li>SMS notification system (via Vonage and Twilio gateways)</li>
<li>Notifications template building with dynamic placeholders</li>
<li>Daily cashbook register opening/closing</li>
<li>Well-structured graphical dashboard with out-of-stock alerts</li>
<li>Sale refund/return processing</li>
<li>Repair order multiple payment collection system</li>
<li>Automatic hardware inventory handling in real time while repairing</li>
<li>Repair order warranty card generation system</li>
<li>Repair order device tag generation system</li>
<li>Vendor purchasing system (purchase items from suppliers)</li>
<li>Product category management with subcategories</li>
<li>Product brands management module</li>
<li>Product/categories/brands import/exports with multiple formats including CSV</li>
<li>Advanced label printing and generation system</li>
<li>Product multiple stock support</li>
<li>Expense management with expense types</li>
<li>Seamless repair booking and sell/buy from third place by embeddable booking forms</li>
<li>Overall summary reports</li>
<li>Advanced sales, repair, bills, refunds, and custom purchase reports</li>
<li>Digital signature for all invoices</li>
<li>Product variants import/export as CSV</li>
<li>Customers import/export as CSV</li>
<li>Suppliers import/export as CSV</li>
<li>Expenses, expenses/types import/export as CSV</li>
<li>Warehouse import/export as CSV</li>
</ul>
</div>
</div>
<div class="text-lg mt-8">
For more information or to purchase the Pro version, please contact us at
<a href="mailto:info.codehas@gmail.com" class="text-blue-400 hover:underline">info.codehas@gmail.com</a>
or submit a ticket at
<a href="https://app.codehas.net" class="text-blue-400 hover:underline">https://app.codehas.net</a>.
</div>
<a href="https://ultimate.codehas.net" class="inline-block px-6 py-3 mt-6 text-lg font-medium text-center text-white bg-blue-600 rounded-md hover:bg-blue-700" target="_blank">See Demo Live Preview</a>
</div>
</div>
</body>
</html>