Skip to content

Commit

Permalink
translation patches from Dr. Bosman's group
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsetsystems committed Jan 17, 2007
1 parent ccb4304 commit fcc418b
Show file tree
Hide file tree
Showing 24 changed files with 1,862 additions and 1,862 deletions.
396 changes: 198 additions & 198 deletions interface/billing/adjustment_reason_codes.php

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interface/billing/billing_process.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ function process_form($ar) {

</head>
<body <?echo $top_bg_line;?> topmargin=0 rightmargin=0 leftmargin=2 bottommargin=0 marginwidth=2 marginheight=0>
<br><p><h3><?xl('Billing queue results:','e')?></h3><a href="billing_report.php">back</a><ul>
<?
<br><p><h3><?php xl('Billing queue results:','e'); ?></h3><a href="billing_report.php">back</a><ul>
<?php
foreach ($bill_info as $infoline) {
echo nl2br($infoline);
}
Expand Down
20 changes: 10 additions & 10 deletions interface/billing/billing_report_xml.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?
<?php
include_once("../globals.php");
include_once("$srcdir/upload.inc");

Expand Down Expand Up @@ -49,25 +49,25 @@
<head>


<link rel=stylesheet href="<?echo $css_header;?>" type="text/css">
<link rel=stylesheet href="<?php echo $css_header;?>" type="text/css">

</head>
<body <?echo $top_bg_line;?> topmargin=0 rightmargin=0 leftmargin=2 bottommargin=0 marginwidth=2 marginheight=0>
<body <?php echo $top_bg_line;?> topmargin=0 rightmargin=0 leftmargin=2 bottommargin=0 marginwidth=2 marginheight=0>


<?
<?php
if ($userauthorized) {
?>
<a href="../main/main.php" target=Main><font class=title><?xl('Billing Report','e')?></font><font class=more><?echo $tback;?></font></a>
<?} else {?>
<a href="../main/onotes/office_comments.php" target=Main><font class=title><?xl('Billing Report','e')?></font><font class=more><?echo $tback;?></font></a>
<?
<a href="../main/main.php" target=Main><font class=title><?php xl('Billing Report','e')?></font><font class=more><?php echo $tback;?></font></a>
<?php } else {?>
<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>
<?php
}
?>
<br>
<?xl('No billing system is currently active','e')?><br />
<?php xl('No billing system is currently active','e')?><br />

<?
<?php

print_r($_POST);

Expand Down
1,348 changes: 674 additions & 674 deletions interface/billing/claim_status_codes.php

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions interface/billing/get_claim_file.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
?>
<html>
<head>
<link rel=stylesheet href="<?echo $css_header;?>" type="text/css">
<link rel=stylesheet href="<?php echo $css_header;?>" type="text/css">
</head>
<body <?echo $top_bg_line;?> topmargin=0 rightmargin=0 leftmargin=2 bottommargin=0 marginwidth=2 marginheight=0>
<br><p><h3><?xl('Printing results:','e')?></h3><a href="billing_report.php"><?xl('back','e')?></a><ul>
<?
<body <?php echo $top_bg_line;?> topmargin=0 rightmargin=0 leftmargin=2 bottommargin=0 marginwidth=2 marginheight=0>
<br><p><h3><?php xl('Printing results:','e')?></h3><a href="billing_report.php"><?php xl('back','e')?></a><ul>
<?php
$estring = $fconfig['print_command'] . " -P " . $fconfig['printer_name'] . " " . $fconfig['printer_extras'] . " " . $fname;
//echo $estring . "<br>";
$rstring = exec(escapeshellcmd($estring));
Expand All @@ -32,7 +32,7 @@
</ul>
</body>
</html>
<?
<?php
}
else {

Expand Down
68 changes: 34 additions & 34 deletions interface/billing/indigent_patients_report.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?
<?php
// Copyright (C) 2005 Rod Roark <[email protected]>
//
// This program is free software; you can redistribute it and/or
Expand Down Expand Up @@ -28,8 +28,8 @@ function bucks($amount) {
?>
<html>
<head>
<link rel=stylesheet href="<?echo $css_header;?>" type="text/css">
<title><?xl('Indigent Patients Report','e')?></title>
<link rel=stylesheet href="<?php echo $css_header;?>" type="text/css">
<title><?php xl('Indigent Patients Report','e')?></title>

<script language="JavaScript">

Expand All @@ -53,21 +53,21 @@ function bucks($amount) {

<tr bgcolor='#ddddff'>
<td>
<?xl('Start Date:','e')?>
<?php xl('Start Date:','e')?>
</td>
<td>
<input type='text' name='form_start_date' size='10' value='<? echo $form_start_date ?>'
title='<?xl("Beginning date of service yyyy-mm-dd","e")?>'>
<input type='text' name='form_start_date' size='10' value='<?php echo $form_start_date ?>'
title='<?php xl("Beginning date of service yyyy-mm-dd","e")?>'>
</td>
<td>
<?xl('End Date:','e')?>
<?php xl('End Date:','e')?>
</td>
<td>
<input type='text' name='form_end_date' size='10' value='<? echo $form_end_date ?>'
title='<?xl("Ending date of service yyyy-mm-dd","e")?>'>
<input type='text' name='form_end_date' size='10' value='<?php echo $form_end_date ?>'
title='<?php xl("Ending date of service yyyy-mm-dd","e")?>'>
</td>
<td>
<input type='submit' name='form_search' value='<?xl("Search","e")?>'>
<input type='submit' name='form_search' value='<?php xl("Search","e")?>'>
</td>
</tr>

Expand All @@ -82,31 +82,31 @@ function bucks($amount) {

<tr bgcolor="#dddddd">
<td class="dehead">
&nbsp;<?xl('Patient','e')?>
&nbsp;<?php xl('Patient','e')?>
</td>
<td class="dehead">
&nbsp;<?xl('SSN','e')?>
&nbsp;<?php xl('SSN','e')?>
</td>
<td class="dehead">
&nbsp;<?xl('Invoice','e')?>
&nbsp;<?php xl('Invoice','e')?>
</td>
<td class="dehead">
&nbsp;<?xl('Svc Date','e')?>
&nbsp;<?php xl('Svc Date','e')?>
</td>
<td class="dehead">
&nbsp;<?xl('Due Date','e')?>
&nbsp;<?php xl('Due Date','e')?>
</td>
<td class="dehead" align="right">
<?xl('Amount','e')?>&nbsp;
<?php xl('Amount','e')?>&nbsp;
</td>
<td class="dehead" align="right">
<?xl('Paid','e')?>&nbsp;
<?php xl('Paid','e')?>&nbsp;
</td>
<td class="dehead" align="right">
<?xl('Balance','e')?>&nbsp;
<?php xl('Balance','e')?>&nbsp;
</td>
</tr>
<?
<?php
if ($_POST['form_search']) {

$where = "";
Expand Down Expand Up @@ -142,33 +142,33 @@ function bucks($amount) {

$bgcolor = (($irow & 1) ? "#ffdddd" : "#ddddff");
?>
<tr bgcolor='<? echo $bgcolor ?>'>
<tr bgcolor='<?php echo $bgcolor ?>'>
<td class="detail">
&nbsp;<? echo $row['lname'] . ', ' . $row['fname'] . ' ' . $row['mname'] ?>
&nbsp;<?php echo $row['lname'] . ', ' . $row['fname'] . ' ' . $row['mname'] ?>
</td>
<td class="detail">
&nbsp;<? echo $row['ss'] ?>
&nbsp;<?php echo $row['ss'] ?>
</td>
<td class="detail">
&nbsp;<? echo $invnumber ?></a>
&nbsp;<?php echo $invnumber ?></a>
</td>
<td class="detail">
&nbsp;<? echo substr($row['date'], 0, 10) ?>
&nbsp;<?php echo substr($row['date'], 0, 10) ?>
</td>
<td class="detail">
&nbsp;<? echo $arow['duedate'] ?>
&nbsp;<?php echo $arow['duedate'] ?>
</td>
<td class="detail" align="right">
<? echo bucks($arow['amount']) ?>&nbsp;
<?php echo bucks($arow['amount']) ?>&nbsp;
</td>
<td class="detail" align="right">
<? echo bucks($arow['paid']) ?>&nbsp;
<?php echo bucks($arow['paid']) ?>&nbsp;
</td>
<td class="detail" align="right">
<? echo bucks($arow['amount'] - $arow['paid']) ?>&nbsp;
<?php echo bucks($arow['amount'] - $arow['paid']) ?>&nbsp;
</td>
</tr>
<?
<?php
}
?>
<tr bgcolor='#dddddd'>
Expand All @@ -188,16 +188,16 @@ function bucks($amount) {
&nbsp;
</td>
<td class="detail" align="right">
<? echo bucks($total_amount) ?>&nbsp;
<?php echo bucks($total_amount) ?>&nbsp;
</td>
<td class="detail" align="right">
<? echo bucks($total_paid) ?>&nbsp;
<?php echo bucks($total_paid) ?>&nbsp;
</td>
<td class="detail" align="right">
<? echo bucks($total_amount - $total_paid) ?>&nbsp;
<?php echo bucks($total_amount - $total_paid) ?>&nbsp;
</td>
</tr>
<?
<?php
}
SLClose();
?>
Expand All @@ -207,7 +207,7 @@ function bucks($amount) {
</form>
</center>
<script>
<?
<?php
if ($alertmsg) {
echo "alert('$alertmsg');\n";
}
Expand Down
12 changes: 6 additions & 6 deletions interface/billing/print_billing_report.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?
<?php
include_once("../globals.php");

include_once("$srcdir/patient.inc");
Expand Down Expand Up @@ -55,18 +55,18 @@
<head>


<link rel=stylesheet href="<?echo $css_header;?>" type="text/css">
<link rel=stylesheet href="<?php echo $css_header;?>" type="text/css">

</head>
<body bgcolor="#ffffff" topmargin=0 rightmargin=0 leftmargin=2 bottommargin=0 marginwidth=2 marginheight=0>


<a href="javascript:window.close();" target=Main><font class=title><?xl('Billing Report','e')?></font></a>
<a href="javascript:window.close();" target=Main><font class=title><?php xl('Billing Report','e')?></font></a>
<br>



<?
<?php
if ($my_authorized == "on" ) {
$my_authorized = 1;
} else {
Expand Down Expand Up @@ -122,7 +122,7 @@
}
?>

<?
<?php
if ($my_authorized == "on" ) {
$my_authorized = 1;
} else {
Expand All @@ -142,7 +142,7 @@

?>

<?
<?php

if (isset($_GET["mode"]) && $_GET["mode"] == "bill") {
billCodesList($list);
Expand Down
Loading

0 comments on commit fcc418b

Please sign in to comment.