Revision 64515aa9
Von Bernd Blessmann vor mehr als 13 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
1514 | 1514 |
i.description, i.longdescription, i.qty, i.fxsellprice AS sellprice, i.discount, i.parts_id AS id, i.unit, i.deliverydate AS reqdate, |
1515 | 1515 |
i.project_id, i.serialnumber, i.id AS invoice_pos, i.pricegroup_id, i.ordnumber, i.transdate, i.cusordnumber, i.subtotal, i.lastcost, |
1516 | 1516 |
i.price_factor_id, i.price_factor, i.marge_price_factor, |
1517 |
p.partnumber, p.assembly, p.bin, p.notes AS partnotes, p.inventory_accno_id AS part_inventory_accno_id, p.formel, |
|
1517 |
p.partnumber, p.assembly, p.bin, p.notes AS partnotes, p.inventory_accno_id AS part_inventory_accno_id, p.formel, p.listprice,
|
|
1518 | 1518 |
pr.projectnumber, pg.partsgroup, prg.pricegroup |
1519 | 1519 |
|
1520 | 1520 |
FROM invoice i |
Auch abrufbar als: Unified diff
Listenpreis wird beim Laden von Verkaufsformularen gesetzt.
Vorher war der immer 0. Jetzt wird aus parts gesetzt. In den
Tabellen der Verkaufsdokumente ist er nicht drin, wird dort
also nicht gespeichert.