Revision 82c4717d
Von Jan Büren vor mehr als 11 Jahren hinzugefügt
SL/IR.pm | ||
---|---|---|
975 | 975 |
i.id AS invoice_id, |
976 | 976 |
i.description, i.longdescription, i.qty, i.fxsellprice AS sellprice, i.parts_id AS id, i.unit, i.deliverydate, i.project_id, i.serialnumber, |
977 | 977 |
i.price_factor_id, i.price_factor, i.marge_price_factor, i.discount, |
978 |
p.partnumber, p.inventory_accno_id AS part_inventory_accno_id, p.bin, pr.projectnumber, pg.partsgroup
|
|
978 |
p.partnumber, p.inventory_accno_id AS part_inventory_accno_id, pr.projectnumber, pg.partsgroup |
|
979 | 979 |
|
980 | 980 |
FROM invoice i |
981 | 981 |
JOIN parts p ON (i.parts_id = p.id) |
... | ... | |
1234 | 1234 |
my $query = |
1235 | 1235 |
qq|SELECT |
1236 | 1236 |
p.id, p.partnumber, p.description, p.lastcost AS sellprice, p.listprice, |
1237 |
p.unit, p.assembly, p.bin, p.onhand, p.formel,
|
|
1237 |
p.unit, p.assembly, p.onhand, p.formel, |
|
1238 | 1238 |
p.notes AS partnotes, p.notes AS longdescription, p.not_discountable, |
1239 | 1239 |
p.inventory_accno_id, p.price_factor_id, |
1240 | 1240 |
|
Auch abrufbar als: Unified diff
Migration von parts.bin nach wirklichen Lager und Lagerplatz s.a. Ticket 2284