[% USE HTML %] [% USE L %] [% USE LxERP %] [% USE P %] [% USE T8 %]
[% LxERP.t8("ID") %] | [% LxERP.t8("Amount") %] | [% LxERP.t8("Date") %] | [% LxERP.t8("Remote name") %] | [% LxERP.t8("Purpose") %] | [% LxERP.t8("Remote bank code") %] | [% LxERP.t8("Remote account number") %] |
---|---|---|---|---|---|---|
[% SELF.transaction.id %] | [% LxERP.format_amount(SELF.transaction.amount, 2) %] | [% SELF.transaction.valutadate_as_date %] | [% SELF.transaction.remote_name %] | [% SELF.transaction.purpose %] | [% SELF.transaction.remote_bank_code %] | [% SELF.transaction.remote_account_number %] |