logo

Library Loans Application

About Project

  This application is a project for Windows Applications Programming discipline, which is meant to help librarians in managing book loans in a library. The librarian will access all readers and books information by adding, removing or editing the data. New loans can be added by drag&drop from "Cititori" column to "Imprumuturi" column, letting the librarian to add the books that a reader wants to borrow. Also, the librarian can import/export readers from/in a binary file and import/export books from/in a text file. Besides, he will set if a book has been returned on time and can extend the term for returning (by right-click on his/her name). The total number of borrowed books per reader can be viewed and printed as a bar chart. All data is stored in SQL Server database within the development environment (Visual Studio).

Technologies Used

    Language:   C#

User Interface

Login administrator form

logo design

Form for adding a new loan

logo design

Main form (with all loans and readers)

logo design

Form for adding a new reader

logo design

Form for books (where all the books are listed and new ones can be added)

logo design

Setting/extending the date of return

logo design

Bar chart of the total number of borrowed books per reader

logo design