Version v5.10.40
Environment Docker
Issue
I want to check whether an expense exists based on the date and the amount.
Question1: can this be done via the API?
I wasnt able to apply any filters that worked so I used an SQL Query. This works fine but I the hashed ID now in order to add documents to the existing expense.
Question2: If filtering isnt working which hashing algorithm should I use in order to convert an id e.g. 12 to a hash?
Thx
Ben