Urgent Chrome works but all currency round to 0 decimalplaces

Stimulsoft Reports.JS discussion
Post Reply
peda
Posts: 39
Joined: Fri Feb 12, 2016 9:24 am

Urgent Chrome works but all currency round to 0 decimalplaces

Post by peda »

Chrome now works on new Version, but on currency field it round to 0 Decimalplaces.
So i must change back to old Version and Chrome didnt work again.
Every use Chome now :-(
Please Help Thanks

I have testet Decimalplace Error ist also in Version 2019.3.5
on Version 2019.3.3 all works correct
peda
Posts: 39
Joined: Fri Feb 12, 2016 9:24 am

Re: Urgent Chrome works but all currency round to 0 decimalplaces

Post by peda »

Its the same Report
New Version always round no Decimalplaces
Image
Old Version Decimalplaces are correct
Image

Its very urgent all invoices will incorrect printing
peda
Posts: 39
Joined: Fri Feb 12, 2016 9:24 am

Re: Urgent Chrome works but all currency round to 0 decimalplaces

Post by peda »

File it works on Stimulsoft Demo when i upload (It shows $ but i see the decimal)
https://www.hotellogin.cloud/ERRORInvoiceWithDatast.mrt
On my System ist round all decimals
Lech Kulikowski
Posts: 6263
Joined: Tue Mar 20, 2018 5:34 am

Re: Urgent Chrome works but all currency round to 0 decimalplaces

Post by Lech Kulikowski »

Hello,

We need some time to investigate the issue.

Thank you.
peda
Posts: 39
Joined: Fri Feb 12, 2016 9:24 am

Re: Urgent Chrome works but all currency round to 0 decimalplaces

Post by peda »

Hi Lech

I found out the Problem must be on older Reports.
When i open new report on refreshed Web application it works so long i didn't open an older Report.
When i open an older Report so the New Report also wrong.

I habe checked Json File for working und wrong Reports: The field should be the same Format:
Stimulsoft Version 2019.3.6
working Report:
"TextFormat": {
"Ident": "StiCurrencyFormatService",
"NegativePattern": 8,
"DecimalSeparator": ",",
"GroupSeparator": ".",
"PositivePattern": 3,
"Symbol": "€"
},
wrong Report:
"TextFormat": {
"Ident": "StiCurrencyFormatService",
"NegativePattern": 8,
"DecimalSeparator": ",",
"DecimalDigits": 0,
"GroupSeparator": ".",
"State": "DecimalDigits, CurrencySymbol",
"PositivePattern": 3,
"Symbol": "€"
}
peda
Posts: 39
Joined: Fri Feb 12, 2016 9:24 am

Re: Urgent Chrome works but all currency round to 0 decimalplaces

Post by peda »

Error found:
In new Version 3.6 and 3.5 Stimulsoft adds automaticly "DecimalDigits": 0 and "State": "DecimalDigits, CurrencySymbol" to field on
Version 3.4 it works normal
The Same Report and field in Json View:
Version 2019.3.6:
"TextFormat": {
"Ident": "StiCurrencyFormatService",
"NegativePattern": 8,
"DecimalSeparator": ",",
"DecimalDigits": 0,
"GroupSeparator": ".",
"State": "DecimalDigits, CurrencySymbol",
"PositivePattern": 3,
"Symbol": "€"
}
Version 2019.3.4:
"TextFormat": {
"Ident": "StiCurrencyFormatService",
"NegativePattern": 8,
"DecimalSeparator": ",",
"GroupSeparator": ".",
"PositivePattern": 3,
"Symbol": "€"
}
Lech Kulikowski
Posts: 6263
Joined: Tue Mar 20, 2018 5:34 am

Re: Urgent Chrome works but all currency round to 0 decimalplaces

Post by Lech Kulikowski »

Hello,

The issue is fixed, will be available in the next release within one or two weeks.

Thank you.
peda
Posts: 39
Joined: Fri Feb 12, 2016 9:24 am

Re: Urgent Chrome works but all currency round to 0 decimalplaces

Post by peda »

Perfekt Thanks
Is it possible to get a PreRelease ? I get every Day Emails for Error Printing with Chrome from Our Customer

Thanks Peter
Lech Kulikowski
Posts: 6263
Joined: Tue Mar 20, 2018 5:34 am

Re: Urgent Chrome works but all currency round to 0 decimalplaces

Post by Lech Kulikowski »

Hello,

Please send your request on support@stimulsoft.com

Thank you.
Post Reply