Admin interface: Make sorting by balance possible
Currently, this crashes, because `Text` instances can't be sorted, only `str` (by default).
We actually even need to sort by the amount in cents (i.e. by `int`). This needs to be implemented.
issue