Skip to content

Commit

Permalink
Daily Summary Report, take 2.
Browse files Browse the repository at this point in the history
includes integration work by bradymiller
  • Loading branch information
Rishabh Software authored and bradymiller committed Sep 4, 2016
1 parent 83b3860 commit 599e549
Show file tree
Hide file tree
Showing 4 changed files with 416 additions and 3 deletions.
1 change: 1 addition & 0 deletions interface/main/left_nav.php
Original file line number Diff line number Diff line change
Expand Up @@ -1351,6 +1351,7 @@ function selpopup(selobj) {
</li>
<li><a class="collapsed_lv2"><span><?php xl('Visits','e') ?></span></a>
<ul>
<?php genMiscLink('RTop','rep','0',xl('Daily Report'),'reports/daily_summary_report.php'); ?>
<?php if (!$GLOBALS['disable_calendar']) genMiscLink('RTop','rep','0',xl('Appointments'),'reports/appointments_report.php'); ?>
<?php if (!$GLOBALS['disable_pat_trkr'] && !$GLOBALS['disable_calendar']) genMiscLink('RTop','rep','0',xl('Patient Flow Board'),'reports/patient_flow_board_report.php'); ?>
<?php genMiscLink('RTop','rep','0',xl('Encounters'),'reports/encounters_report.php'); ?>
Expand Down
1 change: 1 addition & 0 deletions interface/main/tabs/menu/menu_data.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
{"label":"AMC Tracking","menu_id":"rep0","target":"rep","url":"/interface/reports/amc_tracking.php","children":[],"requirement":0},
{"label":"Alerts Log","menu_id":"rep0","target":"rep","url":"/interface/reports/cdr_log.php","children":[],"requirement":0}],"requirement":0},
{"label":"Visits","children":[
{"label":"Daily Summary","menu_id":"rep0","target":"rep","url":"/interface/reports/daily_summary_report.php","children":[],"requirement":0},
{"label":"Appointments","menu_id":"rep0","target":"rep","url":"/interface/reports/appointments_report.php","children":[],"requirement":0},
{"label":"Patient Flow Board","menu_id":"rep0","target":"rep","url":"/interface/reports/patient_flow_board_report.php","children":[],"requirement":0},
{"label":"Encounters","menu_id":"rep0","target":"rep","url":"/interface/reports/encounters_report.php","children":[],"requirement":0},
Expand Down
Loading

0 comments on commit 599e549

Please sign in to comment.