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