Doc: Documentation doxygen
This commit is contained in:
parent
18b5fa545b
commit
374499c065
@ -17,14 +17,19 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
* $Source$
|
* $Source$
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once DOL_DOCUMENT_ROOT."/includes/php_writeexcel/class.writeexcel_workbook.inc.php";
|
require_once DOL_DOCUMENT_ROOT."/includes/php_writeexcel/class.writeexcel_workbook.inc.php";
|
||||||
require_once DOL_DOCUMENT_ROOT."/includes/php_writeexcel/class.writeexcel_worksheet.inc.php";
|
require_once DOL_DOCUMENT_ROOT."/includes/php_writeexcel/class.writeexcel_worksheet.inc.php";
|
||||||
|
|
||||||
class ComptaExportPoivre
|
|
||||||
|
|
||||||
|
class ComptaExportPoivre extends ComptaExport
|
||||||
{
|
{
|
||||||
|
var $db;
|
||||||
|
var $user;
|
||||||
|
|
||||||
|
|
||||||
function ComptaExportPoivre ($DB, $USER)
|
function ComptaExportPoivre ($DB, $USER)
|
||||||
{
|
{
|
||||||
$this->db = $DB;
|
$this->db = $DB;
|
||||||
@ -33,10 +38,7 @@ class ComptaExportPoivre
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Agrégation des lignes de facture
|
* Agrégation des lignes de facture
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function Agregate($line_in)
|
function Agregate($line_in)
|
||||||
{
|
{
|
||||||
dolibarr_syslog("ComptaExportPoivre::Agregate");
|
dolibarr_syslog("ComptaExportPoivre::Agregate");
|
||||||
@ -75,7 +77,6 @@ class ComptaExportPoivre
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
function Export($linec, $linep, $id=0)
|
function Export($linec, $linep, $id=0)
|
||||||
@ -173,7 +174,7 @@ class ComptaExportPoivre
|
|||||||
//B 1 VE -> ventilation
|
//B 1 VE -> ventilation
|
||||||
//C 2 code Compte général
|
//C 2 code Compte général
|
||||||
//D 3 code client
|
//D 3 code client
|
||||||
//E 4 Intitulé
|
//E 4 Intitul
|
||||||
//F 5 Numéro de pièce
|
//F 5 Numéro de pièce
|
||||||
//G 6 Date d'échéance, = à la date d'opération si pas d'échéance
|
//G 6 Date d'échéance, = à la date d'opération si pas d'échéance
|
||||||
//H 7 Montant
|
//H 7 Montant
|
||||||
@ -253,7 +254,7 @@ class ComptaExportPoivre
|
|||||||
// CE -> caisse d'epargne
|
// CE -> caisse d'epargne
|
||||||
// code Compte général
|
// code Compte général
|
||||||
// code client
|
// code client
|
||||||
// Intitulé
|
// Intitul
|
||||||
// Numéro de pièce
|
// Numéro de pièce
|
||||||
// Montant
|
// Montant
|
||||||
// Type opération D pour Débit ou C pour Crédit
|
// Type opération D pour Débit ou C pour Crédit
|
||||||
|
|||||||
@ -17,14 +17,15 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
* $Source$
|
* $Source$
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once DOL_DOCUMENT_ROOT."/includes/php_writeexcel/class.writeexcel_workbook.inc.php";
|
require_once DOL_DOCUMENT_ROOT."/includes/php_writeexcel/class.writeexcel_workbook.inc.php";
|
||||||
require_once DOL_DOCUMENT_ROOT."/includes/php_writeexcel/class.writeexcel_worksheet.inc.php";
|
require_once DOL_DOCUMENT_ROOT."/includes/php_writeexcel/class.writeexcel_worksheet.inc.php";
|
||||||
|
|
||||||
|
|
||||||
class ComptaExportTableur extends ComptaExport
|
class ComptaExportTableur extends ComptaExport
|
||||||
{
|
{
|
||||||
|
|
||||||
function ComptaExportTableur ()
|
function ComptaExportTableur ()
|
||||||
{
|
{
|
||||||
|
|
||||||
@ -72,7 +73,7 @@ class ComptaExportTableur extends ComptaExport
|
|||||||
// VE -> ventilation
|
// VE -> ventilation
|
||||||
// code Compte général
|
// code Compte général
|
||||||
// code client
|
// code client
|
||||||
// Intitulé
|
// Intitul
|
||||||
// Numéro de pièce
|
// Numéro de pièce
|
||||||
// Montant
|
// Montant
|
||||||
// Type opération D pour Débit ou C pour Crédit
|
// Type opération D pour Débit ou C pour Crédit
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user