I found an issue in React Dashboard where I figured out, that the total amount of invoices can be shown in EUR, USD or ‘all’.
If I have it at ‘all’ I see Invoices of 276,67€.
If I have it at EUR I see 830€
If I set it to USD I see 0 as expected:
830€ is correct. But how are 276,67€ calculated?
When I created the new company I started with the first invoice before all localization settings where set correctly. This led into a situation where the € sign is in front of the invoice amount in the first invoice:
I created another Invoice and for the customer who got the first invoice the currency format is still different. The € sign is in front of the amount while it should be behind as for the other customers. How to correct that?
Looks like… While the other customer’s languages are German this one is English. Maybe this is the reason for the formatiing. But from my understanding this shouldn’t affect the initial mentioned issue that the total amount of invoices (in my example ‘last month’) shows strange values in React when chosing “all” currencies.