diff --git a/cope2n-api/fwd_api/utils/file.py b/cope2n-api/fwd_api/utils/file.py index ff613fa..1178252 100644 --- a/cope2n-api/fwd_api/utils/file.py +++ b/cope2n-api/fwd_api/utils/file.py @@ -487,6 +487,7 @@ def dict2xlsx(input: json, _type='report'): 'O': 'average_accuracy_rate.retailer_name', 'P': 'average_processing_time.imei', 'Q': 'average_processing_time.invoice', + 'R': 'preview_process' } start_index = 5 diff --git a/cope2n-api/report.xlsx b/cope2n-api/report.xlsx index d1f1d99..f96d071 100644 Binary files a/cope2n-api/report.xlsx and b/cope2n-api/report.xlsx differ