phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4932 - phpcompta/trunk/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r4932 - phpcompta/trunk/include/template
Date: Mon, 18 Jun 2012 18:06:00 +0200 (CEST)

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



reply via email to

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