Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 28b3487e

Von Tamino Steinert vor fast 2 Jahren hinzugefügt

  • ID 28b3487e68a37e4486be40e5d0104ad284749555
  • Vorgänger 5fe86fc4

Tests: invoice_to_reclamation.t: Neues DB-Feld tax_chart_type

Unterschiede anzeigen:

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 expense_chart_id tax_id inventory_chart_id
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 tax_chart_type
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 expense_chart_id tax_id inventory_chart_id
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 tax_chart_type
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