Select Page
InventoryPlus Premium Subscription

Included Features

✔ All Advanced Features – Includes everything offered in the Advanced Subscription Also Premium feature Estimation ,Stockverification Etc
✔ Google Drive Backup – Built‑in option for secure data backup to Google Drive
✔ Remote Report Access – On‑demand viewing of reports from any mobile, desktop, or iPad via Dropbox
✔ Customizable Home Screen – Add your company logo, address, and background image
✔ Report & Sales Bill Template Editing – Full customization of report and invoice formats
✔ Analytics Dashboard – Advanced analysis tools for business insights (Click here to learn more)
✔ InventoryPlus Plugin Support – Extend functionality with available plugins
✔ Report Scheduling & Monitoring – Automate report generation and tracking
✔ Smart Notifications – Email and SMS alerts for key business events
✔ Work Order & Job Tracking – Manage job work and work orders efficiently
✔ Multi‑Branch Management – Synchronize data across branches using Dropbox
✔ Purchase Order Management – Create, import, and auto‑generate purchase orders directly from the purchase screen
✔ Barcode Label Printing – Full barcode label printing with import of purchased products into the label screen
✔ Bundle Offer Sales – Manage bundled product offers seamlessly
✔ Premium Support – Priority assistance with extended support coverage
✔ Support Tickets – 4 complimentary tickets (valued at ₹2000/40USD) for critical issues
✔ Multi‑System Installation – Licensed for up to 3 systems within the same LAN/shop
✔ Setup & Configuration Assistance – Guided installation and configuration support

If you are buying from outside India then you can see the price in INR only, On payment screen while checkout you can see the amount in the local currency, If you are from outside India then We will recommend buying from GLOBAL PRICE click here

 

// Cookie management function setCookie(name, value, days = 30) { const date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); document.cookie = `${name}=${encodeURIComponent(JSON.stringify(value))}; expires=${date.toUTCString()}; path=/`; } function getCookie(name) { const nameEQ = name + "="; const cookies = document.cookie.split(';'); for (let cookie of cookies) { cookie = cookie.trim(); if (cookie.indexOf(nameEQ) === 0) { try { return JSON.parse(decodeURIComponent(cookie.substring(nameEQ.length))); } catch (e) { return null; } } } return null; } // Fetch pricing from service async function fetchPricing() { try { const response = await fetch(`https://services.inventoryplus.in/get-pricing.php`); return response.ok ? await response.json() : null; } catch (error) { console.error('Pricing fetch error:', error); return null; } } // Update Divi pricing module function updateDiviPricing(pricing) { if (!pricing || !Array.isArray(pricing)) return; const plan = pricing.find(p => p.plan_type == 3); if (plan && plan.currencycode === "USD") { const el = document.getElementById('#INRRow'); if (el) { el.style.display = 'none'; } const btn = document.getElementById('USDbtn'); // id without # if (btn) { const text = btn.textContent.trim(); // "Checkout (10 USD)" // Only update if amount not already in text if (text.indexOf(plan.amount.toString()) === -1) { btn.textContent = "Checkout ($" + plan.amount.toString() + " USD)"; } } } } // Initialize with caching document.addEventListener('DOMContentLoaded', async function() { const cacheKey = `pricing_cache`; // Check cache first let pricing = getCookie(cacheKey); if (!pricing) { // Fetch from API if not cached pricing = await fetchPricing(); if (pricing) { // Store in cookie for 1 day setCookie(cacheKey, pricing, 30); } } updateDiviPricing(pricing); });

Pin It on Pinterest

Share This