Acc_Ledger_History : add documentation
This commit is contained in:
parent
2533dc6244
commit
5847c5a63c
4 changed files with 4 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue