[%- USE LxERP %]
| Payments | [% ELSE %]Incoming Payments | [%- END %]||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Date | Source | Memo | Amount | [% IF show_exchangerate %]Exch | [% END %]Account | ||||||
| [% IF show_exchangerate %] | [% SET forex = 'forex_' _ i %] [% SET exchangerate = 'exchangerate_' _ i %] [% IF forex %] [% LxERP.format_amount(exchangerate, 2) %] [% ELSE %] [% END %] ; | [% END %]||||||||||
| Total | [% LxERP.foramt_amount(totalpaid, 2) | html %] | ||||||||||
| Missing amount | [% LxERP.format_amount(paid_missing, 2) | html %] | ||||||||||