Eden Logo awRoomMgr  


awRoomMgr: Publish and manage resource use.

 
Summary

screen shot

  awRoomMgr is a simple resource booking program that tracks and shows scheduling of resources. You can,
  • Browse availability of resources
  • View bookings of resources
  • View resources
  • View those who can make bookings
  • View notes
  • checks correctness of a booking request
  • Request a booking for a user

The administrator can create, edit, and objects.

 
Status  Initial Release.
 
Links 
LinkAbout
demo Demo site. You may log in with different roles and write data.
Complete source. Extract with jar xf filename or tar xzf filename
 
About  Features
  • Searchable views of availability.
  • Searchable views of bookings.
  • Searchable view of contacts.
  • Drop down selections.
  • User role manager.
  • Help files.
Notes
The free version does not include finer time resolution and access control. It is suited for a trusted environment where resources are scheduled for a full day.

Requirements

  • Java.
  • JSP server (eg, tomcat).
  • JDBC accessable data base manager and connector (eg, mySql).
  • edenllc utilities.
  • ant for construction.