mtotschnig / MyExpenses

GPL licenced Android Expense Tracking App
http://www.myexpenses.mobi/
GNU General Public License v3.0
848 stars 222 forks source link

Amount filter is not applied to split parts #1459

Closed mtotschnig closed 1 month ago

mtotschnig commented 8 months ago

The amount filter used to find split parts by their amount. This no longer works, since #1208 was fixed, because the complicated logic for applying the filter to the equivalent amount is not applied to split parts.

mtotschnig commented 2 months ago

I am wondering if this could be considered as WAI. Does it really provide value to be able to search for amounts of split parts? After reflection, it turns out this needs to be fixed, in order to allow to find transactions by amount in archives: #1566