Modificato nome salvataggio report

This commit is contained in:
Annamaria Sassi
2026-04-24 09:04:26 +02:00
parent 82d9ceed85
commit 1508a3dbbe
6 changed files with 6 additions and 7 deletions
@@ -53,7 +53,6 @@ namespace Lux.Report.Data.Services
Report.ExportToPdf(msOut);
ms.Position = 0;
string fName = $"Offert_{reqId:00000000}.pdf";
pdfBytes = msOut.ToArray();
}
}
+1 -1
View File
@@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>1.1.2604.2316</Version>
<Version>1.1.2604.2409</Version>
</PropertyGroup>
<ItemGroup>
+2 -2
View File
@@ -142,9 +142,9 @@ app.MapGet("/download", async (
break;
}
string dataFullUrl = $"{apiUrl}/{dataUrl}/{dataReportUrl}";
var pdf = await pdfService.GeneratePdfAsync(reqId.Value, repType, selFile, imgFullUrl, dataFullUrl);
return Results.File(pdf, "application/pdf");
string fName = $"{repType}_{reqId:00000000}.pdf";
return Results.File(pdf, "application/pdf", fName);
});
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>LUX - Web Windows MES</i>
<h4>Versione: 1.1.2604.2317</h4>
<h4>Versione: 1.1.2604.2409</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
1.1.2604.2317
1.1.2604.2409
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.1.2604.2317</version>
<version>1.1.2604.2409</version>
<url>http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip</url>
<changelog>http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html</changelog>
<mandatory>false</mandatory>