mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
refactor(nestjs): currencies module
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
export const InitialCurrencies = [
|
||||
'USD',
|
||||
'CAD',
|
||||
'EUR',
|
||||
'LYD',
|
||||
'GBP',
|
||||
'CNY',
|
||||
'AUD',
|
||||
'INR',
|
||||
];
|
||||
|
||||
export const ERRORS = {
|
||||
CURRENCY_NOT_FOUND: 'currency_not_found',
|
||||
CURRENCY_CODE_EXISTS: 'currency_code_exists',
|
||||
BASE_CURRENCY_INVALID: 'BASE_CURRENCY_INVALID',
|
||||
CANNOT_DELETE_BASE_CURRENCY: 'CANNOT_DELETE_BASE_CURRENCY',
|
||||
};
|
||||
Reference in New Issue
Block a user