Acc_Ledger_History : add documentation

This commit is contained in:
Dany De Bontridder 2019-11-02 14:14:59 +01:00
parent 2533dc6244
commit 5847c5a63c
4 changed files with 4 additions and 2 deletions

View file

@ -21,7 +21,7 @@
/***
* @file
* @brief Display history of operation
* @brief display or export operations in HTML , PDF or CSV
*
*/
require_once NOALYSS_INCLUDE."/class/acc_ledger_history_generic.class.php";

View file

@ -22,7 +22,7 @@
/**
* @file
* @brief displya financial operations
* @brief display financial operations in HTML , PDF or CSV
*
*/
require_once NOALYSS_INCLUDE."/class/acc_ledger_history.class.php";

View file

@ -22,6 +22,7 @@
/**
* @file
* @brief class Acc_Ledger_History_Purchase , list of operations
* * display or export operations in HTML , PDF or CSV
*/
require_once NOALYSS_INCLUDE."/class/acc_ledger_history.class.php";

View file

@ -22,6 +22,7 @@
/**
* @file
* @brief Acc_Ledger_History : Manage the list (history) of operations for display
* display or export operations in HTML , PDF or CSV
*/
require_once NOALYSS_INCLUDE."/class/acc_ledger_history.class.php";