diff --git a/htdocs/langs/fr_BE/bills.lang b/htdocs/langs/fr_BE/bills.lang index 6a67f7fba99d9b7c65bd02a04a4ad2127e8141b2..3e2ff4733b8ed0794f450b1c8ddb9e173bafd9d0 100644 --- a/htdocs/langs/fr_BE/bills.lang +++ b/htdocs/langs/fr_BE/bills.lang @@ -1,3 +1,12 @@ # Dolibarr language file - fr_BE - bills Bill=Facture -Bills=Factures \ No newline at end of file +Bills=Factures +ClassifyPayed=Classer 'Pay�e' +ClassifyCanceled=Classer 'Abandonn�e' +Send=Envoyer +SendRemind=Envoyer rappel +DoPaiement=Emettre paiement +BuildPDF=G�n�rer le PDF +RebuildPDF=Reg�n�rer le PDF +VAT=TVA +Amount=Montant \ No newline at end of file diff --git a/htdocs/lib/CMailFile.class.php b/htdocs/lib/CMailFile.class.php index 5ac11742422d71ddf2df4ae0e7987636c1136240..cd2f3d05219386fc4db6c7793f67803132cb42aa 100644 --- a/htdocs/lib/CMailFile.class.php +++ b/htdocs/lib/CMailFile.class.php @@ -23,7 +23,7 @@ to chunk_split \author Dan Potter. \author Eric Seigne \author Laurent Destailleur. - \version 1.2. + \version $Revision$ */ /*! \class CMailFile diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 51316a760501fe96c72d84daf4aa79bef33bb519..01d51bad7bd7f9131382a1590ce19e4b3dd0de26 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -860,10 +860,16 @@ function dol_delete_file($file) } -/* - * - * - */ +/*! + \brief fonction print_barre_liste + \param titre titre de la page + \param page num�ro de la page + \param file lien + \param options + \param sortfield + \param sortorder + \param form +*/ function print_barre_liste($titre, $page, $file, $options='', $sortfield='', $sortorder='', $form='', $num=-1) { @@ -1231,6 +1237,7 @@ function stat_print($basename,$bc1,$bc2,$ftc, $jour) { } + function tab_count($basename,$bc1,$bc2,$ftc) { $db = pg_Connect("","","","","$basename"); diff --git a/htdocs/lib/ldap.lib.php b/htdocs/lib/ldap.lib.php index 52cdf66e6b8925ea468801317f0b5fd80084168c..4209e1258e6887bfd4c12c31bcb7d23148c31217 100644 --- a/htdocs/lib/ldap.lib.php +++ b/htdocs/lib/ldap.lib.php @@ -26,7 +26,7 @@ \brief Librairie contenant les fonctions pour acc�der au serveur ldap. \author Rodolphe Quiedeville. \author Benoit Mortier. - \version 1.2. + \version $Revision$ Ensemble des fonctions permettant d'acc�der � un serveur ldap. */ diff --git a/htdocs/lib/mysql.lib.php b/htdocs/lib/mysql.lib.php index b3809a807f41667e8c9ef4ed2b08a853c89ed418..21717e3ad6fdc09e25d8a9cc4a2880f877f0bd2e 100644 --- a/htdocs/lib/mysql.lib.php +++ b/htdocs/lib/mysql.lib.php @@ -3,9 +3,6 @@ * Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org> * Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net> * - * $Id$ - * $Source$ - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -20,6 +17,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * $Id$ + * $Source$ + * */ /*! \file mysql.lib.php @@ -27,7 +27,7 @@ \author Fabien Seisen \author Rodolphe Quiedeville. \author Laurent Destailleur. - \version 1.2. + \version $Revision$ Ensemble des fonctions permettant de g�rer la database de dolibarr. */ @@ -343,6 +343,11 @@ class DoliDb { } } +/*! + \brief formatage de la date en format unix. + \param fname + \return date +*/ function pdate($fname) { diff --git a/htdocs/lib/price.lib.php b/htdocs/lib/price.lib.php index 53b9a017dabbb3add842bab5061e3c7863dc1010..7e933b1ec1e95ba33104ee3e50533a8a64649bbd 100644 --- a/htdocs/lib/price.lib.php +++ b/htdocs/lib/price.lib.php @@ -23,7 +23,7 @@ /*! \file price.lib.php \brief librairie contenant les fonctions pour calculer un prix. \author Rodolphe Quiedeville. - \version 1.2. + \version $Revision$ Ensemble des fonctions permettant de calculer un prix. */ diff --git a/htdocs/lib/thermometer.php b/htdocs/lib/thermometer.php index c2afe7bf97949621a4c03690cc2dbe091af4e80a..7ed87425299727caf2dfbe5deb31fa493d1e16db 100644 --- a/htdocs/lib/thermometer.php +++ b/htdocs/lib/thermometer.php @@ -25,7 +25,7 @@ \brief Classe permettant d'afficher un thermometre. \author Rodolphe Quiedeville. \author Timothy Kanters. - \version 1.2. + \version $Revision$ Ensemble des fonctions permettant d'afficher un thermometre monetaire. */ diff --git a/htdocs/lib/webcal.class.php b/htdocs/lib/webcal.class.php index ca2e9c4321ac1ba70660f72103bfd61a5590e4da..b2ffa2ea6a0e1039d52ecfb017bc549f54570637 100644 --- a/htdocs/lib/webcal.class.php +++ b/htdocs/lib/webcal.class.php @@ -23,7 +23,7 @@ /*! \file webcal.class.php \brief Classe permettant d'acceder a la database webcalendar. \author Rodolphe Quiedeville. - \version 1.2. + \version $Revision$ Ensemble des fonctions permettant d'acceder a la database webcalendar. */