Revision 4ac75385
Von Werner Hahn vor mehr als 1 Jahr hinzugefügt
SL/OE.pm | ||
---|---|---|
1290 | 1290 |
o.price_factor_id, o.price_factor, o.marge_price_factor, o.active_price_source, o.active_discount_source, |
1291 | 1291 |
pr.projectnumber, p.formel, |
1292 | 1292 |
pg.partsgroup, o.pricegroup_id, (SELECT pricegroup FROM pricegroup WHERE id=o.pricegroup_id) as pricegroup, |
1293 |
e.login as orderer
|
|
1293 |
e.name as orderer, e.id as orderer_id
|
|
1294 | 1294 |
FROM orderitems o |
1295 | 1295 |
JOIN parts p ON (o.parts_id = p.id) |
1296 | 1296 |
JOIN oe ON (o.trans_id = oe.id) |
bin/mozilla/io.pl | ||
---|---|---|
585 | 585 |
$cgi->hidden("-name" => "price_new_$i", "-value" => $form->format_amount(\%myconfig, $form->{"price_new_$i"})), |
586 | 586 |
map { ($cgi->hidden("-name" => $_, "-id" => $_, "-value" => $form->{$_})); } map { $_."_$i" } |
587 | 587 |
(qw(bo price_old id inventory_accno bin partsgroup partnotes active_price_source active_discount_source |
588 |
orderer_id |
|
588 | 589 |
income_accno expense_accno listprice part_type taxaccounts ordnumber donumber transdate cusordnumber |
589 | 590 |
longdescription basefactor marge_absolut marge_percent marge_price_factor weight), @hidden_vars) |
590 | 591 |
); |
Auch abrufbar als: Unified diff
BestellerIn in 2. Positionzeile anzeigen bisher nur Lieferantenauftrag