Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f5e39f21

Von Jan Büren vor fast 3 Jahren hinzugefügt

  • ID f5e39f21bd5f9c5dd9a8bbbdfa34d0c17a2fc44d
  • Vorgänger fb2cef4d
  • Nachfolger 266e8eb9

S:C:PayPostingImport Bei Erfolg, importierte Buchungen anzeigen

Unterschiede anzeigen:

templates/webpages/pay_posting_import/form.html
4 4
[%- USE T8 %]
5 5
[%- INCLUDE 'common/flash.html' %]
6 6
<div class="listtop">[% FORM.title %]</div>
7

  
8
[% IF (SELF.gl_trans.size) %]
9
  <p>[% SELF.gl_trans.size %][% "entries imported" | $T8 %].</p>
10
<div style="padding-bottom: 15px">
11
 <table id="gl_trans">
12
  <thead>
13
   <tr>
14
    <th class="listheading">[%- LxERP.t8("Date") %]</th>
15
    <th class="listheading">[%- LxERP.t8("Description") %]</th>
16
    <th class="listheading">[%- LxERP.t8("Debit") %]</th>
17
    <th class="listheading">[%- LxERP.t8("Credit") %]</th>
18
    <th class="listheading">[%- LxERP.t8("Amount") %]</th>
19
   </tr>
20
  </thead>
21
  <tbody>
22
  [%- FOREACH gl = SELF.gl_trans %]
23
    <tr class="listrow[% loop.count % 2 %]">
24
    <td>[%- gl.transdate.to_kivitendo -%]</td>
25
    <td align="left">[%- gl.description -%]</td>
26
    <td align="left">[%- gl.transactions.1.chart.accno -%]&nbsp;[%- gl.transactions.1.chart.description -%]</td>
27
    <td align="left">[%- gl.transactions.0.chart.accno -%]&nbsp;[%- gl.transactions.0.chart.description -%]</td>
28
    <td align="right"> [%- LxERP.format_amount(gl.transactions.0.amount    , 2) %]</td>
29
   </tr>
30
  [% END %]
31
     </tbody>
32
 </table>
33
 <div>
34
[% END %]
35

  
7 36
<p>
8 37
 [% "Import a File:" | $T8 %]
9 38
</p>

Auch abrufbar als: Unified diff