]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1904244: format: switch from CurrencyPipe to DecimalPipe
authorGalen Charlton <gmc@equinoxOLI.org>
Tue, 1 Jun 2021 22:23:36 +0000 (18:23 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 12 Aug 2021 19:29:26 +0000 (15:29 -0400)
commit449e7994c43e7363c2cbe5dcc8f90a1b2caf62a3
tree78b4d1b92759d427718a18892afebabfe33abc40
parentdad4b5e12cd76a828ecbefa44bed61e65d90697b
LP#1904244: format: switch from CurrencyPipe to DecimalPipe

CurrencyPipe has no easy way of displaying the monetary amount
without a currency symbol, which means that currency amounts
display with a dollar sign -- which isn't a univeral assumption
for Evergreen.

Future work is indicated to (a) teach Evergreen a global flag
or a library setting for the system's base currency and (b) let
the format service be passed a currency code. Once both are in place,
CurrencyPipe can be restored.

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Signed-off-by: Ruth Frasur <rfrasur@library.in.gov>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/core/core.module.ts
Open-ILS/src/eg2/src/app/core/format.service.ts
Open-ILS/src/eg2/src/app/core/format.spec.ts