appgini 23.15 decimal bug calculated fields

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
facos79
Veteran Member
Posts: 119
Joined: 2014-10-29 12:31

appgini 23.15 decimal bug calculated fields

Post by facos79 » 2023-09-28 15:10

Good morning,
I have the latest version of appgini pro 23.15
I'm going crazy because I can't set the calculated fields to 2 decimals. The summation has 2 decimals but the calculated fields do not.
How can I do this without manually editing the dv table files?
Can hooks be used?
I think it's a big problem for us. In Italy, among other things, we use commas before decimals and appgini also has problems with this setting.
Leaving aside the comma before the decimals, is there a simple way to set 2 decimals for all calculated and non-calculated numeric fields?
Thank you.
Greetings
Attachments
appgini errore 1.JPG
appgini errore 1.JPG (121.47 KiB) Viewed 2817 times
appgini errore 2.JPG
appgini errore 2.JPG (88.82 KiB) Viewed 2817 times

User avatar
D Oliveira
AppGini Super Hero
AppGini Super Hero
Posts: 357
Joined: 2018-03-04 09:30
Location: David

Re: appgini 23.15 decimal bug calculated fields

Post by D Oliveira » 2023-10-01 20:59

you can use the table_name-tv.js file to track the elements and correct precision of the decimal with jQuery onChange() event

Post Reply