mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 15:37:33 +08:00
add date filter for trend analysis
This commit is contained in:
@@ -240,14 +240,16 @@ const allDateRanges = {
|
||||
type: 9,
|
||||
name: 'This year',
|
||||
availableScenes: {
|
||||
[allDateRangeScenes.Normal]: true
|
||||
[allDateRangeScenes.Normal]: true,
|
||||
[allDateRangeScenes.TrendAnalysis]: true
|
||||
}
|
||||
},
|
||||
LastYear: {
|
||||
type: 10,
|
||||
name: 'Last year',
|
||||
availableScenes: {
|
||||
[allDateRangeScenes.Normal]: true
|
||||
[allDateRangeScenes.Normal]: true,
|
||||
[allDateRangeScenes.TrendAnalysis]: true
|
||||
}
|
||||
},
|
||||
RecentTwelveMonths: {
|
||||
|
||||
Reference in New Issue
Block a user