X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpay_posting_import%2Fform.html;h=06f6f02e483641087ae69493df9cfc33349dfa3e;hb=43816cb7289ee9225c3bb229d077bd87a75562cc;hp=f20f93334637fbcff21d723acbf21197ff156676;hpb=fb2cef4de45ef83c47c01bd3af283ca2b2dd26ed;p=kivitendo-erp.git diff --git a/templates/webpages/pay_posting_import/form.html b/templates/webpages/pay_posting_import/form.html index f20f93334..06f6f02e4 100644 --- a/templates/webpages/pay_posting_import/form.html +++ b/templates/webpages/pay_posting_import/form.html @@ -4,6 +4,35 @@ [%- USE T8 %] [%- INCLUDE 'common/flash.html' %]
[% FORM.title %]
+ +[% IF (SELF.gl_trans.size) %] +

[% SELF.gl_trans.size %] [% "entries imported" | $T8 %].

+
+ + + + + + + + + + + + [%- FOREACH gl = SELF.gl_trans %] + + + + + + + + [% END %] + +
[%- LxERP.t8("Date") %][%- LxERP.t8("Description") %][%- LxERP.t8("Debit") %][%- LxERP.t8("Credit") %][%- LxERP.t8("Amount") %]
[%- gl.transdate.to_kivitendo -%][%- gl.description -%][%- gl.transactions.1.chart.accno -%] [%- gl.transactions.1.chart.description -%][%- gl.transactions.0.chart.accno -%] [%- gl.transactions.0.chart.description -%] [%- LxERP.format_amount(gl.transactions.0.amount , 2) %]
+
+[% END %] +

[% "Import a File:" | $T8 %]