[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 49/162: New version of libreoffice use the nu
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 49/162: New version of libreoffice use the numeric in another way |
Date: |
Sat, 11 Jul 2020 13:23:32 -0400 (EDT) |
sparkyx pushed a commit to annotated tag E-4
in repository noalyss.
commit e12848f5779168a9c26764bec7b385f2c5a81fb1
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Fri Apr 20 21:36:39 2018 +0200
New version of libreoffice use the numeric in another way
---
include/class/acc_bilan.class.php | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/include/class/acc_bilan.class.php
b/include/class/acc_bilan.class.php
index 1dff742..8f17f63 100644
--- a/include/class/acc_bilan.class.php
+++ b/include/class/acc_bilan.class.php
@@ -454,9 +454,14 @@ class Acc_Bilan
/* allow numeric cel in ODT for the formatting and
formula */
if ( is_numeric($a) )
{
+ /* -- for libreOffice < 5 or openoffice -- */
$searched='office:value-type="string"><text:p>'.$f2_str;
$replaced='office:value-type="float"
office:value="'.$a.'"><text:p>'.$f2_str;
$line_rtf=str_replace($searched, $replaced,
$line_rtf);
+ /* -- for libreOffice > 5 -- */
+ $searched='office:value-type="string"
calcext:value-type="string"><text:p>'.$f2_str;
+ $replaced='office:value-type="float"
office:value="'.$a.'" calcext:value-type="float"><text:p>'.$f2_str;
+ $line_rtf=str_replace($searched, $replaced,
$line_rtf);
}
- [Noalyss-commit] [noalyss] 55/162: Security : direct injection, (continued)
- [Noalyss-commit] [noalyss] 55/162: Security : direct injection, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 52/162: Bug 1600 : alphanumeric accounting must be case insensitive, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 56/162: Fix : security fixes see rapport exakat (Damien Seguy), Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 57/162: Security fix : f_id is a number, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 62/162: Merge master, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 38/162: Task #448 : currency improve detail of operation, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 40/162: Fix bug quant_purchase , private fee not saved, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 44/162: Task #448 : add info about currency into History of cards and accounting, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 47/162: Update documentation, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 54/162: Fix todo_list : if list empty , gets an error in php 7.2, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 49/162: New version of libreoffice use the numeric in another way,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 51/162: Missing class : missing class for acc_ledger, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 53/162: integrate fix for bug in insert_quant_purchase which cannot save private fee Conflicts: include/sql/patch/upgrade128.sql, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 58/162: Security fix : f_id is a number, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 60/162: translation, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 61/162: CFGLED : security fix : remove $_REQUEST, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 63/162: Merge branch 'master' into r700-currency, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 64/162: Remove the default "<div class=content>" which lead to cosmetic bug in the plugins, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 65/162: Documentation, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 69/162: Check for date and number : isdate and isnumeric, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 71/162: Improve waiting box, Dany De Bontridder, 2020/07/11