Fix: remove obsolete tags (in progress)

This commit is contained in:
Regis Houssin 2011-08-27 15:14:31 +00:00
parent 726d9581dd
commit 2ecc03104c
268 changed files with 85 additions and 354 deletions

View File

@ -22,7 +22,6 @@
* \file htdocs/comm/action/class/actioncomm.class.php
* \ingroup commercial
* \brief File of class to manage agenda events (actions)
* \version $Id: actioncomm.class.php,v 1.44 2011/08/17 13:44:16 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/comm/action/class/cactioncomm.class.php');
require_once(DOL_DOCUMENT_ROOT.'/core/class/commonobject.class.php');

View File

@ -20,8 +20,7 @@
* \file htdocs/comm/action/class/cactioncomm.class.php
* \ingroup commercial
* \brief File of class to manage type of agenda events
* \version $Id: cactioncomm.class.php,v 1.6 2011/08/03 00:46:21 eldy Exp $
*/
*/
/**

View File

@ -21,7 +21,6 @@
* \file htdocs/comm/action/class/ical.class.php
* \ingroup commercial
* \brief File of class to parse ical calendars
* \version $Id: ical.class.php,v 1.7 2011/08/08 15:47:16 eldy Exp $
*/
class ical
{

View File

@ -23,7 +23,6 @@
* \file htdocs/comm/action/document.php
* \ingroup agenda
* \brief Page des documents joints sur les actions
* \version $Id: document.php,v 1.59 2011/08/27 14:24:46 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -23,7 +23,6 @@
* \file htdocs/comm/action/fiche.php
* \ingroup agenda
* \brief Page for event card
* \version $Id: fiche.php,v 1.231 2011/08/27 14:24:45 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -23,7 +23,6 @@
* \file htdocs/comm/action/index.php
* \ingroup agenda
* \brief Home page of calendar events
* \version $Id: index.php,v 1.185 2011/08/27 14:24:45 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -20,7 +20,6 @@
* \file htdocs/comm/action/info.php
* \ingroup agenda
* \brief Page des informations d'une action
* \version $Id: info.php,v 1.21 2011/08/27 14:24:45 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -22,7 +22,6 @@
* \file htdocs/comm/action/listactions.php
* \ingroup agenda
* \brief Page to list actions
* \version $Id: listactions.php,v 1.57 2011/08/27 14:24:45 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -21,8 +21,7 @@
/**
* \file htdocs/comm/action/rapport/index.php
* \ingroup commercial
* \brief Page with reports of actions
* \version $Id: index.php,v 1.50 2011/08/27 14:25:00 hregis Exp $
* \brief Page with reports of actions $
*/
require("../../../main.inc.php");

View File

@ -23,7 +23,6 @@
* \file htdocs/comm/addpropal.php
* \ingroup propal
* \brief Page to add a new commercial proposal
* \version $Id: addpropal.php,v 1.134 2011/08/27 14:24:30 hregis Exp $
*/
require("../main.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/comm/address.php
* \ingroup societe
* \brief Tab address of customer
* \version $Id: address.php,v 1.11 2011/08/27 14:24:30 hregis Exp $
*/
require("../main.inc.php");

View File

@ -16,10 +16,9 @@
*/
/**
\file htdocs/comm/bookmark.php
\brief Page affichage des bookmarks
\version $Id: bookmark.php,v 1.25 2011/08/27 14:24:31 hregis Exp $
*/
* \file htdocs/comm/bookmark.php
* \brief Page affichage des bookmarks
*/
require("../main.inc.php");

View File

@ -18,11 +18,10 @@
*/
/**
\file htdocs/comm/contact.php
\ingroup commercial
\brief Liste des contacts
\version $Id: contact.php,v 1.51 2011/08/27 14:24:30 hregis Exp $
*/
* \file htdocs/comm/contact.php
* \ingroup commercial
* \brief Liste des contacts
*/
require("../main.inc.php");

View File

@ -25,7 +25,6 @@
* \file htdocs/comm/fiche.php
* \ingroup commercial compta
* \brief Page to show customer card of a third party
* \version $Id: fiche.php,v 1.286 2011/08/27 14:24:30 hregis Exp $
*/
require("../main.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/comm/index.php
* \ingroup commercial
* \brief Home page of commercial area
* \version $Id: index.php,v 1.174 2011/08/27 14:24:30 hregis Exp $
*/
require("../main.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/comm/list.php
* \ingroup commercial societe
* \brief List of customers
* \version $Id: list.php,v 1.2 2011/08/27 14:24:30 hregis Exp $
*/
require("../main.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/comm/mailing/cibles.php
* \ingroup mailing
* \brief Page to define emailing targets
* \version $Id: cibles.php,v 1.77 2011/08/27 14:24:34 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/comm/mailing/class/mailing.class.php
* \ingroup mailing
* \brief Fichier de la classe de gestion des mailings
* \version $Id: mailing.class.php,v 1.3 2011/08/03 00:46:38 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/core/class/commonobject.class.php");

View File

@ -20,7 +20,6 @@
* \file htdocs/comm/mailing/fiche.php
* \ingroup mailing
* \brief Fiche mailing, onglet general
* \version $Id: fiche.php,v 1.125 2011/08/27 14:24:34 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/comm/mailing/index.php
* \ingroup mailing
* \brief Page accueil de la zone mailing
* \version $Id: index.php,v 1.38 2011/08/27 14:24:34 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -20,7 +20,6 @@
* \file htdocs/comm/mailing/info.php
* \ingroup mailing
* \brief Page with log information for emailing
* \version $Id: info.php,v 1.7 2011/08/27 14:24:34 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -20,7 +20,6 @@
* \file htdocs/comm/mailing/liste.php
* \ingroup mailing
* \brief Liste des mailings
* \version $Id: liste.php,v 1.24 2011/08/27 14:24:34 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/comm/multiprix.php
* \ingroup societe
* \brief Onglet choix du niveau de prix
* \version $Id: multiprix.php,v 1.22 2011/08/27 14:24:31 hregis Exp $
*/
require("../main.inc.php");

View File

@ -26,7 +26,6 @@
* \file htdocs/comm/propal.php
* \ingroup propale
* \brief Page of commercial proposals card and list
* \version $Id: propal.php,v 1.624 2011/08/27 14:24:30 hregis Exp $
*/
require("../main.inc.php");

View File

@ -22,7 +22,6 @@
* \file htdocs/comm/propal/apercu.php
* \ingroup propal
* \brief Page de l'onglet apercu d'une propal
* \version $Id: apercu.php,v 1.54 2011/08/27 14:24:44 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -29,7 +29,6 @@
* \author Rodolphe Qiedeville
* \author Eric Seigne
* \author Laurent Destailleur
* \version $Id: propal.class.php,v 1.114 2011/08/20 15:11:34 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/core/class/commonobject.class.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/comm/propal/class/propalestats.class.php
* \ingroup propales
* \brief Fichier de la classe de gestion des stats des propales
* \version $Id: propalestats.class.php,v 1.6 2011/08/03 00:46:38 eldy Exp $
*/
include_once DOL_DOCUMENT_ROOT . "/core/class/stats.class.php";

View File

@ -20,7 +20,6 @@
* \file htdocs/comm/propal/contact.php
* \ingroup propal
* \brief Onglet de gestion des contacts de propal
* \version $Id: contact.php,v 1.46 2011/08/27 14:24:44 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -22,7 +22,6 @@
* \file htdocs/comm/propal/document.php
* \ingroup propale
* \brief Page de gestion des documents attaches a une proposition commerciale
* \version $Id: document.php,v 1.70 2011/08/27 14:24:44 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/comm/propal/index.php
* \ingroup propal
* \brief Home page of proposal area
* \version $Id: index.php,v 1.9 2011/08/27 14:24:44 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -18,11 +18,10 @@
*/
/**
\file htdocs/comm/propal/info.php
\ingroup propale
\brief Page d'affichage des infos d'une proposition commerciale
\version $Id: info.php,v 1.35 2011/08/27 14:24:44 hregis Exp $
*/
* \file htdocs/comm/propal/info.php
* \ingroup propale
* \brief Page d'affichage des infos d'une proposition commerciale
*/
require("../../main.inc.php");
require_once(DOL_DOCUMENT_ROOT."/lib/functions2.lib.php");

View File

@ -22,7 +22,6 @@
* \file htdocs/comm/propal/note.php
* \ingroup propale
* \brief Fiche d'information sur une proposition commerciale
* \version $Id: note.php,v 1.64 2011/08/27 14:24:44 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/comm/propal/stats/index.php
* \ingroup propale
* \brief Page des stats propositions commerciales
* \version $Id: index.php,v 1.35 2011/08/27 14:24:48 hregis Exp $
*/
require("../../../main.inc.php");

View File

@ -17,11 +17,10 @@
*/
/**
\file htdocs/comm/propal/stats/month.php
\ingroup propale
\brief Page des stats propositions commerciales par mois
\version $Id: month.php,v 1.28 2011/08/27 14:24:48 hregis Exp $
*/
* \file htdocs/comm/propal/stats/month.php
* \ingroup propale
* \brief Page des stats propositions commerciales par mois
*/
require("../../../main.inc.php");
require_once(DOL_DOCUMENT_ROOT."/comm/propal/class/propalestats.class.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/comm/prospect/class/prospect.class.php
* \ingroup societe
* \brief Fichier de la classe des prospects
* \version $Id: prospect.class.php,v 1.4 2011/08/03 00:46:21 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT."/societe/class/societe.class.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/comm/prospect/fiche.php
* \ingroup prospect
* \brief Page de la fiche prospect
* \version $Id: fiche.php,v 1.128 2011/08/27 14:24:29 hregis Exp $
*/
require_once("../../main.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/comm/prospect/index.php
* \ingroup commercial
* \brief Home page of propest area
* \version $Id: index.php,v 1.52 2011/08/27 14:24:29 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -22,7 +22,6 @@
* \file htdocs/comm/prospect/list.php
* \ingroup prospect
* \brief Page to list prospects
* \version $Id: list.php,v 1.2 2011/08/27 14:24:29 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -20,7 +20,6 @@
* \file htdocs/fourn/recap-fourn.php
* \ingroup fournisseur
* \brief Page de fiche recap fournisseur
* \version $Id: recap-prospect.php,v 1.10 2011/08/27 14:24:29 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -20,7 +20,6 @@
* \file htdocs/comm/recap-client.php
* \ingroup societe
* \brief Page de fiche recap client
* \version $Id: recap-client.php,v 1.14 2011/08/27 14:24:31 hregis Exp $
*/
require("../main.inc.php");

View File

@ -20,7 +20,6 @@
* \file htdocs/comm/remise.php
* \ingroup societe
* \brief Onglet remise de la societe
* \version $Id: remise.php,v 1.36 2011/08/27 14:24:31 hregis Exp $
*/
require("../main.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/comm/remx.php
* \ingroup societe
* \brief Page to edit absolute discounts for a customer
* \version $Id: remx.php,v 1.54 2011/08/27 14:24:30 hregis Exp $
*/
require("../main.inc.php");

View File

@ -22,7 +22,6 @@
* \file htdocs/commande/apercu.php
* \ingroup commande
* \brief Page de l'onglet apercu d'une commande
* \version $Id: apercu.php,v 1.53 2011/08/27 14:24:39 hregis Exp $
*/
require("../main.inc.php");

View File

@ -24,7 +24,6 @@
* \file htdocs/commande/class/commande.class.php
* \ingroup commande
* \brief Fichier des classes de commandes
* \version $Id: commande.class.php,v 1.125 2011/08/12 05:41:01 hregis Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/core/class/commonobject.class.php");
require_once(DOL_DOCUMENT_ROOT."/product/class/product.class.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/commande/class/commandestats.class.php
* \ingroup commandes
* \brief Fichier de la classe de gestion des stats des commandes
* \version $Id: commandestats.class.php,v 1.6 2011/07/31 22:23:15 eldy Exp $
*/
include_once DOL_DOCUMENT_ROOT . "/core/class/stats.class.php";
include_once DOL_DOCUMENT_ROOT . "/commande/class/commande.class.php";

View File

@ -21,7 +21,6 @@
* \file htdocs/commande/contact.php
* \ingroup commande
* \brief Onglet de gestion des contacts de commande
* \version $Id: contact.php,v 1.46 2011/08/27 14:24:39 hregis Exp $
*/
require("../main.inc.php");

View File

@ -22,7 +22,6 @@
* \file htdocs/commande/document.php
* \ingroup order
* \brief Page de gestion des documents attachees a une commande
* \version $Id: document.php,v 1.37 2011/08/27 14:24:38 hregis Exp $
*/
require("../main.inc.php");

View File

@ -25,7 +25,6 @@
* \file htdocs/commande/fiche.php
* \ingroup commande
* \brief Page to show customer order
* \version $Id: fiche.php,v 1.538 2011/08/27 14:24:39 hregis Exp $
*/
require("../main.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/commande/index.php
* \ingroup commande
* \brief Home page of customer order module
* \version $Id: index.php,v 1.85 2011/08/27 14:24:39 hregis Exp $
*/
require("../main.inc.php");

View File

@ -20,7 +20,6 @@
* \file htdocs/commande/info.php
* \ingroup commande
* \brief Page des informations d'une commande
* \version $Id: info.php,v 1.23 2011/08/27 14:24:39 hregis Exp $
*/
require("../main.inc.php");

View File

@ -22,7 +22,6 @@
* \file htdocs/commande/liste.php
* \ingroup commande
* \brief Page to list orders
* \version $Id: liste.php,v 1.79 2011/08/27 14:24:39 hregis Exp $
*/

View File

@ -18,10 +18,9 @@
*/
/**
\file htdocs/commande/note.php
\ingroup commande
\brief Fiche de notes sur une commande
\version $Id: note.php,v 1.25 2011/08/27 14:24:38 hregis Exp $
* \file htdocs/commande/note.php
* \ingroup commande
* \brief Fiche de notes sur une commande
*/
require("../main.inc.php");

View File

@ -20,7 +20,6 @@
* \file htdocs/commande/stats/index.php
* \ingroup commande
* \brief Page with customers or suppliers orders statistics
* \version $Id: index.php,v 1.40 2011/08/27 14:24:58 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/commande/stats/month.php
* \ingroup commande
* \brief Page des stats commandes par mois
* \version $Id: month.php,v 1.35 2011/08/27 14:24:58 hregis Exp $
*/
require("../../main.inc.php");
require_once(DOL_DOCUMENT_ROOT."/commande/class/commande.class.php");

View File

@ -24,7 +24,6 @@
* \file htdocs/compta/bank/account.php
* \ingroup banque
* \brief List of details of bank transactions for an account
* \version $Id: account.php,v 1.156 2011/08/27 14:24:43 hregis Exp $
*/
require("./pre.inc.php"); // We use pre.inc.php to have a dynamic menu

View File

@ -21,7 +21,6 @@
* \file htdocs/compta/bank/admin/bank.php
* \ingroup bank
* \brief Page to setup the bank module
* \version $Id: bank.php,v 1.9 2011/08/27 14:24:59 hregis Exp $
*/
require("../../../main.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/compta/bank/annuel.php
* \ingroup banque
* \brief Page reporting mensuel Entrees/Sorties d'un compte bancaire
* \version $Id: annuel.php,v 1.30 2011/08/27 14:24:42 hregis Exp $
*/
require("./pre.inc.php");

View File

@ -22,7 +22,6 @@
* \file htdocs/compta/bank/bankid_fr.php
* \ingroup banque
* \brief Fiche creation compte bancaire
* \version $Id: bankid_fr.php,v 1.29 2011/08/27 14:24:42 hregis Exp $
*/
require("./pre.inc.php");

View File

@ -20,7 +20,6 @@
* \file htdocs/compta/bank/bilan.php
* \ingroup banque
* \brief Page de bilan
* \version $Id: bilan.php,v 1.17 2011/08/27 14:24:43 hregis Exp $
*/
require("./pre.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/compta/bank/budget.php
* \ingroup banque
* \brief Page de budget
* \version $Id: budget.php,v 1.34 2011/08/27 14:24:43 hregis Exp $
*/
require("./pre.inc.php");

View File

@ -18,11 +18,10 @@
*/
/**
\file htdocs/compta/bank/categ.php
\ingroup compta
\brief Page ajout de cat<EFBFBD>gories bancaires
\version $Id: categ.php,v 1.32 2011/08/27 14:24:43 hregis Exp $
*/
* \file htdocs/compta/bank/categ.php
* \ingroup compta
* \brief Page ajout de categories bancaires
*/
require("./pre.inc.php");

View File

@ -23,7 +23,6 @@
* \file htdocs/compta/bank/class/account.class.php
* \ingroup banque
* \brief File of class to manage bank accounts
* \version $Id: account.class.php,v 1.35 2011/08/13 00:48:00 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/core/class/commonobject.class.php");

View File

@ -20,9 +20,7 @@
* \file compta/bank/class/bankcateg.class.php
* \ingroup banque
* \brief This file is CRUD class file (Create/Read/Update/Delete) for bank categories
* \version $Id: bankcateg.class.php,v 1.9 2011/07/31 22:23:30 eldy Exp $
* \author Laurent Destailleur
* \remarks Initialy built by build_class_from_table on 2009-01-02 15:26
*/
// Put here all includes required by your class file

View File

@ -22,7 +22,6 @@
* \file htdocs/compta/bank/fiche.php
* \ingroup banque
* \brief Page to create/view a bank account
* \version $Id: fiche.php,v 1.79 2011/08/27 14:24:42 hregis Exp $
*/
require("./pre.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/compta/bank/graph.php
* \ingroup banque
* \brief Page graph des transactions bancaires
* \version $Id: graph.php,v 1.52 2011/08/27 14:24:43 hregis Exp $
*/
require("./pre.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/compta/bank/index.php
* \ingroup banque
* \brief Page accueil banque
* \version $Id: index.php,v 1.56 2011/08/27 14:24:42 hregis Exp $
*/
require("./pre.inc.php");

View File

@ -16,11 +16,10 @@
*/
/**
\file htdocs/compta/bank/info.php
\ingroup banque
\brief Onglet info d'une ecriture bancaire
\version $Id: info.php,v 1.11 2011/08/27 14:24:43 hregis Exp $
*/
* \file htdocs/compta/bank/info.php
* \ingroup banque
* \brief Onglet info d'une ecriture bancaire
*/
require("./pre.inc.php");
require_once(DOL_DOCUMENT_ROOT."/lib/functions2.lib.php");

View File

@ -22,7 +22,6 @@
* \file htdocs/compta/bank/ligne.php
* \ingroup compta
* \brief Page to edit a bank transaction record
* \version $Id: ligne.php,v 1.92 2011/08/27 14:24:42 hregis Exp $
*/
require("./pre.inc.php");

View File

@ -22,7 +22,6 @@
* \file htdocs/compta/bank/pre.inc.php
* \ingroup compta
* \brief Fichier gestionnaire du menu compta banque
* \version $Id: pre.inc.php,v 1.52 2011/07/31 22:23:16 eldy Exp $
*/
require_once("../../main.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/compta/bank/rappro.php
* \ingroup banque
* \brief Page to reconciliate bank transactions
* \version $Id: rappro.php,v 1.69 2011/08/27 14:24:43 hregis Exp $
*/
require("./pre.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/compta/bank/releve.php
* \ingroup banque
* \brief Page d'affichage d'un releve
* \version $Id: releve.php,v 1.52 2011/08/27 14:24:43 hregis Exp $
*/
require("./pre.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/compta/bank/search.php
* \ingroup banque
* \brief List of bank transactions
* \version $Id: search.php,v 1.55 2011/08/27 14:24:43 hregis Exp $
*/
require("./pre.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/compta/bank/treso.php
* \ingroup banque
* \brief Page de detail du budget de tresorerie
* \version $Id: treso.php,v 1.37 2011/08/27 14:24:43 hregis Exp $
*/
require("./pre.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/compta/bank/virement.php
* \ingroup banque
* \brief Page de saisie d'un virement
* \version $Id: virement.php,v 1.50 2011/08/27 14:24:42 hregis Exp $
*/
require("./pre.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/compta/charges/index.php
* \ingroup compta
* \brief Page to list payments of social contributions and vat
* \version $Id: index.php,v 1.43 2011/08/27 14:25:04 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -19,7 +19,6 @@
* \file htdocs/compta/class/comptacompte.class.php
* \ingroup compta
* \brief Fichier de la classe des comptes comptable
* \version $Id: comptacompte.class.php,v 1.3 2011/08/03 00:46:33 eldy Exp $
*/

View File

@ -21,7 +21,6 @@
* \file htdocs/compta/clients.php
* \ingroup compta
* \brief Show list of customers to add an new invoice
* \version $Id: clients.php,v 1.67 2011/08/27 14:24:30 hregis Exp $
*/
require('../main.inc.php');

View File

@ -21,7 +21,6 @@
* \file htdocs/compta/deplacement/class/deplacement.class.php
* \ingroup deplacement
* \brief File of class to manage trips
* \version $Id: deplacement.class.php,v 1.10 2011/07/31 22:23:20 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/core/class/commonobject.class.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/compta/deplacement/class/deplacementstats.class.php
* \ingroup factures
* \brief Fichier de la classe de gestion des stats des deplacement et notes de frais
* \version $Id: deplacementstats.class.php,v 1.6 2011/07/31 22:23:20 eldy Exp $
*/
include_once DOL_DOCUMENT_ROOT . "/core/class/stats.class.php";
include_once DOL_DOCUMENT_ROOT . "/compta/deplacement/class/deplacement.class.php";

View File

@ -20,7 +20,6 @@
/**
* \file htdocs/compta/deplacement/fiche.php
* \brief Page to show a trip card
* \version $Id: fiche.php,v 1.58 2011/08/27 14:24:48 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -21,7 +21,6 @@
/**
* \file htdocs/compta/deplacement/index.php
* \brief Page list of expenses
* \version $Id: index.php,v 1.46 2011/08/27 14:24:48 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -21,7 +21,6 @@
/**
* \file htdocs/compta/deplacement/list.php
* \brief Page list of expenses
* \version $Id: list.php,v 1.4 2011/08/27 14:24:48 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -20,7 +20,6 @@
* \file htdocs/compta/deplacement/note.php
* \ingroup trip
* \brief Notes on a trip card
* \version $Id: note.php,v 1.8 2011/08/27 14:24:48 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -20,7 +20,6 @@
* \file htdocs/compta/deplacement/stats/index.php
* \ingroup deplacement
* \brief Page des stats deplacement et notes de frais
* \version $Id: index.php,v 1.9 2011/08/27 14:24:30 hregis Exp $
*/
require("../../../main.inc.php");

View File

@ -20,7 +20,6 @@
* \file htdocs/compta/deplacement/stats/month.php
* \ingroup facture
* \brief Page des stats notes de frais par mois
* \version $Id: month.php,v 1.5 2011/08/27 14:24:30 hregis Exp $
*/
require("../../../main.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/compta/dons/class/don.class.php
* \ingroup don
* \brief Fichier de la classe des dons
* \version $Id: don.class.php,v 1.11 2011/08/03 00:46:39 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/core/class/commonobject.class.php");

View File

@ -20,7 +20,6 @@
* \file htdocs/compta/dons/fiche.php
* \ingroup don
* \brief Page of donation card
* \version $Id: fiche.php,v 1.78 2011/08/27 14:24:45 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -20,7 +20,6 @@
* \file htdocs/compta/dons/index.php
* \ingroup don
* \brief Home page of donation module
* \version $Id: index.php,v 1.30 2011/08/27 14:24:44 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -20,7 +20,6 @@
* \file htdocs/compta/dons/liste.php
* \ingroup don
* \brief Page de liste des dons
* \version $Id: liste.php,v 1.36 2011/08/27 14:24:44 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -17,11 +17,10 @@
*/
/**
\file htdocs/compta/dons/stats.php
\ingroup don
\brief Page des statistiques de dons
\version $Id: stats.php,v 1.18 2011/08/27 14:24:45 hregis Exp $
*/
* \file htdocs/compta/dons/stats.php
* \ingroup don
* \brief Page des statistiques de dons
*/
require("../../main.inc.php");

View File

@ -25,7 +25,6 @@
* \file htdocs/compta/facture.php
* \ingroup facture
* \brief Page to create/see an invoice
* \version $Id: facture.php,v 1.858 2011/08/27 14:24:29 hregis Exp $
*/
require('../main.inc.php');

View File

@ -22,7 +22,6 @@
* \file htdocs/compta/facture/class/facture-rec.class.php
* \ingroup facture
* \brief Fichier de la classe des factures recurentes
* \version $Id: facture-rec.class.php,v 1.16 2011/08/03 00:46:25 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/core/class/notify.class.php");

View File

@ -27,7 +27,6 @@
* \file htdocs/compta/facture/class/facture.class.php
* \ingroup facture
* \brief File of class to manage invoices
* \version $Id: facture.class.php,v 1.129 2011/08/14 00:00:06 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/core/class/commonobject.class.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/compta/facture/class/facturestats.class.php
* \ingroup factures
* \brief Fichier de la classe de gestion des stats des factures
* \version $Id: facturestats.class.php,v 1.7 2011/08/03 00:46:25 eldy Exp $
*/
include_once DOL_DOCUMENT_ROOT . "/core/class/stats.class.php";
include_once DOL_DOCUMENT_ROOT . "/compta/facture/class/facture.class.php";

View File

@ -19,9 +19,7 @@
* \file compta/facture/class/paymentterm.class.php
* \ingroup facture
* \brief This file is an example for a CRUD class file (Create/Read/Update/Delete)
* \version $Id: paymentterm.class.php,v 1.5 2011/08/03 00:46:25 eldy Exp $
* \author Put author name here
* \remarks Initialy built by build_class_from_table on 2010-09-06 00:33
*/
// Put here all includes required by your class file

View File

@ -20,7 +20,6 @@
* \file htdocs/compta/facture/contact.php
* \ingroup facture
* \brief Onglet de gestion des contacts des factures
* \version $Id: contact.php,v 1.51 2011/08/27 14:24:17 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -22,7 +22,6 @@
* \file htdocs/compta/facture/document.php
* \ingroup facture
* \brief Page for attached files on invoices
* \version $Id: document.php,v 1.47 2011/08/27 14:24:16 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -21,7 +21,6 @@
* \file htdocs/compta/facture/fiche-rec.php
* \ingroup facture
* \brief Page to show predefined invoice
* \version $Id: fiche-rec.php,v 1.77 2011/08/27 14:24:17 hregis Exp $
*/
require("../../main.inc.php");

View File

@ -20,8 +20,7 @@
* \file htdocs/compta/facture/info.php
* \ingroup facture
* \brief Page des informations d'une facture
* \version $Id: info.php,v 1.32 2011/08/27 14:24:16 hregis Exp $
*/
*/
require("../../main.inc.php");
require_once(DOL_DOCUMENT_ROOT."/compta/facture/class/facture.class.php");

View File

@ -20,8 +20,7 @@
* \file htdocs/compta/facture/note.php
* \ingroup facture
* \brief Fiche de notes sur une facture
* \version $Id: note.php,v 1.59 2011/08/27 14:24:17 hregis Exp $
*/
*/
require("../../main.inc.php");
require_once(DOL_DOCUMENT_ROOT."/compta/facture/class/facture.class.php");

Some files were not shown because too many files have changed in this diff Show More