Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f2b81f35

Von Tamino Steinert vor fast 2 Jahren hinzugefügt

  • ID f2b81f357b24e368b789e32bbb565ca6cd3ae31d
  • Vorgänger e2ae9146
  • Nachfolger fa1bb834

Reclamation: adjust test for workflow

Unterschiede anzeigen:

t/workflow/invoice_to_reclamation.t
247 247
}
248 248
ok Compare($sales_invoice->strip->as_tree, $converted_sales_reclamation->strip->as_tree, {ignore_hash_keys => [qw(
249 249
      id employee_id itime mtime transdate
250
      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
250
      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
251 251
      delivered closed exchangerate reqdate vendor_id
252 252
      cp_id contact_id
253 253
      cusordnumber cv_record_number
......
270 270
      invnumber record_number
271 271
      )]});
272 272

  
273
# diag Dumper($sales_invoice->strip->as_tree);
274
# diag Dumper($converted_sales_reclamation->strip->as_tree);
273 275

  
274 276
####
275 277
clear_up();
t/workflow/order_reclamation.t
292 292
}
293 293
ok Compare($sales_order->strip->as_tree, $converted_sales_reclamation->strip->as_tree, {ignore_hash_keys => [qw(
294 294
      id employee_id itime mtime reqdate transdate
295
      delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability proforma quonumber quotation
295
      delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability order_status_id proforma quonumber quotation
296 296
      cp_id contact_id
297 297
      cusordnumber cv_record_number
298 298
      ordnumber record_number
......
308 308
}
309 309
ok Compare($sales_reclamation->strip->as_tree, $converted_sales_order->strip->as_tree, {ignore_hash_keys => [qw(
310 310
      id employee_id itime mtime reqdate transdate
311
      delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability proforma quonumber quotation
311
      delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability order_status_id proforma quonumber quotation
312 312
      cp_id contact_id
313 313
      cusordnumber cv_record_number
314 314
      ordnumber record_number
......
325 325
}
326 326
ok Compare($purchase_order->strip->as_tree, $converted_purchase_reclamation->strip->as_tree, {ignore_hash_keys => [qw(
327 327
      id employee_id itime mtime reqdate transdate
328
      delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability proforma quonumber quotation
328
      delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability order_status_id proforma quonumber quotation
329 329
      cp_id contact_id
330 330
      cusordnumber cv_record_number
331 331
      ordnumber record_number
......
341 341
}
342 342
ok Compare($purchase_reclamation->strip->as_tree, $converted_purchase_order->strip->as_tree, {ignore_hash_keys => [qw(
343 343
      id employee_id itime mtime reqdate transdate
344
      delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability proforma quonumber quotation
344
      delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability order_status_id proforma quonumber quotation
345 345
      cp_id contact_id
346 346
      cusordnumber cv_record_number
347 347
      ordnumber record_number
348 348
      )]});
349 349

  
350
# diag Dumper($sales_order->strip->as_tree);
351
# diag Dumper($converted_sales_reclamation->strip->as_tree);
352

  
350 353
####
351 354
clear_up();
352 355

  

Auch abrufbar als: Unified diff