BeWoAmrath Fehlkontakte

This commit is contained in:
2023-06-06 08:28:45 +02:00
parent e46e55bc49
commit b4dbc15ef2
2 changed files with 12 additions and 5 deletions

View File

@@ -128,6 +128,7 @@ namespace BeWo.BeWoAmrath
if (AddServiceRecordToDuration(item))
{
decimal duration = 0;
flsIstFK = 0;
if (item.GroupRoundedDuration.HasValue)
{
@@ -147,7 +148,10 @@ namespace BeWo.BeWoAmrath
}
duration *= prozent / 100;
flsIstFK += duration;
if (prozent != 100)
{
flsIstFK = duration;
}
}
else
{
@@ -163,7 +167,10 @@ namespace BeWo.BeWoAmrath
duration *= prozent / 100;
flsIstFK = duration;
if (prozent != 100)
{
flsIstFK = duration;
}
}
if (item.ServiceDescription != null &&

View File

@@ -670,13 +670,13 @@ namespace BeWo.BeWoAmrath
// xrLabel7
//
this.xrLabel7.Borders = DevExpress.XtraPrinting.BorderSide.Top;
this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(337.2079F, 229.6668F);
this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(325.9165F, 229.6668F);
this.xrLabel7.Name = "xrLabel7";
this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrLabel7.SizeF = new System.Drawing.SizeF(161.5834F, 17.99997F);
this.xrLabel7.SizeF = new System.Drawing.SizeF(174.0834F, 17.99997F);
this.xrLabel7.StylePriority.UseBorders = false;
this.xrLabel7.StylePriority.UseFont = false;
this.xrLabel7.Text = "Unterschrift Klient";
this.xrLabel7.Text = "Unterschrift Leistungsempfänger";
//
// xrLabel8
//