mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat(webapp): wip print preview financial reports
This commit is contained in:
@@ -17,6 +17,7 @@ import {
|
||||
|
||||
import { useCashflowStatementQuery } from './utils';
|
||||
import { compose } from '@/utils';
|
||||
import { CashflowSheetDialogs } from './CashflowSheetDialogs';
|
||||
|
||||
/**
|
||||
* Cash flow statement.
|
||||
@@ -71,6 +72,8 @@ function CashFlowStatement({
|
||||
<CashFlowStatementBody />
|
||||
</FinancialStatement>
|
||||
</DashboardPageContent>
|
||||
|
||||
<CashflowSheetDialogs />
|
||||
</CashFlowStatementProvider>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user