phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5190 - phpcompta/tags/rel650/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5190 - phpcompta/tags/rel650/include
Date: Wed, 20 Mar 2013 14:02:36 +0100 (CET)

Author: danydb
Date: 2013-03-20 14:02:36 +0100 (Wed, 20 Mar 2013)
New Revision: 5190

Modified:
   phpcompta/tags/rel650/include/class_impress.php
   phpcompta/tags/rel650/include/class_print_ledger_fin.php
   phpcompta/tags/rel650/include/class_print_ledger_simple.php
   phpcompta/tags/rel650/include/class_print_ledger_simple_without_vat.php
Log:
Code cleaning

Modified: phpcompta/tags/rel650/include/class_impress.php
===================================================================
--- phpcompta/tags/rel650/include/class_impress.php     2013-03-20 12:57:01 UTC 
(rev 5189)
+++ phpcompta/tags/rel650/include/class_impress.php     2013-03-20 13:02:36 UTC 
(rev 5190)
@@ -21,7 +21,6 @@
 // $Revision$
 /*!\file
  * \brief contains function for the printing
- * \todo the functions of class_impress.php should be replaced in a OO way
 */
 require_once('class_periode.php');
 

Modified: phpcompta/tags/rel650/include/class_print_ledger_fin.php
===================================================================
--- phpcompta/tags/rel650/include/class_print_ledger_fin.php    2013-03-20 
12:57:01 UTC (rev 5189)
+++ phpcompta/tags/rel650/include/class_print_ledger_fin.php    2013-03-20 
13:02:36 UTC (rev 5190)
@@ -22,7 +22,6 @@
 
 /*!\file
  * \brief print a listing of financial
- *\todo Must add the third part
  */
 require_once('class_pdf.php');
 class Print_Ledger_Financial extends PDF
@@ -65,11 +64,7 @@
 
     }
     /**
-     address@hidden print the pdf
-     address@hidden
-     address@hidden
-     address@hidden
-     address@hidden
+     address@hidden print the pdf for a financial ledger
      */
     function export()
     {

Modified: phpcompta/tags/rel650/include/class_print_ledger_simple.php
===================================================================
--- phpcompta/tags/rel650/include/class_print_ledger_simple.php 2013-03-20 
12:57:01 UTC (rev 5189)
+++ phpcompta/tags/rel650/include/class_print_ledger_simple.php 2013-03-20 
13:02:36 UTC (rev 5190)
@@ -23,7 +23,6 @@
 /*!\file
  * \brief this class extends PDF and let you export the detailled printing
  *  of any ledgers
- *\todo Must add the third part
  */
 require_once('class_pdf.php');
 

Modified: 
phpcompta/tags/rel650/include/class_print_ledger_simple_without_vat.php
===================================================================
--- phpcompta/tags/rel650/include/class_print_ledger_simple_without_vat.php     
2013-03-20 12:57:01 UTC (rev 5189)
+++ phpcompta/tags/rel650/include/class_print_ledger_simple_without_vat.php     
2013-03-20 13:02:36 UTC (rev 5190)
@@ -23,7 +23,6 @@
 /*!\file
  * \brief this class extends PDF and let you export the detailled printing
  *  of any ledgers
- * *\todo Must add the third part
  */
 require_once('class_pdf.php');
 



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