Depart Library Management System

DLMS is a cloud-enabled, offline-storage Library Management Application.

  • Records stored in a MySql Database
  • 3NF DataBase
  • Prevent users from accidentally corrupting the database

Requirements

  1. Install Visual C++ Redistributable x86
  2. Install Microsoft .NET Framework 3.5
  3. Install Microsoft .NET Framework 4
  4. Install MySQL
  5. OPTIONAL Install Microsoft .NET Framework 4.5.2 for future updates

Usage

  1. Set-up MySQL. Need help?
  2. Execute dept_library.sql
  3. Edit [connection.ini](Library Mgmt/connection.ini) accordingly
  4. Launch DLMS.exe with [connection.ini](Library Mgmt/connection.ini) in the same directory

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

1.0.0.9

  • change request queue mechanism
  • downgrade to vc++2013 and .NET v4.0

1.0.0.8

  • add book request queue
  • highlight overdue books
  • quick return books from IssueHistory window

1.0.0.4

  • initial release