Revision 844a541e
Von Moritz Bunkus vor etwa 3 Jahren hinzugefügt
SL/DO.pm | ||
---|---|---|
513 | 513 |
donumber = ?, ordnumber = ?, cusordnumber = ?, transdate = ?, vendor_id = ?, |
514 | 514 |
customer_id = ?, reqdate = ?, tax_point = ?, |
515 | 515 |
shippingpoint = ?, shipvia = ?, notes = ?, intnotes = ?, closed = ?, |
516 |
delivered = ?, department_id = ?, language_id = ?, shipto_id = ?, |
|
516 |
delivered = ?, department_id = ?, language_id = ?, shipto_id = ?, billing_address_id = ?,
|
|
517 | 517 |
globalproject_id = ?, employee_id = ?, salesman_id = ?, cp_id = ?, transaction_description = ?, |
518 | 518 |
is_sales = ?, taxzone_id = ?, taxincluded = ?, payment_id = ?, currency_id = (SELECT id FROM currencies WHERE name = ?), |
519 | 519 |
delivery_term_id = ? |
... | ... | |
525 | 525 |
conv_date($form->{reqdate}), conv_date($form->{tax_point}), $form->{shippingpoint}, $form->{shipvia}, |
526 | 526 |
$restricter->process($form->{notes}), $form->{intnotes}, |
527 | 527 |
$form->{closed} ? 't' : 'f', $form->{delivered} ? "t" : "f", |
528 |
conv_i($form->{department_id}), conv_i($form->{language_id}), conv_i($form->{shipto_id}), |
|
528 |
conv_i($form->{department_id}), conv_i($form->{language_id}), conv_i($form->{shipto_id}), conv_i($form->{billing_address_id}),
|
|
529 | 529 |
conv_i($form->{globalproject_id}), conv_i($form->{employee_id}), |
530 | 530 |
conv_i($form->{salesman_id}), conv_i($form->{cp_id}), |
531 | 531 |
$form->{transaction_description}, |
... | ... | |
731 | 731 |
dord.${vc}_id, cv.name AS ${vc}, |
732 | 732 |
dord.closed, dord.reqdate, dord.department_id, dord.cusordnumber, |
733 | 733 |
d.description AS department, dord.language_id, |
734 |
dord.shipto_id, |
|
734 |
dord.shipto_id, dord.billing_address_id,
|
|
735 | 735 |
dord.itime, dord.mtime, |
736 | 736 |
dord.globalproject_id, dord.delivered, dord.transaction_description, |
737 | 737 |
dord.taxzone_id, dord.taxincluded, dord.payment_id, (SELECT cu.name FROM currencies cu WHERE cu.id=dord.currency_id) AS currency, |
Auch abrufbar als: Unified diff
Zusätzliche Rechnungsadressen: in Verkaufsbelegmasken auswählbar