% my $id = stash 'id'; % title $id ? "Change debit $id" : "Enter new debit";
There are no target credits available. Target credits are credits of other accounts that either still have a value of 0, or which have already been targetted. Please create a target credit record first, because all debits must refer to one so settlements can be fulfilled.
If you want to revoke any incomings, just check those.
Debit not paid, yet.
<%= $debit->value && $debit->value == $debit->value ? "The debt is already settled. Unless you revoke any incomings above, there is no point in checking" : "Check" %> <%= %used_credits ? "other" : "" %> credits you want to pay this debit with:
Currently no credits available.