The Resources Borrowing Management System is designed to manage the borrowing and returning of resources (e.g., computers, equipment) for an institution. The system tracks transactions, maintains an audit log of all actions, and allows administrators and staff to manage resources, students, and accounts efficiently.
-
Dashboard:
- View recent borrowing activities.
- Issue and return items.
-
Borrowers Management:
- View borrowing records with sorting and filtering options.
-
Inventory Management (Admin):
- Add, update, delete, and view inventory items.
-
Student Masterlist (Admin):
- Add, update, delete, and view student records.
-
Account Management (Admin):
- Manage admin/staff accounts.
-
Audit Logging:
- Log all system actions and export logs.
- Compile
javac -d bin src\*.java src\custom\utils\*.java
- Run
java -cp bin Main
Alternatively,
compile_run.bat