This is a Project Restaurant Management System built with CodeIgniter made for restaurants, bars, food trucks, and other businesses in the food service industry.
Key Features:
- Inventory Management: Manage food and beverage stock levels, track consumption, and set reorder points to ensure adequate supply.
- Order Processing: Receive and process orders from dine-in, takeout, and delivery customers. Track order status, apply discounts, and generate invoices.
- Customer Relationship Management (CRM): Maintain customer profiles, track order history, and personalize customer interactions to enhance customer satisfaction.
- Financial Reporting: Generate comprehensive financial reports to analyze sales trends, identify profit margins, and make informed business decisions.
How to install project Restaurant Management System on localhost:
- Download and install a local web server such as AMPPS/XAMPP/WAMP to run our PHP scripts;
- Extract source code you downloaded, then copy to the web server directory;
- Access phpMyAdmin to create a new database, then import file restaurant_ci.sql (database/restaurant_ci.sql) ;
- Open file database.php (in directory application/config/database.phpp) and configuration database connection:
$db['default'] = array(
'hostname' => 'localhost',
'username' => '',
'password' => '',
'database' => '',
'dbdriver' => 'mysqli',
)
- Open file config.php (in directory application/config/config.phpp) and configuration base Site URL
$config['base_url'] = 'http://localhost/RestaurantMS_CI/';
- Open a web browser and type url to project E.g [http://localhost/project_name]
**Admin Login Details**
Email : admin@gmail.com
Password: password0101
Note: Project Restaurant Management System By CodeIgniter is share for educational purposes only.
Tags
inventory