Author: danydb
Date: 2012-06-18 18:06:00 +0200 (Mon, 18 Jun 2012)
New Revision: 4932

Modified:
   phpcompta/trunk/include/template/form_ledger_fin.php
Log:
0000530: Ajouter la possibilit?\195?\169 d'entrer une date par 
op?\195?\169ration dans la saisie du journal de banque

Prep. code comment?\195?\169, probl?\195?\168me avec Acc_Ledger_Fin

Modified: phpcompta/trunk/include/template/form_ledger_fin.php
===================================================================
--- phpcompta/trunk/include/template/form_ledger_fin.php        2012-06-18 
15:43:42 UTC (rev 4931)
+++ phpcompta/trunk/include/template/form_ledger_fin.php        2012-06-18 
16:06:00 UTC (rev 4932)
@@ -21,6 +21,7 @@
    <fieldset><legend><?=_('Opérations')?></legend>
 <table id="fin_item" width="100%" border="0">
 <tr>
+<!--<th style="text-align: 
left"><?=_('Date')?><?=HtmlInput::infobulle(16)?></TH> -->
 <th style="text-align: left;width: auto">code<?HtmlInput::infobulle(0)?></TH>
    <th style="text-align: left"><?=_('Fiche')?></TH>
    <th style="text-align: left"><?=_('Commentaire')?></TH>
@@ -30,6 +31,7 @@
 
 <? foreach ($array as $item) {
 echo '<tr>';
+// echo td($item['dateop']);
 echo td($item['qcode'].$item['search']);
 echo td($item['cname']);
 echo td($item['comment']);



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu

_______________________________________________
Phpcompta  est un logiciel libre de comptabilit&#233; en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to