[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')?>
- [Noalyss-commit] [noalyss] 01/29: Code : change filename, (continued)
- [Noalyss-commit] [noalyss] 01/29: Code : change filename, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 02/29: PHP Compatibility, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 05/29: Bug cosmetic : when update in a window, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 07/29: Improve Debug, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 08/29: typo, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 09/29: Fix Bug Balance Accountancy, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 10/29: cosmetic : color info password, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 11/29: PHP8.1 Compatibility, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 13/29: Code improve : Acc_Balance utilise PDF_CORE::is_fill, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 14/29: Improve Code : permet d'avoir plusieurs couleurs sur une ligne, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 17/29: Improve : PRINTJRN search in detail VAT mode,
dwm <=
- [Noalyss-commit] [noalyss] 18/29: PHP8.1 Compatibility, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 21/29: PhpUnit : test, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 20/29: Bug fix : sent emails not counted properly, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 23/29: Task #1749: Cases «Débit» dans les OD's fait remarquer si débit ou crédit, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 04/29: cosmetic info password, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 12/29: Fix bug : $g_parameter non initialisé pour plugin, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 22/29: Task #0002318: Envoi email : forcer le domaine de l'expéditeur Adapter le fichier config, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 24/29: Task #1749: Cases «Débit» dans les OD's fait remarquer si débit ou crédit, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 15/29: TFPDF mise à jour 1.33, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 27/29: fixup! fixup! Task #1749: Cases «Débit» dans les OD's fait remarquer si débit ou crédit, dwm, 2024/01/06