[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 40/86: Fix bug CSV for P1TVA , wrong header
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 40/86: Fix bug CSV for P1TVA , wrong header |
Date: |
Thu, 19 Sep 2024 02:41:53 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit f51b18324a4c994844646df73a8d48fcbaa5140d
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Fri Sep 6 00:17:42 2024 +0200
Fix bug CSV for P1TVA , wrong header
---
include/class/tax_detail.class.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/class/tax_detail.class.php
b/include/class/tax_detail.class.php
index 1008cc6b3..ab1698fef 100644
--- a/include/class/tax_detail.class.php
+++ b/include/class/tax_detail.class.php
@@ -161,7 +161,7 @@ order by jr_date,j_debit
$noalyss_csv=new
Noalyss_Csv(sprintf("tax_detail-{$this->tva_code}-{$this->from}-{$this->to}"));
$data=$this->get_data();
- $header=["date",'piece',"fiche","poste","base","privé","code
tva","taux","montant tva","non deductible","recup"];
+ $header=[_("date"),_('piece'),_("n°
interne"),_("fiche"),_("poste"),_("base"),_("privé"),_("code
tva"),_("taux"),_("montant tva"),_("non deductible"),_("recup")];
$noalyss_csv->send_header();
$noalyss_csv->write_header($header );
foreach ($data as $item) {
- [Noalyss-commit] [noalyss] 43/86: Fix Create user , password not set, (continued)
- [Noalyss-commit] [noalyss] 43/86: Fix Create user , password not set, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 02/86: Merge branch 'pre-stable' into stable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 14/86: Cosmetic #0002375: Menu COMPTA/LET/LETCARD : le nom de la fiche n'apparaît pas., dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 13/86: PHP8.2 compatility : strip_tags null, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 22/86: Cosmetic, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 24/86: Cosmetic add inner_box2, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 30/86: RECONCILE : remove direct access to, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 29/86: Cosmetic improve widget bookmark color for hover, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 33/86: RECONCILE : remove direct access to, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 37/86: RECONCILE : VAT ND not in account, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 40/86: Fix bug CSV for P1TVA , wrong header,
dwm <=
- [Noalyss-commit] [noalyss] 46/86: Bug : some db doesn't have the view v_quant_detail, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 49/86: Improve message, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 55/86: Merge branch 'stable' into unstable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 57/86: Bug : when only one extension, it fails, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 50/86: Translation, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 63/86: Bug : when only one extension, it fails, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 70/86: Cosmetic, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 82/86: Change color border, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 83/86: Change color border, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 81/86: Cosmetic : menu and module , animate, dwm, 2024/09/19