mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
add time-based categories "Transaction Day of Week", "Transaction Day of Month", "Transaction Month of Year" and "Transaction Quarter of Year" in insights & explore
This commit is contained in:
@@ -97,10 +97,7 @@
|
||||
"hh_mm_a": "hh:mm A"
|
||||
},
|
||||
"yearQuarter": {
|
||||
"q1": "{year}Q1",
|
||||
"q2": "{year}Q2",
|
||||
"q3": "{year}Q3",
|
||||
"q4": "{year}Q4"
|
||||
"content": "{year}{quarter}"
|
||||
},
|
||||
"fiscalYear": {
|
||||
"StartYYYY_EndYYYY": "{StartYYYY}-{EndYYYY}財政年度",
|
||||
@@ -282,6 +279,12 @@
|
||||
"29": "29",
|
||||
"30": "30",
|
||||
"31": "31"
|
||||
},
|
||||
"quarter": {
|
||||
"q1": "Q1",
|
||||
"q2": "Q2",
|
||||
"q3": "Q3",
|
||||
"q4": "Q4"
|
||||
}
|
||||
},
|
||||
"granularity": {
|
||||
|
||||
Reference in New Issue
Block a user