[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 38/86: Fix bug CSV for P1TVA , wrong header
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 38/86: Fix bug CSV for P1TVA , wrong header |
Date: |
Thu, 19 Sep 2024 02:41:52 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit 66c08da8feac049f2b5602917f7d7b203b5a8222
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] 83/86: Change color border, (continued)
- [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
- [Noalyss-commit] [noalyss] 86/86: Cosmetic g_failed, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 18/86: Task #0002376: Numéro de pièce, remplissage avec des 0 code : renommage de set_pj par update_receipt, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 47/86: Improve : creation db , mod1 , mod2 and account_repository remove the alter table disable all triggers, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 08/86: CFGMENU : bug cannot update menu, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 54/86: Translation Cosmetic: without z-index, the class col is behind the autocomplete div in COMPANY Fix Create user , password not set Improve : creation db , mod1 , mod2 and account_repository remove the alter table disable all triggers Bug : some db doesn't have the view v_quant_detail Fix bug CSV for P1TVA , wrong header, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 52/86: Translation Cosmetic: without z-index, the class col is behind the autocomplete div in COMPANY Fix Create user , password not set Improve : creation db , mod1 , mod2 and account_repository remove the alter table disable all triggers Bug : some db doesn't have the view v_quant_detail Fix bug CSV for P1TVA , wrong header, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 21/86: Task #0002376: Numéro de pièce, remplissage avec des 0 code : renommage de set_pj par update_receipt, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 45/86: Cosmetic: without z-index, the class col is behind the autocomplete div in COMPANY, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 38/86: Fix bug CSV for P1TVA , wrong header,
dwm <=
- [Noalyss-commit] [noalyss] 25/86: Cosmetic add inner_box2, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 36/86: RECONCILE : VAT ND not in account, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 39/86: Fix bug CSV for P1TVA , wrong header, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 17/86: C0MENU : bug javascript Uniquement note de débit ou crédit ne fonctionne pas, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 44/86: Cosmetic: without z-index, the class col is behind the autocomplete div in COMPANY, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 48/86: Fix Create user , password not set, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 64/86: Merge branch '240903-cosmetic-saved-search' into unstable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 67/86: Bug : saved search does not take the date end, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 69/86: Bug : saved search does not take the date end, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 77/86: Merge branch 'stable' into unstable, dwm, 2024/09/19