Revision a0b82b1e
Von Jan Büren vor mehr als 3 Jahren hinzugefügt
SL/AP.pm | ||
---|---|---|
450 | 450 |
qq|SELECT a.id, a.invnumber, a.transdate, a.duedate, a.amount, a.paid, | . |
451 | 451 |
qq| a.ordnumber, v.name, a.invoice, a.netamount, a.datepaid, a.notes, | . |
452 | 452 |
qq| a.globalproject_id, a.storno, a.storno_id, a.direct_debit, | . |
453 |
qq| a.transaction_description, | . |
|
453 |
qq| a.transaction_description, a.itime::DATE AS insertdate, | .
|
|
454 | 454 |
qq| pr.projectnumber AS globalprojectnumber, | . |
455 | 455 |
qq| e.name AS employee, | . |
456 | 456 |
qq| v.vendornumber, v.country, v.ustid, | . |
bin/mozilla/ap.pl | ||
---|---|---|
1023 | 1023 |
my @columns = |
1024 | 1024 |
qw(transdate id type invnumber ordnumber name netamount tax amount paid datepaid |
1025 | 1025 |
due duedate transaction_description notes employee globalprojectnumber department |
1026 |
vendornumber country ustid taxzone payment_terms charts debit_chart direct_debit); |
|
1026 |
vendornumber country ustid taxzone payment_terms charts debit_chart direct_debit |
|
1027 |
insertdate); |
|
1027 | 1028 |
|
1028 | 1029 |
my @hidden_variables = map { "l_${_}" } @columns; |
1029 | 1030 |
push @hidden_variables, "l_subtotal", qw(open closed vendor invnumber ordnumber transaction_description notes project_id transdatefrom transdateto |
... | ... | |
1058 | 1059 |
'charts' => { 'text' => $locale->text('Chart'), }, |
1059 | 1060 |
'debit_chart' => { 'text' => $locale->text('Debit Account'), }, |
1060 | 1061 |
'direct_debit' => { 'text' => $locale->text('direct debit'), }, |
1062 |
'insertdate' => { 'text' => $locale->text('Insert Date'), }, |
|
1061 | 1063 |
); |
1062 | 1064 |
|
1063 | 1065 |
foreach my $name (qw(id transdate duedate invnumber ordnumber name datepaid employee shippingpoint shipvia transaction_description direct_debit department)) { |
doc/changelog | ||
---|---|---|
29 | 29 |
- Seriennummer ist jetzt ein Pflichtfeld für Lieferscheine (Einkauf und Verkauf), |
30 | 30 |
falls die Ware im Beleg in den Stammdaten mit "Hat eine Serienummer" markiert ist. |
31 | 31 |
- Einkaufsbericht um Anzeige erstes Sollkonto erweitert |
32 |
- Einkaufsbericht um Anzeige Erfassungsdatum erweitert |
|
32 | 33 |
|
33 | 34 |
Bugfixes (Tracker: https://www.kivitendo.de/redmine): |
34 | 35 |
|
Auch abrufbar als: Unified diff
Einkaufsbericht um Anzeige Erfassungsdatum erweitert