Doc: documentation doxygen
This commit is contained in:
parent
8549f05c21
commit
bfc043efbc
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -21,10 +21,9 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/** \file htdocs/comm/addpropal.php
|
||||||
\file htdocs/comm/prospect/prospect.php
|
\ingroup propal
|
||||||
\ingroup prospect
|
\brief Page d'ajout d'une proposition commmercial
|
||||||
\brief Page de la liste des prospects
|
|
||||||
\version $Revision$
|
\version $Revision$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -21,9 +21,9 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \file htdocs/compta/paiement/fiche.php
|
/** \file htdocs/compta/paiement/rapport.php
|
||||||
\ingroup facture
|
\ingroup facture
|
||||||
\brief Onglet paiement d'un paiement
|
\brief Rapports de paiements
|
||||||
\version $Revision$
|
\version $Revision$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2004 Éric Seigne <eric.seigne@ryxeo.com>
|
* Copyright (C) 2004 Éric Seigne <eric.seigne@ryxeo.com>
|
||||||
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
* Copyright (C) 2004 Christophe Combelles <ccomb@free.fr>
|
* Copyright (C) 2004 Christophe Combelles <ccomb@free.fr>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
@ -23,9 +23,9 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*! \file htdocs/comm/propal/note.php
|
/** \file htdocs/fourn/facture/paiement.php
|
||||||
\ingroup propale
|
\ingroup fournisseur,facture
|
||||||
\brief Fiche d'information sur une proposition commerciale
|
\brief Paiements des factures fournisseurs
|
||||||
\version $Revision$
|
\version $Revision$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -21,15 +21,15 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*! \file htdocs/commande/commande.class.php
|
/** \file htdocs/fournisseur.commande.class.php
|
||||||
\ingroup commande
|
\ingroup fournisseur,commande
|
||||||
\brief Fichier des classes de commandes
|
\brief Fichier des classes des commandes fournisseurs
|
||||||
\version $Revision$
|
\version $Revision$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/*! \class Commande
|
/** \class CommandeFournisseur
|
||||||
\brief Classe de gestion de commande
|
\brief Classe de gestion de commande fournisseur
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class CommandeFournisseur
|
class CommandeFournisseur
|
||||||
@ -38,7 +38,8 @@ class CommandeFournisseur
|
|||||||
var $id ;
|
var $id ;
|
||||||
var $brouillon;
|
var $brouillon;
|
||||||
|
|
||||||
/*! \brief Constructeur
|
/** \brief Constructeur
|
||||||
|
* \param DB Handler d'accès aux bases de données
|
||||||
*/
|
*/
|
||||||
function CommandeFournisseur($DB)
|
function CommandeFournisseur($DB)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2003 Xavier Dutoit <doli@sydesy.com>
|
* Copyright (C) 2003 Xavier Dutoit <doli@sydesy.com>
|
||||||
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
* Copyright (C) 2004 Sebastien Di Cintio <sdicintio@ressource-toi.org>
|
* Copyright (C) 2004 Sebastien Di Cintio <sdicintio@ressource-toi.org>
|
||||||
* Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be>
|
* Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be>
|
||||||
*
|
*
|
||||||
@ -24,10 +24,9 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/** \file htdocs/main.inc.php
|
||||||
\file htdocs/master.inc.php
|
\brief Fichier de formatage générique des ecrans Dolibarr
|
||||||
\brief Fichier de formatage générique des ecrans Dolibarr
|
\version $Revision$
|
||||||
\version $Revision$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require("master.inc.php");
|
require("master.inc.php");
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -21,10 +21,9 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/** \file htdocs/product/fournisseur.php
|
||||||
\file htdocs/product/fiche.php
|
\ingroup product,fournisseur
|
||||||
\ingroup product
|
\brief Page fournisseur de produit
|
||||||
\brief Page de la fiche produit
|
|
||||||
\version $Revision$
|
\version $Revision$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user