Room allocation report

This commit is contained in:
2014-05-30 10:22:10 +10:00
parent ab600c99ac
commit efe71157c7
3 changed files with 73 additions and 1 deletions

View File

@@ -400,6 +400,14 @@ function booking_menu() {
'access arguments' => array("view room allocations"),
'type' => MENU_NORMAL_ITEM,
);
$items['admin/booking/rooms/report'] = array(
'title' => 'View All Room Allocations',
'description' => 'View All Room Allocations',
'page callback' => 'booking_roomallocations_view_summary',
'access arguments' => array("view room allocations"),
'type' => MENU_LOCAL_ACTION,
);
$items['admin/booking/rooms/%/assign'] = array(
'title' => 'Assign Rooms',