2 include_once("../globals.php");
3 include_once("$srcdir/upload.inc");
5 include_once("$srcdir/patient.inc");
6 include_once("$srcdir/billrep.inc");
7 include_once("$srcdir/log.inc");
11 if (!isset($_POST["mode"])) {
12 if (!isset($_POST["from_date"])) {
13 $from_date=date("Y-m-d");
15 $from_date = $_POST["from_date"];
17 if (!isset($_POST["to_date"])) {
18 $to_date = date("Y-m-d");
20 $to_date = $_POST["to_date"];
22 if (!isset($_POST["code_type"])) {
25 $code_type = $_POST["code_type"];
27 if (!isset($_POST["unbilled"])) {
30 $unbilled = $_POST["unbilled"];
32 if (!isset($_POST["authorized"])) {
33 $my_authorized = "on";
35 $my_authorized = $_POST["authorized"];
38 $from_date = $_POST["from_date"];
39 $to_date = $_POST["to_date"];
40 $code_type = $_POST["code_type"];
41 $unbilled = $_POST["unbilled"];
42 $my_authorized = $_POST["authorized"];
50 <?php
html_header_show();?
>
53 <link rel
="stylesheet" href
="<?php echo $css_header;?>" type
="text/css">
56 <body
class="body_top">
60 if ($userauthorized) {
62 <a href
="../main/main.php" target
=Main
><font
class=title
><?php
xl('Billing Report','e')?
></font
><font
class=more
><?php
echo $tback;?
></font
></a
>
64 <a href
="../main/onotes/office_comments.php" target
=Main
><font
class=title
><?php
xl('Billing Report','e')?
></font
><font
class=more
><?php
echo $tback;?
></font
></a
>
69 <?php
xl('No billing system is currently active','e')?
><br
/>