mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
support filtering transaction amount
This commit is contained in:
@@ -82,3 +82,8 @@ func GetParameterInvalidCurrencyMessage(field string) string {
|
||||
func GetParameterInvalidHexRGBColorMessage(field string) string {
|
||||
return fmt.Sprintf("parameter \"%s\" is invalid color", field)
|
||||
}
|
||||
|
||||
// GetParameterInvalidAmountFilterMessage returns specific error message for invalid amount filter parameter error
|
||||
func GetParameterInvalidAmountFilterMessage(field string) string {
|
||||
return fmt.Sprintf("parameter \"%s\" is invalid amount filter", field)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user