[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'; ?>
- [Noalyss-commit] [noalyss] 04/21: css : font size rem or % , remove all fixed font-size in px, (continued)
- [Noalyss-commit] [noalyss] 04/21: css : font size rem or % , remove all fixed font-size in px, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 20/21: VAT ND Analytic : fix bug, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 07/21: NEW #0002395: C0TVA : pouvoir choisir la contrepartie pour l'autoliquidation, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 06/21: FIX : some doc in comment, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 21/21: Esthetic, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 11/21: FIX : javascript id$ function, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 09/21: FIX : Tax_Summary->check fails when there is no data, check was not correct, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 05/21: WIP : CSS : use variables, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 08/21: Convert upgrade.sql to upgrade202.sql, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 16/21: Operation Analytic : save_form_plan_vat_nd , check that the total is the same as the VAT ND amount, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 14/21: improve doc,
dwm <=
- [Noalyss-commit] [noalyss] 19/21: Integrate stash, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 10/21: FIX : Tax_Summary->check fails when there is no data, check was not correct, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 17/21: Documentation, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 18/21: Code improve Todo List to finish , allow a empty date, dwm, 2024/12/15