Laurent Destailleur

Results 335 comments of Laurent Destailleur

Such a feature has pro and cons. It bring more structured data. But it needs a heavy process each time a user want to create a record not into list...

> @eldy I understand the problem of data loss, but today nobody uses this field effectively because you can put whatever you want in it, as a result we use...

Don't forget to set the name of your PR to start with QUAL FIX NEW I have modified to add "QUAL".

Everything looks great. PR are welcome, even if project is no more very active...

> A window to the world > ![image](https://github.com/user-attachments/assets/cc77d32d-3e66-4e34-956b-8737c09fc9cb) > For this one, i prefer the previous one when areay with text and value is on white background.

The question should be instead "Why showing on screen a value that is not the correct value" ? This leads to serious bad experience: For example, users don't understand this:...

> @eldy there are times when calculated rounded totals do not match expected total. > > In Québec, we have two taxes : 5% and 9,975%. because of that, when...

> Since most total values are calculated on the fly using the original currency and do not take the unit price into account, there will always be differences due to...

I am still not able to reproduce the problem. Can you provide the data you use as input for a test that prove something is wrong, the data you got...

> For me, the solution is here: > > replace in price2num function: > > from: > ``` > if ($option == 2 && $thousand == '.' && preg_match('/\.(\d\d\d)$/', (string)...