blu-rayy / Java-LMS

1 stars 1 forks source link

Member_CheckedOutBooks #42

Open blu-rayy opened 20 hours ago

blu-rayy commented 20 hours ago

Add a View only table of their borrowed books. (front-end)

Furthermore, only display those that matches with username (back-end)

blu-rayy commented 20 hours ago

The Member_CheckedOutBooks must also only display all the books and with a "borrow" function

Akiri017 commented 17 hours ago

Created the transactions table and populated. Connected the CheckedOutBooks table to the database to display transaction details.

Minor issue of the Checkedout Counter not properly displaying the no. of checkedout books.