mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 23:30:32 +00:00
feat(webapp): wip sales tax summary report
This commit is contained in:
@@ -61,6 +61,9 @@ const initialState = {
|
||||
projectProfitabilitySummary: {
|
||||
dispalyFilterDrawer: false,
|
||||
},
|
||||
salesTaxLiabilitySummary: {
|
||||
displayFilterDrawer: false,
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -124,4 +127,8 @@ export default createReducer(initialState, {
|
||||
t.PROJECT_PROFITABILITY_SUMMARY,
|
||||
'projectProfitabilitySummary',
|
||||
),
|
||||
...financialStatementFilterToggle(
|
||||
t.SALES_TAX_LIABILITY_SUMMARY,
|
||||
'salesTaxLiabilitySummary',
|
||||
)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user