diff --git a/cope2n-api/fwd_api/utils/file.py b/cope2n-api/fwd_api/utils/file.py index 5561060..0435b5f 100755 --- a/cope2n-api/fwd_api/utils/file.py +++ b/cope2n-api/fwd_api/utils/file.py @@ -502,8 +502,9 @@ def dump_excel_report(input: json): 'N': 'average_accuracy_rate.purchase_date', 'O': 'average_accuracy_rate.retailer_name', 'P': 'average_accuracy_rate.invoice_number', - 'Q': 'average_processing_time.avg', - 'R': 'review_progress' + 'Q': 'average_processing_time.imei', + 'R': 'average_processing_time.invoice', + 'S': 'review_progress' } start_index = 5 for subtotal in input: diff --git a/cope2n-api/report.xlsx b/cope2n-api/report.xlsx index 1910509..33a2f2c 100644 Binary files a/cope2n-api/report.xlsx and b/cope2n-api/report.xlsx differ