add travel summary report

This commit is contained in:
2016-06-26 21:34:28 +10:00
parent f97dd6545d
commit 7e248a8bf3
2 changed files with 97 additions and 25 deletions

View File

@@ -324,6 +324,14 @@ function booking_menu() {
'access arguments' => array('access reports'),
'type' => MENU_NORMAL_ITEM,
);
$items['admin/booking/travel'] = array(
'title' => 'Travel Summary',
'description' => "List people's travel details",
'page callback' => 'booking_report_travel',
'access arguments' => array('access reports'),
'type' => MENU_NORMAL_ITEM,
);
$items['admin/booking/manual-email'] = array(
'title' => 'Manually Email People',