mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
fix(webapp): change the default from/to date values of reports
This commit is contained in:
@@ -16,7 +16,7 @@ import { castArray } from 'lodash';
|
||||
export const getDefaultProfitLossQuery = () => ({
|
||||
basis: 'cash',
|
||||
fromDate: moment().startOf('year').format('YYYY-MM-DD'),
|
||||
toDate: moment().endOf('year').format('YYYY-MM-DD'),
|
||||
toDate: moment().format('YYYY-MM-DD'),
|
||||
displayColumnsType: 'total',
|
||||
filterByOption: 'with-transactions',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user