Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6ac67382

Von Hans P. Schlaepfer vor mehr als 3 Jahren hinzugefügt

  • ID 6ac67382a799ed9421a6dc9797752888c3f3b246
  • Vorgänger d115ca96
  • Nachfolger d43c4c73

USE-Einleitungen formatiert templates/webpages/bank_transactions/tabs/

Unterschiede anzeigen:

templates/webpages/bank_transactions/_filter.html
1
[%- USE T8 %]
2
[%- USE L %]
3
[%- USE LxERP %]
4
[%- USE HTML %]
1
[% USE T8 %]
2
[% USE L %]
3
[% USE LxERP %]
4
[% USE HTML %]
5

  
5 6
<form action='controller.pl' method='post' id='filter_form'>
6 7
<div class='filter_toggle'>
7 8
<a href='#' onClick='javascript:$(".filter_toggle").toggle()'>[% 'Show Filter' | $T8 %]</a>
templates/webpages/bank_transactions/_payment_suggestion.html
1
[%- USE P -%][%- USE HTML -%][%- USE LxERP -%]
1
[% USE P %]
2
[% USE HTML %]
3
[% USE LxERP %]
2 4
[% SELECT_OPTIONS = invoice.get_payment_select_options_for_bank_transaction(bt_id) %]
3 5
[% is_skonto_pt   = SELECT_OPTIONS.1.selected %]
4 6
[% formatted_skonto_amount          = LxERP.format_amount(invoice.skonto_amount, 2) %]
templates/webpages/bank_transactions/_problems.html
1
[%- USE LxERP -%][%- USE T8 -%][%- USE HTML -%][%- USE P -%]
2 1
<h3>
3 2
 [% LxERP.t8("Warnings and errors") %]
4 3
</h3>
4
[% USE LxERP %]
5
[% USE T8 %]
6
[% USE HTML %]
7
[% USE P %]
5 8

  
6 9
<p>
7 10
 [% LxERP.t8("Bank transactions with errors have not been posted.") %]
templates/webpages/bank_transactions/_template_list.html
1
[%- USE HTML -%][%- USE LxERP -%][%- USE P -%]
1
[% USE HTML %]
2
[% USE LxERP %]
3
[% USE P %]
2 4

  
3 5
[% IF TEMPLATES_AP.size %]
4 6
 [% LxERP.t8('AP template suggestions') %]:
templates/webpages/bank_transactions/add_list.html
1
[%- USE T8 -%][%- USE HTML -%][%- USE LxERP -%][%- USE P -%][%- USE L -%]
2 1
[%- IF !INVOICES.size %]
3 2
  <p class="message_hint">[% 'No data was found.' | $T8 %]</p>
4 3
[%- ELSE %]
......
13 12
    <th>[%- LxERP.t8("Customer/Vendor Number") %]</th>
14 13
    <th>[%- LxERP.t8("Customer/Vendor Name") %]</th>
15 14
   </tr>
15
[% USE T8 %]
16
[% USE HTML %]
17
[% USE LxERP %]
18
[% USE P %]
19
[% USE L %]
16 20

  
17 21
  [%- FOREACH invoice = INVOICES %]
18 22
   <tr class="listrow[% loop.count % 2 %]">
templates/webpages/bank_transactions/assign_invoice.html
1
[%- USE HTML %][%- USE L %][%- USE LxERP %][%- USE T8 %]
1
[% USE HTML %]
2
[% USE L %]
3
[% USE LxERP %]
4
[% USE T8 %]
2 5

  
3 6
[% SET debug = 0 %]
4 7

  
templates/webpages/bank_transactions/create_invoice.html
1
[%- USE HTML %][%- USE L %][%- USE LxERP %][%- USE P -%]
1
[% USE HTML %]
2
[% USE L %]
3
[% USE LxERP %]
4
[% USE P %]
2 5

  
3 6
  <b>Transaction</b>
4 7
  <table>
templates/webpages/bank_transactions/invoices.html
1
[%- USE HTML -%][%- USE LxERP -%][%- USE P -%]
1
[% USE HTML %]
2
[% USE LxERP %]
3
[% USE P %]
2 4
[% SET debug=1 %]
3 5
[% FOREACH invoice = INVOICES %]
4 6
 <tr id="extra_row_[% HTML.escape(bt_id) %]_[% HTML.escape(invoice.id) %]">
templates/webpages/bank_transactions/list.html
1
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%]
1
[% USE HTML %]
2
[% USE LxERP %]
3
[% USE L %]
4
[% USE T8 %]
2 5

  
3 6
<h1>[% title %]</h1>
4 7

  
templates/webpages/bank_transactions/report_top.html
1
[%- USE L %]
2 1
[%- PROCESS 'bank_transactions/_filter.html' filter=SELF.models.filtered.laundered %]
3
 <hr>
2
[% USE L %]
4 3
<form method="post" action="controller.pl" id="form">
templates/webpages/bank_transactions/search.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE L %]
4
[%- USE LxERP %]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE L %]
4
[% USE LxERP %]
5 5

  
6 6
[%- INCLUDE 'common/flash.html' %]
7 7

  
templates/webpages/bank_transactions/tabs/all.html
1
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%][%- USE P -%]
1
[% USE HTML %]
2
[% USE LxERP %]
3
[% USE L %]
4
[% USE T8 %]
5
[% USE P %]
2 6

  
3 7
[% BLOCK proposal_div %]
4 8
        <div data-proposal-id="[% prop.id %]">
templates/webpages/bank_transactions/tabs/automatic.html
1
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%]
1
[% USE HTML %]
2
[% USE LxERP %]
3
[% USE L %]
4
[% USE T8 %]
2 5

  
3 6
<form method="post" id="list_automatic_form">
4 7
[% L.hidden_tag('filter.bank_account', FORM.filter.bank_account) %]

Auch abrufbar als: Unified diff