Merge pull request #100 from SDSRV-IDP/trungpt/roll_back_old_report_format

Roll back old report format
This commit is contained in:
Đỗ Xuân Tân 2024-03-22 10:33:17 +07:00 committed by GitHub Enterprise
commit d0a088d068
2 changed files with 3 additions and 2 deletions

View File

@ -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:

Binary file not shown.