From 9978980b02d0f7dc82bc406993af07f5b7b1d967 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Mon, 22 Nov 2010 15:32:46 +0100 Subject: [PATCH] =?utf8?q?SEPA=20Hinzuf=C3=BCgen=20von=20=C3=9Cberweisunge?= =?utf8?q?n=20um=20das=20Infofeld=20F=C3=A4lligkeitsdatum=20erweitert?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/SEPA.pm | 2 +- doc/changelog | 1 + templates/webpages/sepa/bank_transfer_add.html | 4 +++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/SL/SEPA.pm b/SL/SEPA.pm index 05e1ec610..a5fd4e1ed 100644 --- a/SL/SEPA.pm +++ b/SL/SEPA.pm @@ -20,7 +20,7 @@ sub retrieve_open_invoices { my $query = qq| SELECT ap.id, ap.invnumber, ap.vendor_id, ap.amount AS invoice_amount, ap.invoice, - v.name AS vendorname, + v.name AS vendorname, ap.duedate as duedate, COALESCE(v.iban, '') <> '' AND COALESCE(v.bic, '') <> '' AS vendor_bank_info_ok, diff --git a/doc/changelog b/doc/changelog index 0623529ac..032202053 100644 --- a/doc/changelog +++ b/doc/changelog @@ -20,6 +20,7 @@ - FiBu -> Bericht um Suchfeld Kontonummer erweitert - Ansprechpartner für abweichende Lieferadresse, um das Attribut Geschlecht erweitert - FiBu -> Bericht -> Offene Forderung | Offene Verbindlichkeiten um Altersstrukturliste (30, 60, 90, 120) erweitert + - SEPA Hinzufügen von Überweisungen um das Infofeld Fälligkeitsdatum erweitert API Änderungen: diff --git a/templates/webpages/sepa/bank_transfer_add.html b/templates/webpages/sepa/bank_transfer_add.html index 4aa4ab9f2..1eb34be40 100644 --- a/templates/webpages/sepa/bank_transfer_add.html +++ b/templates/webpages/sepa/bank_transfer_add.html @@ -17,13 +17,14 @@

- +
+ @@ -58,6 +59,7 @@ +
[% 'Vendor' | $T8 %] [% 'Invoice' | $T8 %] [% 'Amount' | $T8 %] [% 'Open amount' | $T8 %][% 'Due Date' | $T8 %] [% 'Purpose' | $T8 %] [% 'Bank transfer amount' | $T8 %]
[% LxERP.format_amount(invoice.invoice_amount, -2) %] [% LxERP.format_amount(invoice.open_amount, -2) %][% invoice.duedate %] -- 2.20.1