phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r736 - in trunk: doc invoicing/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r736 - in trunk: doc invoicing/include
Date: Sun, 3 Aug 2014 12:06:49 +0200 (CEST)

Author: danydb
Date: 2014-08-03 12:06:49 +0200 (Sun, 03 Aug 2014)
New Revision: 736

Modified:
   trunk/doc/Doxyfile
   trunk/invoicing/include/class_acc_ledger_sold_generate.php
Log:
Esth?\195?\169tique : pr?\195?\169sentation Facturation

Modified: trunk/doc/Doxyfile
===================================================================
--- trunk/doc/Doxyfile  2014-08-03 10:00:52 UTC (rev 735)
+++ trunk/doc/Doxyfile  2014-08-03 10:06:49 UTC (rev 736)
@@ -32,7 +32,7 @@
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = 6.5
+PROJECT_NUMBER         = LAST
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer

Modified: trunk/invoicing/include/class_acc_ledger_sold_generate.php
===================================================================
--- trunk/invoicing/include/class_acc_ledger_sold_generate.php  2014-08-03 
10:00:52 UTC (rev 735)
+++ trunk/invoicing/include/class_acc_ledger_sold_generate.php  2014-08-03 
10:06:49 UTC (rev 736)
@@ -115,7 +115,7 @@
         $r.='<th>' . $table->get_header(4) . '</th>';
         $r.='<th>' . $table->get_header(6) . '</th>';
         $r.='<th>' . $table->get_header(5) . '</th>';
-        $r.="<th>" . _('Document') . "</th>";
+        $r.="<th>" . _('D') . "</th>";
         $r.=th('Notes', ' style="width:15%"');
         // if $p_paid is not equal to 0 then we have a paid column
         if ($p_paid != 0)
@@ -274,18 +274,23 @@
         $amount_unpaid = round($amount_unpaid, 4);
         $tot = round($tot, 4);
         $r.="<TR>";
-        $r.='<TD COLSPAN="5">Total</TD>';
+        $r.="<tfoot>";
+        $r.='<TD >Total</TD>';
+        $r.=td("").td("").td("").td("").td("").td("").td("");
         $r.='<TD ALIGN="RIGHT">' . nbm($tot) . "</TD>";
+        $r.="<tfoot>";
         $r.="</tr>";
         if ($p_paid != 0)
         {
             $r.="<TR>";
+            $r.="<tfoot>";
             $r.='<TD COLSPAN="5">Pay&eacute;</TD>';
             $r.='<TD ALIGN="RIGHT">' . nbm($amount_paid) . "</TD>";
             $r.="</tr>";
             $r.="<TR>";
             $r.='<TD COLSPAN="5">Non pay&eacute;</TD>';
             $r.='<TD ALIGN="RIGHT">' . nbm($amount_unpaid) . "</TD>";
+            $r.="<tfoot>";
             $r.="</tr>";
         }
         $r.="</table>";



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