Everything you need to set up and use SmartERP. If you can't find what you need, contact us — we'll help directly.
SmartERP runs on Hostinger shared hosting (or any PHP 8.2 host). Upload the files and run four commands.
Extract SmartERP_Complete.zip and upload the contents to /public_html/smarterp/ using Hostinger File Manager or FTP.
Copy .env.example to .env. Fill in your MySQL database credentials and APP_URL.
Via SSH or Hostinger Terminal, run the commands below.
On your local PC: npm install && npm run build then upload the generated public/build/ folder to your server.
storage/ and bootstrap/cache/ directories must be writable. Run chmod -R 755 storage bootstrap/cache if needed.Open your app URL and click Register. Enter your company name, email, and password. On registration:
Migrating from another system? Download the CSV template, fill it with your ledger-wise balances, and upload it.
Go to Vouchers → Create. Use keyboard shortcuts for speed:
F5 — Payment VoucherF6 — Receipt VoucherF7 — Journal VoucherF8 — Sales VoucherF9 — Purchase VoucherCtrl+S — Post the voucherEvery voucher is validated for Dr = Cr before posting. Imbalanced entries are rejected with a clear message.
Go to Invoices → Create. Select the type (Sales / Purchase / Credit Note / Debit Note), choose the party, add line items. CGST, SGST, and IGST are calculated live as you type.
Toggle Inter-State to switch between IGST (inter-state) and CGST+SGST (intra-state) automatically.
For GSTR-1: Go to GST → GSTR-1, select the period, and export JSON for portal upload. All 5 sections (B2B, B2CL, B2CS, CDNR, HSN) are generated automatically.
Go to AI Assistant and type anything in plain English or Hindi:
For write operations (creating invoices, vouchers etc.) the AI shows a confirmation card with the full journal entry. You review and confirm — nothing is posted without your approval.
Ollama runs AI on your own PC — no internet, no API key, completely free.
ollama pull llama3.2:3bShare read-only access with your CA or auditor without giving them your login credentials.
Go to Settings → Backup and click Create Backup. The backup file is stored in storage/app/backups/ on your server and available for download.
For automatic daily backups, set up a Hostinger cron job: