Initial commit
This commit is contained in:
15
application/Espo/Resources/layouts/Settings/currency.json
Normal file
15
application/Espo/Resources/layouts/Settings/currency.json
Normal file
@@ -0,0 +1,15 @@
|
||||
[
|
||||
{
|
||||
"label": "Currency Settings",
|
||||
"rows": [
|
||||
[{"name": "defaultCurrency"}, {"name": "currencyFormat"}],
|
||||
[{"name": "currencyList"}, {"name": "currencyDecimalPlaces"}]
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Currency Rates",
|
||||
"rows": [
|
||||
[{"name": "baseCurrency"}, {"name": "currencyRates"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user