mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
fix(webapp): change the default from/to date values of reports
This commit is contained in:
@@ -13,7 +13,7 @@ export const getCustomersTransactionsQuerySchema = () => {
|
||||
};
|
||||
|
||||
export const getCustomersTransactionsDefaultQuery = () => ({
|
||||
fromDate: moment().toDate(),
|
||||
fromDate: moment().startOf('month').toDate(),
|
||||
toDate: moment().toDate(),
|
||||
customersIds: [],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user