Revision b1adbcbe
Von Hans P. Schlaepfer vor mehr als 4 Jahren hinzugefügt
templates/webpages/bank_transactions/tabs/all.html | ||
---|---|---|
[% USE P %]
|
||
|
||
[% BLOCK proposal_div %]
|
||
<div data-proposal-id="[% prop.id %]">
|
||
<a href=# onclick="kivi.BankTransaction.add_invoices('[% bt.id %]', '[% prop.id %]');"
|
||
title="<table><tr><th></th><th>[% 'Suggested invoice' | $T8 %][% IF !prop.is_sales %] ([% 'AP' | $T8 %])[% END %]</th><th>[% 'Bank transaction' | $T8 %]</th></tr><tr><th>[% 'Amount' | $T8 %]</th><td>[% prop.realamount %] ([% 'open' | $T8 %]: [% LxERP.format_amount(prop.open_amount, 2) %])</td><td>[% LxERP.format_amount(bt.amount, 2) %]</td></tr>[% IF prop.skonto_date %]<tr><th>[% 'Payment terms' | $T8 %]</th><td>[% LxERP.format_amount(prop.amount_less_skonto, 2) %] [% 'until' | $T8 %] [% HTML.escape(prop.skonto_date.to_kivitendo) %] ([% prop.percent_skonto * 100 %] %)</td><td></td></tr>[% END %]<tr><th>[% 'Customer/Vendor' | $T8 %]</th><td>[% HTML.escape(prop.customer.displayable_name) %][% HTML.escape(prop.vendor.displayable_name) %]</td><td>[% HTML.escape(bt.remote_name) %]</td></tr><tr><th>[% 'Invoice Date' | $T8 %]</th><td>[% HTML.escape(prop.transdate_as_date) %]</td><td>[% HTML.escape(bt.transdate_as_date) %] ([% HTML.escape(bt.transdate.utc_rd_days - prop.transdate.utc_rd_days) %])</td></tr><tr><th>[% 'Invoice Number' | $T8 %]</th><td>[% HTML.escape(prop.invnumber) %]</td><td>[% HTML.escape(bt.purpose) %]</td></tr></table>"
|
||
<div data-proposal-id="[% prop.id %]">
|
||
<a href=# onclick="kivi.BankTransaction.add_invoices('[% bt.id %]', '[% prop.id %]');" title="<table><tr><th></th><th>[% 'Suggested invoice' | $T8 %][% IF !prop.is_sales %] ([% 'AP' | $T8 %])[% END %]</th><th>[% 'Bank transaction' | $T8 %]</th></tr><tr><th>[% 'Amount' | $T8 %]</th><td>[% prop.realamount %] ([% 'open' | $T8 %]: [% LxERP.format_amount(prop.open_amount, 2) %])</td><td>[% LxERP.format_amount(bt.amount, 2) %]</td></tr>[% IF prop.skonto_date %]<tr><th>[% 'Payment terms' | $T8 %]</th><td>[% LxERP.format_amount(prop.amount_less_skonto, 2) %] [% 'until' | $T8 %] [% HTML.escape(prop.skonto_date.to_kivitendo) %] ([% prop.percent_skonto * 100 %] %)</td><td></td></tr>[% END %]<tr><th>[% 'Customer/Vendor' | $T8 %]</th><td>[% HTML.escape(prop.customer.displayable_name) %][% HTML.escape(prop.vendor.displayable_name) %]</td><td>[% HTML.escape(bt.remote_name) %]</td></tr><tr><th>[% 'Invoice Date' | $T8 %]</th><td>[% HTML.escape(prop.transdate_as_date) %]</td><td>[% HTML.escape(bt.transdate_as_date) %] ([% HTML.escape(bt.transdate.utc_rd_days - prop.transdate.utc_rd_days) %])</td></tr><tr><th>[% 'Invoice Number' | $T8 %]</th><td>[% HTML.escape(prop.invnumber) %]</td><td>[% HTML.escape(bt.purpose) %]</td></tr></table>"
|
||
class="[% IF bt.agreement >= 5 %]green[% ELSIF bt.agreement < 5 and bt.agreement >= 3 %]orange[% ELSE %]red[% END %] tooltipster-html">←[% HTML.escape(prop.invnumber)%]</a>
|
||
</div>
|
||
[% END %]
|
||
|
||
[% SET debug=1 %]
|
||
<form method="post" id="list_all_form">
|
||
[% L.hidden_tag('filter.bank_account', FORM.filter.bank_account) %]
|
||
[% L.hidden_tag('filter.fromdate', FORM.filter.fromdate) %]
|
||
[% L.hidden_tag('filter.todate', FORM.filter.todate) %]
|
||
[% L.hidden_tag('action', 'BankTransaction/dispatch') %]
|
||
[% L.hidden_tag('ui_tab', ui_tab) %]
|
||
[% L.hidden_tag('filter.bank_account', FORM.filter.bank_account) %]
|
||
[% L.hidden_tag('filter.fromdate', FORM.filter.fromdate) %]
|
||
[% L.hidden_tag('filter.todate', FORM.filter.todate) %]
|
||
[% L.hidden_tag('action', 'BankTransaction/dispatch') %]
|
||
[% L.hidden_tag('ui_tab', ui_tab) %]
|
||
|
||
<table id="bt_list">
|
||
<thead>
|
||
<tr class="listheading">
|
||
<th></th>
|
||
<th></th>
|
||
<th>[% LxERP.t8("Assigned invoices with amount") %]</th>
|
||
<th style="width: 100px">[% LxERP.t8("Source") %]</th>
|
||
<th style="width: 100px">[% LxERP.t8("Memo") %]</th>
|
||
[% IF debug %]
|
||
<th>[% 'Score' | $T8 %]</th>
|
||
[% END %]
|
||
<th>[% IF FORM.sort_by == 'proposal'%]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=proposal&sort_dir=[% 1 - FORM.sort_dir %]" class="sort_link">
|
||
[% 'Proposal' | $T8 %][% IF FORM.sort_dir == 0 %]<img border="0" src="image/down.png">[% ELSE %]<img border="0" src="image/up.png">[% END %]</a>
|
||
[% ELSE %]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=proposal&sort_dir=0" class="sort_link">
|
||
[% 'Proposal' | $T8 %]</a>
|
||
[% END %]
|
||
</th>
|
||
<th>[% IF FORM.sort_by == 'transdate'%]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=transdate&sort_dir=[% 1 - FORM.sort_dir %]" class="sort_link">
|
||
[% 'Transdate' | $T8 %][% IF FORM.sort_dir == 0 %]<img border="0" src="image/down.png">[% ELSE %]<img border="0" src="image/up.png">[% END %]</a>
|
||
[% ELSE %]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=transdate&sort_dir=0" class="sort_link">
|
||
[% 'Transdate' | $T8 %]</a>
|
||
[% END %]
|
||
</th>
|
||
<th>[% IF FORM.sort_by == 'amount'%]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=amount&sort_dir=[% 1 - FORM.sort_dir %]" class="sort_link">
|
||
[% 'Amount' | $T8 %][% IF FORM.sort_dir == 0 %]<img border="0" src="image/down.png">[% ELSE %]<img border="0" src="image/up.png">[% END %]</a>
|
||
[% ELSE %]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=amount&sort_dir=0" class="sort_link">
|
||
[% 'Amount' | $T8 %]</a>
|
||
[% END %]
|
||
</th>
|
||
<th>[% 'Assigned' | $T8 %]</th>
|
||
<th>[% IF FORM.sort_by == 'remote_name'%]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=remote_name&sort_dir=[% 1 - FORM.sort_dir %]" class="sort_link">
|
||
[% 'Remote name' | $T8 %][% IF FORM.sort_dir == 0 %]<img border="0" src="image/down.png">[% ELSE %]<img border="0" src="image/up.png">[% END %]</a>
|
||
[% ELSE %]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=remote_name&sort_dir=0" class="sort_link">
|
||
[% 'Remote name' | $T8 %]</a>
|
||
[% END %]
|
||
</th>
|
||
<th>[% 'Purpose' | $T8 %]</th>
|
||
<th>[% 'Type' | $T8 %]</th>
|
||
<th>[% IF FORM.sort_by == 'remote_account_number'%]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=remote_account_number&sort_dir=[% 1 - FORM.sort_dir %]" class="sort_link">
|
||
[% 'Remote account number' | $T8 %][% IF FORM.sort_dir == 0 %]<img border="0" src="image/down.png">[% ELSE %]<img border="0" src="image/up.png">[% END %]</a>
|
||
[% ELSE %]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=remote_account_number&sort_dir=0" class="sort_link">
|
||
[% 'Remote account number' | $T8 %]</a>
|
||
[% END %]
|
||
</th>
|
||
<th>[% IF FORM.sort_by == 'remote_bank_code'%]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=remote_bank_code&sort_dir=[% 1 - FORM.sort_dir %]" class="sort_link">
|
||
[% 'Remote bank code' | $T8 %][% IF FORM.sort_dir == 0 %]<img border="0" src="image/down.png">[% ELSE %]<img border="0" src="image/up.png">[% END %]</a>
|
||
[% ELSE %]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=remote_bank_code&sort_dir=0" class="sort_link">
|
||
[% 'Remote bank code' | $T8 %]</a>
|
||
[% END %]
|
||
</th>
|
||
<th>[% IF FORM.sort_by == 'valutadate'%]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=valutadate&sort_dir=[% 1 - FORM.sort_dir %]" class="sort_link">
|
||
[% 'Valutadate' | $T8 %][% IF FORM.sort_dir == 0 %]<img border="0" src="image/down.png">[% ELSE %]<img border="0" src="image/up.png">[% END %]</a>
|
||
[% ELSE %]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=valutadate&sort_dir=0" class="sort_link">
|
||
[% 'Valutadate' | $T8 %]</a>
|
||
[% END %]
|
||
</th>
|
||
<th>[% 'Currency' | $T8 %]</th>
|
||
</tr>
|
||
</thead>
|
||
|
||
[%- FOREACH bt = BANK_TRANSACTIONS %]
|
||
<tbody class="listrow" id="bt_rows_[% HTML.escape(bt.id) %]">
|
||
[% SET proposals = bt.proposals.as_list.size > 0 ? bt.proposals.as_list : [{}] ;
|
||
FOREACH prop = proposals %]
|
||
[% IF loop.first %]
|
||
<tr id="bt_id_[% bt.id %]">
|
||
<td><a href=# onclick="kivi.BankTransaction.assign_invoice('[% bt.id %]'); return false;">[% 'Assign invoice' | $T8 %]</a></td>
|
||
<td><a href=# onclick="kivi.BankTransaction.create_invoice('[% bt.id %]'); return false;">[% 'Create invoice' | $T8 %]</a></td>
|
||
<td id="assigned_invoices_[% bt.id %]_[% prop.id %]"></td>
|
||
<td>[% P.input_tag("sources_" _ bt.id _ "_" _ prop.id, "", class="hidden") %]</td>
|
||
<td>[% P.input_tag("memos_" _ bt.id _ "_" _ prop.id, "", class="hidden") %]</td>
|
||
[% IF debug %]
|
||
<td class="tooltipster-html" title="[% FOREACH match = bt.rule_matches %] [% match %]<br> [% END %]">[% bt.agreement %]</td>
|
||
[% END %]
|
||
<td>
|
||
[% IF prop.id ;
|
||
PROCESS proposal_div ;
|
||
END %]
|
||
</td>
|
||
<td align="right">[% bt.transdate_as_date %]</td>
|
||
<td align="right">[% LxERP.format_amount(bt.amount, 2) %]</td>
|
||
<td align="right" id="invoice_amount_[% HTML.escape(bt.id) %]" data-invoice-amount="[% HTML.escape(bt.invoice_amount) %]">[% HTML.escape(LxERP.format_amount(bt.invoice_amount, 2)) %]</td>
|
||
<td>[% HTML.escape(bt.remote_name) %]</td>
|
||
<td>[% HTML.escape(bt.purpose) %]</td>
|
||
<td>[% HTML.escape(bt.transaction_text) %]</td>
|
||
<td>[% HTML.escape(bt.remote_account_number) %]</td>
|
||
<td>[% HTML.escape(bt.remote_bank_code) %]</td>
|
||
<td align="right">[% bt.valutadate_as_date %]</td>
|
||
<td align="center">[% HTML.escape(bt.currency.name) %]</td>
|
||
</tr>
|
||
[% ELSE # loop.first %]
|
||
<table id="bt_list" class="tbl-list">
|
||
<thead>
|
||
<tr>
|
||
<td></td>
|
||
<td></td>
|
||
<td id="assigned_invoices_[% bt.id %]_[% prop.id %]"></td>
|
||
<td>[% P.input_tag("sources_" _ bt.id _ "_" _ prop.id, "", class="hidden") %]</td>
|
||
<td>[% P.input_tag("memos_" _ bt.id _ "_" _ prop.id, "", class="hidden") %]</td>
|
||
[% IF debug %]
|
||
<td></td>
|
||
[% END %]
|
||
<td>
|
||
[% PROCESS proposal_div %]
|
||
</td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<th></th>
|
||
<th></th>
|
||
<th>[% LxERP.t8("Assigned invoices with amount") %]</th>
|
||
<th style="width: 100px">[% LxERP.t8("Source") %]</th>
|
||
<th style="width: 100px">[% LxERP.t8("Memo") %]</th>
|
||
[% IF debug %]
|
||
<th>[% 'Score' | $T8 %]</th>
|
||
[% END %]
|
||
<th>
|
||
[% IF FORM.sort_by == 'proposal'%]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=proposal&sort_dir=[% 1 - FORM.sort_dir %]" class="sort_link">
|
||
[% 'Proposal' | $T8 %][% IF FORM.sort_dir == 0 %]<img src="image/down.png">[% ELSE %]<img src="image/up.png">[% END %]</a>
|
||
[% ELSE %]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=proposal&sort_dir=0" class="sort_link">[% 'Proposal' | $T8 %]</a>
|
||
[% END %]
|
||
</th>
|
||
<th>
|
||
[% IF FORM.sort_by == 'transdate'%]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=transdate&sort_dir=[% 1 - FORM.sort_dir %]" class="sort_link">
|
||
[% 'Transdate' | $T8 %][% IF FORM.sort_dir == 0 %]<img src="image/down.png">[% ELSE %]<img src="image/up.png">[% END %]</a>
|
||
[% ELSE %]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=transdate&sort_dir=0" class="sort_link">[% 'Transdate' | $T8 %]</a>
|
||
[% END %]
|
||
</th>
|
||
<th>
|
||
[% IF FORM.sort_by == 'amount'%]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=amount&sort_dir=[% 1 - FORM.sort_dir %]" class="sort_link">
|
||
[% 'Amount' | $T8 %][% IF FORM.sort_dir == 0 %]<img src="image/down.png">[% ELSE %]<img src="image/up.png">[% END %]</a>
|
||
[% ELSE %]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=amount&sort_dir=0" class="sort_link">
|
||
[% 'Amount' | $T8 %]</a>
|
||
[% END %]
|
||
</th>
|
||
<th>[% 'Assigned' | $T8 %]</th>
|
||
<th>
|
||
[% IF FORM.sort_by == 'remote_name'%]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=remote_name&sort_dir=[% 1 - FORM.sort_dir %]" class="sort_link">
|
||
[% 'Remote name' | $T8 %][% IF FORM.sort_dir == 0 %]<img src="image/down.png">[% ELSE %]<img src="image/up.png">[% END %]</a>
|
||
[% ELSE %]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=remote_name&sort_dir=0" class="sort_link">
|
||
[% 'Remote name' | $T8 %]</a>
|
||
[% END %]
|
||
</th>
|
||
<th>[% 'Purpose' | $T8 %]</th>
|
||
<th>[% 'Type' | $T8 %]</th>
|
||
<th>
|
||
[% IF FORM.sort_by == 'remote_account_number'%]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=remote_account_number&sort_dir=[% 1 - FORM.sort_dir %]" class="sort_link">
|
||
[% 'Remote account number' | $T8 %][% IF FORM.sort_dir == 0 %]<img src="image/down.png">[% ELSE %]<img src="image/up.png">[% END %]</a>
|
||
[% ELSE %]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=remote_account_number&sort_dir=0" class="sort_link">
|
||
[% 'Remote account number' | $T8 %]</a>
|
||
[% END %]
|
||
</th>
|
||
<th>
|
||
[% IF FORM.sort_by == 'remote_bank_code'%]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=remote_bank_code&sort_dir=[% 1 - FORM.sort_dir %]" class="sort_link">
|
||
[% 'Remote bank code' | $T8 %][% IF FORM.sort_dir == 0 %]<img src="image/down.png">[% ELSE %]<img src="image/up.png">[% END %]</a>
|
||
[% ELSE %]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=remote_bank_code&sort_dir=0" class="sort_link">[% 'Remote bank code' | $T8 %]</a>
|
||
[% END %]
|
||
</th>
|
||
<th>
|
||
[% IF FORM.sort_by == 'valutadate'%]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=valutadate&sort_dir=[% 1 - FORM.sort_dir %]" class="sort_link">
|
||
[% 'Valutadate' | $T8 %][% IF FORM.sort_dir == 0 %]<img src="image/down.png">[% ELSE %]<img src="image/up.png">[% END %]</a>
|
||
[% ELSE %]
|
||
<a href="controller.pl?action=BankTransaction/list&filter.bank_account=[% bank_account.id %]&sort_by=valutadate&sort_dir=0" class="sort_link">
|
||
[% 'Valutadate' | $T8 %]</a>
|
||
[% END %]
|
||
</th>
|
||
<th>[% 'Currency' | $T8 %]</th>
|
||
</tr>
|
||
[% END # loop.first %]
|
||
</thead>
|
||
[% FOREACH bt = BANK_TRANSACTIONS %]
|
||
<tbody id="bt_rows_[% HTML.escape(bt.id) %]">
|
||
[% SET proposals = bt.proposals.as_list.size > 0 ? bt.proposals.as_list : [{}] ;
|
||
FOREACH prop = proposals %]
|
||
[% IF loop.first %]
|
||
<tr id="bt_id_[% bt.id %]">
|
||
<td><a href=# onclick="kivi.BankTransaction.assign_invoice('[% bt.id %]'); return false;">[% 'Assign invoice' | $T8 %]</a></td>
|
||
<td><a href=# onclick="kivi.BankTransaction.create_invoice('[% bt.id %]'); return false;">[% 'Create invoice' | $T8 %]</a></td>
|
||
<td id="assigned_invoices_[% bt.id %]_[% prop.id %]"></td>
|
||
<td>[% P.input_tag("sources_" _ bt.id _ "_" _ prop.id, "", class="hidden") %]</td>
|
||
<td>[% P.input_tag("memos_" _ bt.id _ "_" _ prop.id, "", class="hidden") %]</td>
|
||
[% IF debug %]
|
||
<td class="tooltipster-html" title="[% FOREACH match = bt.rule_matches %] [% match %]<br> [% END %]">[% bt.agreement %]</td>
|
||
[% END %]
|
||
<td>[% IF prop.id ; PROCESS proposal_div ; END %]</td>
|
||
<td>[% bt.transdate_as_date %]</td>
|
||
<td>[% LxERP.format_amount(bt.amount, 2) %]</td>
|
||
<td id="invoice_amount_[% HTML.escape(bt.id) %]" data-invoice-amount="[% HTML.escape(bt.invoice_amount) %]">[% HTML.escape(LxERP.format_amount(bt.invoice_amount, 2)) %]</td>
|
||
<td>[% HTML.escape(bt.remote_name) %]</td>
|
||
<td>[% HTML.escape(bt.purpose) %]</td>
|
||
<td>[% HTML.escape(bt.transaction_text) %]</td>
|
||
<td>[% HTML.escape(bt.remote_account_number) %]</td>
|
||
<td>[% HTML.escape(bt.remote_bank_code) %]</td>
|
||
<td>[% bt.valutadate_as_date %]</td>
|
||
<td>[% HTML.escape(bt.currency.name) %]</td>
|
||
</tr>
|
||
[% ELSE # loop.first %]
|
||
<tr>
|
||
<td></td>
|
||
<td></td>
|
||
<td id="assigned_invoices_[% bt.id %]_[% prop.id %]"></td>
|
||
<td>[% P.input_tag("sources_" _ bt.id _ "_" _ prop.id, "", class="hidden") %]</td>
|
||
<td>[% P.input_tag("memos_" _ bt.id _ "_" _ prop.id, "", class="hidden") %]</td>
|
||
[% IF debug %]
|
||
<td></td>
|
||
[% END %]
|
||
<td>
|
||
[% PROCESS proposal_div %]
|
||
</td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
<td></td>
|
||
</tr>
|
||
[% END # loop.first %]
|
||
[% END # FOREACH proposal %]
|
||
</tbody>
|
||
[%- END %]
|
||
</table>
|
||
[% END %]
|
||
</table>
|
||
|
||
<p>
|
||
<div class="buttons">
|
||
[% L.submit_tag('action_save_invoices', LxERP.t8('Save invoices')) %]
|
||
[% L.button_tag('kivi.BankTransaction.show_set_all_sources_memos_dialog("#list_all_form [name^=\\"sources_\\"]:visible", "#list_all_form [name^=\\"memos_\\"]:visible")', LxERP.t8('Set all source and memo fields')) %]
|
||
</p>
|
||
[% L.button_tag('kivi.BankTransaction.show_set_all_sources_memos_dialog("#list_all_form [name^=\\"sources_\\"]:visible", "#list_all_form [name^=\\"memos_\\"]:visible")', LxERP.t8('Set all source and memo fields'), class='neutral') %]
|
||
</div>
|
||
|
||
</form>
|
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/bank_transactions/tabs/all.html