Skip to content

Ana-Iordache/LibraryLoansApp

Repository files navigation

Description

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).

Screenshots from application

  • Login administrator form
    login-form
  • Form for adding a new loan
    loan-form
  • Main form (with all loans and readers) main-form
  • Form for adding a new reader
    readers-form
  • Form for books (where all the books are listed and new ones can be added) books-form
  • Setting/extending the date of return
    ss
    return-date
    extend-term
  • Bar chart of the total number of borrowed books per reader
    barchart

Releases

No releases published

Packages

No packages published

Languages