phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r404 - in trunk: coprop coprop/include coprop/include/te


From: phpcompta-dev
Subject: [Phpcompta-dev] r404 - in trunk: coprop coprop/include coprop/include/template doc
Date: Sat, 22 Sep 2012 02:29:12 +0200 (CEST)

Author: danydb
Date: 2012-09-22 02:29:10 +0200 (Sat, 22 Sep 2012)
New Revision: 404

Modified:
   trunk/coprop/coprop-javascript.js
   trunk/coprop/include/key.inc.php
   trunk/coprop/include/template/key_detail.php
   trunk/doc/Doxyfile
Log:
Rapport avance : formulaire - detail impl?\195?\169ment?\195?\169

Modified: trunk/coprop/coprop-javascript.js
===================================================================
--- trunk/coprop/coprop-javascript.js   2012-09-20 18:48:15 UTC (rev 403)
+++ trunk/coprop/coprop-javascript.js   2012-09-22 00:29:10 UTC (rev 404)
@@ -125,6 +125,7 @@
                                {
                                        remove_waiting_box();
                                        
$('keydetail_div').innerHTML=response.responseText;
+                                       $('keydetail_div').show();
                                        response.responseText.evalScripts();
                                }
                                catch(e)
@@ -161,6 +162,7 @@
                                {
                                        remove_waiting_box();
                                        
$('keydetail_div').innerHTML=response.responseText;
+                                       $('keydetail_div').show();
                                        response.responseText.evalScripts();
 
                                }
@@ -387,7 +389,7 @@
 
 function appel_fond_show()
 {
-    try 
+    try
     {
         var aft=$('aft');
         var choice=aft.options[aft.selectedIndex].value;
@@ -413,5 +415,5 @@
     {
         alert(e.message);
     }
-    
+
 }
\ No newline at end of file

Modified: trunk/coprop/include/key.inc.php
===================================================================
--- trunk/coprop/include/key.inc.php    2012-09-20 18:48:15 UTC (rev 403)
+++ trunk/coprop/include/key.inc.php    2012-09-22 00:29:10 UTC (rev 404)
@@ -52,7 +52,7 @@
     coalesce(  (select sum(crd_amount) from
                coprop.clef_repartition_detail as crd
                where crd.cr_id=cr.cr_id) ,0) as delta
-    from 
+    from
     coprop.clef_repartition as cr
     order by cr_name";
 
@@ -74,7 +74,7 @@
                     Différence
                 </th>
                 <th>
-                    
+
                 </th>
        </tr>
 <?
@@ -84,7 +84,7 @@
 ?>
        <tr id="row<?=$a_key[$i]['cr_id']?>">
                <td>
-                       <?=h($mod_key)?>
+                       <?=$mod_key?>
                </td>
                <td>
                        <?=h($a_key[$i]['cr_note'])?>

Modified: trunk/coprop/include/template/key_detail.php
===================================================================
--- trunk/coprop/include/template/key_detail.php        2012-09-20 18:48:15 UTC 
(rev 403)
+++ trunk/coprop/include/template/key_detail.php        2012-09-22 00:29:10 UTC 
(rev 404)
@@ -29,7 +29,7 @@
 ?>
 <div class="content" style="margin-left: 20px">
 <h1><?=$str_message?></h1>
-<?=HtmlInput::button('rlist','Retour list',' 
onclick="$(\'key_list\').show()"')?>
+<?=HtmlInput::button('rlist','Retour liste',' 
onclick="$(\'key_list\').show();$(\'keydetail_div\').hide()"')?>
 
 <h2> Caractéristique</h2>
 <table>

Modified: trunk/doc/Doxyfile
===================================================================
--- trunk/doc/Doxyfile  2012-09-20 18:48:15 UTC (rev 403)
+++ trunk/doc/Doxyfile  2012-09-22 00:29:10 UTC (rev 404)
@@ -676,9 +676,20 @@
                         ../skel \
                         ../tool_pcmn \
                         ../tools \
-                        ../tva
+                        ../tva \
+                       ../importbank/include \
+                       ../tool_pcmn/include \
+                       ../import_card/include \
+                       ../import_doli/include \
+                       ../coprop/include \
+                       ../amortis/include \
+                       ../rapport_avance/include \
+                       ../skel/include \
+                       ../tools/include \
+                       ../backup_noadmin/include
 
 
+
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
 # also the default input encoding. Doxygen uses libiconv (or the iconv built
@@ -809,25 +820,25 @@
 # Setting the INLINE_SOURCES tag to YES will include the body
 # of functions and classes directly in the documentation.
 
-INLINE_SOURCES         = NO
+INLINE_SOURCES         = YES
 
 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
 # doxygen to hide any special comment blocks from generated source code
 # fragments. Normal C, C++ and Fortran comments will always remain visible.
 
-STRIP_CODE_COMMENTS    = YES
+STRIP_CODE_COMMENTS    = NO
 
 # If the REFERENCED_BY_RELATION tag is set to YES
 # then for each documented function all documented
 # functions referencing it will be listed.
 
-REFERENCED_BY_RELATION = NO
+REFERENCED_BY_RELATION = YES
 
 # If the REFERENCES_RELATION tag is set to YES
 # then for each documented function all documented entities
 # called/used by that function will be listed.
 
-REFERENCES_RELATION    = NO
+REFERENCES_RELATION    = YES
 
 # If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
 # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from



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