Revision 109745f3
Von Bernd Bleßmann vor etwa 9 Jahren hinzugefügt
SL/DB/Helper/FlattenToForm.pm | ||
---|---|---|
63 | 63 |
_copy($item->part, $form, '', "_${idx}", 0, qw(id partnumber weight)); |
64 | 64 |
_copy($item->part, $form, '', "_${idx}", 0, qw(listprice)); |
65 | 65 |
_copy($item, $form, '', "_${idx}", 0, qw(description project_id ship serialnumber pricegroup_id ordnumber donumber cusordnumber unit |
66 |
subtotal longdescription price_factor_id marge_price_factor approved_sellprice reqdate transdate)); |
|
66 |
subtotal longdescription price_factor_id marge_price_factor approved_sellprice reqdate transdate |
|
67 |
active_price_source active_discount_source)); |
|
67 | 68 |
_copy($item, $form, '', "_${idx}", $format_noround, qw(qty sellprice)); |
68 | 69 |
_copy($item, $form, '', "_${idx}", $format_amounts, qw(marge_total marge_percent lastcost)); |
69 | 70 |
_copy($item, $form, '', "_${idx}", $format_percent, qw(discount)); |
Auch abrufbar als: Unified diff
FlattenToForm: Preis- und Rabatt-Quellen berücksichtigen.