Modificato nome salvataggio report
This commit is contained in:
@@ -53,7 +53,6 @@ namespace Lux.Report.Data.Services
|
||||
Report.ExportToPdf(msOut);
|
||||
ms.Position = 0;
|
||||
|
||||
string fName = $"Offert_{reqId:00000000}.pdf";
|
||||
pdfBytes = msOut.ToArray();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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,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 @@
|
||||
1.1.2604.2317
|
||||
1.1.2604.2409
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user