Revision 624bfec3
Von Tamino Steinert vor etwa 2 Jahren hinzugefügt
| t/workflow/invoice_to_reclamation.t | ||
|---|---|---|
|
"sales_invoice_items to sales_reclamation_items",
|
||
|
qw(
|
||
|
id trans_id reclamation_id itime mtime
|
||
|
allocated assemblyitem cusordnumber deliverydate donumber fxsellprice marge_percent marge_price_factor marge_total optional ordnumber subtotal transdate
|
||
|
allocated assemblyitem cusordnumber deliverydate donumber fxsellprice marge_percent marge_price_factor marge_total optional ordnumber subtotal transdate expense_chart_id tax_id inventory_chart_id
|
||
|
reason_description_ext reason_description_int reason_id reqdate
|
||
|
));
|
||
|
} @sales_invoice_items, @converted_sales_reclamation_items;
|
||
| ... | ... | |
|
"purchase_invoice_items to purchase_reclamation_items",
|
||
|
qw(
|
||
|
id trans_id reclamation_id itime mtime
|
||
|
allocated assemblyitem cusordnumber deliverydate donumber fxsellprice marge_percent marge_price_factor marge_total optional ordnumber subtotal transdate
|
||
|
allocated assemblyitem cusordnumber deliverydate donumber fxsellprice marge_percent marge_price_factor marge_total optional ordnumber subtotal transdate expense_chart_id tax_id inventory_chart_id
|
||
|
reason_description_ext reason_description_int reason_id reqdate
|
||
|
));
|
||
|
} @purchase_invoice_items, @converted_purchase_reclamation_items;
|
||
Auch abrufbar als: Unified diff
Tests: invoice_to_reclamation.t: add new fields to ignore list