Revision: 6484
http://care2002.svn.sourceforge.net/care2002/?rev=6484&view=rev
Author: mizuko
Date: 2010-06-30 12:19:17 +0000 (Wed, 30 Jun 2010)
Log Message:
-----------
see #54
Added Paths:
-----------
care2x/branches/gettext/modules/products/products-orderbot.php
Removed Paths:
-------------
care2x/branches/gettext/modules/products/products-bestellbot.php
Deleted: care2x/branches/gettext/modules/products/products-bestellbot.php
===================================================================
--- care2x/branches/gettext/modules/products/products-bestellbot.php
2010-06-30 12:18:32 UTC (rev 6483)
+++ care2x/branches/gettext/modules/products/products-bestellbot.php
2010-06-30 12:19:17 UTC (rev 6484)
@@ -1,157 +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');
-$lang_tables[] = 'departments.php';
-define('LANG_FILE', 'products.php');
-if (!isset($userck))
- if (isset($_GET['userck'])) $userck = $_GET['userck'];
- elseif (isset($_POST['userck'])) $userck = $_POST['userck'];
- $local_user = $userck;
- require_once($root_path . 'include/helpers/inc_front_chain_lang.php');
-
- switch ($cat) {
- case 'pharma': if ($_COOKIE[$local_user . $sid] == null) $cat = "";
- $title = "$LDPharmacy - $LDOrderBotActivate";
- $bot_name = $LDPharmaOrderBot;
- $dbtable = 'care_pharma_orderlist';
- break;
- case 'medstock':if ($_COOKIE[$local_user . $sid] == null) $cat = "";
- $title = "$LDMedDepot - $LDOrderBotActivate";
- $bot_name = $LDDepotOrderBot;
- $dbtable = 'care_med_orderlist';
- break;
- }
- $rows = 0;
- // Create the product object
- include_once($root_path . 'modules/products/model/class_product.php');
- $product = new Product;
- $ergebnis = &$product->PendingOrders($cat);
- $rows = $product->LastRecordCount();
-
- ?>
-
-<?php html_rtl($lang);
-
- ?>
-<head>
-<?php echo setCharSet();
-
- ?>
-<meta http-equiv="refresh" content="15,url=products-orderbot.php?<?php echo
"$sid&lang=$lang&userck=$userck";
-
- ?>&cat=<?php echo $cat ?>">
-<title><?php echo $title ?></title>
-<script language=javascript>
-function goactive() {
-<?php
- if ($nofocus == '') echo "
- if(window.focus) window.focus();
- ";
- ?>
- window.resizeTo(800,600);
-}
-
-function show_order(d,o,s,t) {
- url="products-order-print.php<?php echo URL_REDIRECT_APPEND .
"&userck=$userck";
-
- ?>&cat=<?php echo $cat
?>&dept_nr="+d+"&order_nr="+o+"&status="+s+"&sent_datetime="+t;
- <?php echo $cat . 'powin' . $sid;
-
- ?>=window.open(url,"<?php echo $cat . 'powin' . $sid;
-
- ?>","width=800,height=600,menubar=no,resizable=yes,scrollbars=yes");
-}
-</script>
-
-</head>
-<body <?php if ($rows && !$nofocus) echo ' bgcolor="#ffffee"
onLoad="goactive()" ';?>>
-<?php
-if ($rows) {
- if ($showlist) {
- // Load the date formatter
- include_once($root_path .
'include/helpers/inc_date_format_functions.php');
- // Create the department object
- include_once($root_path .
'modules/dept_admin/model/class_department.php');
- $dept_obj = new Department;
- if ($depts = &$dept_obj->getAllActiveObject()) {
- while ($buf = $depts->FetchRow()) {
- $dept[$buf['nr']] = $buf;
- }
- }
-
- echo '<center><font face=Verdana,Arial size=2><p>';
- if ($rows > 1) echo $LDNewOrderMany;
- else echo $LDNewOrder;
- echo'<br> ' . $LDClk2Ack . '<br></font><p>';
- $tog = 1;
- echo '<table border=0 cellspacing=0 cellpadding=0
bgcolor="#666666"><tr><td>
- <table border=0 cellspacing=1 cellpadding=3>
- <tr bgcolor="#ffffff">';
- echo '<td><font face=Verdana,Arial size=2 color="#000080">' . $LDOrderNr .
'</td>
- <td><font face=Verdana,Arial size=2 color="#000080">' .
$LDOrderIndex[1] . '</td>
- <td><font face=Verdana,Arial size=2 color="#000080">' .
$LDOrderIndex[2] . '</td>
- <td><font face=Verdana,Arial size=2 color="#000080">' .
$LDOrderIndex[3] . '</td>
- <td><font face=Verdana,Arial size=2 color="#000080">' .
$LDOrderIndex[4] . '</td>
- <td><font face=Verdana,Arial size=2 color="#000080">' .
$LDOrderIndex[5] . '</td>';
- echo '</tr>';
- $i = $rows;
- while ($content = $ergebnis->FetchRow()) {
- if ($tog) { echo '<tr bgcolor="#dddddd">'; $tog = 0; }
- else { echo '<tr bgcolor="#efefff">';$tog = 1; }
-
- echo'<td><font face=Verdana,Arial size=2>' . $content['order_nr'] .
'</td>
- <td><a href="javascript:show_order(\'' . $content['dept_nr'] .
'\',\'' . $content['order_nr'] . '\',\'' . $content['status'] . '\',\'' .
$content['sent_datetime'] . '\')"><img ' . createComIcon($root_path,
'uparrowgrnlrg.gif', '0') . ' alt="' . $LDClk2Ack . '"></a></td>
- <td ><font face=Verdana,Arial size=2>';
- $buffer = $dept[$content['dept_nr']]['LD_var'];
- if (isset($$buffer) && !empty($$buffer)) echo $$buffer;
- else echo $dept[$content['dept_nr']]['name_formal'];
-
- echo '</td><td><font face=Verdana,Arial size=2>';
- $buf = explode(' ', $content['sent_datetime']);
-
- echo formatDate2Local($buf[0], $date_format) . '</td><td><font
face=Verdana,Arial size=2>' . convertTimeToLocal(str_replace('24', '00',
$buf[1])) . '</td><td align="center">';
-
- if ($content['status'] == 'ack_print') {
- if ($content['priority'] == 'urgent') echo '<img ' .
createComIcon($root_path, 'check-r.gif', '0') . ' alt="' . $LDUrgent . '">';
- else echo '<img ' . createComIcon($root_path, 'check2.gif', '0') .
' alt="' . $LDOK . '">';
- } else {
- if ($content['priority'] == 'urgent') echo '<img ' .
createComIcon($root_path, 'warn.gif', '0') . ' alt="' . $LDUrgent . '">';
- }
- echo '</td></tr>';
- $i--;
- }
- echo '</table>
- </td></tr></table>
- </center>';
- } else {
- echo '<center><img ' . createMascot($root_path, 'mascot1_r.gif', '0',
'middle') . '>
- <font face="Verdana, Arial" size=3
color=#ff0000>
- <b>' . $LDOrderArrived . '</b><p>
- <form name=ack>
- <input type="hidden" name="showlist" value="1">
- <input type="hidden" name="sid" value="' . $sid
. '">
- <input type="hidden" name="lang" value="' .
$lang . '">
- <input type="hidden" name="cat" value="' . $cat
. '">
- <input type="hidden" name="userck" value="' .
$userck . '">
- <input type="submit" value="' . $LDShowOrder .
'">
- </form>
- </center>';
- }
-} else {
-if ($showlist) {
-$showlist = 0;
-echo '<script language="javascript"> self.resizeTo(200,180); </script>';
-}
-
-echo '<img ' . createComIcon($root_path, 'butft2_d.gif') . '>';
-?>
-<font face="Verdana, Arial" size=2 color=#800000>
-<MARQUEE dir=ltr scrollAmount=3 scrollDelay=120 width=150
- height=10 align="middle"><b><?php echo "$LDIm $bot_name"
?>...</b></MARQUEE></font>
-<p>
-<?php
-}
-?>
-</body>
-</html>
Copied: care2x/branches/gettext/modules/products/products-orderbot.php (from
rev 6483, care2x/branches/gettext/modules/products/products-bestellbot.php)
===================================================================
--- care2x/branches/gettext/modules/products/products-orderbot.php
(rev 0)
+++ care2x/branches/gettext/modules/products/products-orderbot.php
2010-06-30 12:19:17 UTC (rev 6484)
@@ -0,0 +1,157 @@
+<?php
+error_reporting(E_COMPILE_ERROR | E_ERROR | E_CORE_ERROR);
+require('./roots.php');
+require($root_path . 'include/helpers/inc_environment_global.php');
+$lang_tables[] = 'departments.php';
+define('LANG_FILE', 'products.php');
+if (!isset($userck))
+ if (isset($_GET['userck'])) $userck = $_GET['userck'];
+ elseif (isset($_POST['userck'])) $userck = $_POST['userck'];
+ $local_user = $userck;
+ require_once($root_path . 'include/helpers/inc_front_chain_lang.php');
+
+ switch ($cat) {
+ case 'pharma': if ($_COOKIE[$local_user . $sid] == null) $cat = "";
+ $title = "$LDPharmacy - $LDOrderBotActivate";
+ $bot_name = $LDPharmaOrderBot;
+ $dbtable = 'care_pharma_orderlist';
+ break;
+ case 'medstock':if ($_COOKIE[$local_user . $sid] == null) $cat = "";
+ $title = "$LDMedDepot - $LDOrderBotActivate";
+ $bot_name = $LDDepotOrderBot;
+ $dbtable = 'care_med_orderlist';
+ break;
+ }
+ $rows = 0;
+ // Create the product object
+ include_once($root_path . 'modules/products/model/class_product.php');
+ $product = new Product;
+ $ergebnis = &$product->PendingOrders($cat);
+ $rows = $product->LastRecordCount();
+
+ ?>
+
+<?php html_rtl($lang);
+
+ ?>
+<head>
+<?php echo setCharSet();
+
+ ?>
+<meta http-equiv="refresh" content="15,url=products-orderbot.php?<?php echo
"$sid&lang=$lang&userck=$userck";
+
+ ?>&cat=<?php echo $cat ?>">
+<title><?php echo $title ?></title>
+<script language=javascript>
+function goactive() {
+<?php
+ if ($nofocus == '') echo "
+ if(window.focus) window.focus();
+ ";
+ ?>
+ window.resizeTo(800,600);
+}
+
+function show_order(d,o,s,t) {
+ url="products-order-print.php<?php echo URL_REDIRECT_APPEND .
"&userck=$userck";
+
+ ?>&cat=<?php echo $cat
?>&dept_nr="+d+"&order_nr="+o+"&status="+s+"&sent_datetime="+t;
+ <?php echo $cat . 'powin' . $sid;
+
+ ?>=window.open(url,"<?php echo $cat . 'powin' . $sid;
+
+ ?>","width=800,height=600,menubar=no,resizable=yes,scrollbars=yes");
+}
+</script>
+
+</head>
+<body <?php if ($rows && !$nofocus) echo ' bgcolor="#ffffee"
onLoad="goactive()" ';?>>
+<?php
+if ($rows) {
+ if ($showlist) {
+ // Load the date formatter
+ include_once($root_path .
'include/helpers/inc_date_format_functions.php');
+ // Create the department object
+ include_once($root_path .
'modules/dept_admin/model/class_department.php');
+ $dept_obj = new Department;
+ if ($depts = &$dept_obj->getAllActiveObject()) {
+ while ($buf = $depts->FetchRow()) {
+ $dept[$buf['nr']] = $buf;
+ }
+ }
+
+ echo '<center><font face=Verdana,Arial size=2><p>';
+ if ($rows > 1) echo $LDNewOrderMany;
+ else echo $LDNewOrder;
+ echo'<br> ' . $LDClk2Ack . '<br></font><p>';
+ $tog = 1;
+ echo '<table border=0 cellspacing=0 cellpadding=0
bgcolor="#666666"><tr><td>
+ <table border=0 cellspacing=1 cellpadding=3>
+ <tr bgcolor="#ffffff">';
+ echo '<td><font face=Verdana,Arial size=2 color="#000080">' . $LDOrderNr .
'</td>
+ <td><font face=Verdana,Arial size=2 color="#000080">' .
$LDOrderIndex[1] . '</td>
+ <td><font face=Verdana,Arial size=2 color="#000080">' .
$LDOrderIndex[2] . '</td>
+ <td><font face=Verdana,Arial size=2 color="#000080">' .
$LDOrderIndex[3] . '</td>
+ <td><font face=Verdana,Arial size=2 color="#000080">' .
$LDOrderIndex[4] . '</td>
+ <td><font face=Verdana,Arial size=2 color="#000080">' .
$LDOrderIndex[5] . '</td>';
+ echo '</tr>';
+ $i = $rows;
+ while ($content = $ergebnis->FetchRow()) {
+ if ($tog) { echo '<tr bgcolor="#dddddd">'; $tog = 0; }
+ else { echo '<tr bgcolor="#efefff">';$tog = 1; }
+
+ echo'<td><font face=Verdana,Arial size=2>' . $content['order_nr'] .
'</td>
+ <td><a href="javascript:show_order(\'' . $content['dept_nr'] .
'\',\'' . $content['order_nr'] . '\',\'' . $content['status'] . '\',\'' .
$content['sent_datetime'] . '\')"><img ' . createComIcon($root_path,
'uparrowgrnlrg.gif', '0') . ' alt="' . $LDClk2Ack . '"></a></td>
+ <td ><font face=Verdana,Arial size=2>';
+ $buffer = $dept[$content['dept_nr']]['LD_var'];
+ if (isset($$buffer) && !empty($$buffer)) echo $$buffer;
+ else echo $dept[$content['dept_nr']]['name_formal'];
+
+ echo '</td><td><font face=Verdana,Arial size=2>';
+ $buf = explode(' ', $content['sent_datetime']);
+
+ echo formatDate2Local($buf[0], $date_format) . '</td><td><font
face=Verdana,Arial size=2>' . convertTimeToLocal(str_replace('24', '00',
$buf[1])) . '</td><td align="center">';
+
+ if ($content['status'] == 'ack_print') {
+ if ($content['priority'] == 'urgent') echo '<img ' .
createComIcon($root_path, 'check-r.gif', '0') . ' alt="' . $LDUrgent . '">';
+ else echo '<img ' . createComIcon($root_path, 'check2.gif', '0') .
' alt="' . $LDOK . '">';
+ } else {
+ if ($content['priority'] == 'urgent') echo '<img ' .
createComIcon($root_path, 'warn.gif', '0') . ' alt="' . $LDUrgent . '">';
+ }
+ echo '</td></tr>';
+ $i--;
+ }
+ echo '</table>
+ </td></tr></table>
+ </center>';
+ } else {
+ echo '<center><img ' . createMascot($root_path, 'mascot1_r.gif', '0',
'middle') . '>
+ <font face="Verdana, Arial" size=3
color=#ff0000>
+ <b>' . $LDOrderArrived . '</b><p>
+ <form name=ack>
+ <input type="hidden" name="showlist" value="1">
+ <input type="hidden" name="sid" value="' . $sid
. '">
+ <input type="hidden" name="lang" value="' .
$lang . '">
+ <input type="hidden" name="cat" value="' . $cat
. '">
+ <input type="hidden" name="userck" value="' .
$userck . '">
+ <input type="submit" value="' . $LDShowOrder .
'">
+ </form>
+ </center>';
+ }
+} else {
+if ($showlist) {
+$showlist = 0;
+echo '<script language="javascript"> self.resizeTo(200,180); </script>';
+}
+
+echo '<img ' . createComIcon($root_path, 'butft2_d.gif') . '>';
+?>
+<font face="Verdana, Arial" size=2 color=#800000>
+<MARQUEE dir=ltr scrollAmount=3 scrollDelay=120 width=150
+ height=10 align="middle"><b><?php echo "$LDIm $bot_name"
?>...</b></MARQUEE></font>
+<p>
+<?php
+}
+?>
+</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