mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
support sub account
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
const parentAccountCurrencyPlacehodler = '---';
|
||||
|
||||
// ISO 4217
|
||||
const allCurrencies = [
|
||||
'AED', //UAE Dirham
|
||||
@@ -160,5 +162,6 @@ const allCurrencies = [
|
||||
];
|
||||
|
||||
export default {
|
||||
parentAccountCurrencyPlacehodler: parentAccountCurrencyPlacehodler,
|
||||
all: allCurrencies
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user