Revision bd4dbce4
Von Tamino Steinert vor mehr als 2 Jahren hinzugefügt
| t/workflow/invoice_to_reclamation.t | ||
|---|---|---|
| }
 | ||
| ok Compare($sales_invoice->strip->as_tree, $converted_sales_reclamation->strip->as_tree, {ignore_hash_keys => [qw(
 | ||
|       id employee_id itime mtime transdate
 | ||
|       datepaid delivery_customer_id delivery_vendor_id deliverydate direct_debit donumber duedate dunning_config_id gldate invnumber_for_credit_note invoice marge_percent marge_total orddate ordnumber paid qrbill_without_amount quodate quonumber storno storno_id type
 | ||
|       datepaid delivery_customer_id delivery_vendor_id deliverydate direct_debit donumber duedate dunning_config_id gldate invnumber_for_credit_note invoice marge_percent marge_total orddate ordnumber paid qr_reference qr_unstructured_message qrbill_without_amount quodate quonumber storno storno_id type
 | ||
|       delivered closed exchangerate reqdate vendor_id
 | ||
|       cp_id contact_id
 | ||
|       cusordnumber cv_record_number
 | ||
| ... | ... | |
|       invnumber record_number
 | ||
|       )]});
 | ||
|  | ||
| # diag Dumper($sales_invoice->strip->as_tree);
 | ||
| # diag Dumper($converted_sales_reclamation->strip->as_tree);
 | ||
|  | ||
| ####
 | ||
| clear_up();
 | ||
| t/workflow/order_reclamation.t | ||
|---|---|---|
| }
 | ||
| ok Compare($sales_order->strip->as_tree, $converted_sales_reclamation->strip->as_tree, {ignore_hash_keys => [qw(
 | ||
|       id employee_id itime mtime reqdate transdate
 | ||
|       delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability proforma quonumber quotation
 | ||
|       delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability order_status_id proforma quonumber quotation
 | ||
|       cp_id contact_id
 | ||
|       cusordnumber cv_record_number
 | ||
|       ordnumber record_number
 | ||
| ... | ... | |
| }
 | ||
| ok Compare($sales_reclamation->strip->as_tree, $converted_sales_order->strip->as_tree, {ignore_hash_keys => [qw(
 | ||
|       id employee_id itime mtime reqdate transdate
 | ||
|       delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability proforma quonumber quotation
 | ||
|       delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability order_status_id proforma quonumber quotation
 | ||
|       cp_id contact_id
 | ||
|       cusordnumber cv_record_number
 | ||
|       ordnumber record_number
 | ||
| ... | ... | |
| }
 | ||
| ok Compare($purchase_order->strip->as_tree, $converted_purchase_reclamation->strip->as_tree, {ignore_hash_keys => [qw(
 | ||
|       id employee_id itime mtime reqdate transdate
 | ||
|       delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability proforma quonumber quotation
 | ||
|       delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability order_status_id proforma quonumber quotation
 | ||
|       cp_id contact_id
 | ||
|       cusordnumber cv_record_number
 | ||
|       ordnumber record_number
 | ||
| ... | ... | |
| }
 | ||
| ok Compare($purchase_reclamation->strip->as_tree, $converted_purchase_order->strip->as_tree, {ignore_hash_keys => [qw(
 | ||
|       id employee_id itime mtime reqdate transdate
 | ||
|       delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability proforma quonumber quotation
 | ||
|       delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability order_status_id proforma quonumber quotation
 | ||
|       cp_id contact_id
 | ||
|       cusordnumber cv_record_number
 | ||
|       ordnumber record_number
 | ||
|       )]});
 | ||
|  | ||
| # diag Dumper($sales_order->strip->as_tree);
 | ||
| # diag Dumper($converted_sales_reclamation->strip->as_tree);
 | ||
|  | ||
| ####
 | ||
| clear_up();
 | ||
|  | ||
Auch abrufbar als: Unified diff
Reclamation: adjust test for workflow