Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.06 KB

File metadata and controls

27 lines (22 loc) · 1.06 KB

Restaurant Inventory System

Computer Science 23: Object Oriented Programming - Machine Problem 1

Introduction

The Restaurant Inventory System is a program written under the Java Programming Language. The application's main purpose is to create a user-friendly yet, complex system for sorting and managing an inventory. The program supports CSV files to save data from current to previous sessions.

Installation

To be able to run the program, download Java Development Kit. It is advisable to download version JDK 21 for the application.

App Features

  • Java-Based Implementation
  • Main Page
  • Add Items
  • Delete Items
  • Inventory Table
  • Import and Export CSV
  • Stock Keeping Unit (SKU)

Members

  • Gabriel Balmaceda
  • Leonna De Vera
  • Louis Lumain
  • Emiel Magante

Manual