[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 07/33: remove euro symbole
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 07/33: remove euro symbole |
Date: |
Thu, 18 Jul 2024 12:24:43 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit 8179c2784bf052fbc7f5adf38162c060652a1d2a
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Jun 16 10:34:49 2024 +0200
remove euro symbole
---
include/export/export_fiche_detail_pdf.php | 12 ++++++------
include/export/export_poste_detail_pdf.php | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/include/export/export_fiche_detail_pdf.php
b/include/export/export_fiche_detail_pdf.php
index cec2051c7..4dabf0ba0 100644
--- a/include/export/export_fiche_detail_pdf.php
+++ b/include/export/export_fiche_detail_pdf.php
@@ -98,8 +98,8 @@ for ($e=0;$e<count($array);$e++)
if ( $current_exercice == "") $current_exercice=$row['p_exercice'];
if ( $current_exercice != $row['p_exercice']) {
- $str_debit=sprintf("% 12.2f €",$tot_deb);
- $str_credit=sprintf("% 12.2f €",$tot_cred);
+ $str_debit=sprintf("% 12.2f ",$tot_deb);
+ $str_credit=sprintf("% 12.2f ",$tot_cred);
$diff_solde=bcsub($tot_deb,$tot_cred);
if ( $diff_solde < 0 )
{
@@ -110,7 +110,7 @@ for ($e=0;$e<count($array);$e++)
{
$solde=" "._('débiteur')." ";
}
- $str_diff_solde=sprintf("%12.2f €",$diff_solde);
+ $str_diff_solde=sprintf("%12.2f ",$diff_solde);
$pdf->SetFont('DejaVu','B',8);
$pdf->LongLine(15,6,_('totaux'),0,'L');
@@ -203,8 +203,8 @@ for ($e=0;$e<count($array);$e++)
}
}
-$str_debit=sprintf("% 12.2f €",$tot_deb);
-$str_credit=sprintf("% 12.2f €",$tot_cred);
+$str_debit=sprintf("% 12.2f ",$tot_deb);
+$str_credit=sprintf("% 12.2f ",$tot_cred);
$diff_solde=$tot_deb-$tot_cred;
if ( $diff_solde < 0 )
{
@@ -215,7 +215,7 @@ else
{
$solde=" "._('débiteur')." ";
}
-$str_diff_solde=sprintf("%12.2f €",$diff_solde);
+$str_diff_solde=sprintf("%12.2f ",$diff_solde);
$pdf->SetFont('DejaVu','B',8);
diff --git a/include/export/export_poste_detail_pdf.php
b/include/export/export_poste_detail_pdf.php
index cda145a4a..db7d54c50 100644
--- a/include/export/export_poste_detail_pdf.php
+++ b/include/export/export_poste_detail_pdf.php
@@ -114,8 +114,8 @@ foreach ($a_poste as $poste)
if ( $current_exercice == "") $current_exercice=$row['p_exercice'];
if ( $current_exercice != $row['p_exercice']) {
- $str_debit=sprintf("% 12.2f €",$tot_deb);
- $str_credit=sprintf("% 12.2f €",$tot_cred);
+ $str_debit=sprintf("% 12.2f ",$tot_deb);
+ $str_credit=sprintf("% 12.2f ",$tot_cred);
$diff_solde=bcsub($tot_deb,$tot_cred);
if ( $diff_solde < 0 )
{
@@ -126,7 +126,7 @@ foreach ($a_poste as $poste)
{
$solde=_(" D ");
}
- $str_diff_solde=sprintf("%12.2f €",$diff_solde);
+ $str_diff_solde=sprintf("%12.2f ",$diff_solde);
$pdf->SetFont('DejaVu','B',8);
$pdf->write_cell(15,6,_('totaux'),0,0,'L');
@@ -221,8 +221,8 @@ foreach ($a_poste as $poste)
}
}
}
- $str_debit=sprintf("% 12.2f €",$tot_deb);
- $str_credit=sprintf("% 12.2f €",$tot_cred);
+ $str_debit=sprintf("% 12.2f ",$tot_deb);
+ $str_credit=sprintf("% 12.2f ",$tot_cred);
$diff_solde=bcsub($tot_deb,$tot_cred);
$solde=" = ";
if ( $diff_solde < 0 )
@@ -234,7 +234,7 @@ foreach ($a_poste as $poste)
{
$solde=_(" D ");
}
- $str_diff_solde=sprintf("%12.2f €",$diff_solde);
+ $str_diff_solde=sprintf("%12.2f ",$diff_solde);
$pdf->SetFont('DejaVu','B',8);
- [Noalyss-commit] [noalyss] 09/33: Merge branch 'unstable' into pre-stable, (continued)
- [Noalyss-commit] [noalyss] 09/33: Merge branch 'unstable' into pre-stable, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 06/33: PDF : operation detail for a card : add first name, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 22/33: REPORT Put the amount in red if negative, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 31/33: Database upgrade, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 18/33: Fix Bug : tva_code not retrieve from search, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 17/33: PHPUNIT Acc_TVA : tva_code must contains at least one letter Acc_Ledger : input_new PDF_Anc_Acc_ListTest:testPdf_Card Fix bug sizIe, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 28/33: VEN - ACH fix default currency, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 32/33: test unit : pdf activity, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 33/33: Merge branch 'pre-stable' into unstable, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 29/33: ODS : cosmetic detail operation, not aligned, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 07/33: remove euro symbole,
dwm <=
- [Noalyss-commit] [noalyss] 16/33: cosmetic : improve appearance, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 19/33: ACH-13 : extourne also analytic, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 23/33: Bug : ven-3 duplicate does not work with currency : incorrect amount, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 24/33: allow many-to-many lettering + cosmetic, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 20/33: Fix cosmetic : export Operation PDF: anc not printed properly, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 21/33: Fix Bug Cosmetic: appearance : color of menu1, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 03/33: IMPROVE #0002362: CCARDAT : Attribut de fiche Add control for element (choice) and allow to use VALUE(1, 1), (2, 2), dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 01/33: tag 9206, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 05/33: IMPROVE #0002362: CCARDAT : Attribut de fiche Add control for element (choice) and allow to use VALUE(1, 1), (2, 2), dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 26/33: PRINTJRN Cosmetic : 2 columns reversed, dwm, 2024/07/18