phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r492 - in trunk/rapport_avance: . include


From: phpcompta-dev
Subject: [Phpcompta-dev] r492 - in trunk/rapport_avance: . include
Date: Tue, 7 May 2013 01:47:16 +0200 (CEST)

Author: danydb
Date: 2013-05-07 01:47:15 +0200 (Tue, 07 May 2013)
New Revision: 492

Modified:
   trunk/rapport_avance/include/historique.inc.php
   trunk/rapport_avance/rapav_javascript.js
Log:
task #0000834: Filtre dans l'historique

Modified: trunk/rapport_avance/include/historique.inc.php
===================================================================
--- trunk/rapport_avance/include/historique.inc.php     2013-05-02 21:20:02 UTC 
(rev 491)
+++ trunk/rapport_avance/include/historique.inc.php     2013-05-06 23:47:15 UTC 
(rev 492)
@@ -39,7 +39,13 @@
                order by d_start,d_title");
 ?>
 <div id="declaration_list_div">
-<table class="sortable">
+<?php
+echo '<span style="display:block">';
+       echo _('Filtre').HtmlInput::infobulle(204);
+       echo HtmlInput::filter_table("t_declaration", "0,1,2,3","1");
+       echo '</span>';
+?>
+<table id="t_declaration" class="sortable">
        <tr>
                <th class=" sorttable_sorted_reverse">
                        Date début <?php echo HtmlInput::infobulle(17);?>

Modified: trunk/rapport_avance/rapav_javascript.js
===================================================================
--- trunk/rapport_avance/rapav_javascript.js    2013-05-02 21:20:02 UTC (rev 
491)
+++ trunk/rapport_avance/rapav_javascript.js    2013-05-06 23:47:15 UTC (rev 
492)
@@ -3,6 +3,7 @@
 content[200]="Le code doit être unique pour ce formulaire";
 content[201]="Formula TODO";
 content[203]="Utiliser le % pour indiquer les postes comptables qui en 
dépendent ex: 70% pour reprendre tous les comptes commençant par 70";
+content[204]="Filtrer en donnant une date, partie de la description ou de la 
déclaration";
 
 /**
  address@hidden show the definition of a form and let it modify it



---
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]