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:
@@ -2,6 +2,7 @@ import {
|
||||
IFinancialSheetBranchesQuery,
|
||||
INumberFormatQuery,
|
||||
} from './FinancialStatements';
|
||||
import { IFinancialTable } from './Table';
|
||||
|
||||
export enum ProfitLossAggregateNodeId {
|
||||
INCOME = 'INCOME',
|
||||
@@ -177,3 +178,9 @@ export enum ProfitLossSheetRowType {
|
||||
ACCOUNT = 'ACCOUNT',
|
||||
TOTAL = 'TOTAL',
|
||||
}
|
||||
|
||||
|
||||
export interface IProfitLossSheetTable extends IFinancialTable{
|
||||
meta: IProfitLossSheetMeta;
|
||||
query: IProfitLossSheetQuery;
|
||||
}
|
||||
Reference in New Issue
Block a user