[% 'Assign invoice' | $T8 %] |
[% 'Create invoice' | $T8 %] |
|
[% P.input_tag("sources_" _ bt.id _ "_" _ prop.id, "", class="hidden") %] |
[% P.input_tag("memos_" _ bt.id _ "_" _ prop.id, "", class="hidden") %] |
[% IF debug %]
[% bt.agreement %] |
[% END %]
[% IF prop.id ;
PROCESS proposal_div ;
END %]
|
[% bt.transdate_as_date %] |
[% LxERP.format_amount(bt.amount, 2) %] |
[% HTML.escape(LxERP.format_amount(bt.invoice_amount, 2)) %] |
[% HTML.escape(bt.remote_name) %] |
[% HTML.escape(bt.purpose) %] |
[% HTML.escape(bt.transaction_text) %] |
[% HTML.escape(bt.remote_account_number) %] |
[% HTML.escape(bt.remote_bank_code) %] |
[% bt.valutadate_as_date %] |
[% HTML.escape(bt.currency.name) %] |
[% ELSE # loop.first %]
|
|
|
[% P.input_tag("sources_" _ bt.id _ "_" _ prop.id, "", class="hidden") %] |
[% P.input_tag("memos_" _ bt.id _ "_" _ prop.id, "", class="hidden") %] |
[% IF debug %]
|
[% END %]
[% PROCESS proposal_div %]
|
|
|
|
|
|
|
|
|
|
|
[% END # loop.first %]
[% END # FOREACH proposal %]