|
|
@@ -98,7 +98,7 @@ class ReportController( |
|
|
|
|
|
|
|
@PostMapping("/downloadLateStartReport") |
|
|
|
fun downloadLateStartReport(): ResponseEntity<ByteArrayResource> { |
|
|
|
val reportBytes = excelReportService.generateLateStartReport() |
|
|
|
val reportBytes = excelReportService.generateLateStartReport(Project()) |
|
|
|
val headers = HttpHeaders() |
|
|
|
headers.add("Content-Disposition", "attachment; filename=Late_Start_Report_${LocalDate.now()}.xlsx") |
|
|
|
|
|
|
|