We should remove searchers on amounts on the invoice
When the database contains millions of invoice lines searching on total_amount
(but the reasoning should hold for the other amounts) will incur a huge performance penalty.
Given that this field is not used anywhere we should probably remove those.