Revision 624bfec3
Von Tamino Steinert vor fast 2 Jahren hinzugefügt
t/workflow/invoice_to_reclamation.t | ||
---|---|---|
239 | 239 |
"sales_invoice_items to sales_reclamation_items", |
240 | 240 |
qw( |
241 | 241 |
id trans_id reclamation_id itime mtime |
242 |
allocated assemblyitem cusordnumber deliverydate donumber fxsellprice marge_percent marge_price_factor marge_total optional ordnumber subtotal transdate |
|
242 |
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
|
|
243 | 243 |
reason_description_ext reason_description_int reason_id reqdate |
244 | 244 |
)); |
245 | 245 |
} @sales_invoice_items, @converted_sales_reclamation_items; |
... | ... | |
259 | 259 |
"purchase_invoice_items to purchase_reclamation_items", |
260 | 260 |
qw( |
261 | 261 |
id trans_id reclamation_id itime mtime |
262 |
allocated assemblyitem cusordnumber deliverydate donumber fxsellprice marge_percent marge_price_factor marge_total optional ordnumber subtotal transdate |
|
262 |
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
|
|
263 | 263 |
reason_description_ext reason_description_int reason_id reqdate |
264 | 264 |
)); |
265 | 265 |
} @purchase_invoice_items, @converted_purchase_reclamation_items; |
Auch abrufbar als: Unified diff
Tests: invoice_to_reclamation.t: add new fields to ignore list