Overview:
ShopManager is a simple and professional Shop Management System written in PHP, Its the most cheaper solution for shops and big or small Businesses
Update your stock information and view sales data from anywhere whether in the office, at home, in the warehouse, or on the go. All you need to access this a device with internet connection.
Features:
- Generate :PDF Receipts
- Generate Reports
- Low Stock Alert
- Expired Products Alert
- Generate Barcodes
- Manage Sales
- Manage Expenses
- Income Statement
- Track Stock Worth
- Standard Users
Requirements:
- Apache 2 or higher, with:
- mod_rewrite
- PHP 8 or higher, with:
- MySQLi
- MySQL 7 or higher
Instructions:
- Import the database.SQL file from the “MySQL” folder into your MySQL database using the import function available in MySQL.
- With a text editor open the following file located inside the ‘Script/db/’ folder: config.php, and replace what’s between the quotes (e.g: ‘shopmanager’) with your MySQL settings:
DEFINE('DBHost','localhost'); DEFINE('DBUser', 'root'); DEFINE('DBPass',''); DEFINE('DBName','shopmanager');
- Upload the files from the “Script” folder on the FTP server (usually public_html folder when installing it on a domain).
Reviews
There are no reviews yet.