mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
feat(webapp): wip printing financial reports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// @ts-nocheck
|
||||
import React, { useEffect, useState, useCallback } from 'react';
|
||||
import { useEffect, useCallback } from 'react';
|
||||
import moment from 'moment';
|
||||
|
||||
import { DashboardPageContent } from '@/components';
|
||||
@@ -14,6 +14,7 @@ import { compose } from '@/utils';
|
||||
|
||||
import withInventoryValuationActions from './withInventoryValuationActions';
|
||||
import withCurrentOrganization from '@/containers/Organization/withCurrentOrganization';
|
||||
import { InventoryValuationDialogs } from './InventoryValuationDialogs';
|
||||
|
||||
/**
|
||||
* Inventory valuation.
|
||||
@@ -65,6 +66,8 @@ function InventoryValuation({
|
||||
/>
|
||||
<InventoryValuationBody />
|
||||
</DashboardPageContent>
|
||||
|
||||
<InventoryValuationDialogs />
|
||||
</InventoryValuationProvider>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user