Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 551b5ac6

Von Hans Peter Schlaepfer vor mehr als 5 Jahren hinzugefügt

  • ID 551b5ac6c485e8ad3f3baac1be670151da014663
  • Vorgänger 51930364
  • Nachfolger eae4302d

Neues kivitendo Design Aenderungen in templates/webpages/bank_transactions/..

Unterschiede anzeigen:

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 %]
5

  
3 6
[% FOREACH invoice = INVOICES %]
4
 <tr id="extra_row_[% HTML.escape(bt_id) %]_[% HTML.escape(invoice.id) %]">
5
  <td></td>
6
  <td></td>
7
  <td id="assigned_invoices_[% bt.id %]_[% invoice.id %]">
8
   <span id="[% bt_id %].[% invoice.id %]" data-invoice-amount="[% HTML.escape(invoice.open_amount * 1) %]">
9
    [% P.hidden_tag("invoice_ids." _ bt_id _"[]", invoice.id) %]
10
    [% LxERP.t8("Invno.") %]: [% HTML.escape(invoice.invnumber) %]
11
    [% LxERP.t8("Open amount") %]: [% LxERP.format_amount(invoice.open_amount, 2) %]
12
    [% P.select_tag("invoice_skontos." _ bt_id _ "[]", invoice.get_payment_select_options_for_bank_transaction(bt_id), value_key="payment_type", title_key="display") %]
13
    [% P.link_tag("#", "x", onclick="kivi.BankTransaction.delete_invoice(" _ bt_id _ "," _ invoice.id _ ")") %]
14
   </span>
15
  </td>
16
  <td>[% P.input_tag("sources_" _ bt_id _ "_" _ invoice.id, "") %]</td>
17
  <td>[% P.input_tag("memos_" _ bt_id _ "_" _ invoice.id, "") %]</td>
18
  [% IF debug %]
19
  <td></td>
20
  [% END %]
21
  <td></td>
22
  <td></td>
23
  <td></td>
24
  <td></td>
25
  <td></td>
26
  <td></td>
27
  <td></td>
28
  <td></td>
29
  <td></td>
30
  <td></td>
31
  <td></td>
32
 </tr>
7
  <tr id="extra_row_[% HTML.escape(bt_id) %]_[% HTML.escape(invoice.id) %]">
8
    <td></td>
9
    <td></td>
10
    <td id="assigned_invoices_[% bt.id %]_[% invoice.id %]">
11
      <span id="[% bt_id %].[% invoice.id %]" data-invoice-amount="[% HTML.escape(invoice.open_amount * 1) %]">
12
        [% P.hidden_tag("invoice_ids." _ bt_id _"[]", invoice.id) %]
13
        [% LxERP.t8("Invno.") %]: [% HTML.escape(invoice.invnumber) %]
14
        [% LxERP.t8("Open amount") %]: [% LxERP.format_amount(invoice.open_amount, 2) %]
15
        [% P.select_tag("invoice_skontos." _ bt_id _ "[]", invoice.get_payment_select_options_for_bank_transaction(bt_id), value_key="payment_type", title_key="display") %]
16
        [% P.link_tag("#", "x", onclick="kivi.BankTransaction.delete_invoice(" _ bt_id _ "," _ invoice.id _ ")") %]
17
     </span>
18
    </td>
19
    <td>[% P.input_tag("sources_" _ bt_id _ "_" _ invoice.id, "") %]</td>
20
    <td>[% P.input_tag("memos_" _ bt_id _ "_" _ invoice.id, "") %]</td>
21
    [% IF debug %]
22
      <td></td>
23
    [% END %]
24
    <td></td>
25
    <td></td>
26
    <td></td>
27
    <td></td>
28
    <td></td>
29
    <td></td>
30
    <td></td>
31
    <td></td>
32
    <td></td>
33
    <td></td>
34
    <td></td>
35
  </tr>
33 36
[% END %]

Auch abrufbar als: Unified diff