Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Khopy Plaza — Sales & Inventory Management System

A web-based sales and inventory management system built as a university thesis project. Covers product, order, category, brand and user administration, plus a customer-facing storefront.

Stack

  • Backend: PHP (mysqli + PDO)
  • Database: MySQL
  • Frontend: HTML5, CSS3, Bootstrap 5.0.2, JavaScript
  • Auth: PHP sessions with role separation (Administrator / Customer)

Features

Administrator module

  • User management (CRUD)
  • Product management with image upload
  • Order management
  • Category management
  • Product brand management
  • Company brand management
  • Reporting

Customer module

  • Product catalog
  • Product detail view
  • Shopping cart

Project structure

├── index.php                  # Entry point / login
├── login1.php                 # Sign-in page
├── home.php                   # Dashboard
├── conec.php                  # Database connection (PDO)
├── usuario.php                # User class
├── usersession.php            # Session handling
├── clientes/                  # Customer storefront
├── users/                     # User CRUD
├── productos/                 # Product CRUD
├── pedidos/                   # Order CRUD
├── categorias/                # Category CRUD
├── marcaproductos/            # Product brand CRUD
├── marcasociedad/             # Company brand CRUD
├── reportes/                  # Reports
└── css/ js/ img/              # Static assets

Database

Schema name: khopy_bd

Main tables: users, productos, pedidos, categoria_producto, marca_producto, marca_sociedad

Installation

  1. Clone the repository
  2. Import the khopy_bd schema into MySQL
  3. Configure the connection in conec.php (default: host localhost, user root, empty password)
  4. Serve with Apache + PHP (XAMPP, WAMP, or equivalent)

License

Academic project — university coursework.

About

Sales and inventory management system with admin panel and customer storefront. PHP + MySQL. University thesis project.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages