mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +08:00
update latest available currencies
This commit is contained in:
+14
-2
@@ -495,7 +495,11 @@ const allCurrencies = {
|
||||
code: 'SHP',
|
||||
symbol: '£'
|
||||
},
|
||||
'SLL': { // Leone
|
||||
'SLE': { // Leone (new leone)
|
||||
code: 'SLE',
|
||||
symbol: 'Le'
|
||||
},
|
||||
'SLL': { // Leone (old leone)
|
||||
code: 'SLL',
|
||||
symbol: 'Le'
|
||||
},
|
||||
@@ -582,9 +586,17 @@ const allCurrencies = {
|
||||
'UZS': { // Uzbekistan Sum
|
||||
code: 'UZS'
|
||||
},
|
||||
'VED': { // Bolívar Digital
|
||||
code: 'VED',
|
||||
symbol: 'Bs.D'
|
||||
},
|
||||
'VEF': { // Bolívar Fuerte
|
||||
code: 'VEF',
|
||||
symbol: 'Bs.F'
|
||||
},
|
||||
'VES': { // Bolívar Soberano
|
||||
code: 'VES',
|
||||
symbol: 'Bs.S.'
|
||||
symbol: 'Bs.S'
|
||||
},
|
||||
'VND': { // Dong
|
||||
code: 'VND',
|
||||
|
||||
Reference in New Issue
Block a user