Café Ordering Management System Using PHP/MySQLi with Full Source Code

Language

Café Ordering Management System Using PHP/MySQLi

The Café Ordering Management system is a web based system that is developed using PHP, BootStrap, CSS, JavaScript and MySQLi for the database. There are three sides in this Café Ordering Management System Using PHP/MySQLi; the admin side, cashier side and the customer. It is designed as a very easy to use system that the functions can be easily navigate by different users.

About the Café Ordering Management System Using PHP/MySQLi

The main purpose of this Café Ordering Management System Using PHP/MySQLi is to help restaurant owners and customers make ordering process faster in a convenient and efficient way. In this Café Ordering Management System Using PHP/MySQLi, the customer can select a meal/s that is available on the menu list. After selecting a meal, the cashier will place their orders in the system whether it is for take-out or dine in. In this Café Ordering Management System Using PHP/MySQLi the cashier has the ability to manage meals, manage payments and manage tables. While, on the admin side the admin has also the ability to update and manage meals, manage payments, manage tables, manage categories and manage users.

These are the following features of Café Ordering Management System Using PHP/MySQLi

Admin Side

  • Manage Meals
  • Manage Categories
  • Manage Tables
  • Manage Orders
  • Manage Users
  • POS

Cashier Side

  • Manage Meals
  • Manage Categories
  • Manage Tables
  • Manage Orders
  • POS

How to setup Café Ordering Management System Using PHP/MySQLi with Full Source Code

  1. Download the zip file.
  2. Download and install XAMPP
  3. Run the XAMPP control panel and start MySQL and Apache
  4. Go to C:\xampp\htdocs and extract the downloaded zip file (janobeoms) inside the folder
  5. Open the browser and go to http://localhost/phpmyadmin/ to create the database
  6. Click the new to create a database.
  7. Name the database sourcecodester_orderingdb
  8. Click import to import the sql file.
  9. Click choose file and select the file that can be found inside the janobeoms folder
  10. Click go.

How to run Café Ordering Management System Using PHP/MySQLi with Full Source Code

Accessing admin accounts

Open the browser and go to http://localhost/janobeoms/

Username: admin
Password: admin

Accessing cashier accounts

Open the browser and go to http://localhost/janobeoms/

Username: cashier1
Password: c1

This Café Ordering Management System Using PHP/MySQLi with Full Source Code is for educational purposes only. You can download it as a reference and expand your knowledge in making a system. You can freely modify it, according to your desire.

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted byexpertiic (not verified)on Sat, 03/27/2021 - 20:06

Fatal error: __autoload() is no longer supported, use spl_autoload_register() instead in C:\xampp\htdocs\janobeoms\include\function.php on line 37
Submitted byAngelo Javier (not verified)on Thu, 02/10/2022 - 00:23

hi. how do we configure the code so that only the orders taken by waiter1 can be seen by waiter1? waiter1 should not have access to the orders taken by other waiters.
Submitted byAnonymous (not verified)on Wed, 03/30/2022 - 01:30

Error
Submitted byAnonymous (not verified)on Fri, 03/17/2023 - 09:13

Fatal error: __autoload() is no longer supported, use spl_autoload_register() instead in C:\xampp\htdocs\janobeoms\include\function.php on line 37

Add new comment