Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 624bfec3

Von Tamino Steinert vor etwa 2 Jahren hinzugefügt

  • ID 624bfec363187032e1f08221c15a5270e98138a4
  • Vorgänger 675fb784
  • Nachfolger ff99fff9

Tests: invoice_to_reclamation.t: add new fields to ignore list

expense_chart_id tax_id inventory_chart_id

Unterschiede anzeigen:

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