phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5191 - in phpcompta/tags/rel650: html include include/t


From: phpcompta-dev
Subject: [Phpcompta-dev] r5191 - in phpcompta/tags/rel650: html include include/template
Date: Mon, 25 Mar 2013 23:42:50 +0100 (CET)

Author: danydb
Date: 2013-03-25 23:42:49 +0100 (Mon, 25 Mar 2013)
New Revision: 5191

Modified:
   phpcompta/tags/rel650/html/ajax_misc.php
   phpcompta/tags/rel650/html/do.php
   phpcompta/tags/rel650/html/show_document.php
   phpcompta/tags/rel650/include/ac_common.php
   phpcompta/tags/rel650/include/action.common.inc.php
   phpcompta/tags/rel650/include/ajax_mod_periode.php
   phpcompta/tags/rel650/include/ajax_mod_predf_op.php
   phpcompta/tags/rel650/include/class_acc_balance.php
   phpcompta/tags/rel650/include/class_acc_ledger.php
   phpcompta/tags/rel650/include/class_acc_ledger_fin.php
   phpcompta/tags/rel650/include/class_acc_ledger_purchase.php
   phpcompta/tags/rel650/include/class_acc_ledger_sold.php
   phpcompta/tags/rel650/include/class_document.php
   phpcompta/tags/rel650/include/class_document_type.php
   phpcompta/tags/rel650/include/class_fiche.php
   phpcompta/tags/rel650/include/class_fiche_def.php
   phpcompta/tags/rel650/include/class_follow_up.php
   phpcompta/tags/rel650/include/class_iradio.php
   phpcompta/tags/rel650/include/class_tool_uos.php
   phpcompta/tags/rel650/include/class_user.php
   phpcompta/tags/rel650/include/client.inc.php
   phpcompta/tags/rel650/include/compta_ach.inc.php
   phpcompta/tags/rel650/include/compta_fin_rec.inc.php
   phpcompta/tags/rel650/include/compta_fin_saldo.inc.php
   phpcompta/tags/rel650/include/compta_ods.inc.php
   phpcompta/tags/rel650/include/constant.php
   phpcompta/tags/rel650/include/contact.inc.php
   phpcompta/tags/rel650/include/dossier.inc.php
   phpcompta/tags/rel650/include/export_balance_pdf.php
   phpcompta/tags/rel650/include/fiche.inc.php
   phpcompta/tags/rel650/include/forecast.inc.php
   phpcompta/tags/rel650/include/history_operation.inc.php
   phpcompta/tags/rel650/include/impress_jrn.inc.php
   phpcompta/tags/rel650/include/menu.inc.php
   phpcompta/tags/rel650/include/modele.inc.php
   phpcompta/tags/rel650/include/opening.inc.php
   phpcompta/tags/rel650/include/operation_ods_confirm.inc.php
   phpcompta/tags/rel650/include/pref.inc.php
   phpcompta/tags/rel650/include/template/document_mod_change.php
   phpcompta/tags/rel650/include/template/search_top.php
   phpcompta/tags/rel650/include/tva.inc.php
   phpcompta/tags/rel650/include/user_detail.inc.php
Log:
Documentation : doxygen tag misplaced due to netbeans

Modified: phpcompta/tags/rel650/html/ajax_misc.php
===================================================================
--- phpcompta/tags/rel650/html/ajax_misc.php    2013-03-20 13:02:36 UTC (rev 
5190)
+++ phpcompta/tags/rel650/html/ajax_misc.php    2013-03-25 22:42:49 UTC (rev 
5191)
@@ -21,7 +21,7 @@
 
 // Copyright Author Dany De Bontridder address@hidden
 
-/* !\file
+/**\file
  * \brief this file respond to an ajax request
  * The parameters are
  * - gDossier

Modified: phpcompta/tags/rel650/html/do.php
===================================================================
--- phpcompta/tags/rel650/html/do.php   2013-03-20 13:02:36 UTC (rev 5190)
+++ phpcompta/tags/rel650/html/do.php   2013-03-25 22:42:49 UTC (rev 5191)
@@ -21,7 +21,7 @@
 
 // Copyright Author Dany De Bontridder address@hidden
 
-/* !\file
+/**\file
  * \brief Main file
  */
 require_once 'class_database.php';

Modified: phpcompta/tags/rel650/html/show_document.php
===================================================================
--- phpcompta/tags/rel650/html/show_document.php        2013-03-20 13:02:36 UTC 
(rev 5190)
+++ phpcompta/tags/rel650/html/show_document.php        2013-03-25 22:42:49 UTC 
(rev 5191)
@@ -20,7 +20,7 @@
 /* $Revision$ */
 // Copyright Author Dany De Bontridder address@hidden
 // Verify parameters
-/* ! \file
+/** \file
  * \brief retrieve a document
  */
 

Modified: phpcompta/tags/rel650/include/ac_common.php
===================================================================
--- phpcompta/tags/rel650/include/ac_common.php 2013-03-20 13:02:36 UTC (rev 
5190)
+++ phpcompta/tags/rel650/include/ac_common.php 2013-03-25 22:42:49 UTC (rev 
5191)
@@ -29,7 +29,7 @@
 require_once('class_database.php');
 require_once('class_periode.php');
 
-/* !\brief to protect again bad characters which can lead to a cross scripting 
attack
+/**\brief to protect again bad characters which can lead to a cross scripting 
attack
   the string to be diplayed must be protected
  */
 
@@ -71,7 +71,7 @@
 {
     return '<h1 ' . $p_class . '>' . htmlspecialchars($p_string) . '</h1>';
 }
-/* !\brief surround the string with td
+/**\brief surround the string with td
  * \param $p_string string to surround by TD
  * \param $p_extra extra info (class, style, javascript...)
  * \return string surrounded by td
@@ -87,7 +87,7 @@
     return '<tr  ' . $p_extra . '>' . $p_string . '</tr>';
 }
 
-/* !\brief escape correctly php string to javascript */
+/**\brief escape correctly php string to javascript */
 
 function j($p_string)
 {
@@ -133,7 +133,7 @@
     return $r;
 }
 
-/* !
+/**
  * \brief  log error into the /tmp/phpcompta_error.log it doesn't work on 
windows
  *
  * \param p_log message
@@ -155,7 +155,7 @@
     }
 }
 
-/* !
+/**
  * \brief  Compare 2 dates
  * \param p_date
  * \param p_date_oth
@@ -243,7 +243,7 @@
     return $p_date;
 }
 
-/* !
+/**
  * \brief Default page header for each page
  *
  * \param p_theme default theme
@@ -317,7 +317,7 @@
 
 }
 
-/* !
+/**
  * \brief Minimal  page header for each page, used for small popup window
  *
  * \param p_theme default theme
@@ -372,7 +372,7 @@
     }
 }
 
-/* !
+/**
  * \brief end tag
  *
  */
@@ -383,7 +383,7 @@
     echo "</HTML>";
 }
 
-/* !
+/**
  * \brief Echo no access and stop
  *
  * \return nothing
@@ -413,7 +413,7 @@
 {
     return sql_string($p_string);
 }
-/* !
+/**
  * \brief Fix the problem with the quote char for the database
  *
  * \param $p_string
@@ -430,7 +430,7 @@
     return $p_string;
 }
 
-/* !
+/**
   /* \brief store the string which print
  *           the content of p_array in a table
  *           used to display the menu
@@ -499,7 +499,7 @@
     return $ret;
 }
 
-/* !
+/**
  * \brief warns
  *
  * \param p_string error message
@@ -514,7 +514,7 @@
     echo '<H2 class="error">' . $p_string . "</H2>";
 }
 
-/* !
+/**
  * \brief Show the periode which found thanks its id
  *
  *
@@ -534,7 +534,7 @@
     return $ret;
 }
 
-/* !
+/**
  * \brief Return the period corresponding to the
  *           date
  *
@@ -554,7 +554,7 @@
     return $R;
 }
 
-/* !\brief Decode the html for the widegt richtext and remove newline
+/**\brief Decode the html for the widegt richtext and remove newline
  * \param $p_html string to decode
  * \return the html code without new line
  */
@@ -567,7 +567,7 @@
     return $p_html;
 }
 
-/* !\brief Create the condition to filter on the j_tech_per
+/**\brief Create the condition to filter on the j_tech_per
  *        thanks a from and to date.
  * \param $p_cn database conx
  * \param $p_from start date (date)
@@ -611,7 +611,7 @@
     return $periode;
 }
 
-/* !\brief alert in javascript
+/**\brief alert in javascript
  * \param $p_msg is the message
  * \param $buffer if false, echo directly and execute the javascript, if 
$buffer is true, the alert javascript
  * is in the return string

Modified: phpcompta/tags/rel650/include/action.common.inc.php
===================================================================
--- phpcompta/tags/rel650/include/action.common.inc.php 2013-03-20 13:02:36 UTC 
(rev 5190)
+++ phpcompta/tags/rel650/include/action.common.inc.php 2013-03-25 22:42:49 UTC 
(rev 5191)
@@ -21,7 +21,7 @@
 
 // Copyright Author Dany De Bontridder address@hidden
 
-/* !\file
+/**\file
  * \brief this file is common to suivi client, suivi fournisseur, suivi
  * administration.
  * The needed variables are

Modified: phpcompta/tags/rel650/include/ajax_mod_periode.php
===================================================================
--- phpcompta/tags/rel650/include/ajax_mod_periode.php  2013-03-20 13:02:36 UTC 
(rev 5190)
+++ phpcompta/tags/rel650/include/ajax_mod_periode.php  2013-03-25 22:42:49 UTC 
(rev 5191)
@@ -22,7 +22,7 @@
 // Copyright Author Dany De Bontridder address@hidden
 require_once('class_periode.php');
 
-/* !\file
+/**\file
  * \brief display or save a periode
  * variable received $op, $cn $g_user
  */

Modified: phpcompta/tags/rel650/include/ajax_mod_predf_op.php
===================================================================
--- phpcompta/tags/rel650/include/ajax_mod_predf_op.php 2013-03-20 13:02:36 UTC 
(rev 5190)
+++ phpcompta/tags/rel650/include/ajax_mod_predf_op.php 2013-03-25 22:42:49 UTC 
(rev 5191)
@@ -21,7 +21,7 @@
 
 // Copyright Author Dany De Bontridder address@hidden
 
-/* !\file
+/**\file
  * \brief display a form to change the name of a predefined operation
  */
 ob_start();

Modified: phpcompta/tags/rel650/include/class_acc_balance.php
===================================================================
--- phpcompta/tags/rel650/include/class_acc_balance.php 2013-03-20 13:02:36 UTC 
(rev 5190)
+++ phpcompta/tags/rel650/include/class_acc_balance.php 2013-03-25 22:42:49 UTC 
(rev 5191)
@@ -33,7 +33,7 @@
     var $jrn;                                          /*!< idx of a table of 
ledger create by user->get_ledger */
     var $from_poste;                           /*!< from_poste  filter on the 
post */
     var $to_poste;                             /*!< to_poste filter on the 
post*/
-    var $unsold;                               /*!< if true only the no solded 
account (saldo != 0) */
+    var $unsold;                               /**= 0) */
     function Acc_Balance($p_cn)
     {
         $this->db=$p_cn;

Modified: phpcompta/tags/rel650/include/class_acc_ledger.php
===================================================================
--- phpcompta/tags/rel650/include/class_acc_ledger.php  2013-03-20 13:02:36 UTC 
(rev 5190)
+++ phpcompta/tags/rel650/include/class_acc_ledger.php  2013-03-25 22:42:49 UTC 
(rev 5191)
@@ -44,24 +44,24 @@
 require_once 'class_sort_table.php';
 require_once 'class_jrn_def_sql.php';
 require_once 'class_acc_payment.php';
-/* !\file
- * \brief Class for jrn,  class acc_ledger for manipulating the ledger
+/** \file
+ * @brief Class for jrn,  class acc_ledger for manipulating the ledger
  */
 
-/* !\brief Class for jrn,  class acc_ledger for manipulating the ledger
+/** @brief Class for jrn,  class acc_ledger for manipulating the ledger
  *
  */
 
 class Acc_Ledger extends jrn_def_sql
 {
 
-       var $id;   /* !< jrn_def.jrn_def_id */
-       var $name;   /* !< jrn_def.jrn_def_name */
-       var $db;   /* !< database connextion */
-       var $row;   /* !< row of the ledger */
-       var $type;   /* !< type of the ledger ACH ODS FIN
+       var $id;   /**< jrn_def.jrn_def_id */
+       var $name;   /**< jrn_def.jrn_def_name */
+       var $db;   /**< database connextion */
+       var $row;   /**< row of the ledger */
+       var $type;   /**< type of the ledger ACH ODS FIN
          VEN or GL */
-       var $nb;   /* !< default number of rows by
+       var $nb;   /**< default number of rows by
          default 10 */
 
        /**
@@ -84,7 +84,7 @@
                {
                        $ret = $this->db->get_array("select 
last_value,is_called from s_jrn_pj" . $this->id);
                        $last = $ret[0]['last_value'];
-                       /* !
+                       /**
                         * \note  With PSQL sequence , the last_value column is 
1 when before   AND after the first call, to make the difference between them
                         * I have to check whether the sequence has been 
already called or not */
                        if ($ret[0]['is_called'] == 'f')
@@ -96,8 +96,8 @@
                return 0;
        }
 
-       /* !
-        * \brief Return the type of a ledger (ACH,VEN,ODS or FIN) or GL
+       /**
+        * @brief Return the type of a ledger (ACH,VEN,ODS or FIN) or GL
         *
         */
 
@@ -331,8 +331,8 @@
                }
        }
 
-       /* !
-        * \brief Return the name of a ledger
+       /**
+        * @brief Return the name of a ledger
         *
         */
 
@@ -354,14 +354,14 @@
                return $ret['jrn_def_name'];
        }
 
-       /* ! \function  get_row
-        * \brief  Get The data
+       /** \function  get_row
+        * @brief  Get The data
         *
         *
-        * \param p_from from periode
-        * \param p_to to periode
-        * \param p_limit starting line
-        * \param p_offset number of lines
+        * @paramp_from from periode
+        * @paramp_to to periode
+        * @paramp_limit starting line
+        * @paramp_offset number of lines
         * \return Array with the asked data
         *
         */
@@ -509,13 +509,13 @@
                return $a;
        }
 
-       /* ! \brief  Get simplified row from ledger
+       /** @brief  Get simplified row from ledger
         *
-        * \param from periode
-        * \param to periode
-        * \param p_limit starting line
-        * \param p_offset number of lines
-        * \param trunc if data must be truncated (pdf export)
+        * @paramfrom periode
+        * @paramto periode
+        * @paramp_limit starting line
+        * @paramp_offset number of lines
+        * @paramtrunc if data must be truncated (pdf export)
         *
         * \return an Array with the asked data
         */
@@ -580,7 +580,8 @@
 
 // end function get_rowSimple
 
-       /* !\brief guess what  the next pj should be
+       /**
+        * @brief guess what  the next pj should be
         */
 
        function guess_pj()
@@ -591,10 +592,11 @@
                return $pj_pref . $pj_seq;
        }
 
-       /* !\brief Show all the operation
-        * \param $sql is the sql stmt, normally created by build_search_sql
-        * \param $offset the offset
-        * \param $p_paid if we want to see info about payment
+       /**
+        * @brief Show all the operation
+        * @param$sql is the sql stmt, normally created by build_search_sql
+        * @param$offset the offset
+        * @param$p_paid if we want to see info about payment
          \code
          // Example
          // Build the sql
@@ -766,10 +768,11 @@
                return array($count, $r);
        }
 
-       /* !\brief Show all the operation
-        * \param $sql is the sql stmt, normally created by build_search_sql
-        * \param $offset the offset
-        * \param $p_paid if we want to see info about payment
+       /**
+        * @brief Show all the operation
+        * @param$sql is the sql stmt, normally created by build_search_sql
+        * @param$offset the offset
+        * @param$p_paid if we want to see info about payment
          \code
          // Example
          // Build the sql
@@ -1021,8 +1024,8 @@
                return array($count, $r);
        }
 
-       /* !
-        * \brief get_detail gives the detail of row
+       /**
+        * @brief get_detail gives the detail of row
         * this array must contains at least the field
         *       <ul>
         *       <li> montant</li>
@@ -1039,12 +1042,12 @@
         *          </ul>
         *       </ul>
         *
-        * \param p_array the structure is set in get_rowSimple, this array is
+        * @paramp_array the structure is set in get_rowSimple, this array is
         *        modified,
-        * \param $trunc if the data must be truncated, usefull for pdf export
-        * \param p_jrn_type is the type of the ledger (ACH or VEN)
-        * \param $a_TVA TVA Array (default null)
-        * \param $a_ParmCode Array (default null)
+        * @param$trunc if the data must be truncated, usefull for pdf export
+        * @paramp_jrn_type is the type of the ledger (ACH or VEN)
+        * @param$a_TVA TVA Array (default null)
+        * @param$a_ParmCode Array (default null)
         * \return p_array
         */
 
@@ -1203,8 +1206,8 @@
        }
 
 // retrieve data from jrnx
-       /* !
-        * \brief  Get the properties of a journal
+       /**
+        * @brief  Get the properties of a journal
         *
         * \return an array containing properties
         *
@@ -1229,9 +1232,9 @@
                return Database::fetch_array($Res, 0);
        }
 
-       /* ! \function GetDefLine
-        * \brief Get the number of lines of a journal
-        * \param $p_cred deb or cred
+       /** \function GetDefLine
+        * @brief Get the number of lines of a journal
+        * @param$p_cred deb or cred
         *
         * \return an integer
         */
@@ -1247,9 +1250,10 @@
                return $Res[0]['value'];
        }
 
-       /* !\brief get the saldo of a ledger for a specific period
-        * \param $p_from start period
-        * \param $p_to end period
+       /**
+        * @brief get the saldo of a ledger for a specific period
+        * @param$p_from start period
+        * @param$p_to end period
         */
 
        function get_solde($p_from, $p_to)
@@ -1280,11 +1284,11 @@
                return $response;
        }
 
-       /* !
-        * \brief Show a select list   of the ledgers you can access in
+       /**
+        * @brief Show a select list   of the ledgers you can access in
         * writing, reading or simply accessing.
-        * \param $p_type = ALL or the type of the ledger (ACH,VEN,FIN,ODS)
-        * \param $p_access =3 for READ and WRITE, 2 for write and 1 for 
readonly
+        * @param$p_type = ALL or the type of the ledger (ACH,VEN,FIN,ODS)
+        * @param$p_access =3 for READ and WRITE, 2 for write and 1 for readonly
         * \return     object HtmlInput select
         */
 
@@ -1312,8 +1316,8 @@
                return $select;
        }
 
-       /* !
-        * \brief retrieve the jrn_def_fiche and return them into a array
+       /**
+        * @brief retrieve the jrn_def_fiche and return them into a array
         *        index deb, cred
         * \param
         * \param
@@ -1338,8 +1342,8 @@
                return $res[0];
        }
 
-       /* !
-        * \brief retrieve the jrn_def_class_deb and return it
+       /**
+        * @brief retrieve the jrn_def_class_deb and return it
         *
         *
         * \return return an string
@@ -1361,10 +1365,10 @@
                return $res[0];
        }
 
-       /* !
-        * \brief show the result of the array to confirm
+       /**
+        * @brief show the result of the array to confirm
         * before inserting
-        * \param $p_array array from the form
+        * @param$p_array array from the form
         * \return string
         */
 
@@ -1524,10 +1528,10 @@
                return $ret;
        }
 
-       /* !
-        * \brief Show the form to encode your operation
-        * \param $p_array if you correct or use a predef operation (default = 
null)
-        * \param $p_readonly 1 for readonly 0 for writable (default 0)
+       /**
+        * @brief Show the form to encode your operation
+        * @param$p_array if you correct or use a predef operation (default = 
null)
+        * @param$p_readonly 1 for readonly 0 for writable (default 0)
         *
         * \return a string containing the form
         */
@@ -1762,7 +1766,8 @@
                return $ret;
        }
 
-       /* !\brief
+       /**
+        * @brief
         * check if the current ledger is closed
         * \return 1 for yes, otherwise 0
         * \see Periode::is_closed
@@ -1777,9 +1782,9 @@
                return $ret;
        }
 
-       /* !
-        * \brief verify that the operation can be saved
-        * \param $p_array array of data same layout that the $_POST from 
show_form
+       /**
+        * @brief verify that the operation can be saved
+        * @param$p_array array of data same layout that the $_POST from 
show_form
         *
         *
         * \throw  the getcode  value is 1 incorrect balance,  2 date
@@ -1909,11 +1914,11 @@
                return $msg;
        }
 
-       /* !
-        * \brief compute the internal code of the saved operation and set the 
$this->jr_internal to
+       /**
+        * @brief compute the internal code of the saved operation and set the 
$this->jr_internal to
         *  the computed value
         *
-        * \param $p_grpt id in jr_grpt_
+        * @param$p_grpt id in jr_grpt_
         *
         * \return string internal_code
         *      -
@@ -1932,10 +1937,10 @@
                return $internal_code;
        }
 
-       /* !
-        * \brief save the operation into the jrnx,jrn, ,
+       /**
+        * @brief save the operation into the jrnx,jrn, ,
         *  CA and pre_def
-        * \param $p_array
+        * @param$p_array
         *
         * \return array with [0] = false if failed otherwise true, [1] error
         * code
@@ -2099,8 +2104,8 @@
                return true;
        }
 
-       /* !
-        * \brief get all the data from request and build the object
+       /**
+        * @brief get all the data from request and build the object
         */
 
        function get_request()
@@ -2108,10 +2113,10 @@
                $this->id = $_REQUEST['p_jrn'];
        }
 
-       /* !
-        * \brief retrieve the next number for this type of ledger
-        * \param p_cn connx
-        * \param p_type ledger type
+       /**
+        * @brief retrieve the next number for this type of ledger
+        * @paramp_cn connx
+        * @paramp_type ledger type
         *
         * \return the number
         *
@@ -2125,8 +2130,9 @@
                return $Ret + 1;
        }
 
-       /* !\brief get the first ledger
-        * \param the type
+       /**
+        * @brief get the first ledger
+        * @paramthe type
         * \return the j_id
         */
 
@@ -2137,8 +2143,9 @@
                return $all[0];
        }
 
-       /* !\brief Update the paiment  in the list of operation
-        * \param $p_array is normally $_GET
+       /**
+        * @brief Update the paiment  in the list of operation
+        * @param$p_array is normally $_GET
         */
 
        function update_paid($p_array)
@@ -2173,9 +2180,10 @@
                                " jr_grpt_id = " . $this->grpt_id);
        }
 
-       /* !\brief retrieve all the card for this type of ledger, make them
+       /**
+        * @brief retrieve all the card for this type of ledger, make them
         * into a string separated by comma
-        * \param none
+        * @paramnone
         * \return all the card or null is nothing is found
         */
 
@@ -2209,8 +2217,9 @@
                return $card;
        }
 
-       /* !\brief get the saldo of an exercice, used for the opening of a 
folder
-        * \param $p_exercice is the exercice we want
+       /**
+        * @brief get the saldo of an exercice, used for the opening of a folder
+        * @param$p_exercice is the exercice we want
         * \return an array
         * index =
         * - solde (debit > 0 ; credit < 0)
@@ -2237,8 +2246,8 @@
                return $res;
        }
 
-       /* !
-        * \brief Check if a Dossier is using the strict mode or not
+       /**
+        * @brief Check if a Dossier is using the strict mode or not
         * \return true if we are using the strict_mode
         */
 
@@ -2252,8 +2261,8 @@
                exit("Valeur invalid " . __FILE__ . ':' . __LINE__);
        }
 
-       /* !
-        * \brief Check if a Dossier is using the check on the periode, if true 
than the user has to enter the date
+       /**
+        * @brief Check if a Dossier is using the check on the periode, if true 
than the user has to enter the date
         * and the periode, it is a security check
         * \return true if we are using the double encoding (date+periode)
         */
@@ -2268,7 +2277,8 @@
                exit("Valeur invalid " . __FILE__ . ':' . __LINE__);
        }
 
-       /* !\brief get the date of the last operation
+       /**
+        * @brief get the date of the last operation
         */
 
        function get_last_date()
@@ -2280,9 +2290,10 @@
                return $date;
        }
 
-       /* !\brief retrieve the jr_id thanks the internal code, do not change
+       /**
+        * @brief retrieve the jr_id thanks the internal code, do not change
         * anything to the current object
-        * \param the internal code
+        * @paramthe internal code
         * \return the jr_id or 0 if not found
         */
 
@@ -2295,10 +2306,11 @@
                return $value;
        }
 
-       /* !\brief create the invoice and saved it as attachment to the
+       /**
+        * @brief create the invoice and saved it as attachment to the
         * operation,
-        * \param $internal is the internal code
-        * \param $p_array is normally the $_POST
+        * @param$internal is the internal code
+        * @param$p_array is normally the $_POST
         * \return a string
         */
 
@@ -2321,8 +2333,9 @@
                return h($doc->d_name . ' (' . $doc->d_filename . ')');
        }
 
-       /* !\brief check if the payment method is valid
-        * \param $e_mp is the value and $e_mp_qcode is the quickcode
+       /**
+        * @brief check if the payment method is valid
+        * @param$e_mp is the value and $e_mp_qcode is the quickcode
         * \return nothing throw an Exception
         */
 
@@ -2358,7 +2371,8 @@
                }
        }
 
-       /* !\brief increment the sequence for the pj */
+       /**
+        * @brief increment the sequence for the pj */
 
        function inc_seq_pj()
        {
@@ -2366,7 +2380,8 @@
                $this->db->exec_sql($sql);
        }
 
-       /* address@hidden return a HTML string with the form for the search
+       /**
+        * @brief return a HTML string with the form for the search
         * @param $p_type if the type of ledger possible 
values=ALL,VEN,ACH,ODS,FIN
         * @param $all_type_ledger
         *       values :
@@ -2478,11 +2493,12 @@
                return $r;
        }
 
-       /* !\brief this function will create a sql stmt to use to create the 
list for
+       /**
+        * @brief this function will create a sql stmt to use to create the 
list for
         * the ledger,
-        * \param $p_array is usually the $_GET,
-        * \param $p_order the order of the row
-        * \param $p_where is the sql condition if not null then the $p_array 
will not be used
+        * @param$p_array is usually the $_GET,
+        * @param$p_order the order of the row
+        * @param$p_where is the sql condition if not null then the $p_array 
will not be used
         * \note the p_action will be used to filter the ledger but gl means ALL
         * struct array $p_array
          \verbatim
@@ -2733,7 +2749,8 @@
                return array($sql, $where);
        }
 
-       /* !\brief return a html string with the search_form
+       /**
+        * @brief return a html string with the search_form
         * \return a HTML string with the FORM
         * \see build_search_sql
         * \see search_form
@@ -2778,8 +2795,9 @@
                return $r;
        }
 
-       /* !\brief return the last p_limit operation into an array
-        * \param $p_limit is the max of operation to return
+       /**
+        * @brief return the last p_limit operation into an array
+        * @param$p_limit is the max of operation to return
         * \return $p_array of Follow_Up object
         */
 
@@ -3002,8 +3020,8 @@
        
////////////////////////////////////////////////////////////////////////////////
        // TEST MODULE
        
////////////////////////////////////////////////////////////////////////////////
-       /* !
-        * \brief this function is intended to test this class
+       /**
+        * @brief this function is intended to test this class
         */
        static function test_me($pCase = '')
        {

Modified: phpcompta/tags/rel650/include/class_acc_ledger_fin.php
===================================================================
--- phpcompta/tags/rel650/include/class_acc_ledger_fin.php      2013-03-20 
13:02:36 UTC (rev 5190)
+++ phpcompta/tags/rel650/include/class_acc_ledger_fin.php      2013-03-25 
22:42:49 UTC (rev 5191)
@@ -21,7 +21,7 @@
 
 // Copyright Author Dany De Bontridder address@hidden
 
-/* !\file
+/**\file
  * \brief the class Acc_Ledger_Fin inherits from Acc_Ledger, this
  * object permit to manage the financial ledger
  */
@@ -46,7 +46,7 @@
                $this->type = 'FIN';
        }
 
-       /* !\brief verify that the data are correct before inserting or 
confirming
+       /**\brief verify that the data are correct before inserting or 
confirming
         * \param an array (usually $_POST)
         * \return String
         * \throw Exception on error occurs
@@ -223,7 +223,7 @@
                }
        }
 
-       /* !\brief
+       /**\brief
         * \param $p_array contains the value usually it is $_POST
         * \return string with html code
         * \note the form tag are not  set here
@@ -435,7 +435,7 @@
                return $r;
        }
 
-       /* !\brief show the summary before inserting into the database, it
+       /**\brief show the summary before inserting into the database, it
         * calls the function for adding a attachment. The function verify
         * should be called before
         * \param $p_array an array usually is $_POST
@@ -657,7 +657,7 @@
                return $r;
        }
 
-       /* !\brief save the data into the database, included the attachment,
+       /**\brief save the data into the database, included the attachment,
         * and the reconciliations
         * \param $p_array usually $_POST
         * \return string with HTML code
@@ -723,7 +723,7 @@
                        $get_solde=true;
                        for ($i = 0; $i < $nb_item; $i++)
                        {
-                               // if tiers is set and amount != 0 insert it 
into the database
+                               /**= 0 insert it into the database
                                // and quit the loop ?
                                if (strlen(trim(${"e_other$i"})) == 0)
                                        continue;
@@ -954,7 +954,7 @@
                return $ret;
        }
 
-       /* !\brief display operation of a FIN ledger
+       /**\brief display operation of a FIN ledger
         * \return html code into a string
         */
 

Modified: phpcompta/tags/rel650/include/class_acc_ledger_purchase.php
===================================================================
--- phpcompta/tags/rel650/include/class_acc_ledger_purchase.php 2013-03-20 
13:02:36 UTC (rev 5190)
+++ phpcompta/tags/rel650/include/class_acc_ledger_purchase.php 2013-03-25 
22:42:49 UTC (rev 5191)
@@ -708,7 +708,7 @@
             $this->db->exec_sql('update quant_purchase set qp_internal = $1 
where j_id in (select j_id from jrnx where j_grpt=$2)',
                                 array($internal,$seq));
 
-            /* if e_suggest != e_pj then do not increment sequence */
+            /**= e_pj then do not increment sequence */
             if ( strcmp($e_pj,$e_pj_suggest) == 0 && strlen(trim($e_pj)) != 0 )
             {
                 $this->inc_seq_pj();

Modified: phpcompta/tags/rel650/include/class_acc_ledger_sold.php
===================================================================
--- phpcompta/tags/rel650/include/class_acc_ledger_sold.php     2013-03-20 
13:02:36 UTC (rev 5190)
+++ phpcompta/tags/rel650/include/class_acc_ledger_sold.php     2013-03-25 
22:42:49 UTC (rev 5191)
@@ -477,7 +477,7 @@
 
             $this->pj=$acc_operation->set_pj();
 
-            /* if e_suggest != e_pj then do not increment sequence */
+            /**= e_pj then do not increment sequence */
             /* and e_pj is not null */
             if ( strcmp($e_pj,$e_pj_suggest) == 0 && strlen( trim($e_pj)) != 0 
)
             {

Modified: phpcompta/tags/rel650/include/class_document.php
===================================================================
--- phpcompta/tags/rel650/include/class_document.php    2013-03-20 13:02:36 UTC 
(rev 5190)
+++ phpcompta/tags/rel650/include/class_document.php    2013-03-25 22:42:49 UTC 
(rev 5191)
@@ -368,7 +368,7 @@
         $r='<A class="mtitle" 
HREF="show_document.php?d_id='.$this->d_id.'&'.dossier::get().'">'.$image.'</A>';
         return $r;
     }
-    /* ! Get
+    /** Get
      * \brief Send the document
      */
     function Send()

Modified: phpcompta/tags/rel650/include/class_document_type.php
===================================================================
--- phpcompta/tags/rel650/include/class_document_type.php       2013-03-20 
13:02:36 UTC (rev 5190)
+++ phpcompta/tags/rel650/include/class_document_type.php       2013-03-25 
22:42:49 UTC (rev 5191)
@@ -20,17 +20,17 @@
 /* $Revision$ */
 
 // Copyright Author Dany De Bontridder address@hidden
-/* ! \file
+/** \file
  * \brief  class for the table document_type
  */
 
-/* ! \brief class for the table document_type
+/** \brief class for the table document_type
  * < dt_id pk document_type
  * < dt_value value
  */
 class Document_type
 {
-       /* ! document_type
+       /** document_type
         * \brief constructor
         * \param $p_cn database connx
         */
@@ -41,7 +41,7 @@
                $this->dt_id = $p_id;
        }
 
-       /* !
+       /**
         * \brief Get all the data for this dt_id
         */
 

Modified: phpcompta/tags/rel650/include/class_fiche.php
===================================================================
--- phpcompta/tags/rel650/include/class_fiche.php       2013-03-20 13:02:36 UTC 
(rev 5190)
+++ phpcompta/tags/rel650/include/class_fiche.php       2013-03-25 22:42:49 UTC 
(rev 5191)
@@ -178,7 +178,9 @@
         if ( sizeof($this->attribut) != sizeof($e->attribut ) )
         {
 
-            // !!! Missing attribute
+            /*
+                        * !! Missing attribute
+                        */
             foreach ($e->attribut as $f )
             {
                 $flag=0;

Modified: phpcompta/tags/rel650/include/class_fiche_def.php
===================================================================
--- phpcompta/tags/rel650/include/class_fiche_def.php   2013-03-20 13:02:36 UTC 
(rev 5190)
+++ phpcompta/tags/rel650/include/class_fiche_def.php   2013-03-25 22:42:49 UTC 
(rev 5191)
@@ -206,7 +206,7 @@
                        alert (_('Le nom de la catégorie ne peut pas être 
vide'));
             return 1;
                }
-        // $p_FICHE_REF cannot be null !!! (== fiche_def_ref.frd_id
+        /**!! (== fiche_def_ref.frd_id
         if (! isset ($p_FICHE_REF) || strlen($p_FICHE_REF) == 0 )
         {
             echo alert (_('Vous devez choisir une categorie'));

Modified: phpcompta/tags/rel650/include/class_follow_up.php
===================================================================
--- phpcompta/tags/rel650/include/class_follow_up.php   2013-03-20 13:02:36 UTC 
(rev 5190)
+++ phpcompta/tags/rel650/include/class_follow_up.php   2013-03-25 22:42:49 UTC 
(rev 5191)
@@ -38,7 +38,7 @@
 require_once 'class_sort_table.php';
 require_once 'class_irelated_action.php';
 
-/* !\file
+/**\file
  * \brief class_action for manipulating actions
  * action can be :
  * <ul>
@@ -49,7 +49,7 @@
  * </ul>
  * The table document_type are the possible actions
  */
-/* !
+/**
  * \brief class_action for manipulating actions
  * action can be :
  * <ul>
@@ -63,23 +63,23 @@
 class Follow_Up
 {
 
-       var $db; /* !<  $db  database connexion    */
-       var $ag_timestamp;  /* !<   $ag_timestamp document date 
(ag_gestion.ag_timestamp) */
-       var $dt_id;   /* !<   $dt_id type of the document (document_type.dt_id) 
*/
-       var $ag_state; /* !<   $ag_state stage of the document (printed, send 
to client...) */
-       var $d_number;   /* !<   $d_number number of the document */
-       var $d_filename; /* !<   $d_filename filename's document      */
-       var $d_mimetype; /* !<   $d_mimetype document's filename      */
-       var $ag_title;   /* !<   $ag_title title document             */
-       var $f_id; /* !<   $f_id_dest fiche id (From field )  */
-       var $ag_ref;  /* !< $ag_ref is the ref  */
-       var $ag_hour;  /* !< $ag_hour is the hour of the meeting, action */
-       var $ag_priority; /* !< $ag_priority is the priority 1 High, 2 medium, 
3 low */
-       var $ag_dest;  /* !< $ag_dest person who is in charged */
-       var $ag_contact;  /* !< $ag_contact contact */
-       var $ag_remind_date;  /* !< $ag_contact contact */
+       var $db; /**<  $db  database connexion    */
+       var $ag_timestamp;  /**<   $ag_timestamp document date 
(ag_gestion.ag_timestamp) */
+       var $dt_id;   /**<   $dt_id type of the document (document_type.dt_id) 
*/
+       var $ag_state; /**<   $ag_state stage of the document (printed, send to 
client...) */
+       var $d_number;   /**<   $d_number number of the document */
+       var $d_filename; /**<   $d_filename filename's document      */
+       var $d_mimetype; /**<   $d_mimetype document's filename      */
+       var $ag_title;   /**<   $ag_title title document              */
+       var $f_id; /**<   $f_id_dest fiche id (From field )  */
+       var $ag_ref;  /**< $ag_ref is the ref  */
+       var $ag_hour;  /**< $ag_hour is the hour of the meeting, action */
+       var $ag_priority; /**< $ag_priority is the priority 1 High, 2 medium, 3 
low */
+       var $ag_dest;  /**< $ag_dest person who is in charged */
+       var $ag_contact;  /**< $ag_contact contact */
+       var $ag_remind_date;  /**< $ag_contact contact */
 
-       /* !  constructor
+       /**  constructor
         * \brief constructor
         * \param p_cn database connection
         */
@@ -106,7 +106,7 @@
                return $sql;
        }
        //----------------------------------------------------------------------
-       /* !
+       /**
         * \brief Display the object, the tags for the FORM
         *        are in the caller. It will be used for adding and updating
         *        action
@@ -524,7 +524,7 @@
        }
 
        //----------------------------------------------------------------------
-       /* !\brief This function shows the detail of an action thanks the ag_id
+       /**\brief This function shows the detail of an action thanks the ag_id
         */
        function get()
        {
@@ -571,7 +571,7 @@
                $this->qcode_dest = $aexp->strAttribut(ATTR_DEF_QUICKCODE);
        }
 
-       /* !
+       /**
         * \brief Save the document and propose to save the generated document 
or
         *  to upload one, the data are included except the file. Temporary the 
generated
         * document is save
@@ -662,7 +662,7 @@
                $this->insert_action();
        }
 
-       /* ! myList($p_filter="")
+       /** myList($p_filter="")
         * \brief Show list of action by default if sorted on date
         * \param $p_base base url with ac...
         * \param $p_filter filters on the document_type
@@ -823,7 +823,7 @@
        }
 
        //----------------------------------------------------------------------
-       /* !\brief Update the data into the database
+       /**\brief Update the data into the database
         *
         * \return true on success otherwise false
         */
@@ -952,7 +952,7 @@
                return true;
        }
 
-       /* !\brief generate the document and add it to the action
+       /**\brief generate the document and add it to the action
         * \param md_id is the id of the document_modele
         * \param $p_array contains normally the $_POST
         */
@@ -968,7 +968,7 @@
                $doc->Generate($p_array);
        }
 
-       /* !\brief put an array in the variable member, the indice
+       /**\brief put an array in the variable member, the indice
         * is the member name
         * \param $p_array to parse
         * \return nothing
@@ -998,7 +998,7 @@
                $this->action = (isset($p_array['action'])) ? 
$p_array['action'] : null;
        }
 
-       /* !\brief remove the action
+       /**\brief remove the action
         *
         */
 
@@ -1022,7 +1022,7 @@
                }
        }
 
-       /* !\brief return the last p_limit operation into an array
+       /**\brief return the last p_limit operation into an array
         * \param $p_limit is the max of operation to return
         * \return $p_array of Follow_Up object
         */
@@ -1200,7 +1200,7 @@
                Follow_Up::display_search($cn);
 
                $act = new Follow_Up($cn);
-               /* ! \brief
+               /** \brief
                 *  \note The field 'recherche' is   about a part of the title 
or a ref. number
                 */
                $query = Follow_Up::create_query($cn);

Modified: phpcompta/tags/rel650/include/class_iradio.php
===================================================================
--- phpcompta/tags/rel650/include/class_iradio.php      2013-03-20 13:02:36 UTC 
(rev 5190)
+++ phpcompta/tags/rel650/include/class_iradio.php      2013-03-25 22:42:49 UTC 
(rev 5191)
@@ -21,14 +21,14 @@
 
 // Copyright Author Dany De Bontridder address@hidden
 
-/* !\file
+/**\file
  * \brief Html Input 
  */
 require_once('class_html_input.php');
 
 class IRadio extends HtmlInput
     {
-    /* !\brief show the html  input of the widget */
+    /**\brief show the html  input of the widget */
 
     public function input($p_name=null, $p_value=null)
         {
@@ -45,7 +45,7 @@
         return $r;
         }
 
-    /* !\brief print in html the readonly value of the widget */
+    /**\brief print in html the readonly value of the widget */
 
     public function display()
         {

Modified: phpcompta/tags/rel650/include/class_tool_uos.php
===================================================================
--- phpcompta/tags/rel650/include/class_tool_uos.php    2013-03-20 13:02:36 UTC 
(rev 5190)
+++ phpcompta/tags/rel650/include/class_tool_uos.php    2013-03-25 22:42:49 UTC 
(rev 5191)
@@ -19,13 +19,19 @@
 /* $Revision: $Revision $ */
 /**
  * @file
- * Objec to check a double insert into the database, this duplicate occurs 
after
+ * @brief Objec to check a double insert into the database, this duplicate 
occurs after
  * a refresh of the web page
  */
 // Copyright Author Dany De Bontridder address@hidden
 
 require_once 'class_database.php';
 define ('CODE_EXCP_DUPLICATE',901);
+/**
+ * @brief Objec to check a double insert into the database, this duplicate 
occurs after
+ * a refresh of the web page
+ * in
+ */
+
 class Tool_Uos
 {
     /**

Modified: phpcompta/tags/rel650/include/class_user.php
===================================================================
--- phpcompta/tags/rel650/include/class_user.php        2013-03-20 13:02:36 UTC 
(rev 5190)
+++ phpcompta/tags/rel650/include/class_user.php        2013-03-25 22:42:49 UTC 
(rev 5191)
@@ -19,11 +19,11 @@
  */
 /* $Revision$ */
 // Copyright Author Dany De Bontridder address@hidden
-/* ! \file
+/** \file
  * \brief
  *   Data & function about connected users
  */
-/* !
+/**
  * \brief
  *   Data & function about connected users
  */
@@ -79,7 +79,7 @@
                }
        }
 
-       /* !\brief load data from database.
+       /**\brief load data from database.
         * if this->id == -1, it is unknown so we have to retrieve it
          from the database by the login
         * return -1 if nothing is found
@@ -130,7 +130,7 @@
                $Res = $cn->exec_sql($Sql, array($this->first_name, 
$this->last_name, $this->active, $this->admin, $this->pass, $this->id));
        }
 
-       /* !
+       /**
         * \brief Check if user is active and exists in therepository
         * Automatically redirect, it doesn't check if a user can access a 
folder
         * \param $silent false, echo an error message and exit, true : exit 
without warning
@@ -190,7 +190,7 @@
                return $ret;
        }
 
-       /* !\brief return  the access to a folder,
+       /**\brief return  the access to a folder,
         * \param $p_dossier id if it is == 0 then we take the value from 
$_SESSION
         * \return the priv_priv
         *          - X no access
@@ -238,7 +238,7 @@
                $Res = $cn->exec_sql("update priv_user set priv_priv=$1 where 
priv_jnt=$2", array($priv, $jnt));
        }
 
-       /* !\brief check that a user is valid and the access to the folder
+       /**\brief check that a user is valid and the access to the folder
         * \param $p_ledger the ledger to check
         * \return the priv_priv
         * - O only predefined operation
@@ -264,7 +264,7 @@
                return $res;
        }
 
-       /* !
+       /**
         * \brief get all the available ledgers for the current user
         * \param $p_type = ALL or the type of the ledger (ACH,VEN,FIN,ODS)
         * \param $p_access =3 for Read or WRITE, 2  write, 1 for readonly
@@ -326,7 +326,7 @@
                return $array;
        }
 
-       /* !\brief return an sql condition for filtering the permitted ledger
+       /**\brief return an sql condition for filtering the permitted ledger
         * \param $p_type = ALL or the type of the ledger (ACH,VEN,FIN,ODS)
         * \param $p_access =3 for READ or WRITE, 2 READ and write, 1 for 
readonly
         *
@@ -347,7 +347,7 @@
                return $sql;
        }
 
-       /* !
+       /**
         * \brief  Check if an user is an admin
         *
         * \return 1 for yes 0 for no
@@ -373,7 +373,7 @@
                return $this->admin;
        }
 
-       /* !
+       /**
         * \brief  Set the selected periode in the user's preferences
         *
         * \param $p_periode periode
@@ -415,7 +415,7 @@
                $Res = $this->db->exec_sql($sql);
        }
 
-       /* !
+       /**
         * \brief  Get the default periode from the user's preferences
         *
         * \return the default periode
@@ -435,7 +435,7 @@
                return $array['PERIODE'];
        }
 
-       /* !\brief return the mini rapport to display on the welcome page
+       /**\brief return the mini rapport to display on the welcome page
         * \return 0 if nothing if found or the report to display 
(formdef.fr_id)
         */
 
@@ -446,7 +446,7 @@
                return $fr_id;
        }
 
-       /* !\brief set the mini rapport to display on the welcome page
+       /**\brief set the mini rapport to display on the welcome page
         */
 
        function set_mini_report($p_id)
@@ -485,7 +485,7 @@
                }
        }
 
-       /* !
+       /**
         * \brief  Get the default user's preferences
         * \return array of (parameter_type => parameter_value)
         */
@@ -524,7 +524,7 @@
                return 1;
        }
 
-       /* !
+       /**
         * \brief  Check if an user is allowed to do an action
         * \param p_action_id
         * \return
@@ -561,7 +561,7 @@
                exit();
        }
 
-       /* !
+       /**
         * \brief  Get the global preferences from user_global_pref
         *        in the account_repository db
         *
@@ -605,7 +605,7 @@
                }
        }
 
-       /* !
+       /**
         * \brief  insert default pref
         *        if no parameter are given insert all the existing
         *        parameter otherwise only the requested
@@ -640,7 +640,7 @@
                }
        }
 
-       /* !
+       /**
         * \brief  update default pref
         *           if value is not given then use the default value
         *
@@ -663,7 +663,7 @@
        }
 
 //end function
-       /* !\brief Return the year of current Periode
+       /**\brief Return the year of current Periode
         *        it is the parm_periode.p_exercice col
         *        if an error occurs return 0
         */
@@ -681,7 +681,7 @@
                        return 0;
        }
 
-       /* !\brief Check if the user can access
+       /**\brief Check if the user can access
         * otherwise warn and exit
         * \param $p_action requested action
         * \param $p_js = 1 javascript, or 0 just a text
@@ -729,7 +729,7 @@
                return $res;
        }
 
-       /* !\brief Check if the user can print (in menu_ref p_type_display=p)
+       /**\brief Check if the user can print (in menu_ref p_type_display=p)
         * otherwise warn and exit
         * \param $p_action requested action
         * \return nothing the program exits automatically
@@ -756,7 +756,7 @@
                }
        }
 
-       /* !
+       /**
         * \brief  Check if an user is an local administrator
         *
         *
@@ -822,7 +822,7 @@
                }
                return $r;
        }
-       /* !
+       /**
         * \brief return an array with all the users who can access $p_dossier 
including the global admin. The user
         * must be activated
         *
@@ -853,7 +853,7 @@
                return $array;
        }
 
-       /* !
+       /**
         * \brief check the access of an user on a ledger
         *
         * \param $p_jrn the ledger id
@@ -870,7 +870,7 @@
                return $this->get_ledger_access($p_jrn);
        }
 
-       /* !\brief check if an user can access a folder, if he cannot display a 
dialog box
+       /**\brief check if an user can access a folder, if he cannot display a 
dialog box
         * and exit
         * \param the folder if
         * \param $silent false, echo an error message and exit, true : exit 
without warning
@@ -916,7 +916,7 @@
                return array($start, $end);
        }
 
-       /* !
+       /**
         * \brief   Show all the available folder  for the users
         *          at the login page. For the special case 'E'
         *          go directly to extension and bypasse the dashboard
@@ -973,7 +973,7 @@
                return $result;
        }
 
-       /* !
+       /**
         * \brief   Get all the available folders
         *          for the users, checked with the security
         *

Modified: phpcompta/tags/rel650/include/client.inc.php
===================================================================
--- phpcompta/tags/rel650/include/client.inc.php        2013-03-20 13:02:36 UTC 
(rev 5190)
+++ phpcompta/tags/rel650/include/client.inc.php        2013-03-25 22:42:49 UTC 
(rev 5191)
@@ -18,7 +18,7 @@
  */
 /* $Revision$ */
 // Copyright Author Dany De Bontridder address@hidden
-/* !\brief include from client.inc.php and concerned only the customer card and
+/**\brief include from client.inc.php and concerned only the customer card and
  * the customer category
  */
 require_once("class_iselect.php");
@@ -30,7 +30,7 @@
 
 
 $low_action = (isset($_REQUEST['sb'])) ? $_REQUEST['sb'] : "list";
-/* ! \file
+/** \file
  * \brief Called from the module "Gestion" to manage the customer
  */
 $href=basename($_SERVER['PHP_SELF']);

Modified: phpcompta/tags/rel650/include/compta_ach.inc.php
===================================================================
--- phpcompta/tags/rel650/include/compta_ach.inc.php    2013-03-20 13:02:36 UTC 
(rev 5190)
+++ phpcompta/tags/rel650/include/compta_ach.inc.php    2013-03-25 22:42:49 UTC 
(rev 5191)
@@ -21,7 +21,7 @@
 
 // Copyright Author Dany De Bontridder address@hidden
 
-/* !\file
+/**\file
  * \brief file included to manage all the sold operation
  */
 require_once("class_icheckbox.php");

Modified: phpcompta/tags/rel650/include/compta_fin_rec.inc.php
===================================================================
--- phpcompta/tags/rel650/include/compta_fin_rec.inc.php        2013-03-20 
13:02:36 UTC (rev 5190)
+++ phpcompta/tags/rel650/include/compta_fin_rec.inc.php        2013-03-25 
22:42:49 UTC (rev 5191)
@@ -21,7 +21,7 @@
 
 // Copyright Author Dany De Bontridder address@hidden
 
-/* !\file
+/**\file
  *
  *
  * \brief reconcile operation

Modified: phpcompta/tags/rel650/include/compta_fin_saldo.inc.php
===================================================================
--- phpcompta/tags/rel650/include/compta_fin_saldo.inc.php      2013-03-20 
13:02:36 UTC (rev 5190)
+++ phpcompta/tags/rel650/include/compta_fin_saldo.inc.php      2013-03-25 
22:42:49 UTC (rev 5191)
@@ -21,7 +21,7 @@
 
 // Copyright Author Dany De Bontridder address@hidden
 
-/* !\file
+/**\file
  *
  *
  * \brief show bank saldo

Modified: phpcompta/tags/rel650/include/compta_ods.inc.php
===================================================================
--- phpcompta/tags/rel650/include/compta_ods.inc.php    2013-03-20 13:02:36 UTC 
(rev 5190)
+++ phpcompta/tags/rel650/include/compta_ods.inc.php    2013-03-25 22:42:49 UTC 
(rev 5191)
@@ -20,7 +20,7 @@
 
 // Copyright Author Dany De Bontridder address@hidden
 
-/* !\file
+/**\file
  *
  *
  * \brief to write directly into the ledgers,the stock and the tables
@@ -49,7 +49,7 @@
 }
 $ledger->id = ($ledger->id == -1) ? $first_ledger['jrn_def_id'] : $id;
 
-/* !\brief show a form for quick_writing */
+/**\brief show a form for quick_writing */
 $def = -1;
 $ledger->with_concerned = true;
 

Modified: phpcompta/tags/rel650/include/constant.php
===================================================================
--- phpcompta/tags/rel650/include/constant.php  2013-03-20 13:02:36 UTC (rev 
5190)
+++ phpcompta/tags/rel650/include/constant.php  2013-03-25 22:42:49 UTC (rev 
5191)
@@ -35,12 +35,12 @@
 $g_succeed="<span style=\"font-size:18px;color:green\">&#x2713;</span>";
 /*set to none for production */
 /* uncomment for production */
-$version_phpcompta=SVNINFO;
-define ("DEBUG",false);
-/* define ('SVNINFO',5015);
- * $version_phpcompta=SVNINFO;
- * define ("DEBUG",true);
-*/
+// $version_phpcompta=SVNINFO;
+// define ("DEBUG",false);
+ define ('SVNINFO',5138);
+ $version_phpcompta=SVNINFO;
+ define ("DEBUG",true);
+
 // If you don't want to be notified of the update
 // define ("SITE_UPDATE",'');
 define ("SITE_UPDATE",'http://www.phpcompta.eu/last_version.txt');

Modified: phpcompta/tags/rel650/include/contact.inc.php
===================================================================
--- phpcompta/tags/rel650/include/contact.inc.php       2013-03-20 13:02:36 UTC 
(rev 5190)
+++ phpcompta/tags/rel650/include/contact.inc.php       2013-03-25 22:42:49 UTC 
(rev 5191)
@@ -18,7 +18,7 @@
  */
 /* $Revision$ */
 // Copyright Author Dany De Bontridder address@hidden
-/* !\brief include from client.inc.php and concerned only the contact card and
+/**\brief include from client.inc.php and concerned only the contact card and
  * the contact category
  */
 require_once("class_iselect.php");
@@ -30,7 +30,7 @@
 
 
 $low_action = (isset($_REQUEST['sb'])) ? $_REQUEST['sb'] : "list";
-/* ! \file
+/** \file
  * \brief Called from the module "Gestion" to manage the contact
  */
 $href=basename($_SERVER['PHP_SELF']);

Modified: phpcompta/tags/rel650/include/dossier.inc.php
===================================================================
--- phpcompta/tags/rel650/include/dossier.inc.php       2013-03-20 13:02:36 UTC 
(rev 5190)
+++ phpcompta/tags/rel650/include/dossier.inc.php       2013-03-25 22:42:49 UTC 
(rev 5191)
@@ -195,11 +195,11 @@
             echo "<TR $cl><TD style=\"vertical-align:top\"> ".
              $Dossier['dos_id']."</td><td> <B>".h($Dossier['dos_name'])."</B> 
</TD>";
            $str_name=domaine.'dossier'.$Dossier['dos_id'];
-            
+
            echo "<TD><I>  ".h($Dossier['dos_description'])."</I></td>";
-            
+
             $database_exist=$repocn->exist_database($str_name);
-            
+
             if ($database_exist > 0 )
             {
                 $size=$repocn->get_value("select 
pg_database_size($1)/(1024*1024)::float",

Modified: phpcompta/tags/rel650/include/export_balance_pdf.php
===================================================================
--- phpcompta/tags/rel650/include/export_balance_pdf.php        2013-03-20 
13:02:36 UTC (rev 5190)
+++ phpcompta/tags/rel650/include/export_balance_pdf.php        2013-03-25 
22:42:49 UTC (rev 5191)
@@ -215,7 +215,7 @@
     $pdf->Cell(20,6,nbm($tp_sold),'T',0,'R',0);
     $pdf->Cell(20,6,nbm($tp_solc),'T',0,'R',0);
     $pdf->Ln();
-  } // if ! empty
+  } /** empty */
 
 $fDate=date('dmy-Hi');
 $pdf->Output('balance-'.$fDate.'.pdf','D');

Modified: phpcompta/tags/rel650/include/fiche.inc.php
===================================================================
--- phpcompta/tags/rel650/include/fiche.inc.php 2013-03-20 13:02:36 UTC (rev 
5190)
+++ phpcompta/tags/rel650/include/fiche.inc.php 2013-03-25 22:42:49 UTC (rev 
5191)
@@ -19,7 +19,7 @@
  */
 /* $Revision$ */
 // Copyright Author Dany De Bontridder address@hidden
-/* !\file
+/**\file
  * \brief printing of category of card  : balance, historic
  */
 include_once('class_database.php');

Modified: phpcompta/tags/rel650/include/forecast.inc.php
===================================================================
--- phpcompta/tags/rel650/include/forecast.inc.php      2013-03-20 13:02:36 UTC 
(rev 5190)
+++ phpcompta/tags/rel650/include/forecast.inc.php      2013-03-25 22:42:49 UTC 
(rev 5191)
@@ -21,7 +21,7 @@
 
 // Copyright Author Dany De Bontridder address@hidden
 
-/* !\file
+/**\file
  * \brief display, add, delete and modify forecast
  */
 

Modified: phpcompta/tags/rel650/include/history_operation.inc.php
===================================================================
--- phpcompta/tags/rel650/include/history_operation.inc.php     2013-03-20 
13:02:36 UTC (rev 5190)
+++ phpcompta/tags/rel650/include/history_operation.inc.php     2013-03-25 
22:42:49 UTC (rev 5191)
@@ -21,7 +21,7 @@
 
 // Copyright Author Dany De Bontridder address@hidden
 
-/* !\file
+/**\file
  *
  *
  * \brief

Modified: phpcompta/tags/rel650/include/impress_jrn.inc.php
===================================================================
--- phpcompta/tags/rel650/include/impress_jrn.inc.php   2013-03-20 13:02:36 UTC 
(rev 5190)
+++ phpcompta/tags/rel650/include/impress_jrn.inc.php   2013-03-25 22:42:49 UTC 
(rev 5191)
@@ -19,7 +19,7 @@
  */
 /* $Revision$ */
 // Copyright Author Dany De Bontridder address@hidden
-/* ! \file
+/** \file
  * \brief ask for Printing the ledger (pdf,html)
  */
 

Modified: phpcompta/tags/rel650/include/menu.inc.php
===================================================================
--- phpcompta/tags/rel650/include/menu.inc.php  2013-03-20 13:02:36 UTC (rev 
5190)
+++ phpcompta/tags/rel650/include/menu.inc.php  2013-03-25 22:42:49 UTC (rev 
5191)
@@ -21,7 +21,7 @@
 
 // Copyright Author Dany De Bontridder address@hidden
 
-/* !\file
+/**\file
  *
  *
  * \brief Show the table menu and let you add your own

Modified: phpcompta/tags/rel650/include/modele.inc.php
===================================================================
--- phpcompta/tags/rel650/include/modele.inc.php        2013-03-20 13:02:36 UTC 
(rev 5190)
+++ phpcompta/tags/rel650/include/modele.inc.php        2013-03-25 22:42:49 UTC 
(rev 5191)
@@ -20,7 +20,8 @@
 
 // Copyright Author Dany De Bontridder address@hidden
 
-/* !\file
+/**
+ * \file
  *
  *
  * \brief concerne only the template

Modified: phpcompta/tags/rel650/include/opening.inc.php
===================================================================
--- phpcompta/tags/rel650/include/opening.inc.php       2013-03-20 13:02:36 UTC 
(rev 5190)
+++ phpcompta/tags/rel650/include/opening.inc.php       2013-03-25 22:42:49 UTC 
(rev 5191)
@@ -20,7 +20,7 @@
 /* $Revision$ */
 
 // Copyright Author Dany De Bontridder address@hidden
-/* !\file
+/**\file
  * \brief The opening of the exercices. it takes the saldo of the
  * choosen foolder / exercice and import it as a misc operation in the
  * current folder

Modified: phpcompta/tags/rel650/include/operation_ods_confirm.inc.php
===================================================================
--- phpcompta/tags/rel650/include/operation_ods_confirm.inc.php 2013-03-20 
13:02:36 UTC (rev 5190)
+++ phpcompta/tags/rel650/include/operation_ods_confirm.inc.php 2013-03-25 
22:42:49 UTC (rev 5191)
@@ -21,7 +21,7 @@
 
 // Copyright Author Dany De Bontridder address@hidden
 
-/* !\file
+/**\file
  *
  *
  * \brief confirm ODS operation

Modified: phpcompta/tags/rel650/include/pref.inc.php
===================================================================
--- phpcompta/tags/rel650/include/pref.inc.php  2013-03-20 13:02:36 UTC (rev 
5190)
+++ phpcompta/tags/rel650/include/pref.inc.php  2013-03-25 22:42:49 UTC (rev 
5191)
@@ -18,7 +18,7 @@
  */
 /* $Revision$ */
 // Copyright Author Dany De Bontridder address@hidden
-/* !\file
+/**\file
  * \brief this file is always included and then executed
  *        it permits to change the user preferences
  * \see user_pref.php

Modified: phpcompta/tags/rel650/include/template/document_mod_change.php
===================================================================
--- phpcompta/tags/rel650/include/template/document_mod_change.php      
2013-03-20 13:02:36 UTC (rev 5190)
+++ phpcompta/tags/rel650/include/template/document_mod_change.php      
2013-03-25 22:42:49 UTC (rev 5191)
@@ -18,7 +18,7 @@
  */
 // Copyright Author Dany De Bontridder address@hidden
 
-/* !\file
+/**\file
  * \brief this file respond to an ajax request to modify a type of document
  */
 require_once 'class_document_type.php';

Modified: phpcompta/tags/rel650/include/template/search_top.php
===================================================================
--- phpcompta/tags/rel650/include/template/search_top.php       2013-03-20 
13:02:36 UTC (rev 5190)
+++ phpcompta/tags/rel650/include/template/search_top.php       2013-03-25 
22:42:49 UTC (rev 5191)
@@ -21,7 +21,7 @@
 
 // Copyright Author Dany De Bontridder address@hidden
 
-/* !\file
+/**\file
  *
  *
  * \brief

Modified: phpcompta/tags/rel650/include/tva.inc.php
===================================================================
--- phpcompta/tags/rel650/include/tva.inc.php   2013-03-20 13:02:36 UTC (rev 
5190)
+++ phpcompta/tags/rel650/include/tva.inc.php   2013-03-25 22:42:49 UTC (rev 
5191)
@@ -18,7 +18,7 @@
  */
 /* $Revision$ */
 // Copyright Author Dany De Bontridder address@hidden
-/* ! \file
+/** \file
  * \brief included file for customizing with the vat (account,rate...)
  */
 require_once('class_own.php');

Modified: phpcompta/tags/rel650/include/user_detail.inc.php
===================================================================
--- phpcompta/tags/rel650/include/user_detail.inc.php   2013-03-20 13:02:36 UTC 
(rev 5190)
+++ phpcompta/tags/rel650/include/user_detail.inc.php   2013-03-25 22:42:49 UTC 
(rev 5191)
@@ -17,7 +17,7 @@
  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 // Copyright Author Dany De Bontridder address@hidden
-/* ! \file
+/** \file
  * \brief Users Security
  */
 include_once("ac_common.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]