kleine Label Korrektur für HAZA (Report)
This commit is contained in:
parent
fa7674a993
commit
1b992136cc
@ -26,12 +26,12 @@
|
||||
<value>1000</value>
|
||||
</setting>
|
||||
<setting name="LockingServerAddress" serializeAs="String">
|
||||
<value>http://192.168.2.24/LockingService/LockingService.svc</value>
|
||||
<!--value>http://heupferd/bsmd.LockingService/LockingService.svc</value-->
|
||||
<!--value>http://192.168.2.24/LockingService/LockingService.svc</value-->
|
||||
<value>http://heupferd/bsmd.LockingService/LockingService.svc</value>
|
||||
</setting>
|
||||
<setting name="ConnectionString" serializeAs="String">
|
||||
<value>Initial Catalog=nsw;Data Source=192.168.2.24\SQLEXPRESS;Uid=dfuser;pwd=dfpasswd;Persist Security Info=False;Connection Reset=false</value>
|
||||
<!--value>Data Source=(localdb)\MSSQLLocalDB;Initial Catalog=E:\DATA\DB\NSW.MDF;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False</value-->
|
||||
<!--value>Initial Catalog=nsw;Data Source=192.168.2.24\SQLEXPRESS;Uid=dfuser;pwd=dfpasswd;Persist Security Info=False;Connection Reset=false</value-->
|
||||
<value>Data Source=(localdb)\MSSQLLocalDB;Initial Catalog=E:\DATA\DB\NSW.MDF;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False</value>
|
||||
</setting>
|
||||
</ENI2.Properties.Settings>
|
||||
</applicationSettings>
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
|
||||
<WebPage>publish.html</WebPage>
|
||||
<ApplicationRevision>0</ApplicationRevision>
|
||||
<ApplicationVersion>6.5.4.0</ApplicationVersion>
|
||||
<ApplicationVersion>6.6.0.0</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||
|
||||
Binary file not shown.
@ -1675,7 +1675,7 @@ namespace bsmd.ReportGenerator
|
||||
hRow.Cells[3].AddParagraph("Hazards");
|
||||
hRow.Cells[4].AddParagraph("Fl I");
|
||||
hRow.Cells[5].AddParagraph("Flp (C°)");
|
||||
hRow.Cells[6].AddParagraph("Quantity");
|
||||
hRow.Cells[6].AddParagraph("Quant.(kgs)");
|
||||
hRow.Cells[7].AddParagraph("Stow");
|
||||
hRow.Cells[8].AddParagraph("PoL");
|
||||
hRow.Cells[9].AddParagraph("PoD");
|
||||
@ -1740,7 +1740,7 @@ namespace bsmd.ReportGenerator
|
||||
hRow.Cells[1].AddParagraph("UN No");
|
||||
hRow.Cells[2].AddParagraph("IMO Class");
|
||||
hRow.Cells[3].AddParagraph("Product name");
|
||||
hRow.Cells[4].AddParagraph("Quantity");
|
||||
hRow.Cells[4].AddParagraph("Quant.(kgs)");
|
||||
hRow.Cells[5].AddParagraph("Stow. pos");
|
||||
hRow.Cells[6].AddParagraph("PoL");
|
||||
hRow.Cells[7].AddParagraph("PoD");
|
||||
@ -1805,7 +1805,7 @@ namespace bsmd.ReportGenerator
|
||||
hRow.Cells[3].AddParagraph("MHB");
|
||||
hRow.Cells[4].AddParagraph("UN No");
|
||||
hRow.Cells[5].AddParagraph("IMO Class");
|
||||
hRow.Cells[6].AddParagraph("Quantity");
|
||||
hRow.Cells[6].AddParagraph("Quant.(kgs)");
|
||||
hRow.Cells[7].AddParagraph("Stow. pos");
|
||||
hRow.Cells[8].AddParagraph("PoL");
|
||||
hRow.Cells[9].AddParagraph("PoD");
|
||||
@ -1868,7 +1868,7 @@ namespace bsmd.ReportGenerator
|
||||
hRow.Cells[1].AddParagraph("Name");
|
||||
hRow.Cells[2].AddParagraph("Fl I");
|
||||
hRow.Cells[3].AddParagraph("Flp (C°)");
|
||||
hRow.Cells[4].AddParagraph("Quantity");
|
||||
hRow.Cells[4].AddParagraph("Quant.(kgs)");
|
||||
hRow.Cells[5].AddParagraph("Stow. pos");
|
||||
hRow.Cells[6].AddParagraph("PoL");
|
||||
hRow.Cells[7].AddParagraph("PoD");
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
|
||||
[assembly: AssemblyCompany("schick Informatik")]
|
||||
[assembly: AssemblyProduct("BSMD NSW interface")]
|
||||
[assembly: AssemblyInformationalVersion("6.5.0")]
|
||||
[assembly: AssemblyInformationalVersion("6.6.0")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2014-2021 schick Informatik")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
@ -1,4 +1,4 @@
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("6.5.0.*")]
|
||||
[assembly: AssemblyVersion("6.6.0.*")]
|
||||
|
||||
|
||||
@ -5,8 +5,11 @@ ___
|
||||
|
||||
# Planung
|
||||
|
||||
ENI 6.5.0: Korrektur SEC / AGNT Vorlagen
|
||||
ReportGenerator 6.5 (wartet auf Freigabe)
|
||||
ENI 6.6.0:
|
||||
|
||||
ReportGenerator 6.6.0: kleinere Korrekturen
|
||||
|
||||
|
||||
|
||||
# Aktuell installiert bei BSMD
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user