mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
fix(Currencies): Currency code in services.
This commit is contained in:
@@ -8,6 +8,7 @@ import {
|
||||
IAccount,
|
||||
IJournalPoster,
|
||||
IAccountType,
|
||||
INumberFormatQuery,
|
||||
} from 'interfaces';
|
||||
import { dateRangeCollection, flatToNestedArray } from 'utils';
|
||||
import BalanceSheetStructure from 'data/BalanceSheetStructure';
|
||||
@@ -21,6 +22,7 @@ export default class BalanceSheetStatement extends FinancialSheet {
|
||||
readonly comparatorDateType: string;
|
||||
readonly dateRangeSet: string[];
|
||||
readonly baseCurrency: string;
|
||||
readonly numberFormat: INumberFormatQuery;
|
||||
|
||||
/**
|
||||
* Constructor method.
|
||||
|
||||
Reference in New Issue
Block a user