Project Introduction

For this project I am going to continue off of my finals for the past few Java classes. As a reminder, I will be doing a database management system for transaction information. This will include a way to add transactions and a way to add items to those transactions. I want to display the crucial information and allow for a search by transaction ID.

I will take from my final in CSC 322 and display the basic information in a one column table. There will be two of these tables in a row: transactions and items. Clicking on a transaction will populate the item column. I want to try to make the cells clickable as a means of populating the other tables and double clickable as a means to show a pop-up of the extra info of a cell. I also am going to add buttons to edit the tables, such as 'add' and 'delete'. 'add' will open a pop-up to enter information in a field and submit into the table.

Website with green/darkgrey background and a middle grey column, populated with two tables and fields/buttons to manage table info two tables containing transaction and item information

Stored Precedures

Edit view of a stored precedure Edit view of a stored precedure