Product details

product details

PHP Script Summary: Simple Bakery Shop Management System in PHP MySQL 

The Bakery Shop Management System is a straightforward web-based application platform for bakery shops that can assist owners in managing their inventories and regular business dealings with their clients. This automated platform was created with MySQL and PHP/OOP. It has a POS feature and enables management to store their product inventories.

Only the management of the bakery shop has access to this management system written in PHP and MySQL. To access the data, features, and functionalities, management must have user credentials. It has two different categories of user roles, Administrators and Cashiers.

The users who can manage the products, stocks, and categories are the administrators. Additionally, they are allowed to use and control all of the system’s features and functions.

Only transaction management and listing of sales reports are permitted for cashiers. For managing the shop’s daily sales, this has a point-of-sale feature. Additionally, it has a function that produces a printable receipt and a date-based sales report.

Core Features: Simple Bakery Shop Management System in PHP MySQL

Admin Section

  • Login Page
  • Home Page
  1. Summary
  2. Inventory/Available Stocks List
  3. Restock Products
  • Maintenance
  1. Add New Category
  2. List All Categories
  3. View Category Details
  4. Update Category Details
  5. Update Category Status
  6. Delete Category
  • Manage Product
  1. Add New Product
  2. List All Products
  3. View Product Details
  4. Update Product Details
  5. Delete Product
  • Manage Stocks
  1. Add New Stock
  2. List All Stocks
  3. View Stock Details
  4. Update Stock Details
  5. Delete Stock
  • Point of Sale
  • Generate Printable Receipt
  • Generate Printable Date-wise Sales Report
  • Manage User List (CRUD)
  • Manage Account Credentials

 

Guide: Simple Bakery Shop Management System

To run the program, you must first install a virtual server like XAMPP on your Computer device.

Simple Bakery Shop Management System is a free download that should only be used for educational purposes.

The following steps should be taken after starting Apache and MySQL in XAMPP.

1: Proceed to Extract the downloaded file.
2: Copy the main program folder.
3: Paste the copied folder in xampp/htdocs/.

To Connect Database

4: Open a browser and navigate to “http://localhost/phpmyadmin/”.
5: Next, select the databases tab.
6: Create a database called “bsms_db“, and proceed to select the import tab.
7: Select the “bsms_db.sql” file located in the “db” folder by clicking on “browse file”.
8: Press “Go.”

Following Database Creation.

9: Open a browser and navigate to “http://localhost/bsms”.

Administrator Login details
username: admin
password: admin123

 

 

Leave a comment