POS with Inventory System
Desenvolvedor
Chat público
Detalhes do produto
Minimum System Requirments
- PHP 7.4.*
- MySQL Version 5.6 or higher
- Curl Extension Enabled
- Should support ONLY_FULL_GROUP_BY sql mode
Local Server Installation
To run application you need to download web server, you can download it from https://www.apachefriends.org/download.html for Windows/Linux/Mac. For Windows systems download MAMPP or XAMPP Server, for Macintosh systems download MAMPP server,for Linux systems download LAMPP or XAMPP server.
For demonstration we are using here XAMPP server. In all the servers have MySQL extensions. No need to download third party MySQL.
Run the Local Server
In Windows systems c:/xampp/xampp-control.exe ->Right click ->Start it in Adminstration mode -> you will get XAMPP control panel -> find 'Apache' Click on start button -> find MySQL Click on start button. This much server setup is enough, to run application.
Test the Local Server Installtion
- Open Browser type: http://localhost or http://localhost/dashboard
- It will show XAMPP Welcome Page
Application Installation in Local Server
#1 STEP
- Unzip the application folder
- Copy source code into c:/xampp/htdocs/ or c:/wampp/www/
- We assume here your application folder name is 'inventory'. Location: c:/xampp/htdocs/inventory
#2 STEP
- In source folder you will get 'setup' folder. Location: c:/xampp/htdocs/inventory/setup
- Open Browser type: http://localhost/inventory/setup or https://www.example.com/setup
- In that you will two Options i.e., `Install` and `Update`.
- Select `Install` Option for new Installation.
- Select `Update` Option for update process.
- Please enter information in installer form.
- Hostname
- Username
- Password
- Database Name
- Email Id
Demo site for POS:
https://raymondramiro.tech/pos
Username: superadmin
Password: 12345
FAQ:
*Is the licensed lifetime or is this permanent? - YES
*Does it work on Offline? -YES, it works both OFFLINE or ONLINE
*Can it be use on multiple cash registers? - YES, It can support up to 15 Cash Register ( This may depend on how powerful the host PC is, if the host pc is powerful then 15+ can support)
*How to install? - An instruction is included, if you are having trouble it installing you can ask us to install it for you, free of charge
This POS is a PHP based web application software, where user can track and manage Items & Stock, Suppliers, Customers, Items Categories, Sales Invoice, Purchase Invoice, users and get all the reports which are require to your office with many more features.
Árvore de arquivos
-
📁 POS with Inventory System