forked from Wavyzz/dolibarr
Doxygen
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user