Revision 9978980b
Von Jan Büren vor fast 14 Jahren hinzugefügt
SL/SEPA.pm | ||
---|---|---|
20 | 20 |
my $query = |
21 | 21 |
qq| |
22 | 22 |
SELECT ap.id, ap.invnumber, ap.vendor_id, ap.amount AS invoice_amount, ap.invoice, |
23 |
v.name AS vendorname, |
|
23 |
v.name AS vendorname, ap.duedate as duedate,
|
|
24 | 24 |
|
25 | 25 |
COALESCE(v.iban, '') <> '' AND COALESCE(v.bic, '') <> '' AS vendor_bank_info_ok, |
26 | 26 |
|
doc/changelog | ||
---|---|---|
20 | 20 |
- FiBu -> Bericht um Suchfeld Kontonummer erweitert |
21 | 21 |
- Ansprechpartner für abweichende Lieferadresse, um das Attribut Geschlecht erweitert |
22 | 22 |
- FiBu -> Bericht -> Offene Forderung | Offene Verbindlichkeiten um Altersstrukturliste (30, 60, 90, 120) erweitert |
23 |
- SEPA Hinzufügen von Überweisungen um das Infofeld Fälligkeitsdatum erweitert |
|
23 | 24 |
|
24 | 25 |
API Änderungen: |
25 | 26 |
|
templates/webpages/sepa/bank_transfer_add.html | ||
---|---|---|
17 | 17 |
</p> |
18 | 18 |
|
19 | 19 |
<p> |
20 |
<table> |
|
20 |
<table border="0">
|
|
21 | 21 |
<tr> |
22 | 22 |
<th class="listheading" align="center"><input type="checkbox" id="select_all"></th> |
23 | 23 |
<th class="listheading">[% 'Vendor' | $T8 %]</th> |
24 | 24 |
<th class="listheading">[% 'Invoice' | $T8 %]</th> |
25 | 25 |
<th class="listheading" align="right">[% 'Amount' | $T8 %]</th> |
26 | 26 |
<th class="listheading" align="right">[% 'Open amount' | $T8 %]</th> |
27 |
<th class="listheading" align="right">[% 'Due Date' | $T8 %]</th> |
|
27 | 28 |
<th class="listheading">[% 'Purpose' | $T8 %]</th> |
28 | 29 |
<th class="listheading" align="right">[% 'Bank transfer amount' | $T8 %]</th> |
29 | 30 |
</tr> |
... | ... | |
58 | 59 |
|
59 | 60 |
<td align="right">[% LxERP.format_amount(invoice.invoice_amount, -2) %]</td> |
60 | 61 |
<td align="right">[% LxERP.format_amount(invoice.open_amount, -2) %]</td> |
62 |
<td align="right">[% invoice.duedate %]</td> |
|
61 | 63 |
<td><input name="bank_transfers[].reference" value="[% HTML.escape(invoice.invnumber) %]"></td> |
62 | 64 |
<td align="right"> |
63 | 65 |
<input name="bank_transfers[].amount" value="[% LxERP.format_amount(invoice.invoice_amount, -2) %]" style="text-align: right"> |
Auch abrufbar als: Unified diff
SEPA Hinzufügen von Überweisungen um das Infofeld Fälligkeitsdatum erweitert