Revision e6346d3f
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
SL/AR.pm | ||
---|---|---|
411 | 411 |
my $query = qq|SELECT a.id, a.invnumber, a.ordnumber, a.transdate, |
412 | 412 |
a.duedate, a.netamount, a.amount, a.paid, c.name, |
413 | 413 |
a.invoice, a.datepaid, a.terms, a.notes, a.shipvia, |
414 |
a.shippingpoint, |
|
414 |
a.shippingpoint, a.storno,
|
|
415 | 415 |
e.name AS employee |
416 | 416 |
FROM ar a |
417 | 417 |
JOIN customer c ON (a.customer_id = c.id) |
Auch abrufbar als: Unified diff
Beim Rechnungsbericht eine Spalte "Typ" anzeigen, in der R für Rechnung, S für Stornorechnung und G für Gutschrift steht.