Revision: 6438
http://care2002.svn.sourceforge.net/care2002/?rev=6438&view=rev
Author: mizuko
Date: 2010-06-30 09:02:19 +0000 (Wed, 30 Jun 2010)
Log Message:
-----------
see #54
Added Paths:
-----------
care2x/branches/gettext/modules/med_depot/medstock-report.php
Removed Paths:
-------------
care2x/branches/gettext/modules/med_depot/medlager-report.php
Deleted: care2x/branches/gettext/modules/med_depot/medlager-report.php
===================================================================
--- care2x/branches/gettext/modules/med_depot/medlager-report.php
2010-06-30 09:01:51 UTC (rev 6437)
+++ care2x/branches/gettext/modules/med_depot/medlager-report.php
2010-06-30 09:02:19 UTC (rev 6438)
@@ -1,235 +0,0 @@
-<?php
-error_reporting(E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR);
-require('./roots.php');
-require($root_path.'include/helpers/inc_environment_global.php');
-/**
-* CARE2X Integrated Hospital Information System Deployment 2.1 - 2004-10-02
-* GNU General Public License
-* Copyright 2002,2003,2004,2005 Elpidio Latorilla
-* [email protected],
-*
-* See the file "copy_notice.txt" for the licence notice
-*/
-define('LANG_FILE','products.php');
-$local_user='ck_prod_db_user';
-require_once($root_path.'include/helpers/inc_front_chain_lang.php');
-
-/* Load the date formatter */
-require_once($root_path.'include/helpers/inc_date_format_functions.php');
-
-# Create a core object
-require_once($root_path.'include/core/class_core.php');
-$core = & new Core;
-
-$thisfile='medstock-report.php';
-
-if($mode=='sent') $breakfile=$thisfile; else
$breakfile='medstock-database-functions.php';
-
-//$db->debug=1;
-
-if(($report!=NULL)||($mode!=''))
-{
- $dbtable='care_med_report';
-
- switch($mode)
- {
- case 'save':
- $sql="INSERT INTO ".$dbtable."
- (
- report,
- reporter,
- id_nr,
- report_date,
- report_time,
- status,
- history,
- create_id,
- create_time
- )
- VALUES
- (
-
'".htmlspecialchars($report)."',
- '$reporter',
- '$id_nr',
- '$report_date',
- '$report_time',
- 'pending',
- 'Created:
".$_SESSION['sess_user_name']." ".date('Y-m-d H:i:s')."\n\r',
-
'".$_SESSION['sess_user_name']."',
- '".date('YmdHis')."'
- )";
-
- if($core->Transact($sql))
- {
- $oid=$db->Insert_ID();
-
$core->coretable=$dbtable;
- $report_nr =
$core->LastInsertPK('report_nr',$oid);
- header("Location:
$thisfile".URL_REDIRECT_APPEND."&userck=$userck&dept=$dept&report_nr=$report_nr&mode=sent");
exit;
-
- exit;
- }
- else {echo
"<p>".$sql."<p>$LDDbNoSave.";};
- break;
-
- case 'sent':
- $sql="SELECT
report_nr, report, reporter, report_date, report_time FROM $dbtable
-
WHERE report_nr='$report_nr'";
-
-
if($ergebnis=$db->Execute($sql))
- {
-
$rows=$ergebnis->RecordCount();
- }
- else echo
"$sql<br>$LDDbNoRead<br>";
-
- break;
- } // end of switch
-}
-
-?>
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
-<?php html_rtl($lang); ?>
-<HEAD>
-<?php echo setCharSet(); ?>
-
- <script language="javascript" >
-<!--
-
-function checkform(d)
-{
-
- if(d.report.value=="")
- { alert("<?php echo $LDAlertReport ?>");
- d.report.focus();
- return false;
- }
- if(d.reporter.value=="")
- { alert("<?php echo $LDAlertName ?>");
- d.reporter.focus();
- return false;
- }
- if(d.id_nr.value=="")
- { alert("<?php echo $LDAlertPersonNr ?>");
- d.id_nr.focus();
- return false;
- }
- return true;
-}
-
-// -->
-</script>
-
-<?php
-require($root_path.'include/helpers/inc_js_gethelp.php');
-require($root_path.'include/helpers/inc_css_a_hilitebu.php');
-?></HEAD>
-
-<BODY topmargin=0 leftmargin=0 marginwidth=0 marginheight=0
-<?php if (!$cfg['dhtml']){ echo 'link='.$cfg['body_txtcolor'].'
alink='.$cfg['body_alink'].' vlink='.$cfg['body_txtcolor']; } ?>>
-
-<table width=100% border=0 height=100% cellpadding="0" cellspacing="0">
-<tr valign=top>
-<td bgcolor="<?php echo $cfg['top_bgcolor']; ?>" height="10" >
-<FONT COLOR="<?php echo $cfg['top_txtcolor']; ?>" SIZE=+2
FACE="Arial"><STRONG> <?php echo "$LDMedDepot - $LDReport"
?></STRONG></FONT></td>
-<td bgcolor="<?php echo $cfg['top_bgcolor']; ?>" height="10" align=right>
-<a href="#" onClick=history.back(1)><img <?php echo
createLDImgSrc($root_path,'back2.gif','0') ?> <?php
if($cfg['dhtml'])echo'class="fadeOut" >';?></a><a
-href="javascript:gethelp('products_db.php','report','<?php echo $mode
?>','<?php echo $cat ?>','<?php echo $update ?>')"><img <?php echo
createLDImgSrc($root_path,'hilfe-r.gif','0') ?> <?php
if($cfg['dhtml'])echo'class="fadeOut" >';?></a><a
-href="<?php echo $breakfile ?>?sid=<?php echo "$sid&lang=$lang" ?>"><img <?php
echo createLDImgSrc($root_path,'close2.gif','0') ?> <?php
if($cfg['dhtml'])echo'class="fadeOut" >';?></a></td></tr>
-<tr valign=top >
-<td bgcolor=<?php echo $cfg['body_bgcolor']; ?> valign=top colspan=2><p><br>
-<ul>
-
-
-<?php if ($mode=="sent") : ?>
-<FONT SIZE=4 FACE="Arial" color=#00cc00>
-<img <?php echo createComIcon($root_path,'varrow.gif','0') ?>>
-<b><?php echo $LDReportSent ?></b></FONT> <font size="2" face="arial">
-</font><p>
-<?php
-$tog=1;
-$content=$ergebnis->FetchRow();
-echo '</font>
- <table cellpadding=0 cellspacing=0 border=0
bgcolor="#666666"><tr><td><table border=0 cellspacing=1 cellpadding=3>
- <tr bgcolor=#ffffff>
- <td colspan=5><p><br><font face=Verdana,Arial
size=2><ul><i>" '.nl2br($content['report']).' "</i></ul></td>
- </tr>
- <tr bgcolor=#cccccc>
- <td colspan=5><p>
- <font face=Verdana,Arial
size=2>'.$LDReporter.': '.nl2br($content['reporter']).'<br>
- '.$LDDate.':
'.formatDate2Local($content['report_date'],$date_format).'<br>
- '.$LDTime.':
'.convertTimeToLocal($content['report_time']).'<p></td>
- </tr></table></td></tr>
- </table>';
-?>
-<?php else : ?>
-<FONT SIZE=4 FACE="Arial" color="#00cc00">
-<img <?php echo createComIcon($root_path,'varrow.gif','0') ?>>
-<b><?php echo $LDWriteReport ?></b></FONT> <font size="2" face="arial">
-</font><p>
-<form ENCTYPE="multipart/form-data" action="<?php echo $thisfile ?>"
method="post" onSubmit="return checkform(this)">
-<table cellpadding=5 border=0 cellspacing=1>
-<tr>
-<td bgcolor="#dddddd" ><FONT SIZE=-1 FACE="Arial">
-<p><?php echo $LDReport ?>:<br>
-<TEXTAREA NAME="report" Content-Type="text/html"
- COLS=60 ROWS=10></TEXTAREA>
-</td>
-</tr>
-<tr>
-<td bgcolor="#dddddd"><FONT SIZE=-1 FACE="Arial">
-
-<?php echo $LDReporter ?>:<br><input type="text" name="reporter" size=30
value="<?php echo $_COOKIE[$local_user.$sid]; ?>"> <p>
-<?php echo $LDPersonellNr ?>:<br><input type="text" name="id_nr" size=30>
-<input type="hidden" name="report_date" value="<?php echo date('Y-m-d') ?>" >
-<input type="hidden" name="report_time" value= "<?php echo date('H:i:s') ?>">
-<input type="hidden" name="sid" value= "<?php echo $sid ?>">
-<input type="hidden" name="lang" value= "<?php echo $lang ?>">
-<input type="hidden" name="userck" value= "<?php echo $userck ?>">
-<input type="hidden" name="mode" value= "save">
-
-</td>
-</tr>
-</table>
-<p>
-<!-- <input type="submit" name="versand" value="<?php echo $LDSend ?>" >
- -->
- <input type="image" <?php echo
createLDImgSrc($root_path,'abschic.gif','0','absmiddle') ?>>
-<input type="reset" value="<?php echo $LDResetAll ?>" >
-</form>
-
-</FONT>
-<p>
-<?php endif ?>
-
-<p>
-<p>
-<?php
-if($mode=='sent')
-{
- echo '
- <a href="'.$thisfile.'?sid='.$sid.'&lang='.$lang.'"><img
'.createLDImgSrc($root_path,'new_report.gif','0','absmiddle').'></a> ';
-}
-else
-{
-?>
-<a href="<?php echo $breakfile ?>?sid=<?php echo
"$sid&lang=$lang&userck=$userck" ?>" ><img <?php echo
createLDImgSrc($root_path,'close2.gif','0') ?> height=24 align="middle"></a>
-<?php
-}
-?>
-<p>
-</ul>
-
-</FONT>
-<p>
-</td>
-</tr>
-<tr>
-<td bgcolor=<?php echo $cfg['bot_bgcolor']; ?> height=70 colspan=2>
-<?php
-require($root_path.'include/helpers/inc_load_copyrite.php');
-?>
-</td></tr>
-</table>
-
-</FONT>
-</BODY>
-</HTML>
Copied: care2x/branches/gettext/modules/med_depot/medstock-report.php (from rev
6437, care2x/branches/gettext/modules/med_depot/medlager-report.php)
===================================================================
--- care2x/branches/gettext/modules/med_depot/medstock-report.php
(rev 0)
+++ care2x/branches/gettext/modules/med_depot/medstock-report.php
2010-06-30 09:02:19 UTC (rev 6438)
@@ -0,0 +1,235 @@
+<?php
+error_reporting(E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR);
+require('./roots.php');
+require($root_path.'include/helpers/inc_environment_global.php');
+/**
+* CARE2X Integrated Hospital Information System Deployment 2.1 - 2004-10-02
+* GNU General Public License
+* Copyright 2002,2003,2004,2005 Elpidio Latorilla
+* [email protected],
+*
+* See the file "copy_notice.txt" for the licence notice
+*/
+define('LANG_FILE','products.php');
+$local_user='ck_prod_db_user';
+require_once($root_path.'include/helpers/inc_front_chain_lang.php');
+
+/* Load the date formatter */
+require_once($root_path.'include/helpers/inc_date_format_functions.php');
+
+# Create a core object
+require_once($root_path.'include/core/class_core.php');
+$core = & new Core;
+
+$thisfile='medstock-report.php';
+
+if($mode=='sent') $breakfile=$thisfile; else
$breakfile='medstock-database-functions.php';
+
+//$db->debug=1;
+
+if(($report!=NULL)||($mode!=''))
+{
+ $dbtable='care_med_report';
+
+ switch($mode)
+ {
+ case 'save':
+ $sql="INSERT INTO ".$dbtable."
+ (
+ report,
+ reporter,
+ id_nr,
+ report_date,
+ report_time,
+ status,
+ history,
+ create_id,
+ create_time
+ )
+ VALUES
+ (
+
'".htmlspecialchars($report)."',
+ '$reporter',
+ '$id_nr',
+ '$report_date',
+ '$report_time',
+ 'pending',
+ 'Created:
".$_SESSION['sess_user_name']." ".date('Y-m-d H:i:s')."\n\r',
+
'".$_SESSION['sess_user_name']."',
+ '".date('YmdHis')."'
+ )";
+
+ if($core->Transact($sql))
+ {
+ $oid=$db->Insert_ID();
+
$core->coretable=$dbtable;
+ $report_nr =
$core->LastInsertPK('report_nr',$oid);
+ header("Location:
$thisfile".URL_REDIRECT_APPEND."&userck=$userck&dept=$dept&report_nr=$report_nr&mode=sent");
exit;
+
+ exit;
+ }
+ else {echo
"<p>".$sql."<p>$LDDbNoSave.";};
+ break;
+
+ case 'sent':
+ $sql="SELECT
report_nr, report, reporter, report_date, report_time FROM $dbtable
+
WHERE report_nr='$report_nr'";
+
+
if($ergebnis=$db->Execute($sql))
+ {
+
$rows=$ergebnis->RecordCount();
+ }
+ else echo
"$sql<br>$LDDbNoRead<br>";
+
+ break;
+ } // end of switch
+}
+
+?>
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
+<?php html_rtl($lang); ?>
+<HEAD>
+<?php echo setCharSet(); ?>
+
+ <script language="javascript" >
+<!--
+
+function checkform(d)
+{
+
+ if(d.report.value=="")
+ { alert("<?php echo $LDAlertReport ?>");
+ d.report.focus();
+ return false;
+ }
+ if(d.reporter.value=="")
+ { alert("<?php echo $LDAlertName ?>");
+ d.reporter.focus();
+ return false;
+ }
+ if(d.id_nr.value=="")
+ { alert("<?php echo $LDAlertPersonNr ?>");
+ d.id_nr.focus();
+ return false;
+ }
+ return true;
+}
+
+// -->
+</script>
+
+<?php
+require($root_path.'include/helpers/inc_js_gethelp.php');
+require($root_path.'include/helpers/inc_css_a_hilitebu.php');
+?></HEAD>
+
+<BODY topmargin=0 leftmargin=0 marginwidth=0 marginheight=0
+<?php if (!$cfg['dhtml']){ echo 'link='.$cfg['body_txtcolor'].'
alink='.$cfg['body_alink'].' vlink='.$cfg['body_txtcolor']; } ?>>
+
+<table width=100% border=0 height=100% cellpadding="0" cellspacing="0">
+<tr valign=top>
+<td bgcolor="<?php echo $cfg['top_bgcolor']; ?>" height="10" >
+<FONT COLOR="<?php echo $cfg['top_txtcolor']; ?>" SIZE=+2
FACE="Arial"><STRONG> <?php echo "$LDMedDepot - $LDReport"
?></STRONG></FONT></td>
+<td bgcolor="<?php echo $cfg['top_bgcolor']; ?>" height="10" align=right>
+<a href="#" onClick=history.back(1)><img <?php echo
createLDImgSrc($root_path,'back2.gif','0') ?> <?php
if($cfg['dhtml'])echo'class="fadeOut" >';?></a><a
+href="javascript:gethelp('products_db.php','report','<?php echo $mode
?>','<?php echo $cat ?>','<?php echo $update ?>')"><img <?php echo
createLDImgSrc($root_path,'hilfe-r.gif','0') ?> <?php
if($cfg['dhtml'])echo'class="fadeOut" >';?></a><a
+href="<?php echo $breakfile ?>?sid=<?php echo "$sid&lang=$lang" ?>"><img <?php
echo createLDImgSrc($root_path,'close2.gif','0') ?> <?php
if($cfg['dhtml'])echo'class="fadeOut" >';?></a></td></tr>
+<tr valign=top >
+<td bgcolor=<?php echo $cfg['body_bgcolor']; ?> valign=top colspan=2><p><br>
+<ul>
+
+
+<?php if ($mode=="sent") : ?>
+<FONT SIZE=4 FACE="Arial" color=#00cc00>
+<img <?php echo createComIcon($root_path,'varrow.gif','0') ?>>
+<b><?php echo $LDReportSent ?></b></FONT> <font size="2" face="arial">
+</font><p>
+<?php
+$tog=1;
+$content=$ergebnis->FetchRow();
+echo '</font>
+ <table cellpadding=0 cellspacing=0 border=0
bgcolor="#666666"><tr><td><table border=0 cellspacing=1 cellpadding=3>
+ <tr bgcolor=#ffffff>
+ <td colspan=5><p><br><font face=Verdana,Arial
size=2><ul><i>" '.nl2br($content['report']).' "</i></ul></td>
+ </tr>
+ <tr bgcolor=#cccccc>
+ <td colspan=5><p>
+ <font face=Verdana,Arial
size=2>'.$LDReporter.': '.nl2br($content['reporter']).'<br>
+ '.$LDDate.':
'.formatDate2Local($content['report_date'],$date_format).'<br>
+ '.$LDTime.':
'.convertTimeToLocal($content['report_time']).'<p></td>
+ </tr></table></td></tr>
+ </table>';
+?>
+<?php else : ?>
+<FONT SIZE=4 FACE="Arial" color="#00cc00">
+<img <?php echo createComIcon($root_path,'varrow.gif','0') ?>>
+<b><?php echo $LDWriteReport ?></b></FONT> <font size="2" face="arial">
+</font><p>
+<form ENCTYPE="multipart/form-data" action="<?php echo $thisfile ?>"
method="post" onSubmit="return checkform(this)">
+<table cellpadding=5 border=0 cellspacing=1>
+<tr>
+<td bgcolor="#dddddd" ><FONT SIZE=-1 FACE="Arial">
+<p><?php echo $LDReport ?>:<br>
+<TEXTAREA NAME="report" Content-Type="text/html"
+ COLS=60 ROWS=10></TEXTAREA>
+</td>
+</tr>
+<tr>
+<td bgcolor="#dddddd"><FONT SIZE=-1 FACE="Arial">
+
+<?php echo $LDReporter ?>:<br><input type="text" name="reporter" size=30
value="<?php echo $_COOKIE[$local_user.$sid]; ?>"> <p>
+<?php echo $LDPersonellNr ?>:<br><input type="text" name="id_nr" size=30>
+<input type="hidden" name="report_date" value="<?php echo date('Y-m-d') ?>" >
+<input type="hidden" name="report_time" value= "<?php echo date('H:i:s') ?>">
+<input type="hidden" name="sid" value= "<?php echo $sid ?>">
+<input type="hidden" name="lang" value= "<?php echo $lang ?>">
+<input type="hidden" name="userck" value= "<?php echo $userck ?>">
+<input type="hidden" name="mode" value= "save">
+
+</td>
+</tr>
+</table>
+<p>
+<!-- <input type="submit" name="versand" value="<?php echo $LDSend ?>" >
+ -->
+ <input type="image" <?php echo
createLDImgSrc($root_path,'abschic.gif','0','absmiddle') ?>>
+<input type="reset" value="<?php echo $LDResetAll ?>" >
+</form>
+
+</FONT>
+<p>
+<?php endif ?>
+
+<p>
+<p>
+<?php
+if($mode=='sent')
+{
+ echo '
+ <a href="'.$thisfile.'?sid='.$sid.'&lang='.$lang.'"><img
'.createLDImgSrc($root_path,'new_report.gif','0','absmiddle').'></a> ';
+}
+else
+{
+?>
+<a href="<?php echo $breakfile ?>?sid=<?php echo
"$sid&lang=$lang&userck=$userck" ?>" ><img <?php echo
createLDImgSrc($root_path,'close2.gif','0') ?> height=24 align="middle"></a>
+<?php
+}
+?>
+<p>
+</ul>
+
+</FONT>
+<p>
+</td>
+</tr>
+<tr>
+<td bgcolor=<?php echo $cfg['bot_bgcolor']; ?> height=70 colspan=2>
+<?php
+require($root_path.'include/helpers/inc_load_copyrite.php');
+?>
+</td></tr>
+</table>
+
+</FONT>
+</BODY>
+</HTML>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Care2002-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/care2002-developers