mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-10 11:31:26 +01:00
Doxygen
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/admin/menus/menus.js.php
|
* \file htdocs/admin/menus/menu.js.php
|
||||||
* \brief File for js menu
|
* \brief File for js menu
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/admin/tools/listessions.php
|
* \file htdocs/admin/tools/listsessions.php
|
||||||
* \ingroup core
|
* \ingroup core
|
||||||
* \brief List of PHP sessions
|
* \brief List of PHP sessions
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/bookmarks.lib.php
|
* \file htdocs/bookmarks/bookmarks.lib.php
|
||||||
* \ingroup bookmarks
|
* \ingroup bookmarks
|
||||||
* \brief File with library for bookmark module
|
* \brief File with library for bookmark module
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\file htdocs/boutique/promotions/index.php
|
\file htdocs/boutique/promotion/index.php
|
||||||
\ingroup boutique
|
\ingroup boutique
|
||||||
\brief Page gestion promotions OSCommerce
|
\brief Page gestion promotions OSCommerce
|
||||||
\version $Id$
|
\version $Id$
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/admin/bank.php
|
* \file htdocs/compta/bank/admin/bank.php
|
||||||
* \ingroup bank
|
* \ingroup bank
|
||||||
* \brief Page to setup the bank module
|
* \brief Page to setup the bank module
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file compta/bank/bankcateg.class.php
|
* \file compta/bank/class/bankcateg.class.php
|
||||||
* \ingroup banque
|
* \ingroup banque
|
||||||
* \brief This file is CRUD class file (Create/Read/Update/Delete) for bank categories
|
* \brief This file is CRUD class file (Create/Read/Update/Delete) for bank categories
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/don.class.php
|
* \file htdocs/compta/dons/class/don.class.php
|
||||||
* \ingroup don
|
* \ingroup don
|
||||||
* \brief Fichier de la classe des dons
|
* \brief Fichier de la classe des dons
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -17,15 +17,13 @@
|
|||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
* or see http://www.gnu.org/
|
* or see http://www.gnu.org/
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/compta/export/ComptaJournalPaiement.php
|
* \file htdocs/compta/export/class/ComptaJournalPaiement.php
|
||||||
* \ingroup compta
|
* \ingroup compta
|
||||||
* \brief Fichier de la classe export compta journal
|
* \brief Fichier de la classe export compta journal
|
||||||
* \version $Revision$
|
* \version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once(DOL_DOCUMENT_ROOT.'/compta/export/class/ComptaJournalPdf.class.php');
|
require_once(DOL_DOCUMENT_ROOT.'/compta/export/class/ComptaJournalPdf.class.php');
|
||||||
|
|||||||
@@ -15,15 +15,13 @@
|
|||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
* or see http://www.gnu.org/
|
* or see http://www.gnu.org/
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/compta/export/ComptaJournalPdf.php
|
* \file htdocs/compta/export/class/ComptaJournalPdf.php
|
||||||
* \ingroup compta
|
* \ingroup compta
|
||||||
* \brief Fichier de la classe export compta journal
|
* \brief Fichier de la classe export compta journal
|
||||||
* \version $Revision$
|
* \version $Id$
|
||||||
*/
|
*/
|
||||||
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
|
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
|
||||||
require_once(DOL_DOCUMENT_ROOT.'/includes/fpdf/fpdfi/fpdi_protection.php');
|
require_once(DOL_DOCUMENT_ROOT.'/includes/fpdf/fpdfi/fpdi_protection.php');
|
||||||
|
|||||||
@@ -16,15 +16,13 @@
|
|||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
* or see http://www.gnu.org/
|
* or see http://www.gnu.org/
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\file htdocs/compta/export/ComptaJournalVente.php
|
\file htdocs/compta/export/classComptaJournalVente.php
|
||||||
\ingroup compta
|
\ingroup compta
|
||||||
\brief Fichier de la classe export compta journal
|
\brief Fichier de la classe export compta journal
|
||||||
\version $Revision$
|
\version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once(DOL_DOCUMENT_ROOT.'/compta/export/class/ComptaJournalPdf.class.php');
|
require_once(DOL_DOCUMENT_ROOT.'/compta/export/class/ComptaJournalPdf.class.php');
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/compta/facture/facture-rec.class.php
|
* \file htdocs/compta/facture/class/facture-rec.class.php
|
||||||
* \ingroup facture
|
* \ingroup facture
|
||||||
* \brief Fichier de la classe des factures recurentes
|
* \brief Fichier de la classe des factures recurentes
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/compta/facture/facture.class.php
|
* \file htdocs/compta/facture/class/facture.class.php
|
||||||
* \ingroup facture
|
* \ingroup facture
|
||||||
* \brief Fichier de la classe des factures clients
|
* \brief Fichier de la classe des factures clients
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/paiement.class.php
|
* \file htdocs/compta/paiement/class/paiement.class.php
|
||||||
* \ingroup facture
|
* \ingroup facture
|
||||||
* \brief Fichier de la classe des paiement de factures clients
|
* \brief Fichier de la classe des paiement de factures clients
|
||||||
* \remarks Cette classe est presque identique a paiementfourn.class.php
|
* \remarks Cette classe est presque identique a paiementfourn.class.php
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\file htdocs/compta/tva/tva.class.php
|
\file htdocs/compta/tva/class/tva.class.php
|
||||||
\ingroup tax
|
\ingroup tax
|
||||||
\version $Id$
|
\version $Id$
|
||||||
\author Laurent Destailleur
|
\author Laurent Destailleur
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/core/class/DolException.class.php
|
* \file htdocs/core/class/dolexception.class.php
|
||||||
* \ingroup core
|
* \ingroup core
|
||||||
* \brief File of class for exceptions
|
* \brief File of class for exceptions
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
* ************************************************************************* */
|
* ************************************************************************* */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/searchpostalcode.php
|
* \file htdocs/core/searchpostalcode.php
|
||||||
* \ingroup societe
|
* \ingroup societe
|
||||||
* \brief Search the city corresponding to the ZIP code entered. 1st round is sought in the company table, if we have two customers in the same city that is direct. If the search never does anything then we start looking in the table of postcodes.
|
* \brief Search the city corresponding to the ZIP code entered. 1st round is sought in the company table, if we have two customers in the same city that is direct. If the search never does anything then we start looking in the table of postcodes.
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/ecm/ecm_directories.class.php
|
* \file htdocs/ecm/class/ecm_directories.class.php
|
||||||
* \ingroup ecm
|
* \ingroup ecm
|
||||||
* \brief This file is an example for a class file
|
* \brief This file is an example for a class file
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/ecm/htmlecm.form.class.php
|
* \file htdocs/ecm/class/htmlecm.form.class.php
|
||||||
* \brief Fichier de la classe des fonctions predefinie de composants html
|
* \brief Fichier de la classe des fonctions predefinie de composants html
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
*/
|
*/
|
||||||
@@ -42,7 +42,7 @@ class FormEcm
|
|||||||
function FormEcm($DB)
|
function FormEcm($DB)
|
||||||
{
|
{
|
||||||
$this->db = $DB;
|
$this->db = $DB;
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/exports/export.class.php
|
* \file htdocs/exports/class/xport.class.php
|
||||||
* \ingroup export
|
* \ingroup export
|
||||||
* \brief Fichier de la classe des exports
|
* \brief Fichier de la classe des exports
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/fourn/classfournisseur.commande.class.php
|
* \file htdocs/fourn/class/fournisseur.commande.class.php
|
||||||
* \ingroup fournisseur,commande
|
* \ingroup fournisseur,commande
|
||||||
* \brief File of class to manage suppliers orders
|
* \brief File of class to manage suppliers orders
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/admin/ftpclient.php
|
* \file htdocs/ftp/admin/ftpclient.php
|
||||||
* \ingroup ftp
|
* \ingroup ftp
|
||||||
* \brief Admin page to setup FTP client module
|
* \brief Admin page to setup FTP client module
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/import/import.class.php
|
* \file htdocs/import/class/import.class.php
|
||||||
* \ingroup import
|
* \ingroup import
|
||||||
* \brief File of class to manage imports
|
* \brief File of class to manage imports
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/admin/imports/index.php
|
* \file htdocs/imports/index.php
|
||||||
* \ingroup import
|
* \ingroup import
|
||||||
* \brief Page accueil de la zone import
|
* \brief Page accueil de la zone import
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/includes/modules/facture/mercure/mercure.modules.php
|
* \file htdocs/includes/modules/facture/mercure.modules.php
|
||||||
* \ingroup facture
|
* \ingroup facture
|
||||||
* \brief File containing class for numbering module Mercure
|
* \brief File containing class for numbering module Mercure
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/includes/modules/facture/terre/terre.modules.php
|
* \file htdocs/includes/modules/facture/terre.modules.php
|
||||||
* \ingroup facture
|
* \ingroup facture
|
||||||
* \brief File containing class for numbering module Terre
|
* \brief File containing class for numbering module Terre
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/includes/livraison/modules_livraison.php
|
* \file htdocs/includes/modules/livraison/modules_livraison.php
|
||||||
* \ingroup expedition
|
* \ingroup expedition
|
||||||
* \brief Fichier contenant la classe mere de generation de bon de livraison en PDF
|
* \brief Fichier contenant la classe mere de generation de bon de livraison en PDF
|
||||||
* et la classe mere de numerotation des bons de livraisons
|
* et la classe mere de numerotation des bons de livraisons
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/adherents/cartes/PDF_card.class.php
|
* \file htdocs/includes/modules/member/PDF_card.class.php
|
||||||
* \ingroup member
|
* \ingroup member
|
||||||
* \brief Fichier de la classe permettant d'editer au format PDF des etiquettes au format Avery ou personnalise
|
* \brief Fichier de la classe permettant d'editer au format PDF des etiquettes au format Avery ou personnalise
|
||||||
* \author Steve Dillon
|
* \author Steve Dillon
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/includes/modules/members/cards/modules_facture.php
|
* \file htdocs/includes/modules/members/cards/modules_cards.php
|
||||||
* \ingroup member
|
* \ingroup member
|
||||||
* \brief File of parent class of document generator for members cards.
|
* \brief File of parent class of document generator for members cards.
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/includes/modules/member/card/pdf_standard.class.php
|
* \file htdocs/includes/modules/member/cards/pdf_standard.class.php
|
||||||
* \ingroup member
|
* \ingroup member
|
||||||
* \brief Fichier de la classe permettant d'editer au format PDF des etiquettes au format Avery ou personnalise
|
* \brief Fichier de la classe permettant d'editer au format PDF des etiquettes au format Avery ou personnalise
|
||||||
* \author Steve Dillon
|
* \author Steve Dillon
|
||||||
|
|||||||
@@ -22,16 +22,16 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/includes/modules/modMyModule.class.php
|
* \file htdocs/includes/modules/modPaybox.class.php
|
||||||
* \ingroup mymodule
|
* \ingroup mymodule
|
||||||
* \brief Description and activation file for module MyModule
|
* \brief Description and activation file for module Paybox
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
*/
|
*/
|
||||||
include_once(DOL_DOCUMENT_ROOT ."/includes/modules/DolibarrModules.class.php");
|
include_once(DOL_DOCUMENT_ROOT ."/includes/modules/DolibarrModules.class.php");
|
||||||
|
|
||||||
|
|
||||||
/** \class modPayBox
|
/** \class modPayBox
|
||||||
* \brief Description and activation class for module MyModule
|
* \brief Description and activation class for module Paybox
|
||||||
*/
|
*/
|
||||||
class modPayBox extends DolibarrModules
|
class modPayBox extends DolibarrModules
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/includes/modules/societe/mod_codeclient_elephant.class.php
|
* \file htdocs/includes/modules/societe/mod_codeclient_elephant.php
|
||||||
* \ingroup societe
|
* \ingroup societe
|
||||||
* \brief File of class to manage third party code with elephant rule
|
* \brief File of class to manage third party code with elephant rule
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/includes/modules/societe/mod_codeclient_leopard.class.php
|
* \file htdocs/includes/modules/societe/mod_codeclient_leopard.php
|
||||||
* \ingroup societe
|
* \ingroup societe
|
||||||
* \brief Fichier de la classe des gestion leopard des codes clients
|
* \brief Fichier de la classe des gestion leopard des codes clients
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/includes/modules/societe/mod_codeclient_monkey.class.php
|
* \file htdocs/includes/modules/societe/mod_codeclient_monkey.php
|
||||||
* \ingroup societe
|
* \ingroup societe
|
||||||
* \brief Fichier de la classe des gestion lion des codes clients
|
* \brief Fichier de la classe des gestion lion des codes clients
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\file htdocs/includes/modules/societe/mod_codecompta_aquarium.class.php
|
\file htdocs/includes/modules/societe/mod_codecompta_aquarium.php
|
||||||
\ingroup societe
|
\ingroup societe
|
||||||
\brief Fichier de la classe des gestion aquarium des codes compta des societes clientes
|
\brief Fichier de la classe des gestion aquarium des codes compta des societes clientes
|
||||||
\version $Id$
|
\version $Id$
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\file htdocs/includes/modules/societe/mod_codecompta_digitaria.class.php
|
\file htdocs/includes/modules/societe/mod_codecompta_digitaria.php
|
||||||
\ingroup societe
|
\ingroup societe
|
||||||
\brief Fichier de la classe des gestion digitaria des codes compta des societes clientes
|
\brief Fichier de la classe des gestion digitaria des codes compta des societes clientes
|
||||||
\version $Id$
|
\version $Id$
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/includes/modules/societe/mod_codecompta_panicum.class.php
|
* \file htdocs/includes/modules/societe/mod_codecompta_panicum.php
|
||||||
* \ingroup societe
|
* \ingroup societe
|
||||||
* \brief Fichier de la classe des gestion panicum des codes compta des societes clientes
|
* \brief Fichier de la classe des gestion panicum des codes compta des societes clientes
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/includes/triggers/interface_modNotification_notification.class.php
|
* \file htdocs/includes/triggers/interface_modNotification_Notification.class.php
|
||||||
* \ingroup notification
|
* \ingroup notification
|
||||||
* \brief Fichier de gestion des notifications sur evenement Dolibarr
|
* \brief Fichier de gestion des notifications sur evenement Dolibarr
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/livraison/livraison.class.php
|
* \file htdocs/livraison/class/livraison.class.php
|
||||||
* \ingroup delivery
|
* \ingroup delivery
|
||||||
* \brief Fichier de la classe de gestion des bons de livraison
|
* \brief Fichier de la classe de gestion des bons de livraison
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/admin/mantis.php
|
* \file htdocs/mantis/admin/mantis.php
|
||||||
* \ingroup mantis
|
* \ingroup mantis
|
||||||
* \brief Page de configuration du module mantis
|
* \brief Page de configuration du module mantis
|
||||||
* \version $Revision$
|
* \version $Revision$
|
||||||
@@ -51,7 +51,7 @@ if ($actionsave)
|
|||||||
$i=0;
|
$i=0;
|
||||||
|
|
||||||
$db->begin();
|
$db->begin();
|
||||||
|
|
||||||
$i+=dolibarr_set_const($db,'PHPMANTIS_URL',trim($_POST["phpmantis_url"]),'chaine',0,'',$conf->entity);
|
$i+=dolibarr_set_const($db,'PHPMANTIS_URL',trim($_POST["phpmantis_url"]),'chaine',0,'',$conf->entity);
|
||||||
$i+=dolibarr_set_const($db,'PHPMANTIS_HOST',trim($_POST["phpmantis_host"]),'chaine',0,'',$conf->entity);
|
$i+=dolibarr_set_const($db,'PHPMANTIS_HOST',trim($_POST["phpmantis_host"]),'chaine',0,'',$conf->entity);
|
||||||
$i+=dolibarr_set_const($db,'PHPMANTIS_DBNAME',trim($_POST["phpmantis_dbname"]),'chaine',0,'',$conf->entity);
|
$i+=dolibarr_set_const($db,'PHPMANTIS_DBNAME',trim($_POST["phpmantis_dbname"]),'chaine',0,'',$conf->entity);
|
||||||
@@ -87,7 +87,7 @@ elseif ($actiontest)
|
|||||||
|
|
||||||
//print "D ".$db." - ".$db->db."<br>\n";
|
//print "D ".$db." - ".$db->db."<br>\n";
|
||||||
//print "W ".$mantis->localdb." - ".$mantis->localdb->db."<br>\n";
|
//print "W ".$mantis->localdb." - ".$mantis->localdb->db."<br>\n";
|
||||||
|
|
||||||
if ($mantis->localdb->connected == 1 && $mantis->localdb->database_selected == 1)
|
if ($mantis->localdb->connected == 1 && $mantis->localdb->database_selected == 1)
|
||||||
{
|
{
|
||||||
// V<>rifie si bonne base
|
// V<>rifie si bonne base
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \file htdocs/admin/paybox.php
|
/** \file htdocs/paybox/admin/paybox.php
|
||||||
* \ingroup paybox
|
* \ingroup paybox
|
||||||
* \brief Page to setup paybox module
|
* \brief Page to setup paybox module
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/admin/phenix.php
|
* \file htdocs/phenix/admin/phenix.php
|
||||||
* \ingroup phenix
|
* \ingroup phenix
|
||||||
* \brief Page de configuration du module Phenix
|
* \brief Page de configuration du module Phenix
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
@@ -46,7 +46,7 @@ if ($actionsave)
|
|||||||
$i=0;
|
$i=0;
|
||||||
|
|
||||||
$db->begin();
|
$db->begin();
|
||||||
|
|
||||||
$i+=dolibarr_set_const($db,'PHPPHENIX_URL',trim($_POST["phpphenix_url"]),'chaine',0,'',$conf->entity);
|
$i+=dolibarr_set_const($db,'PHPPHENIX_URL',trim($_POST["phpphenix_url"]),'chaine',0,'',$conf->entity);
|
||||||
$i+=dolibarr_set_const($db,'PHPPHENIX_HOST',trim($_POST["phpphenix_host"]),'chaine',0,'',$conf->entity);
|
$i+=dolibarr_set_const($db,'PHPPHENIX_HOST',trim($_POST["phpphenix_host"]),'chaine',0,'',$conf->entity);
|
||||||
$i+=dolibarr_set_const($db,'PHPPHENIX_DBNAME',trim($_POST["phpphenix_dbname"]),'chaine',0,'',$conf->entity);
|
$i+=dolibarr_set_const($db,'PHPPHENIX_DBNAME',trim($_POST["phpphenix_dbname"]),'chaine',0,'',$conf->entity);
|
||||||
@@ -90,7 +90,7 @@ elseif ($actiontest)
|
|||||||
|
|
||||||
//print "D ".$db." - ".$db->db."<br>\n";
|
//print "D ".$db." - ".$db->db."<br>\n";
|
||||||
//print "W ".$phenix->localdb." - ".$phenix->localdb->db."<br>\n";
|
//print "W ".$phenix->localdb." - ".$phenix->localdb->db."<br>\n";
|
||||||
|
|
||||||
if ($phenix->localdb->connected == 1 && $phenix->localdb->database_selected == 1)
|
if ($phenix->localdb->connected == 1 && $phenix->localdb->database_selected == 1)
|
||||||
{
|
{
|
||||||
// V<>rifie si bonne base
|
// V<>rifie si bonne base
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/product/html.formproduct.class.php
|
* \file htdocs/product/class/html.formproduct.class.php
|
||||||
* \brief Fichier de la classe des fonctions predefinie de composants html
|
* \brief Fichier de la classe des fonctions predefinie de composants html
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/product.class.php
|
* \file htdocs/product/class/product.class.php
|
||||||
* \ingroup produit
|
* \ingroup produit
|
||||||
* \brief Fichier de la classe des produits predefinis
|
* \brief Fichier de la classe des produits predefinis
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/product/service.class.php
|
* \file htdocs/product/class/service.class.php
|
||||||
* \ingroup service
|
* \ingroup service
|
||||||
* \brief Fichier de la classe des services predefinis
|
* \brief Fichier de la classe des services predefinis
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/product/stock/entrepot.class.php
|
* \file htdocs/product/stock/class/entrepot.class.php
|
||||||
* \ingroup stock
|
* \ingroup stock
|
||||||
* \brief Fichier de la classe de gestion des entrepots
|
* \brief Fichier de la classe de gestion des entrepots
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/product/stock/mouvementstock.class.php
|
* \file htdocs/product/stock/class/mouvementstock.class.php
|
||||||
* \ingroup stock
|
* \ingroup stock
|
||||||
* \brief Fichier de la classe de gestion des mouvements de stocks
|
* \brief Fichier de la classe de gestion des mouvements de stocks
|
||||||
* \version $Revision$
|
* \version $Revision$
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/projet/project.class.php
|
* \file htdocs/projet/class/project.class.php
|
||||||
* \ingroup projet
|
* \ingroup projet
|
||||||
* \brief Fichier de la classe de gestion des projets
|
* \brief Fichier de la classe de gestion des projets
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/public/members/priv_liste.php
|
* \file htdocs/public/members/public_list.php
|
||||||
* \ingroup member
|
* \ingroup member
|
||||||
* \brief File sample to list members
|
* \brief File sample to list members
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/societe.class.php
|
* \file htdocs/societe/class/societe.class.php
|
||||||
* \ingroup societe
|
* \ingroup societe
|
||||||
* \brief File for third party class
|
* \brief File for third party class
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/theme/yellow/style.css
|
* \file htdocs/theme/yellow/style.css.php
|
||||||
* \brief Fichier de style CSS du theme Yellow
|
* \brief Fichier de style CSS du theme Yellow
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/user.class.php
|
* \file htdocs/user/class/user.class.php
|
||||||
* \brief Fichier de la classe utilisateur
|
* \brief Fichier de la classe utilisateur
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/usergroup.class.php
|
* \file htdocs/user/class/usergroup.class.php
|
||||||
* \brief Fichier de la classe des groupes d'utilisateur
|
* \brief Fichier de la classe des groupes d'utilisateur
|
||||||
* \author Rodolphe Qiedeville
|
* \author Rodolphe Qiedeville
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\file htdocs/includes/triggers/interface_modWebcalendar_webcalsynchro.class.php
|
\file htdocs/webcalendar/inc/triggers/interface_modWebcalendar_webcalsynchro.class.php
|
||||||
\ingroup webcalendar
|
\ingroup webcalendar
|
||||||
\brief Fichier de gestion des triggers webcalendar
|
\brief Fichier de gestion des triggers webcalendar
|
||||||
\version $Id$
|
\version $Id$
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/admin/webservices.php
|
* \file htdocs/webservices/admin/webservices.php
|
||||||
* \ingroup webservices
|
* \ingroup webservices
|
||||||
* \brief Page to setup webservices module
|
* \brief Page to setup webservices module
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file scripts/banque/build-graph-sold-example.php
|
* \file scripts/banks/build-graph-sold-example.php
|
||||||
* \ingroup banque
|
* \ingroup banque
|
||||||
* \brief Script to build graph of sold for each bank account
|
* \brief Script to build graph of sold for each bank account
|
||||||
* \deprecated Ce script n'est plus utilise car les graphiques sont generes dynamiquement maintenant.
|
* \deprecated Ce script n'est plus utilise car les graphiques sont generes dynamiquement maintenant.
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file scripts/user/sync_user_dolibarr2ldap.php
|
* \file scripts/user/sync_users_dolibarr2ldap.php
|
||||||
* \ingroup ldap core
|
* \ingroup ldap core
|
||||||
* \brief Script de mise a jour des users dans LDAP depuis base Dolibarr
|
* \brief Script de mise a jour des users dans LDAP depuis base Dolibarr
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
Reference in New Issue
Block a user