phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4765 - in phpcompta/tags/rel600: doc include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4765 - in phpcompta/tags/rel600: doc include
Date: Wed, 8 Feb 2012 19:47:08 +0100 (CET)

Author: danydb
Date: 2012-02-08 19:47:08 +0100 (Wed, 08 Feb 2012)
New Revision: 4765

Modified:
   phpcompta/tags/rel600/doc/manuel-fr.odt
   phpcompta/tags/rel600/doc/manuel-fr.pdf
   phpcompta/tags/rel600/include/class_document.php
Log:
Correct probleme with date in other document than CALC
New tag : DATE_CALC


Modified: phpcompta/tags/rel600/doc/manuel-fr.odt
===================================================================
(Binary files differ)

Modified: phpcompta/tags/rel600/doc/manuel-fr.pdf
===================================================================
(Binary files differ)

Modified: phpcompta/tags/rel600/include/class_document.php
===================================================================
--- phpcompta/tags/rel600/include/class_document.php    2012-02-08 18:15:50 UTC 
(rev 4764)
+++ phpcompta/tags/rel600/include/class_document.php    2012-02-08 18:47:08 UTC 
(rev 4765)
@@ -506,7 +506,10 @@
         static $counter=0;
         switch ($p_tag)
         {
-        case 'DATE_DOC':
+               case 'DATE':
+                       $r=(isset 
($p_array['ag_timestamp']))?$p_array['ag_timestamp']:$p_array['e_date'];
+                       break;
+        case 'DATE_CALC':
                 $r=' Date inconnue ';
             // Date are in $p_array['ag_date']
             // or $p_array['e_date']



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