mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
trend analysis supports aggregating amounts by month / quarter / year
This commit is contained in:
@@ -121,7 +121,8 @@ const router = createRouter({
|
||||
initEndTime: route.query.endTime,
|
||||
initFilterAccountIds: route.query.filterAccountIds,
|
||||
initFilterCategoryIds: route.query.filterCategoryIds,
|
||||
initSortingType: route.query.sortingType
|
||||
initSortingType: route.query.sortingType,
|
||||
initTrendDateAggregationType: route.query.trendDateAggregationType
|
||||
})
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user