Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Locale viewing and editing in User Interface #1060

Closed
metas-mk opened this issue Jul 19, 2017 · 3 comments
Closed

Locale viewing and editing in User Interface #1060

metas-mk opened this issue Jul 19, 2017 · 3 comments

Comments

@metas-mk
Copy link
Member

Type of issue

Feature request

Current behavior

Currently, switching the Locale in Avatar does not affect the formatting in User Interface.
For example in amount widget:
de_DE: 1.000,00 (tsd seperator '.' decimal sign ','
de_CH: 1'000.00(tsd seperator ''' decimal sign '.'
en_US: 1,000.00(tsd seperator ',' decimal sign '.'
and so on.

Expected behavior

The locale set in Avatar shall respect the locale in User Interface too, so viewing and editing in locale is allowed and possible.

@metas-mk metas-mk added this to the Backlog milestone Jul 19, 2017
@metas-mk
Copy link
Member Author

Belongs to metasfresh/metasfresh#2025

@wiadev
Copy link
Contributor

wiadev commented Sep 11, 2017

we format amount and costprice fields only
if you need more types - let me know
currently we have 4 locales hard-coded - de_DE, de_CH, nl_NL, nl_BE
formats taken from https://lh.2xlibre.net/locale/de_CH/

teosarca added a commit that referenced this issue Sep 11, 2017
Implements locale-specific formatting of numbers (amounts, prices) #1060
metas-ts added a commit to metasfresh/metasfresh that referenced this issue Sep 15, 2017
[#2218](#2218) User would
like to import default values for contact and address
[#2245](#2445) Support
quantity in flatrate term import
[#2361](#2361) Invoice
Candidates Action Approval for Invoicing
[#2387](#2387)
Autocomplete for zip / postal code and city
[#2298](#2298) Introduce
source-HU to fine-Picking
[#2247](#2474) Extend
Partner Import with ad_language
[#585](metasfresh/metasfresh-webui-api-legacy#585)
Lookup validation rule shall support @CtxName/Default@ annotation
[#2459](#2459) shipto and
billto contact / user
[#2436](#2436) Use
default values for IsShipTo and isBillTo when importing bpartner
[#2457](#2457) Duplicate
locations on partner import when multiple contacts
[#2463](#2463) Extend
Partner Import to support contact flags
[#142](metasfresh/metasfresh-webui-api-legacy#142)
Provide v11 / CAMT 54 File Import
[#2429](#2429) hide qty
TU when HU name is empty
[#2423](#2423) fix
jaspers for vendor return with quality issue
[#2430](#2430) Invoice
candidate close is retrieving the invoice candidates out of transaction
[#547](metasfresh/metasfresh-webui-api-legacy#547)
Provide mass export of Data to Excel
[#570](metasfresh/metasfresh-webui-api-legacy#570)
clicking print on non-document window shows error page
[#2431](#2431) Product
Filter in Handling Unit Editor
[#2413](#2413) Make
request status a search field in request window
[metasfresh/metasfresh-parent-legacy#14](metasfresh/metasfresh-parent-legacy#14)
Look for a way of not having the "placeholder" on local builds
[#178](metasfresh/metasfresh-webui-api-legacy#178)
Have Letter Feature in Sales Order Window
[#2401](#2401) vendor
return with quality discount
[#2434](#2434) Make field
ad_user_incharge_id from C_Flatrate_Term optional
[#2397](#2397) Import and
Store Contract meta-data e.g. startdate on flatrate
[#2412](#2412)
OrderCheckout Jaspers display empty C_BPartner_Product.ProductName
[#582](metasfresh/metasfresh-webui-api-legacy#582)
Cannot invoice disposal's invoice candidates
[#1060](metasfresh/metasfresh-webui-frontend-legacy#1060)
Locale viewing and editing in User Interface
[#583](metasfresh/metasfresh-webui-api-legacy#583)
Provide the document's standard actions
[#581](metasfresh/metasfresh-webui-api-legacy#581)
API to provide user session's locale

me-45
@metas-lc
Copy link

IT
created a purchase order and added a big qty and price. Changed language and checked line net amt
de_DE
3.273,60
de_CH
3'273.60
en_US
3,273.60

OK

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

7 participants