mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 15:07:33 +08:00
update latest currencies
This commit is contained in:
+13
-16
@@ -2,6 +2,7 @@ const parentAccountCurrencyPlaceholder = '---';
|
||||
const defaultCurrencySymbol = '¤';
|
||||
|
||||
// ISO 4217
|
||||
// Reference: https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list-one.xml
|
||||
const allCurrencies = {
|
||||
'AED': { // UAE Dirham
|
||||
code: 'AED',
|
||||
@@ -227,10 +228,6 @@ const allCurrencies = {
|
||||
code: 'HNL',
|
||||
symbol: 'L'
|
||||
},
|
||||
'HRK': { // Kuna
|
||||
code: 'HRK',
|
||||
symbol: 'kn'
|
||||
},
|
||||
'HTG': { // Gourde
|
||||
code: 'HTG',
|
||||
symbol: 'G'
|
||||
@@ -495,15 +492,11 @@ const allCurrencies = {
|
||||
code: 'SHP',
|
||||
symbol: '£'
|
||||
},
|
||||
'SLE': { // Leone (new leone)
|
||||
'SLE': { // Leone
|
||||
code: 'SLE',
|
||||
symbol: 'Le'
|
||||
},
|
||||
'SLL': { // Leone (old leone)
|
||||
code: 'SLL',
|
||||
symbol: 'Le'
|
||||
},
|
||||
'SOS': { // Somalian shilling
|
||||
'SOS': { // Somali Shilling
|
||||
code: 'SOS',
|
||||
symbol: 'Sh.So.'
|
||||
},
|
||||
@@ -583,17 +576,13 @@ const allCurrencies = {
|
||||
code: 'UYU',
|
||||
symbol: '$'
|
||||
},
|
||||
'UZS': { // Uzbekistani sum
|
||||
'UZS': { // Uzbekistan Sum
|
||||
code: 'UZS'
|
||||
},
|
||||
'VED': { // Bolívar Digital
|
||||
'VED': { // Bolívar Soberano
|
||||
code: 'VED',
|
||||
symbol: 'Bs.D'
|
||||
},
|
||||
'VEF': { // Bolívar Fuerte
|
||||
code: 'VEF',
|
||||
symbol: 'Bs.F'
|
||||
},
|
||||
'VES': { // Bolívar Soberano
|
||||
code: 'VES',
|
||||
symbol: 'Bs.S'
|
||||
@@ -623,6 +612,10 @@ const allCurrencies = {
|
||||
'XPF': { // CFP Franc
|
||||
code: 'XPF'
|
||||
},
|
||||
'XSU': { // Sucre
|
||||
code: 'XSU',
|
||||
symbol: 'S/.'
|
||||
},
|
||||
'YER': { // Yemeni Rial
|
||||
code: 'YER',
|
||||
symbol: 'ر.ي'
|
||||
@@ -635,6 +628,10 @@ const allCurrencies = {
|
||||
code: 'ZMW',
|
||||
symbol: 'K'
|
||||
},
|
||||
'ZWG': { // Zimbabwe Gold
|
||||
code: 'ZWG',
|
||||
symbol: 'ZiG'
|
||||
},
|
||||
'ZWL': { // Zimbabwe Dollar
|
||||
code: 'ZWL',
|
||||
symbol: '$'
|
||||
|
||||
Reference in New Issue
Block a user