Code documentation

This commit is contained in:
sparkyx 2025-06-21 16:13:15 +02:00
parent 0819798509
commit 6f2cb34e6e
18 changed files with 60 additions and 22 deletions

View file

@ -17,7 +17,10 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
// Copyright Author Dany De Bontridder danydb@aevalys.eu
/**
* @file
* @brief Export Main Ledger in CSV
*/
if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
header('Pragma: public');
header('Content-type: application/csv');

View file

@ -20,6 +20,10 @@
// Copyright Author Dany De Bontridder danydb@aevalys.eu
// Copyright Author Dany De Bontridder danydb@aevalys.eu
/**
* @file
* @brief export ANC Receipt with detail of operation and documents in PDF
*/
if (!defined('ALLOWED'))
die('Appel direct ne sont pas permis');
@ -27,7 +31,7 @@ if (!defined('ALLOWED'))
session_write_close();
/**
* export all the selected documents for Ana Accountancy in PDF
* export all the selected documents for Anc Accountancy in PDF
*/
$http=new HttpInput();
$ck = $http->get('ck',"string", 0);

View file

@ -1,5 +1,5 @@
<?php
/***
/**
* @file
* @brief output a PDF with card info
*

View file

@ -21,7 +21,7 @@
// Copyright Author Dany De Bontridder danydb@noalyss.eu
/**
* @file
* @brief
* @brief export in CSV P0TVA , Tax Summary
*
*/
if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');

View file

@ -3,7 +3,8 @@
//see licence.txt
/**
* Export to CSV the operations asked in impress_rec.inc.php
* @file
* @brief Export to CSV the operations asked in impress_rec.inc.php
* variable set $g_user,$cn
* @see impress_rec.inc.php
*/