new report: patient list
[openemr.git] / templates / report / general_default.html
blobbf2560fae0b6fc551bd0ed902c53c2e6aeeaead1
1 <html>
2 <head>
3 {literal}
5 <style type="text/css" title="mystyles" media="all">
6 <!--
7 td {
8 font-size:8pt;
9 font-family:helvetica;
11 a {
12 font-size:8pt;
13 font-family:helvetica;
15 -->
16 </style>
18 <script language="JavaScript">
20 function clear_vars() {
21 document.report.var1.value = "";
22 document.report.var2.value = "";
25 function dopopup(aurl) {
26 window.open(aurl, '_blank', 'width=750,height=550,resizable=1,scrollbars=1');
29 </script>
31 {/literal}
32 </head>
33 <body bgcolor="{$STYLE.BGCOLOR2}">
35 <a href="custom_report_range.php" target="_new">Superbill Report</a>
36 <br/>
38 <a href="appointments_report.php" target="_new">Appointments Report</a>
39 <br/>
41 <a href="appt_encounter_report.php" target="_new">Appointments-Encounters Report</a>
42 <br/>
44 {php} if (! $GLOBALS['simplified_demographics']) { {/php}
45 <a href="insurance_allocation_report.php" target="_new">Patient Insurance Distribution Report</a>
46 <br/>
47 <a href="../billing/indigent_patients_report.php" target="_new">Indigent Patients Report</a>
48 <br/>
49 <a href="unique_seen_patients_report.php" target="_new">Unique Seen Patients Report</a>
50 <br/>
51 <a href="patient_list.php" target="_new">Patient List</a>
52 <br/>
53 {php} } {/php}
55 {php} if (! $GLOBALS['weight_loss_clinic']) { {/php}
56 <a href="front_receipts_report.php" target="_new">Front Office Receipts Report</a>
57 <br/>
58 {php} } {/php}
60 <a href="prescriptions_report.php" target="_new">Prescriptions Report</a>
61 <br/>
63 <a href="sales_by_item.php" target="_new">Sales by Product Report</a>
64 <br/>
66 {php} if ($GLOBALS['inhouse_pharmacy']) { {/php}
67 <a href="destroyed_drugs_report.php" target="_new">Destroyed Drugs Report</a>
68 <br/>
69 {php} } {/php}
71 <a href="receipts_by_method_report.php" target="_new">Receipts by Payment Method Report</a>
72 {php}
73 if ($GLOBALS['athletic_team']) {
74 echo "<br/>\n";
75 echo "<a href='javascript:dopopup(\"players_report.php\")'>Team Roster</a>\n";
76 echo "<br/>\n";
77 echo "<a href='javascript:dopopup(\"absences_report.php\")'>Days and Games Missed</a>\n";
78 echo "<br/>\n";
79 echo "<a href='javascript:dopopup(\"football_injury_report.php\")'>Football Injury Reports</a>\n";
81 {/php}
82 <br/>
83 &nbsp;
84 <br/>
85 <a href="{$printable_link}" target="_new">[printable]</a>
86 &nbsp;
87 <br/>
88 <form name="report" action="index.php" method="get">
89 <table>
90 <tr>
91 <td>Reports:</td>
92 <td>{html_options onChange="clear_vars()" name="query_id" selected=$query_id options=$queries}</td>
93 <td>&nbsp;&nbsp;</td>
94 <td>Var1:&nbsp;<input size="10" type="text" value="{$var1}" name="var1"></td>
95 <td>&nbsp;&nbsp;</td>
96 <td>Var2:&nbsp;<input size="10" type="text" value="{$var2}"name="var2"></td>
97 <td>&nbsp;&nbsp;</td>
98 <td>Show:&nbsp;</td>
99 <td>{html_options name="show" selected=$show options=$show_options}<input type="submit" value="Go"></td>
100 </tr>
101 <tr>
102 <td colspan="5"><br><h2>{$title}&nbsp;&nbsp;&nbsp;&nbsp;{$smarty.now|date_format:"%A, %B %e, %Y"}</h2></td>
103 </tr>
104 <tr>
105 <td colspan="5">
106 {if is_object($pager)}
107 {$pager->render($show)}
108 {/if}
109 </td>
110 </tr>
111 </table>
112 </form>
113 </body>
114 </html>