support filtering transaction amount

This commit is contained in:
MaysWind
2024-06-30 21:42:21 +08:00
parent d2b3900ed4
commit b5d72c89f2
18 changed files with 668 additions and 29 deletions
+12
View File
@@ -707,6 +707,7 @@ export default {
'time': 'Time',
'startTime': 'Start Time',
'endTime': 'End Time',
'amountFilter': 'Amount Filter',
'sourceAccountId': 'Source Account ID',
'destinationAccountId': 'Destination Account ID',
'sourceAmount': 'Source Amount',
@@ -731,6 +732,7 @@ export default {
'parameter invalid email format': '{parameter} is invalid format',
'parameter invalid currency': '{parameter} is invalid format',
'parameter invalid color': '{parameter} is invalid format',
'parameter invalid amount filter': '{parameter} is invalid format',
},
'OK': 'OK',
'Cancel': 'Cancel',
@@ -799,6 +801,12 @@ export default {
'Select Time': 'Select Time',
'Now': 'Now',
'Custom': 'Custom',
'Greater than': 'Greater than',
'Less than': 'Less than',
'Equal to': 'Equal to',
'Not equal to': 'Not equal to',
'Between': 'Between',
'Not between': 'Not between',
'Pie Chart': 'Pie Chart',
'Bar Chart': 'Bar Chart',
'Area Chart': 'Area Chart',
@@ -921,7 +929,9 @@ export default {
'This Month': 'This Month',
'This Year': 'This Year',
'Monthly income': 'Monthly income',
'Filter Amount': 'Filter Amount',
'Unable to retrieve transaction overview': 'Unable to retrieve transaction overview',
'Incorrect amount range': 'Incorrect amount range',
'Data is up to date': 'Data is up to date',
'Data has been updated': 'Data has been updated',
'Net assets': 'Net assets',
@@ -1066,6 +1076,8 @@ export default {
'Default Sort Order': 'Default Sort Order',
'Timezone Used for Date Range': 'Timezone Used for Date Range',
'Amount': 'Amount',
'Min Amount': 'Min Amount',
'Max Amount': 'Max Amount',
'Display Order': 'Display Order',
'Name': 'Name',
'Sort by Amount': 'Sort by Amount',
+12
View File
@@ -707,6 +707,7 @@ export default {
'time': '时间',
'startTime': '开始时间',
'endTime': '结束时间',
'amountFilter': '金额过滤',
'sourceAccountId': '来源账户ID',
'destinationAccountId': '目标账户ID',
'sourceAmount': '源金额',
@@ -731,6 +732,7 @@ export default {
'parameter invalid email format': '{parameter}格式错误',
'parameter invalid currency': '{parameter}格式错误',
'parameter invalid color': '{parameter}格式错误',
'parameter invalid amount filter': '{parameter}格式错误',
},
'OK': '确定',
'Cancel': '取消',
@@ -799,6 +801,12 @@ export default {
'Select Time': '选择时间',
'Now': '现在',
'Custom': '自定义',
'Greater than': '大于',
'Less than': '小于',
'Equal to': '等于',
'Not equal to': '不等于',
'Between': '介于',
'Not between': '不介于',
'Pie Chart': '饼图',
'Bar Chart': '条形图',
'Area Chart': '面积图',
@@ -921,7 +929,9 @@ export default {
'This Month': '本月',
'This Year': '今年',
'Monthly income': '当月收入',
'Filter Amount': '过滤金额',
'Unable to retrieve transaction overview': '无法获取交易概要',
'Incorrect amount range': '金额范围错误',
'Data is up to date': '数据已是最新',
'Data has been updated': '数据已更新',
'Net assets': '净资产',
@@ -1066,6 +1076,8 @@ export default {
'Default Sort Order': '默认排序方式',
'Timezone Used for Date Range': '时间范围使用的时区',
'Amount': '金额',
'Min Amount': '最小金额',
'Max Amount': '最大金额',
'Display Order': '显示顺序',
'Name': '名称',
'Sort by Amount': '按金额排序',