forked from Wavyzz/dolibarr
Uniformize information on modules
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Description and activation class for module accounting expert
|
* Class to describe and enable double entry accounting module
|
||||||
*/
|
*/
|
||||||
class modAccounting extends DolibarrModules
|
class modAccounting extends DolibarrModules
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
* \brief Module to manage members of a foundation
|
* \brief Module to manage members of a foundation
|
||||||
* \file htdocs/core/modules/modAdherent.class.php
|
* \file htdocs/core/modules/modAdherent.class.php
|
||||||
* \ingroup member
|
* \ingroup member
|
||||||
* \brief File descriptor or module Member
|
* \brief Description and activation file for the module member
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
* \brief Module to manage agenda and events
|
* \brief Module to manage agenda and events
|
||||||
* \file htdocs/core/modules/modAgenda.class.php
|
* \file htdocs/core/modules/modAgenda.class.php
|
||||||
* \ingroup agenda
|
* \ingroup agenda
|
||||||
* \brief File of class to describe and enable/disable module Agenda
|
* \brief Description and activation file for the module agenda
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
* \brief Descriptor file for Api modulee
|
* \brief Descriptor file for Api modulee
|
||||||
* \file htdocs/core/modules/modApi.class.php
|
* \file htdocs/core/modules/modApi.class.php
|
||||||
* \ingroup api
|
* \ingroup api
|
||||||
* \brief Description and activation file for module Api
|
* \brief Description and activation file for the module Api
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
*
|
*
|
||||||
* \file htdocs/core/modules/modAsset.class.php
|
* \file htdocs/core/modules/modAsset.class.php
|
||||||
* \ingroup asset
|
* \ingroup asset
|
||||||
* \brief Description and activation file for module Assets
|
* \brief Description and activation file for the module assets
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
* \brief Module pour gerer la tenue d'un compte bancaire et rapprochements
|
* \brief Module pour gerer la tenue d'un compte bancaire et rapprochements
|
||||||
* \file htdocs/core/modules/modBanque.class.php
|
* \file htdocs/core/modules/modBanque.class.php
|
||||||
* \ingroup banque
|
* \ingroup banque
|
||||||
* \brief Fichier de description et activation du module Banque
|
* \brief Description and activation file for the module bank
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -22,8 +22,8 @@
|
|||||||
* \defgroup barcode Module barcode
|
* \defgroup barcode Module barcode
|
||||||
* \brief Module pour gerer les codes barres
|
* \brief Module pour gerer les codes barres
|
||||||
* \file htdocs/core/modules/modBarcode.class.php
|
* \file htdocs/core/modules/modBarcode.class.php
|
||||||
* \ingroup barcode,produit
|
* \ingroup barcode, product
|
||||||
* \brief Fichier de description et activation du module Barcode
|
* \brief Description and activation file for the module barcode
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
* \brief Add a log into a block chain for some actions.
|
* \brief Add a log into a block chain for some actions.
|
||||||
* \file htdocs/core/modules/modBlockedLog.class.php
|
* \file htdocs/core/modules/modBlockedLog.class.php
|
||||||
* \ingroup blockedlog
|
* \ingroup blockedlog
|
||||||
* \brief Description and activation file for module BlockedLog
|
* \brief Description and activation file for the module BlockedLog
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
*
|
*
|
||||||
* \file htdocs/core/modules/modBom.class.php
|
* \file htdocs/core/modules/modBom.class.php
|
||||||
* \ingroup bom
|
* \ingroup bom
|
||||||
* \brief Description and activation file for module Bom
|
* \brief Description and activation file for the module Bom
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* \brief Module to manage Bookmarks
|
* \brief Module to manage Bookmarks
|
||||||
* \file htdocs/core/modules/modBookmark.class.php
|
* \file htdocs/core/modules/modBookmark.class.php
|
||||||
* \ingroup bookmark
|
* \ingroup bookmark
|
||||||
* \brief Fichier de description et activation du module Bookmarks
|
* \brief Description and activation file for the module Bookmarks
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
* \brief Module to manage points of sale
|
* \brief Module to manage points of sale
|
||||||
* \file htdocs/core/modules/modCashDesk.class.php
|
* \file htdocs/core/modules/modCashDesk.class.php
|
||||||
* \ingroup pos
|
* \ingroup pos
|
||||||
* \brief File to enable/disable module Point Of Sales
|
* \brief Description and activation file for the module Point Of Sales
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
* \brief Module to manage categories
|
* \brief Module to manage categories
|
||||||
* \file htdocs/core/modules/modCategorie.class.php
|
* \file htdocs/core/modules/modCategorie.class.php
|
||||||
* \ingroup category
|
* \ingroup category
|
||||||
* \brief Fichier de description et activation du module Categorie
|
* \brief Description and activation file for the module Category
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
include_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php';
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* \brief Module pour gerer l'appel automatique
|
* \brief Module pour gerer l'appel automatique
|
||||||
* \file htdocs/core/modules/modClickToDial.class.php
|
* \file htdocs/core/modules/modClickToDial.class.php
|
||||||
* \ingroup clicktodial
|
* \ingroup clicktodial
|
||||||
* \brief Fichier de description et activation du module de click to Dial
|
* \brief Description and activation file for the module Click to Dial
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
* \brief Collab module descriptor.
|
* \brief Collab module descriptor.
|
||||||
* \file htdocs/core/modules/modCollab.class.php
|
* \file htdocs/core/modules/modCollab.class.php
|
||||||
* \ingroup collab
|
* \ingroup collab
|
||||||
* \brief Description and activation file for module Collab
|
* \brief Description and activation file for the module Collab
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
* \brief Module pour gerer le suivi des commandes
|
* \brief Module pour gerer le suivi des commandes
|
||||||
* \file htdocs/core/modules/modCommande.class.php
|
* \file htdocs/core/modules/modCommande.class.php
|
||||||
* \ingroup commande
|
* \ingroup commande
|
||||||
* \brief Fichier de description et activation du module Commande
|
* \brief Description and activation file for the module command
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
* \brief Module pour inclure des fonctions de comptabilite (gestion de comptes comptables et rapports)
|
* \brief Module pour inclure des fonctions de comptabilite (gestion de comptes comptables et rapports)
|
||||||
* \file htdocs/core/modules/modComptabilite.class.php
|
* \file htdocs/core/modules/modComptabilite.class.php
|
||||||
* \ingroup comptabilite
|
* \ingroup comptabilite
|
||||||
* \brief Fichier de description et activation du module Comptabilite
|
* \brief Description and activation file for the module simple accountancy
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
* \brief Module pour gerer la tenue de contrat de services
|
* \brief Module pour gerer la tenue de contrat de services
|
||||||
* \file htdocs/core/modules/modContrat.class.php
|
* \file htdocs/core/modules/modContrat.class.php
|
||||||
* \ingroup contrat
|
* \ingroup contrat
|
||||||
* \brief Fichier de description et activation du module Contrat
|
* \brief Description and activation file for the module contract
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* \brief cron module descriptor.
|
* \brief cron module descriptor.
|
||||||
* \file htdocs/core/modules/modCron.class.php
|
* \file htdocs/core/modules/modCron.class.php
|
||||||
* \ingroup cron
|
* \ingroup cron
|
||||||
* \brief Description and activation file for module Jobs
|
* \brief Description and activation file for the module Jobs
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
*
|
*
|
||||||
* \file htdocs/core/modules/modDataPolicy.class.php
|
* \file htdocs/core/modules/modDataPolicy.class.php
|
||||||
* \ingroup datapolicy
|
* \ingroup datapolicy
|
||||||
* \brief Description and activation file for module DATAPOLICY
|
* \brief Description and activation file for the module datapolicy
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
*
|
*
|
||||||
* \file htdocs/core/modules/modDav.class.php
|
* \file htdocs/core/modules/modDav.class.php
|
||||||
* \ingroup dav
|
* \ingroup dav
|
||||||
* \brief Description and activation file for module dav
|
* \brief Description and activation file for the module dav
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
*
|
*
|
||||||
* \file htdocs/core/modules/modDebugBar.class.php
|
* \file htdocs/core/modules/modDebugBar.class.php
|
||||||
* \ingroup debugbar
|
* \ingroup debugbar
|
||||||
* \brief Description and activation file for module debugbar
|
* \brief Description and activation file for the module debugbar
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* \brief Module pour gerer les deplacements et notes de frais
|
* \brief Module pour gerer les deplacements et notes de frais
|
||||||
* \file htdocs/core/modules/modDeplacement.class.php
|
* \file htdocs/core/modules/modDeplacement.class.php
|
||||||
* \ingroup deplacement
|
* \ingroup deplacement
|
||||||
* \brief Fichier de description et activation du module Deplacement et notes de frais
|
* \brief Description and activation file for the module trips (deprecated)
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
* \brief Module pour gerer des generations de documents
|
* \brief Module pour gerer des generations de documents
|
||||||
* \file htdocs/core/modules/modDocumentGeneration.class.php
|
* \file htdocs/core/modules/modDocumentGeneration.class.php
|
||||||
* \ingroup document
|
* \ingroup document
|
||||||
* \brief Fichier de description et activation du module Generation document
|
* \brief Description and activation file for the module Generation document
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
* \brief Module to manage the follow-up of the donations
|
* \brief Module to manage the follow-up of the donations
|
||||||
* \file htdocs/core/modules/modDon.class.php
|
* \file htdocs/core/modules/modDon.class.php
|
||||||
* \ingroup donations
|
* \ingroup donations
|
||||||
* \brief Description and activation file for module Donation
|
* \brief Description and activation file for the module Donation
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
* \brief Module to manage dynamic prices in products
|
* \brief Module to manage dynamic prices in products
|
||||||
* \file htdocs/core/modules/modDynamicPrices.class.php
|
* \file htdocs/core/modules/modDynamicPrices.class.php
|
||||||
* \ingroup produit
|
* \ingroup produit
|
||||||
* \brief File to describe module to manage dynamic prices in products
|
* \brief Description and activation file for the module to manage dynamic prices in products
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
* \brief Module for ECM (Electronic Content Management)
|
* \brief Module for ECM (Electronic Content Management)
|
||||||
* \file htdocs/core/modules/modECM.class.php
|
* \file htdocs/core/modules/modECM.class.php
|
||||||
* \ingroup ecm
|
* \ingroup ecm
|
||||||
* \brief Description and activation file for module ECM
|
* \brief Description and activation file for the module ECM
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
*
|
*
|
||||||
* \file htdocs/core/modules/modEmailCollector.class.php
|
* \file htdocs/core/modules/modEmailCollector.class.php
|
||||||
* \ingroup emailcollector
|
* \ingroup emailcollector
|
||||||
* \brief Description and activation file for module emailcollector
|
* \brief Description and activation file for the module emailcollector
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
*
|
*
|
||||||
* \file htdocs/eventorganization/core/modules/modEventOrganization.class.php
|
* \file htdocs/eventorganization/core/modules/modEventOrganization.class.php
|
||||||
* \ingroup eventorganization
|
* \ingroup eventorganization
|
||||||
* \brief Description and activation file for module EventOrganization
|
* \brief Description and activation file for the EventOrganization
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
* \brief Module pour gerer les expeditions de produits
|
* \brief Module pour gerer les expeditions de produits
|
||||||
* \file htdocs/core/modules/modExpedition.class.php
|
* \file htdocs/core/modules/modExpedition.class.php
|
||||||
* \ingroup expedition
|
* \ingroup expedition
|
||||||
* \brief Fichier de description et activation du module Expedition
|
* \brief Description and activation file for the module Expedition
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* \brief Module to manage expense report. Replace old module Deplacement.
|
* \brief Module to manage expense report. Replace old module Deplacement.
|
||||||
* \file htdocs/core/modules/modExpenseReport.class.php
|
* \file htdocs/core/modules/modExpenseReport.class.php
|
||||||
* \ingroup expensereport
|
* \ingroup expensereport
|
||||||
* \brief Description and activation file for module ExpenseReport
|
* \brief Description and activation file for the module ExpenseReport
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT."/core/modules/DolibarrModules.class.php";
|
include_once DOL_DOCUMENT_ROOT."/core/modules/DolibarrModules.class.php";
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* \brief Module generique pour realiser des exports de donnees en base
|
* \brief Module generique pour realiser des exports de donnees en base
|
||||||
* \file htdocs/core/modules/modExport.class.php
|
* \file htdocs/core/modules/modExport.class.php
|
||||||
* \ingroup export
|
* \ingroup export
|
||||||
* \brief Fichier de description et activation du module export
|
* \brief Description and activation file for the module export
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* \brief Module pour inclure des informations externes RSS
|
* \brief Module pour inclure des informations externes RSS
|
||||||
* \file htdocs/core/modules/modExternalRss.class.php
|
* \file htdocs/core/modules/modExternalRss.class.php
|
||||||
* \ingroup externalrss
|
* \ingroup externalrss
|
||||||
* \brief Fichier de description et activation du module externalrss
|
* \brief Description and activation file for the module externalrss
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
* \brief Module to include an external web site/tools into Dolibarr menu and into a frame page.
|
* \brief Module to include an external web site/tools into Dolibarr menu and into a frame page.
|
||||||
* \file htdocs/core/modules/modExternalSite.class.php
|
* \file htdocs/core/modules/modExternalSite.class.php
|
||||||
* \ingroup externalsite
|
* \ingroup externalsite
|
||||||
* \brief Description and activation file for module ExternalSite
|
* \brief Description and activation file for the module ExternalSite
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* \brief Module for FTP client module
|
* \brief Module for FTP client module
|
||||||
* \file htdocs/core/modules/modFTP.class.php
|
* \file htdocs/core/modules/modFTP.class.php
|
||||||
* \ingroup ftp
|
* \ingroup ftp
|
||||||
* \brief Description and activation file for module FTP
|
* \brief Description and activation file for the module FTP
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -20,11 +20,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \defgroup facture Module invoices
|
* \defgroup facture Module customer invoices
|
||||||
* \brief Module pour gerer les factures clients et/ou fournisseurs
|
* \brief Module to manage customer invoices
|
||||||
* \file htdocs/core/modules/modFacture.class.php
|
* \file htdocs/core/modules/modFacture.class.php
|
||||||
* \ingroup facture
|
* \ingroup facture
|
||||||
* \brief Fichier de la classe de description et activation du module Facture
|
* \brief Description and activation file for the module customer invoices
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
* \brief Module pour mettre en page les zones de saisie de texte
|
* \brief Module pour mettre en page les zones de saisie de texte
|
||||||
* \file htdocs/core/modules/modFckeditor.class.php
|
* \file htdocs/core/modules/modFckeditor.class.php
|
||||||
* \ingroup fckeditor
|
* \ingroup fckeditor
|
||||||
* \brief Fichier de description et activation du module Fckeditor
|
* \brief Description and activation file for the module Fckeditor
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
* \brief Module to manage intervention cards
|
* \brief Module to manage intervention cards
|
||||||
* \file htdocs/core/modules/modFicheinter.class.php
|
* \file htdocs/core/modules/modFicheinter.class.php
|
||||||
* \ingroup ficheinter
|
* \ingroup ficheinter
|
||||||
* \brief Fichier de description et activation du module Ficheinter
|
* \brief Description and activation file for the module Ficheinter
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
* \defgroup fournisseur Module suppliers
|
* \defgroup fournisseur Module suppliers
|
||||||
* \file htdocs/core/modules/modFournisseur.class.php
|
* \file htdocs/core/modules/modFournisseur.class.php
|
||||||
* \ingroup fournisseur
|
* \ingroup fournisseur
|
||||||
* \brief Description and activation file for module Supplier
|
* \brief Description and activation file for the module Supplier
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
* \brief Module to make geoip conversions
|
* \brief Module to make geoip conversions
|
||||||
* \file htdocs/core/modules/modGeoIPMaxmind.class.php
|
* \file htdocs/core/modules/modGeoIPMaxmind.class.php
|
||||||
* \ingroup geoip
|
* \ingroup geoip
|
||||||
* \brief File of geoipmaxmind module descriptor
|
* \brief Description and activation file for the module geoipmaxmind
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* \brief Module to use Gravatar to show photo of users
|
* \brief Module to use Gravatar to show photo of users
|
||||||
* \file htdocs/core/modules/modGravatar.class.php
|
* \file htdocs/core/modules/modGravatar.class.php
|
||||||
* \ingroup gravatar
|
* \ingroup gravatar
|
||||||
* \brief Description and activation file for module Gravatar
|
* \brief Description and activation file for the module Gravatar
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
/**
|
/**
|
||||||
* \file htdocs/core/modules/modHRM.class.php
|
* \file htdocs/core/modules/modHRM.class.php
|
||||||
* \ingroup HRM
|
* \ingroup HRM
|
||||||
* \brief Description and activation file for module HRM
|
* \brief Description and activation file for the module HRM
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT."/core/modules/DolibarrModules.class.php";
|
include_once DOL_DOCUMENT_ROOT."/core/modules/DolibarrModules.class.php";
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
* \brief Module de gestion des congés
|
* \brief Module de gestion des congés
|
||||||
* \file htdocs/core/modules/modHoliday.class.php
|
* \file htdocs/core/modules/modHoliday.class.php
|
||||||
* \ingroup holiday
|
* \ingroup holiday
|
||||||
* \brief Description and activation file for module holiday
|
* \brief Description and activation file for the module holiday
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT."/core/modules/DolibarrModules.class.php";
|
include_once DOL_DOCUMENT_ROOT."/core/modules/DolibarrModules.class.php";
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* \brief Module to make generic import of data into dolibarr database
|
* \brief Module to make generic import of data into dolibarr database
|
||||||
* \file htdocs/core/modules/modImport.class.php
|
* \file htdocs/core/modules/modImport.class.php
|
||||||
* \ingroup import
|
* \ingroup import
|
||||||
* \brief Fichier de description et activation du module Import
|
* \brief Description and activation file for the module Import
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
*
|
*
|
||||||
* \file htdocs/core/modules/modIncoterm.class.php
|
* \file htdocs/core/modules/modIncoterm.class.php
|
||||||
* \ingroup incoterm
|
* \ingroup incoterm
|
||||||
* \brief Description and activation file for module MyModule
|
* \brief Description and activation file for the module MyModule
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
/**
|
/**
|
||||||
* \file htdocs/core/modules/modIntracommreport.class.php
|
* \file htdocs/core/modules/modIntracommreport.class.php
|
||||||
* \ingroup Intracomm report
|
* \ingroup Intracomm report
|
||||||
* \brief Module to activate intracomm report module
|
* \brief Description and activation file for the module intracomm report
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* \brief Module pour gerer les formats d'impression des etiquettes
|
* \brief Module pour gerer les formats d'impression des etiquettes
|
||||||
* \file htdocs/core/modules/modLabel.class.php
|
* \file htdocs/core/modules/modLabel.class.php
|
||||||
* \ingroup other
|
* \ingroup other
|
||||||
* \brief Fichier de description et activation du module Label
|
* \brief Description and activation file for the module Labels
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
* \brief Module to manage LDAP interfaces with contacts or users
|
* \brief Module to manage LDAP interfaces with contacts or users
|
||||||
* \file htdocs/core/modules/modLdap.class.php
|
* \file htdocs/core/modules/modLdap.class.php
|
||||||
* \ingroup ldap
|
* \ingroup ldap
|
||||||
* \brief File to describe and activate Ldap module
|
* \brief Description and activation file for the module LDAP
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* \brief Module to include loans management
|
* \brief Module to include loans management
|
||||||
* \file htdocs/core/modules/modLoan.class.php
|
* \file htdocs/core/modules/modLoan.class.php
|
||||||
* \ingroup loan
|
* \ingroup loan
|
||||||
* \brief File to activate module loan
|
* \brief Description and activation file for the module loan
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
* \brief Module to manage EMailings
|
* \brief Module to manage EMailings
|
||||||
* \file htdocs/core/modules/modMailing.class.php
|
* \file htdocs/core/modules/modMailing.class.php
|
||||||
* \ingroup mailing
|
* \ingroup mailing
|
||||||
* \brief Fichier de description et activation du module Mailing
|
* \brief Description and activation file for the module Mailing
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* \brief Module to manage mailman and spip
|
* \brief Module to manage mailman and spip
|
||||||
* \file htdocs/core/modules/modMailmanSpip.class.php
|
* \file htdocs/core/modules/modMailmanSpip.class.php
|
||||||
* \ingroup mailmanspip
|
* \ingroup mailmanspip
|
||||||
* \brief Fichier de description et activation du module de click to Dial
|
* \brief Description and activation file for the module mailmanspip
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
* \brief Module to manage margins
|
* \brief Module to manage margins
|
||||||
* \file htdocs/core/modules/modMargin.class.php
|
* \file htdocs/core/modules/modMargin.class.php
|
||||||
* \ingroup margin
|
* \ingroup margin
|
||||||
* \brief Description and activation file for module Margin
|
* \brief Description and activation file for the module Margin
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* \brief Add a log into a block chain for some actions.
|
* \brief Add a log into a block chain for some actions.
|
||||||
* \file htdocs/core/modules/modBlockedLog.class.php
|
* \file htdocs/core/modules/modBlockedLog.class.php
|
||||||
* \ingroup blockedlog
|
* \ingroup blockedlog
|
||||||
* \brief Description and activation file for module ModuleBuilder
|
* \brief Description and activation file for the module ModuleBuilder
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
*
|
*
|
||||||
* \file htdocs/core/modules/modMrp.class.php
|
* \file htdocs/core/modules/modMrp.class.php
|
||||||
* \ingroup mrp
|
* \ingroup mrp
|
||||||
* \brief Description and activation file for module Mrp
|
* \brief Description and activation file for the module Mrp
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
* \brief Handle multiple currencies on company/propal/orders ...
|
* \brief Handle multiple currencies on company/propal/orders ...
|
||||||
* \file htdocs/core/modules/modMultiCurrency.class.php
|
* \file htdocs/core/modules/modMultiCurrency.class.php
|
||||||
* \ingroup multicurrency
|
* \ingroup multicurrency
|
||||||
* \brief Description and activation file for module MultiCurrency
|
* \brief Description and activation file for the module MultiCurrency
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* \brief Module pour gerer les notifications (par mail ou autre)
|
* \brief Module pour gerer les notifications (par mail ou autre)
|
||||||
* \file htdocs/core/modules/modNotification.class.php
|
* \file htdocs/core/modules/modNotification.class.php
|
||||||
* \ingroup notification
|
* \ingroup notification
|
||||||
* \brief Fichier de description et activation du module Notification
|
* \brief Description and activation file for the module Notification
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
/**
|
/**
|
||||||
* \file htdocs/core/modules/modOauth.class.php
|
* \file htdocs/core/modules/modOauth.class.php
|
||||||
* \ingroup oauth
|
* \ingroup oauth
|
||||||
* \brief File of class to describe and activate module Oauth
|
* \brief Description and activation file for the module Oauth
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* \brief Module to OpenSurvey integration.
|
* \brief Module to OpenSurvey integration.
|
||||||
* \file htdocs/core/modules/modOpenSurvey.class.php
|
* \file htdocs/core/modules/modOpenSurvey.class.php
|
||||||
* \ingroup opensurvey
|
* \ingroup opensurvey
|
||||||
* \brief Description and activation file for module OpenSurvey
|
* \brief Description and activation file for the module OpenSurvey
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT."/core/modules/DolibarrModules.class.php";
|
include_once DOL_DOCUMENT_ROOT."/core/modules/DolibarrModules.class.php";
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* \brief Add integration with Paybox online payment system.
|
* \brief Add integration with Paybox online payment system.
|
||||||
* \file htdocs/core/modules/modPaybox.class.php
|
* \file htdocs/core/modules/modPaybox.class.php
|
||||||
* \ingroup paybox
|
* \ingroup paybox
|
||||||
* \brief Description and activation file for module Paybox
|
* \brief Description and activation file for the module Paybox
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
* \brief Module to manage payment by bank transfer
|
* \brief Module to manage payment by bank transfer
|
||||||
* \file htdocs/core/modules/modPaymentByBankTransfer.class.php
|
* \file htdocs/core/modules/modPaymentByBankTransfer.class.php
|
||||||
* \ingroup paymentbybanktransfer
|
* \ingroup paymentbybanktransfer
|
||||||
* \brief File to describe and activate the module PaymentByBankTransfer
|
* \brief Description and activation file for the module PaymentByBankTransfer
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
* \brief Add integration with Paypal online payment system.
|
* \brief Add integration with Paypal online payment system.
|
||||||
* \file htdocs/core/modules/modPaypal.class.php
|
* \file htdocs/core/modules/modPaypal.class.php
|
||||||
* \ingroup paypal
|
* \ingroup paypal
|
||||||
* \brief Description and activation file for module Paypal
|
* \brief Description and activation file for the module Paypal
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
* \brief Module to manage Direct debit orders
|
* \brief Module to manage Direct debit orders
|
||||||
* \file htdocs/core/modules/modPrelevement.class.php
|
* \file htdocs/core/modules/modPrelevement.class.php
|
||||||
* \ingroup prelevement
|
* \ingroup prelevement
|
||||||
* \brief File to describe and enable the module Prelevement
|
* \brief Description and activation file for the module Prelevement
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
/**
|
/**
|
||||||
* \file htdocs/core/modules/modPrinting.class.php
|
* \file htdocs/core/modules/modPrinting.class.php
|
||||||
* \ingroup printing
|
* \ingroup printing
|
||||||
* \brief File of class to describe and activate module Direct Printing
|
* \brief Description and activation file for the module Direct Printing
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
* \brief Module to manage catalog of predefined products
|
* \brief Module to manage catalog of predefined products
|
||||||
* \file htdocs/core/modules/modProduct.class.php
|
* \file htdocs/core/modules/modProduct.class.php
|
||||||
* \ingroup produit
|
* \ingroup produit
|
||||||
* \brief File to describe module to manage catalog of predefined products
|
* \brief Description and activation file for the module to manage catalog of predefined products
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
* \brief Management module for batch number, eat-by and sell-by date for product
|
* \brief Management module for batch number, eat-by and sell-by date for product
|
||||||
* \file htdocs/core/modules/modProductBatch.class.php
|
* \file htdocs/core/modules/modProductBatch.class.php
|
||||||
* \ingroup productbatch
|
* \ingroup productbatch
|
||||||
* \brief Description and activation file for module productbatch
|
* \brief Description and activation file for the module productbatch
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
* \brief Module to create projects/tasks/gantt diagram. Projects can them be affected to tasks.
|
* \brief Module to create projects/tasks/gantt diagram. Projects can them be affected to tasks.
|
||||||
* \file htdocs/core/modules/modProjet.class.php
|
* \file htdocs/core/modules/modProjet.class.php
|
||||||
* \ingroup projet
|
* \ingroup projet
|
||||||
* \brief Fichier de description et activation du module Projet
|
* \brief Description and activation file for the module project
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
* \brief Module pour gerer la tenue de propositions commerciales
|
* \brief Module pour gerer la tenue de propositions commerciales
|
||||||
* \file htdocs/core/modules/modPropale.class.php
|
* \file htdocs/core/modules/modPropale.class.php
|
||||||
* \ingroup propale
|
* \ingroup propale
|
||||||
* \brief Fichier de description et activation du module Propale
|
* \brief Description and activation file for the module customer proposal
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
/**
|
/**
|
||||||
* \file htdocs/core/modules/modReceiptPrinter.class.php
|
* \file htdocs/core/modules/modReceiptPrinter.class.php
|
||||||
* \ingroup printing
|
* \ingroup printing
|
||||||
* \brief File of class to describe and activate module Receipt Printer
|
* \brief Description and activation file for the module Receipt Printer
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
* \brief Module pour gerer les réceptions de produits
|
* \brief Module pour gerer les réceptions de produits
|
||||||
* \file htdocs/core/modules/modReception.class.php
|
* \file htdocs/core/modules/modReception.class.php
|
||||||
* \ingroup reception
|
* \ingroup reception
|
||||||
* \brief Fichier de description et activation du module Reception
|
* \brief Description and activation file for the module Reception
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
*
|
*
|
||||||
* \file htdocs/recruitment/core/modules/modRecruitment.class.php
|
* \file htdocs/recruitment/core/modules/modRecruitment.class.php
|
||||||
* \ingroup recruitment
|
* \ingroup recruitment
|
||||||
* \brief Description and activation file for module Recruitment
|
* \brief Description and activation file for the module Recruitment
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
* \brief Resource module descriptor.
|
* \brief Resource module descriptor.
|
||||||
* \file core/modules/modResource.class.php
|
* \file core/modules/modResource.class.php
|
||||||
* \ingroup resource
|
* \ingroup resource
|
||||||
* \brief Description and activation file for module Resource
|
* \brief Description and activation file for the module Resource
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT."/core/modules/DolibarrModules.class.php";
|
include_once DOL_DOCUMENT_ROOT."/core/modules/DolibarrModules.class.php";
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
* \brief Module to include salaries management
|
* \brief Module to include salaries management
|
||||||
* \file htdocs/core/modules/modSalaries.class.php
|
* \file htdocs/core/modules/modSalaries.class.php
|
||||||
* \ingroup salaries
|
* \ingroup salaries
|
||||||
* \brief File to activate module salaries
|
* \brief Description and activation file for the module salaries
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
* \brief Module pour gerer le suivi de services predefinis
|
* \brief Module pour gerer le suivi de services predefinis
|
||||||
* \file htdocs/core/modules/modService.class.php
|
* \file htdocs/core/modules/modService.class.php
|
||||||
* \ingroup service
|
* \ingroup service
|
||||||
* \brief Fichier de description et activation du module Service
|
* \brief Description and activation file for the module Service
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* \brief Add a SocialNetworks button.
|
* \brief Add a SocialNetworks button.
|
||||||
* \file htdocs/core/modules/modSocialNetworks.class.php
|
* \file htdocs/core/modules/modSocialNetworks.class.php
|
||||||
* \ingroup socialnetworks
|
* \ingroup socialnetworks
|
||||||
* \brief Description and activation file for module SocialNetworks
|
* \brief Description and activation file for the module SocialNetworks
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
* \brief Module to manage third parties (customers, prospects)
|
* \brief Module to manage third parties (customers, prospects)
|
||||||
* \file htdocs/core/modules/modSociete.class.php
|
* \file htdocs/core/modules/modSociete.class.php
|
||||||
* \ingroup societe
|
* \ingroup societe
|
||||||
* \brief Fichier de description et activation du module Societe
|
* \brief Description and activation file for the module societe (thirdparty)
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
* \brief Module pour gerer la tenue de stocks produits
|
* \brief Module pour gerer la tenue de stocks produits
|
||||||
* \file htdocs/core/modules/modStock.class.php
|
* \file htdocs/core/modules/modStock.class.php
|
||||||
* \ingroup stock
|
* \ingroup stock
|
||||||
* \brief Fichier de description et activation du module Stock
|
* \brief Description and activation file for the module Stock
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* \brief Add integration with Stripe online payment system.
|
* \brief Add integration with Stripe online payment system.
|
||||||
* \file htdocs/core/modules/modStripe.class.php
|
* \file htdocs/core/modules/modStripe.class.php
|
||||||
* \ingroup stripe
|
* \ingroup stripe
|
||||||
* \brief Description and activation file for module Stripe
|
* \brief Description and activation file for the module Stripe
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
*
|
*
|
||||||
* \file htdocs/core/modules/modSupplierProposal.class.php
|
* \file htdocs/core/modules/modSupplierProposal.class.php
|
||||||
* \ingroup supplier_proposal
|
* \ingroup supplier_proposal
|
||||||
* \brief File to describe and activate module SupplierProposal
|
* \brief Description and activation file for the module supplier proposal
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* \brief Module pour gerer les messages d'erreur dans syslog
|
* \brief Module pour gerer les messages d'erreur dans syslog
|
||||||
* \file htdocs/core/modules/modSyslog.class.php
|
* \file htdocs/core/modules/modSyslog.class.php
|
||||||
* \ingroup syslog
|
* \ingroup syslog
|
||||||
* \brief Fichier de description et activation du module de syslog
|
* \brief Description and activation file for the module syslog
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
*
|
*
|
||||||
* \file htdocs/core/modules/modTakePos.class.php
|
* \file htdocs/core/modules/modTakePos.class.php
|
||||||
* \ingroup takepos
|
* \ingroup takepos
|
||||||
* \brief Description and activation file for module TakePos
|
* \brief Description and activation file for the module TakePos
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
* \brief Module pour inclure des fonctions de saisies des taxes (tva) et charges sociales
|
* \brief Module pour inclure des fonctions de saisies des taxes (tva) et charges sociales
|
||||||
* \file htdocs/core/modules/modTax.class.php
|
* \file htdocs/core/modules/modTax.class.php
|
||||||
* \ingroup tax
|
* \ingroup tax
|
||||||
* \brief Fichier de description et activation du module Taxe
|
* \brief Description and activation file for the module taxes
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
* \brief Module for ticket and request management.
|
* \brief Module for ticket and request management.
|
||||||
* \file core/modules/modTicket.class.php
|
* \file core/modules/modTicket.class.php
|
||||||
* \ingroup ticket
|
* \ingroup ticket
|
||||||
* \brief Description and activation file for module Ticket
|
* \brief Description and activation file for the module Ticket
|
||||||
*/
|
*/
|
||||||
require_once DOL_DOCUMENT_ROOT."/core/modules/DolibarrModules.class.php";
|
require_once DOL_DOCUMENT_ROOT."/core/modules/DolibarrModules.class.php";
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
* \brief Module pour gerer les utilisateurs
|
* \brief Module pour gerer les utilisateurs
|
||||||
* \file htdocs/core/modules/modUser.class.php
|
* \file htdocs/core/modules/modUser.class.php
|
||||||
* \ingroup user
|
* \ingroup user
|
||||||
* \brief Fichier de description et activation du module Utilisateur
|
* \brief Description and activation file for the module users
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
* \brief Module to manage product combinations based on product attributes
|
* \brief Module to manage product combinations based on product attributes
|
||||||
* \file htdocs/core/modules/modVariants.class.php
|
* \file htdocs/core/modules/modVariants.class.php
|
||||||
* \ingroup produit
|
* \ingroup produit
|
||||||
|
* \brief Description and activation file for the module product variants
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
* \brief Module to enable the Dolibarr server of web services
|
* \brief Module to enable the Dolibarr server of web services
|
||||||
* \file htdocs/core/modules/modWebServices.class.php
|
* \file htdocs/core/modules/modWebServices.class.php
|
||||||
* \ingroup webservices
|
* \ingroup webservices
|
||||||
* \brief File to describe webservices module
|
* \brief Description and activation file for the module webservices
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
* \brief Module to enable client for supplier WebServices
|
* \brief Module to enable client for supplier WebServices
|
||||||
* \file htdocs/core/modules/modWebServicesClient.class.php
|
* \file htdocs/core/modules/modWebServicesClient.class.php
|
||||||
* \ingroup webservices
|
* \ingroup webservices
|
||||||
* \brief File to describe client for supplier webservices module
|
* \brief Description and activation file for the module supplier webservices module
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
* \brief website module descriptor.
|
* \brief website module descriptor.
|
||||||
* \file htdocs/core/modules/modWebsite.class.php
|
* \file htdocs/core/modules/modWebsite.class.php
|
||||||
* \ingroup websites
|
* \ingroup websites
|
||||||
* \brief Description and activation file for module Website
|
* \brief Description and activation file for the module Website
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* \brief Workflow management
|
* \brief Workflow management
|
||||||
* \file htdocs/core/modules/modWorkflow.class.php
|
* \file htdocs/core/modules/modWorkflow.class.php
|
||||||
* \ingroup workflow
|
* \ingroup workflow
|
||||||
* \brief File to describe and activate module Workflow
|
* \brief Description and activation file for the module Workflow
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
*
|
*
|
||||||
* \file htdocs/workstation/core/modules/modWorkstation.class.php
|
* \file htdocs/workstation/core/modules/modWorkstation.class.php
|
||||||
* \ingroup workstation
|
* \ingroup workstation
|
||||||
* \brief Description and activation file for module Workstation
|
* \brief Description and activation file for the module Workstation
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
*
|
*
|
||||||
* \file htdocs/core/modules/modZapier.class.php
|
* \file htdocs/core/modules/modZapier.class.php
|
||||||
* \ingroup zapier
|
* \ingroup zapier
|
||||||
* \brief Description and activation file for module Zapier
|
* \brief Description and activation file for the module Zapier
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user