partkeepr / PartKeepr

Open Source Inventory Management
http://www.partkeepr.org
GNU General Public License v3.0
1.4k stars 403 forks source link

Possibility to use comma (,) as decimal mark #604

Open Rensu opened 8 years ago

Rensu commented 8 years ago

Is it possible to add support for inputting decimals also using comma as decimal mark. It's pretty annoying to use dot as decimal separator because in Finland and i think also in most of the Europe there is comma key on numpad. Fast googling showed that at least on old versions of extJs it was possible with pretty small changes, but i have no idea how it's nowadays?

watersAbove commented 8 years ago

It should be more than using commas... it should allow the currency formats by region, including placement of currency symbol, and control of the thousands characters (1,000,000) and the decimal representation.. Not just changing the . to a , since that's only the tip of the iceberg.