mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
WIP Financial statements.
This commit is contained in:
@@ -8,8 +8,9 @@ import {
|
||||
} from 'store/financialStatement/financialStatements.selectors';
|
||||
|
||||
export const mapStateToProps = (state, props) => ({
|
||||
getJournalSheetIndex: (query) => getFinancialSheetIndexByQuery(state.financialStatements.journalSheets, query),
|
||||
getJournalSheet: (index) => getFinancialSheet(state.financialStatements.journalSheets, index),
|
||||
getJournalSheetIndex: (query) => getFinancialSheetIndexByQuery(state.financialStatements.journal.sheets, query),
|
||||
getJournalSheet: (index) => getFinancialSheet(state.financialStatements.journal.sheets, index),
|
||||
journalSheetLoading: state.financialStatements.journal.loading,
|
||||
});
|
||||
|
||||
export const mapDispatchToProps = (dispatch) => ({
|
||||
|
||||
Reference in New Issue
Block a user