User guide and deployment instructions
If this is your first time using MiniERP, we recommend the following setup steps:
MiniERP supports self-hosted deployment on a modern Node.js-based stack with a SQLite database.
bun install or npm installbun run dev or npm run devDetailed deployment documentation is included with the installation package. For the Professional plan, we handle deployment for you.
A typical international trade workflow:
Q: Does it support multiple users?
A: Yes, there's no limit on the number of users, and you can create multiple operator accounts as needed (subject to the permissions module in your version).
Q: Where is the data stored?
A: In a self-hosted deployment, data is stored in a local SQLite database on your own server, fully under your control.
Q: Can I export data?
A: The database is SQLite and can be backed up directly, or exported to formats like Excel through the system's export feature (where available).
Q: Does it support multiple currencies?
A: Yes. Quotations, orders, and invoices all support currency selection (USD, CNY, EUR, and others).
Q: What is a UDID?
A: Every core document (quotation, invoice, packing list, purchase order, job sheet) automatically receives a unique identifier (format XXXX-XXXX-XXXX) for traceability and anti-counterfeiting.
Get in touch with us for technical support