mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: export reports csv and xlsx (#286)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { INumberFormatQuery } from './FinancialStatements';
|
||||
import { IFinancialTable } from './Table';
|
||||
|
||||
export interface ITrialBalanceSheetQuery {
|
||||
fromDate: Date | string;
|
||||
@@ -48,3 +49,8 @@ export interface ITrialBalanceStatement {
|
||||
query: ITrialBalanceSheetQuery;
|
||||
meta: ITrialBalanceSheetMeta;
|
||||
}
|
||||
|
||||
export interface ITrialBalanceSheetTable extends IFinancialTable {
|
||||
meta: ITrialBalanceSheetMeta;
|
||||
query: ITrialBalanceSheetQuery;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user