3.5.4: Kleine Korrekturen an Excel und Versand

This commit is contained in:
Daniel Schick 2017-04-20 18:52:18 +00:00
parent a9f8fdbe00
commit 72c9659cfc
6 changed files with 2170 additions and 2167 deletions

Binary file not shown.

View File

@ -153,6 +153,7 @@ namespace bsmd.ExcelReadService
// construct file path
string fileNameWithPath = Path.Combine(Path.GetDirectoryName(receivedFileName),
string.Format("{0}_{1}.xlsx", this.templateNames[i], Path.GetFileNameWithoutExtension(receivedFileName)));
this.workbooks[i].Worksheets[1].Select(Type.Missing);
this.workbooks[i].SaveAs(fileNameWithPath, XlFileFormat.xlOpenXMLWorkbook, Type.Missing, Type.Missing, Type.Missing,
Type.Missing, XlSaveAsAccessMode.xlNoChange, Type.Missing, Type.Missing, Type.Missing,
Type.Missing, Type.Missing);

File diff suppressed because it is too large Load Diff

View File

@ -2,6 +2,6 @@
[assembly: AssemblyCompany("Informatikbüro Daniel Schick")]
[assembly: AssemblyProduct("BSMD NSW interface")]
[assembly: AssemblyInformationalVersion("3.5.3")]
[assembly: AssemblyInformationalVersion("3.5.4")]
[assembly: AssemblyCopyright("Copyright © 2014-2017 Informatikbüro Daniel Schick. All rights reserved.")]
[assembly: AssemblyTrademark("")]

View File

@ -1,4 +1,4 @@
using System.Reflection;
[assembly: AssemblyVersion("3.5.3.*")]
[assembly: AssemblyVersion("3.5.4.*")]

View File

@ -924,6 +924,8 @@ namespace bsmd.dbh
for (int i = 0; i < was.WasteDisposalServiceProvider.Count; i++)
{
if (was.WasteDisposalServiceProvider[i].WasteDisposalServiceProviderName.Trim().IsNullOrEmpty()) continue;
choiceType3s.Add(ItemsChoiceType3.WasteDisposalServiceProviderName);
wasteItems.Add(was.WasteDisposalServiceProvider[i].WasteDisposalServiceProviderName);