noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 17/29: Improve : PRINTJRN search in detail VA


From: dwm
Subject: [Noalyss-commit] [noalyss] 17/29: Improve : PRINTJRN search in detail VAT mode
Date: Sat, 6 Jan 2024 05:59:15 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 7470954f0197a2c0bd9e8ca6c3dc305c27ab5fd7
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Dec 17 17:22:18 2023 +0100

    Improve : PRINTJRN search in detail VAT mode
---
 include/template/acc_ledger_history_purchase_detail.php | 1 +
 include/template/acc_ledger_history_sale_detail.php     | 2 ++
 include/template/acc_ledger_history_sale_extended.php   | 4 +++-
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/include/template/acc_ledger_history_purchase_detail.php 
b/include/template/acc_ledger_history_purchase_detail.php
index d69372270..bd75f0d53 100644
--- a/include/template/acc_ledger_history_purchase_detail.php
+++ b/include/template/acc_ledger_history_purchase_detail.php
@@ -26,6 +26,7 @@ if (!defined('ALLOWED'))
  * @file
  * @brief Display one purchase operation on one line , with the sum of VAT, 
ND...
  */
+echo \HtmlInput::filter_table("tb_print_ledger", "0,1,2,3,4,5,6,7", 1);
 ?>
 <TABLE class="result">
     <tr>
diff --git a/include/template/acc_ledger_history_sale_detail.php 
b/include/template/acc_ledger_history_sale_detail.php
index d15f30918..0e18240e2 100644
--- a/include/template/acc_ledger_history_sale_detail.php
+++ b/include/template/acc_ledger_history_sale_detail.php
@@ -27,6 +27,8 @@ if (!defined('ALLOWED'))
  * @brief from Acc_Ledger_History_Sale::export_html_oneline
  * @todo prévoir aussi pour les non assujetti : faire disparaître les montants 
TVA
  */
+
+echo \HtmlInput::filter_table("tb_print_ledger", "0,1,2,3,4,5,6", 1);
 ?>
 <TABLE class="result">
     <tr>
diff --git a/include/template/acc_ledger_history_sale_extended.php 
b/include/template/acc_ledger_history_sale_extended.php
index cb738620b..24a3ff93a 100644
--- a/include/template/acc_ledger_history_sale_extended.php
+++ b/include/template/acc_ledger_history_sale_extended.php
@@ -25,8 +25,10 @@
  * @brief detail of the list of operation with VAT and items
  */
 bcscale(2);
+
+
 ?>
-<table class="result">
+<table class="result" id="tb_print_ledger">
     <tr>
         <th>
             <?=_('Date')?>



reply via email to

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