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 @@
 
     }
     /**
-     *@brief print the pdf
-     *@param
-     *@param
-     *@return
-     *@see
+     *@brief 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

_______________________________________________
Phpcompta  est un logiciel libre de comptabilité en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to