noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 11/27: Acc_Ledger_History : add documentation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 11/27: Acc_Ledger_History : add documentation
Date: Sat, 2 Nov 2019 18:12:14 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 5847c5a63c15511516333678411eb69bb05e182f
Author: Dany De Bontridder <address@hidden>
Date:   Sat Nov 2 14:14:59 2019 +0100

    Acc_Ledger_History : add documentation
---
 include/class/acc_ledger_history.class.php           | 2 +-
 include/class/acc_ledger_history_financial.class.php | 2 +-
 include/class/acc_ledger_history_purchase.class.php  | 1 +
 include/class/acc_ledger_history_sale.class.php      | 1 +
 4 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/class/acc_ledger_history.class.php 
b/include/class/acc_ledger_history.class.php
index 1177640..3eaf2a6 100644
--- a/include/class/acc_ledger_history.class.php
+++ b/include/class/acc_ledger_history.class.php
@@ -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";
diff --git a/include/class/acc_ledger_history_financial.class.php 
b/include/class/acc_ledger_history_financial.class.php
index fdcb95e..5b63e80 100644
--- a/include/class/acc_ledger_history_financial.class.php
+++ b/include/class/acc_ledger_history_financial.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";
diff --git a/include/class/acc_ledger_history_purchase.class.php 
b/include/class/acc_ledger_history_purchase.class.php
index 8782bfb..5f2ef6f 100644
--- a/include/class/acc_ledger_history_purchase.class.php
+++ b/include/class/acc_ledger_history_purchase.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";
 
diff --git a/include/class/acc_ledger_history_sale.class.php 
b/include/class/acc_ledger_history_sale.class.php
index 22a0dc6..bb92637 100644
--- a/include/class/acc_ledger_history_sale.class.php
+++ b/include/class/acc_ledger_history_sale.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";
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]