mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: balance sheet report.
feat: trial balance sheet. feat: general ledger report. feat: journal report. feat: profit/loss report.
This commit is contained in:
@@ -104,6 +104,7 @@ export default function DataTable({
|
||||
initialState: {
|
||||
pageIndex: initialPageIndex,
|
||||
pageSize: initialPageSize,
|
||||
expanded
|
||||
},
|
||||
manualPagination,
|
||||
pageCount: controlledPageCount,
|
||||
|
||||
@@ -41,6 +41,7 @@ import EmptyStatus from './EmptyStatus';
|
||||
import DashboardCard from './Dashboard/DashboardCard';
|
||||
import InputPrependText from './Forms/InputPrependText';
|
||||
import PageFormBigNumber from './PageFormBigNumber';
|
||||
import AccountsMultiSelect from './AccountsMultiSelect';
|
||||
|
||||
const Hint = FieldHint;
|
||||
|
||||
@@ -87,5 +88,6 @@ export {
|
||||
EmptyStatus,
|
||||
DashboardCard,
|
||||
InputPrependText,
|
||||
PageFormBigNumber
|
||||
PageFormBigNumber,
|
||||
AccountsMultiSelect,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user