[% 'Bank account' | $T8 %] |
[% L.select_tag('filter.local_bank_account_id:number',
SELF.BANK_ACCOUNTS,
default=FORM.filter.local_bank_account_id_number,
title_key='displayable_name',
with_empty=0,
style='width:450px',
onchange='filter_table();') %] |
[% 'From' | $T8 %] |
[% L.date_tag('filter.fromdate:date::ge', FORM.filter.fromdate_date__ge, onchange='filter_table();') %] |
[% 'to (date)' | $T8 %] |
[% L.date_tag('filter.todate:date::le', FORM.filter.todate_date__le, onchange='filter_table();') %] |
[% 'Cleared/uncleared only' | $T8 %] |
[% L.select_tag('filter.cleared:eq_ignore_empty', SELF.cleared, value_key = 'value', title_key = 'title', default=FORM.filter.cleared_eq_ignore_empty, onchange='filter_table();') %] |
[% 'Show Stornos' | $T8 %] |
[% L.checkbox_tag('filter.show_stornos', checked=FORM.filter.show_stornos, value='1', onchange='filter_table();') %] |
[% 'Absolute BT Balance' | $T8 %] |
[% LxERP.format_amount(SELF.absolut_bt_balance, 2) %] |
[% 'Absolute BB Balance' | $T8 %] |
[% LxERP.format_amount(-1 * SELF.absolut_bb_balance, 2) %] |
[% 'BT Balance' | $T8 %] |
[% LxERP.format_amount(SELF.bt_balance, 2) %] |
[% 'BB Balance' | $T8 %] |
[% LxERP.format_amount(-1 * SELF.bb_balance, 2) %] |