Group Members: Raffles Teh Weihan, Edsel Putra Harren, Nathanael Jason Limantara
For our final project we planned on making a data base for a book store, with the name of the book store being Books n Stationary. We are thinking of making the project with 6 tables, the tables would be Employee, Customer, Book, Stationary, Supplier, and Invoice. For the SQL we were thinking of using MySQL, and for coding the GUI we were thinking of coding it with Python and use tkinter. In the application we want the user to be able to insert, update, and delete the items in each table.
Posted inUncategorized|Comments Off on Database Systems Final Project Proposal
For our project we have 6 tables. Every table has a primary key. The employee table keeps records of all the employees, the customer table gives the store members’ information, the supplier table gives a record of both stationary and books bought from the supplier, the stationary table shows what stationary item we sell, the books tables shows what books we sell, the invoice table keeps record for a confirm purchase.
For our application, the user would be able to view each of the table content and also modify it if they want to, like adding, updating, and deleting.
Main Menu of The GUIModifying Employee TableViewing The Employee TableInserting A New Item To The Employee TableUpdating The Item’s Gender To FEMALE In The Employee TableDeleting The Newly Inserted Item In The Employee TableViewing And Modifying The Customer TableInserting A New Item To The Customer TableUpdating The Item’s Last Name To John In The Customer TableDeleting The Newly Inserted Item In The Customer TableViewing And Modifying The Supplier TableInserting A New Item In The Supplier TableUpdating The Item’s Total Payment To 4 In The Supplier TableDeleting The Newly Inserted Item In The Supplier TableViewing And Modifying The Book TableInserting A New Item In The Book TableUpdating The Item’s Stock Num To 4 In The Book TableDeleting The Newly Inserted Item In The Book Table
As for the rest of the tables it is practically the same as the others, the user can insert a new item, update an existing item, and delete an existing table.
Posted inUncategorized|Comments Off on Project Manual
What I did for the group project of Books and Stationary are first making the table for MySQL , Then I continue with make a excel for keeping track at everything and also make it easy to check on the thing that we insert. Then I continue with making the GUI, especially the View tab , connecting to the main data base, also making the main windows, and lastly helping a bit on the modify section.
Making the View tables and also making the GUI Helping a bit on MySql tableThe Excel that I provide for the team
Posted inUncategorized|Comments Off on What I contribute on Books and Stationary