mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
support filtering transaction amount
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user