2
0
forked from Wavyzz/dolibarr
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/conf/conf.php \
htdocs/includes/adodbtime \ htdocs/includes/adodbtime \
htdocs/includes/barcode \ htdocs/includes/barcode \
htdocs/includes/cryptograph \
htdocs/includes/fckeditor \ htdocs/includes/fckeditor \
htdocs/includes/fpdf \ htdocs/includes/fpdf \
htdocs/includes/jpgraph2 \
htdocs/includes/magpierss \ htdocs/includes/magpierss \
htdocs/includes/nusoap \ htdocs/includes/nusoap \
htdocs/includes/pear \ htdocs/includes/pear \
htdocs/includes/php_excelreader \
htdocs/includes/php_writeexcel \ htdocs/includes/php_writeexcel \
htdocs/includes/phpexcelreader \
htdocs/includes/phplot \ htdocs/includes/phplot \
htdocs/includes/phplot5 \ htdocs/includes/phplot5 \
htdocs/includes/pwc \
htdocs/includes/scriptaculous \ htdocs/includes/scriptaculous \
htdocs/includes/treemenu \ htdocs/includes/smtps \
htdocs/includes/xmlrpc \ htdocs/includes/vcard \
htdocs/lib/jabber \
htdocs/lib/vcard \
htdocs/avoir \ htdocs/avoir \
htdocs/document \ htdocs/document \
htdocs/documents \ htdocs/documents \

View File

@@ -18,21 +18,18 @@
*/ */
/** /**
\file htdocs/client.class.php * \file htdocs/client.class.php
\ingroup societe * \ingroup societe
\brief Fichier de la classe des clients * \brief File for class of customers
\version $Id$ * \version $Id$
*/ */
/**
\class Client
\brief Classe permettant la gestion des clients
*/
include_once(DOL_DOCUMENT_ROOT."/societe.class.php"); include_once(DOL_DOCUMENT_ROOT."/societe.class.php");
/**
* \class Client
* \brief Class to manage customers
*/
class Client extends Societe class Client extends Societe
{ {
var $db; 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$ * \version $Id$
*/ */
/** /**
* \brief Class * \brief Class to manage bank accounts description
*
*/ */
class CompanyBankAccount 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 * \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) * \param string Date in a string (YYYYMMDDHHMMSS, YYYYMMDD, YYYY-MM-DD HH:MM:SS)
* \return date Date TMS * \return date Date TMS
* \example 19700101020000 -> 3600 with TZ+1
*/ */
function jdate($string) 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 * \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) * \param string Date in a string (YYYYMMDDHHMMSS, YYYYMMDD, YYYY-MM-DD HH:MM:SS)
* \return date Date TMS * \return date Date TMS
* \example 19700101020000 -> 3600 with TZ+1
*/ */
function jdate($string) 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 * \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) * \param string Date in a string (YYYYMMDDHHMMSS, YYYYMMDD, YYYY-MM-DD HH:MM:SS)
* \return date Date TMS * \return date Date TMS
* \example 19700101020000 -> 3600 with TZ+1
*/ */
function jdate($string) 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 * \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) * \param string Date in a string (YYYYMMDDHHMMSS, YYYYMMDD, YYYY-MM-DD HH:MM:SS)
* \return date Date TMS * \return date Date TMS
* \example 19700101020000 -> 3600 with TZ+1
*/ */
function jdate($string) function jdate($string)
{ {