mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-13 00:42:08 +08:00
Add currency detail field component
- Add Component for detail mode - Add currencyFormatPipe that extends currency pipe - Register components in dynamic components manifest - Expose currency user preference -- Add mapper to retrieve the need currency info - Expose currency system config -- Add mapper to retrieve the needed currency info - Add sample usage to list view - Add karma/jasmine tests - Add codeception unit tests
This commit is contained in:
parent
b7058db8cd
commit
b2dbb79cdd
26 changed files with 713 additions and 135 deletions
|
@ -14,3 +14,4 @@ parameters:
|
|||
default_currency_significant_digits: true
|
||||
datef: true
|
||||
timef: true
|
||||
currency: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue