% title 'Make transfers for ' . $account;

Check at least one item of both tables. Make sure they correspond in regard to their purposes. Caution: When you do not check any items in either table, this effectively is to check all in it!

Available credits

Check credits you want to spend for the arrear(s) below:

% while ( my $d = $credits->next ) { % }
?datepurposeto spend
<%= $d->date %> <%== nl2br $d->purpose %> <%== money $d->difference %>

Current arrears

Check arrears you want to settle with credit(s) above.

% while ( my $d = $arrears->next ) { % }
?datepurposeto pay
<%= $d->date %> <%== nl2br $d->purpose %> <%== money $d->difference %>