Free sales management and inventory management application helps you easily manage sales, inventory, and employees. The app's features include:
- Product management (add, edit, delete);
- Create categories for each product;
- Create brands, stores, and attributes for each product;
- Create orders, print orders;
- Statistical order reports;
- Employee access level permissions;
- Some optional settings.
*How to install script on localhost:
Download and install a local web server such as AMPPS/XAMPP/WAMP to run our PHP scripts.
Download the script, unzip it, and copy it to the web server directory;
Open a web browser and access PHPMyAdmin, create a new database, then import file ci_stock.sqldatabase (in root directory);
Open file database.php (in directory application/config/database.phpp) and configuration database connection:
$db['default'] = array(
'hostname' => 'localhost',
'username' => '',
'password' => '',
'database' => '',
'dbdriver' => 'mysqli',
)
Tags
inventory