phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r4528 - in phpcompta/trunk/include: . template


From: phpcompta-dev
Subject: [Phpcompta-dev] r4528 - in phpcompta/trunk/include: . template
Date: Wed, 30 Nov 2011 23:59:52 +0100 (CET)

Author: danydb
Date: 2011-11-30 23:59:50 +0100 (Wed, 30 Nov 2011)
New Revision: 4528

Modified:
   phpcompta/trunk/include/action.common.inc.php
   phpcompta/trunk/include/class_acc_ledger.php
   phpcompta/trunk/include/impress_poste.inc.php
   phpcompta/trunk/include/template/form_ledger_detail.php
   phpcompta/trunk/include/template/form_ledger_fin.php
   phpcompta/trunk/include/template/ledger_search.php
Log:
location button for searching card

Modified: phpcompta/trunk/include/action.common.inc.php
===================================================================
--- phpcompta/trunk/include/action.common.inc.php       2011-11-30 21:00:52 UTC 
(rev 4527)
+++ phpcompta/trunk/include/action.common.inc.php       2011-11-30 22:59:50 UTC 
(rev 4528)
@@ -267,7 +267,7 @@
   $w->table=0;
   $list=$cn->make_list("select fd_id from fiche_def where frd_id in 
(4,8,9,14,15,16,25)");
   $w->extra=$list;
-  echo _('Fiche').' :'.$w->search().$w->input().'<br/>';
+  echo _('Fiche').' :'.$w->input().$w->search().'<br/>';
   printf (_('Titre ou référence').': <input class="input_text" type="text" 
name="query" value="%s">',
          $a);
   echo '<br/>';

Modified: phpcompta/trunk/include/class_acc_ledger.php
===================================================================
--- phpcompta/trunk/include/class_acc_ledger.php        2011-11-30 21:00:52 UTC 
(rev 4527)
+++ phpcompta/trunk/include/class_acc_ledger.php        2011-11-30 22:59:50 UTC 
(rev 4528)
@@ -1676,7 +1676,7 @@
             $deb->javascript=' onChange="checkTotalDirect()"';
 
             $ret.='<tr>';
-            $ret.='<td>'.$quick_code->search().$quick_code->input().'</td>';
+            $ret.='<td>'.$quick_code->input().$quick_code->search().'</td>';
             $ret.='<td>'.$poste->input().
                   '<script> 
document.getElementById(\'poste'.$i.'\').onblur=function(){ if 
(trim(this.value) !=\'\') 
{document.getElementById(\'qc_'.$i.'\').value="";}}</script>'.
                   '</td>';

Modified: phpcompta/trunk/include/impress_poste.inc.php
===================================================================
--- phpcompta/trunk/include/impress_poste.inc.php       2011-11-30 21:00:52 UTC 
(rev 4527)
+++ phpcompta/trunk/include/impress_poste.inc.php       2011-11-30 22:59:50 UTC 
(rev 4528)
@@ -80,7 +80,7 @@
 
 
 $w_poste->value=(isset($_REQUEST['f_id']))?$_REQUEST['f_id']:"";
-print td($w_poste->search().$w_poste->input());
+print td($w_poste->input().$w_poste->search());
 echo td($span->input('f_id_label'));
 print '</TR>';
 print '<TR>';

Modified: phpcompta/trunk/include/template/form_ledger_detail.php
===================================================================
--- phpcompta/trunk/include/template/form_ledger_detail.php     2011-11-30 
21:00:52 UTC (rev 4527)
+++ phpcompta/trunk/include/template/form_ledger_detail.php     2011-11-30 
22:59:50 UTC (rev 4528)
@@ -36,8 +36,8 @@
 </tr>
 <? foreach ($array as $item) {
 echo '<tr>';
+echo $item['quick_code'];
 echo '<td>'.$item['bt'].'</td>';
-echo $item['quick_code'];
 ?>
 <td style="border-bottom: 1px dotted grey; width: 75%;"><?=$item['denom'] 
?></td>
 <?

Modified: phpcompta/trunk/include/template/form_ledger_fin.php
===================================================================
--- phpcompta/trunk/include/template/form_ledger_fin.php        2011-11-30 
21:00:52 UTC (rev 4527)
+++ phpcompta/trunk/include/template/form_ledger_fin.php        2011-11-30 
22:59:50 UTC (rev 4528)
@@ -29,7 +29,7 @@
 
 <? foreach ($array as $item) {
 echo '<tr>';
-echo td($item['search'].$item['qcode']);
+echo td($item['qcode'].$item['search']);
 echo td($item['span']);
 echo td($item['comment']);
 echo td(nbm($item['amount']));

Modified: phpcompta/trunk/include/template/ledger_search.php
===================================================================
--- phpcompta/trunk/include/template/ledger_search.php  2011-11-30 21:00:52 UTC 
(rev 4527)
+++ phpcompta/trunk/include/template/ledger_search.php  2011-11-30 22:59:50 UTC 
(rev 4528)
@@ -40,7 +40,7 @@
        <?=_('Et utilisant la fiche (quick code)')?>
 </td>
 <td>
-   <?php echo $f_qcode->search();echo $f_qcode->input();  ?>
+   <?php echo $f_qcode->input(); echo $f_qcode->search(); ?>
 </td>
 </tr>
 <tr>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]