Update doxygen documentation
This commit is contained in:
parent
cdaea3f561
commit
cce910ba5f
19 changed files with 48 additions and 46 deletions
|
|
@ -124,7 +124,7 @@ FILE_PATTERNS = *.c \
|
|||
*.js \
|
||||
*.inc.php
|
||||
RECURSIVE = YES
|
||||
EXCLUDE =
|
||||
EXCLUDE = addon
|
||||
EXCLUDE_SYMLINKS = NO
|
||||
EXCLUDE_PATTERNS = a?.php b?.php ?.php test*.php
|
||||
EXAMPLE_PATH =
|
||||
|
|
|
|||
|
|
@ -20,9 +20,6 @@
|
|||
|
||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
||||
|
||||
/* !\file
|
||||
*/
|
||||
|
||||
/*! \brief
|
||||
*
|
||||
/*! \file
|
||||
* \brief Manage the hypothese for the budget module
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -861,7 +861,6 @@ CREATE SEQUENCE action_gestion_ag_id_seq
|
|||
|
||||
|
||||
|
||||
ALTER SEQUENCE action_gestion_ag_id_seq OWNED BY action_gestion.ag_id;
|
||||
|
||||
|
||||
|
||||
|
|
@ -988,7 +987,6 @@ CREATE SEQUENCE document_d_id_seq
|
|||
|
||||
|
||||
|
||||
ALTER SEQUENCE document_d_id_seq OWNED BY document.d_id;
|
||||
|
||||
|
||||
|
||||
|
|
@ -1016,7 +1014,6 @@ CREATE SEQUENCE document_modele_md_id_seq
|
|||
|
||||
|
||||
|
||||
ALTER SEQUENCE document_modele_md_id_seq OWNED BY document_modele.md_id;
|
||||
|
||||
|
||||
|
||||
|
|
@ -1052,7 +1049,6 @@ CREATE SEQUENCE document_state_s_id_seq
|
|||
|
||||
|
||||
|
||||
ALTER SEQUENCE document_state_s_id_seq OWNED BY document_state.s_id;
|
||||
|
||||
|
||||
|
||||
|
|
@ -1076,7 +1072,6 @@ CREATE SEQUENCE document_type_dt_id_seq
|
|||
|
||||
|
||||
|
||||
ALTER SEQUENCE document_type_dt_id_seq OWNED BY document_type.dt_id;
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
||||
|
||||
/* !\file ajax file called by the import screen
|
||||
/*!\file ajax file called by the import screen
|
||||
*/
|
||||
|
||||
/* \brief update , delete or remove a record from the confirmed list
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ $User->Check();
|
|||
|
||||
echo '<div class="u_tmenu">';
|
||||
echo '<div style="float:left">';
|
||||
echo "<H2 class=\"info\">Commercial ".dossier::name()."<h2> ";
|
||||
echo "<H2 class=\"info\">Budget : ".dossier::name()."<h2> ";
|
||||
echo '</div>';
|
||||
echo '<div style="clear:both">';
|
||||
|
||||
|
|
|
|||
|
|
@ -30,10 +30,11 @@ require_once ('class_pre_op_advanced.php');
|
|||
require_once ('jrn.php');
|
||||
require_once ('class_acexception.php');
|
||||
require_once ('class_acc_reconciliation.php');
|
||||
/*!\file class acc_ledger for manipulating the ledger
|
||||
/*!\file
|
||||
* \brief Class for jrn, class acc_ledger for manipulating the ledger
|
||||
*/
|
||||
|
||||
/*!\brief Class for jrn
|
||||
/*!\brief Class for jrn, class acc_ledger for manipulating the ledger
|
||||
*
|
||||
*/
|
||||
class Acc_Ledger {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,9 @@
|
|||
|
||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
||||
|
||||
/* !\file
|
||||
/*!\file
|
||||
* \brief this file match the tables jrn & jrnx the purpose is to
|
||||
* remove or save accountant writing to these table.
|
||||
*/
|
||||
require_once ('class_user.php');
|
||||
/*! \brief this file match the tables jrn & jrnx the purpose is to
|
||||
|
|
|
|||
|
|
@ -20,19 +20,19 @@
|
|||
|
||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
||||
|
||||
/* !\file */
|
||||
/*!\brief class acc_reconciliation, this class is new and the code
|
||||
must use it (remove the function insertRapt)
|
||||
|
||||
/*!\file
|
||||
* \brief class acc_reconciliation, this class is new and the code
|
||||
* must use it (remove the function insertRapt)
|
||||
*
|
||||
*/
|
||||
/*!\todo replace all the use of the reconciliation by this class
|
||||
/*!\todo replace all the use of the reconciliation by this class
|
||||
*/
|
||||
|
||||
require_once ('postgres.php');
|
||||
require_once ('class_dossier.php');
|
||||
require_once ('class_widget.php');
|
||||
|
||||
/* \brief new class for managing the reconciliation it must be used
|
||||
/*! \brief new class for managing the reconciliation it must be used
|
||||
* instead of the function InsertRapt, ...
|
||||
*
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
||||
|
||||
/* !\file
|
||||
/*!\file
|
||||
*/
|
||||
|
||||
/* \brief acException extends Exception
|
||||
|
|
|
|||
|
|
@ -20,7 +20,9 @@
|
|||
|
||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
||||
|
||||
/* !\file
|
||||
/*!\file
|
||||
* \brief class for the group of the analytic account
|
||||
*
|
||||
*/
|
||||
require_once ('postgres.php');
|
||||
require_once ('constant.php');
|
||||
|
|
|
|||
|
|
@ -20,7 +20,8 @@
|
|||
|
||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
||||
|
||||
/* !\file
|
||||
/*!\file
|
||||
* \brief this class is the mother class for the CA balance
|
||||
*/
|
||||
|
||||
/* \brief this class is the mother class for the CA balance
|
||||
|
|
|
|||
|
|
@ -20,7 +20,9 @@
|
|||
|
||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
||||
|
||||
/* !\file
|
||||
/*!\file
|
||||
* \brief
|
||||
* Print the crossed balance between 2 plan
|
||||
*/
|
||||
|
||||
/* \brief
|
||||
|
|
|
|||
|
|
@ -20,17 +20,18 @@
|
|||
|
||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
||||
|
||||
/* !\file
|
||||
/*!\file
|
||||
\brief manage the simple balance for CA, inherit from balance_ca
|
||||
*/
|
||||
|
||||
/* \brief manage the simple balance for CA, inherit from balance_ca
|
||||
*
|
||||
*/
|
||||
require_once ('class_print_ca.php');
|
||||
require_once ('class_plananalytic.php');
|
||||
require_once ('ac_common.php');
|
||||
include_once("class.ezpdf.php");
|
||||
require_once ('header_print.php');
|
||||
/*! \brief manage the simple balance for CA, inherit from balance_ca
|
||||
*
|
||||
*/
|
||||
|
||||
class balance_ca_bs extends print_ca {
|
||||
|
||||
|
|
|
|||
|
|
@ -20,10 +20,8 @@
|
|||
|
||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
||||
|
||||
/* !\file
|
||||
*/
|
||||
|
||||
/*! \brief class to manage the table bud_detail
|
||||
/*! \file
|
||||
* \brief class to manage the table bud_detail
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -20,11 +20,17 @@
|
|||
|
||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
||||
|
||||
/* !\file
|
||||
*/
|
||||
/*! \brief this class manage the table bud_detail
|
||||
/*!\file
|
||||
*
|
||||
* \brief this class manage the table bud_detail
|
||||
*
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \brief this class manage the table bud_detail
|
||||
*
|
||||
*/
|
||||
|
||||
require_once ('constant.php');
|
||||
require_once ('postgres.php');
|
||||
require_once ('class_dossier.php');
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
||||
|
||||
/* !\file
|
||||
/*!\file
|
||||
*/
|
||||
|
||||
/*! \brief
|
||||
|
|
|
|||
|
|
@ -20,11 +20,9 @@
|
|||
|
||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
||||
|
||||
/* !\file
|
||||
*/
|
||||
|
||||
/*! \brief manage the database bud_hypo concerning the hypothese for
|
||||
different hyp.
|
||||
/*!\file
|
||||
* \brief manage the database bud_hypo concerning the hypothese for
|
||||
* different hyp.
|
||||
*
|
||||
*/
|
||||
require_once ('class_dossier.php');
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ define ("domaine","");
|
|||
define ("MAX_COMPTE",4);
|
||||
|
||||
|
||||
define ("DEBUG","false");
|
||||
define ("DEBUG","true");
|
||||
|
||||
// securite correspond a la table
|
||||
// action
|
||||
|
|
|
|||
|
|
@ -21,6 +21,5 @@
|
|||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
||||
|
||||
/* !\file
|
||||
* \brief Manage the hypothese for the budget module
|
||||
*/
|
||||
|
||||
/*! \brief Manage the hypothese for the budget module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue