Dolibarr ERP & CRM » Bugs » bug #1856 ODT Templates - total amounts format mismatchDernières modifications
Répondre
État Détails |
Submitted by: | Manuel Pintor (m.pintor) | | Submitted on: | 17/02/2015 18:35 |
Last Modified On: | 06/03/2015 10:17 | |
Summary: | ODT Templates - total amounts format mismatch |
Description: | Total amounts format is not as expected while unit price is OK.
In lines of documents, Total amount is NNN, unit price is NNN,NN.
Same in the sums underneath the lines.
This has been described in french 8 month ago here : http://www.dolibarr.fr/forum/527-bugs-sur-la-version-stable-courante/50638-modeles-odt-plusieurs-problemes
A solution has also been proposed to devs in the same thread. |
Step to reproduce bug: | |
Detected in version: | 3.6.2 | | Category: | Other |
Severity: | 5 - Major | | OS Type/Version: | |
PHP version: | | | Database type and version: | |
Etat |
Status: | Need more info | | Assigned to: | Marcos García (marcosgdf) |
Resolution: | Works for me | |
Commentaires- Manuel Pintor 06/03/2015 10:28
- Let's say a line is defined the following way through 5 colons :
[!-- BEGIN row.lines --]{line_fulldesc} {line_up} {line_qty} {line_discount_percent} {line_price_ht}[!-- END row.lines --]
The result gives for instance :
My product description | 300,00 | 1 | | 300
while I should see :
My product description | 300,00 | 1 | | 300,00
Same for the Totals sum beneath : 300 instead of 300,00 - Marcos García 06/03/2015 10:17
- Why do you say it does not work as expected? It is working as expected for me.
Can you please describe the bug? |
|
[!-- BEGIN row.lines --]{line_fulldesc} {line_up} {line_qty} {line_discount_percent} {line_price_ht}[!-- END row.lines --]
The result gives for instance :
My product description | 300,00 | 1 | | 300
while I should see :
My product description | 300,00 | 1 | | 300,00
Same for the Totals sum beneath : 300 instead of 300,00