This commit is contained in:
Laurent Destailleur
2009-07-29 22:59:18 +00:00
parent 051f4e2983
commit 4e8b96e405
7 changed files with 49 additions and 53 deletions

View File

@@ -561,22 +561,19 @@ EXCLUDE = mssql \
htdocs/conf/conf.php \
htdocs/includes/adodbtime \
htdocs/includes/barcode \
htdocs/includes/cryptograph \
htdocs/includes/fckeditor \
htdocs/includes/fpdf \
htdocs/includes/jpgraph2 \
htdocs/includes/magpierss \
htdocs/includes/nusoap \
htdocs/includes/pear \
htdocs/includes/php_excelreader \
htdocs/includes/php_writeexcel \
htdocs/includes/phpexcelreader \
htdocs/includes/phplot \
htdocs/includes/phplot5 \
htdocs/includes/pwc \
htdocs/includes/scriptaculous \
htdocs/includes/treemenu \
htdocs/includes/xmlrpc \
htdocs/lib/jabber \
htdocs/lib/vcard \
htdocs/includes/smtps \
htdocs/includes/vcard \
htdocs/avoir \
htdocs/document \
htdocs/documents \

View File

@@ -18,21 +18,18 @@
*/
/**
\file htdocs/client.class.php
\ingroup societe
\brief Fichier de la classe des clients
\version $Id$
* \file htdocs/client.class.php
* \ingroup societe
* \brief File for class of customers
* \version $Id$
*/
/**
\class Client
\brief Classe permettant la gestion des clients
*/
include_once(DOL_DOCUMENT_ROOT."/societe.class.php");
/**
* \class Client
* \brief Class to manage customers
*/
class Client extends Societe
{
var $db;

View File

@@ -17,12 +17,14 @@
*/
/*
* \files htdocs/companybankaccount.class.php
* \ingroup societe
* \brief File of class to manage bank accounts description
* \version $Id$
*/
/**
* \brief Class
*
* \brief Class to manage bank accounts description
*/
class CompanyBankAccount
{

View File

@@ -548,9 +548,9 @@ class DoliDb
/**
* \brief Convert (by PHP) a PHP server TZ string date into a GM Timestamps date
* 19700101020000 -> 3600 with TZ+1
* \param string Date in a string (YYYYMMDDHHMMSS, YYYYMMDD, YYYY-MM-DD HH:MM:SS)
* \return date Date TMS
* \example 19700101020000 -> 3600 with TZ+1
*/
function jdate($string)
{

View File

@@ -538,9 +538,9 @@ class DoliDb
/**
* \brief Convert (by PHP) a PHP server TZ string date into a GM Timestamps date
* 19700101020000 -> 3600 with TZ+1
* \param string Date in a string (YYYYMMDDHHMMSS, YYYYMMDD, YYYY-MM-DD HH:MM:SS)
* \return date Date TMS
* \example 19700101020000 -> 3600 with TZ+1
*/
function jdate($string)
{

View File

@@ -553,9 +553,9 @@ class DoliDb
/**
* \brief Convert (by PHP) a PHP server TZ string date into a GM Timestamps date
* 19700101020000 -> 3600 with TZ+1
* \param string Date in a string (YYYYMMDDHHMMSS, YYYYMMDD, YYYY-MM-DD HH:MM:SS)
* \return date Date TMS
* \example 19700101020000 -> 3600 with TZ+1
*/
function jdate($string)
{

View File

@@ -671,9 +671,9 @@ class DoliDb
/**
* \brief Convert (by PHP) a PHP server TZ string date into a GM Timestamps date
* 19700101020000 -> 3600 with TZ+1
* \param string Date in a string (YYYYMMDDHHMMSS, YYYYMMDD, YYYY-MM-DD HH:MM:SS)
* \return date Date TMS
* \example 19700101020000 -> 3600 with TZ+1
*/
function jdate($string)
{