noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 14/21: improve doc


From: dwm
Subject: [Noalyss-commit] [noalyss] 14/21: improve doc
Date: Sun, 15 Dec 2024 09:51:39 -0500 (EST)

sparkyx pushed a commit to branch unstable
in repository noalyss.

commit b416ef335c06e49b376d2452f5065083dffd9981
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Fri Dec 13 17:52:17 2024 +0100

    improve doc
---
 include/class/acc_ledger_purchase.class.php | 7 +++++--
 include/template/ledger_detail_ach.php      | 4 ++++
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/include/class/acc_ledger_purchase.class.php 
b/include/class/acc_ledger_purchase.class.php
index 2b5e673de..e9742fd61 100644
--- a/include/class/acc_ledger_purchase.class.php
+++ b/include/class/acc_ledger_purchase.class.php
@@ -19,7 +19,8 @@
 
 // Copyright Author Dany De Bontridder danydb@aevalys.eu
 
-/*!\file
+/*!
+ * \file
  * \brief class for the purchase, herits from acc_ledger
  */
 require_once NOALYSS_INCLUDE.'/lib/user_common.php';
@@ -35,6 +36,7 @@ require_once NOALYSS_INCLUDE.'/lib/ac_common.php';
 class  Acc_Ledger_Purchase extends Acc_Ledger
 {
     private $payment_operation; /*<! id of the payment , set in insert */
+
     function __construct ($p_cn,$p_init)
     {
         $this->ledger_type='ACH';
@@ -475,7 +477,8 @@ class  Acc_Ledger_Purchase extends Acc_Ledger
         }
     }
 
-    /*!\brief insert into the database, it calls first the verify function
+    /*!
+     * \brief insert into the database, it calls first the verify function
      * change the value of this->jr_id and this->jr_internal.
      * It generates the document and save the middle of payment, if 
'gen_invoice is set
      * and e_mp
diff --git a/include/template/ledger_detail_ach.php 
b/include/template/ledger_detail_ach.php
index aadb8e91d..9f7397459 100644
--- a/include/template/ledger_detail_ach.php
+++ b/include/template/ledger_detail_ach.php
@@ -1,6 +1,10 @@
 <?php
 //This file is part of NOALYSS and is under GPL 
 //see licence.txt
+
+/**
+ * @var $str_anc String HTML contains the detail of analytic
+ */
 $str_anc="";
 global $div,$g_parameter,$cn,$access,$jr_id,$obj;
 ?><?php require_once NOALYSS_TEMPLATE.'/ledger_detail_top.php'; ?>



reply via email to

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