SPZRatingen: Accent korrigiert

This commit is contained in:
2023-05-31 13:52:02 +02:00
parent 94c588c1db
commit a32e909a3a
2 changed files with 8 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ namespace SPZRatingen.Alt
MittelbareLeistungStd1.Text = string.Format("{0:0.00}",
pRO.GeleisteteFLSMitStundensatz3*
((decimal) pRO.RateFactor - 1));
Stundensatz1Text.Text = string.Format("á {0:0.00}", pRO.HourlyRate3);
Stundensatz1Text.Text = string.Format("à {0:0.00}", pRO.HourlyRate3);
pRO.Betrag1 = String.Format("{0:c}",
pRO.GeleisteteFLSMitStundensatz3*(decimal) pRO.RateFactor*
@@ -66,7 +66,7 @@ namespace SPZRatingen.Alt
MittelbareLeistungStd2.Text = string.Format("{0:0.00}",
pRO.GeleisteteFLSMitStundensatzAlt*
((decimal) pRO.RateFactor - 1));
Stundensatz2Text.Text = string.Format("á {0:0.00}", pRO.HourlyRateOld);
Stundensatz2Text.Text = string.Format("à {0:0.00}", pRO.HourlyRateOld);
pRO.Betrag2 = String.Format("{0:c}",
pRO.GeleisteteFLSMitStundensatzAlt*(decimal) pRO.RateFactor*
@@ -88,7 +88,7 @@ namespace SPZRatingen.Alt
MittelbareLeistungStd3.Text = string.Format("{0:0.00}",
pRO.GeleisteteFLSMitStundensatzAktuell*
((decimal) pRO.RateFactor - 1));
Stundensatz3Text.Text = string.Format("á {0:0.00}", pRO.HourlyRateNew);
Stundensatz3Text.Text = string.Format("à {0:0.00}", pRO.HourlyRateNew);
pRO.Betrag3 = String.Format("{0:c}",
pRO.GeleisteteFLSMitStundensatzAktuell*(decimal) pRO.RateFactor*
@@ -123,7 +123,7 @@ namespace SPZRatingen.Alt
MittelbareLeistungStd2.Text = string.Format("{0:0.00}",
pRO.GeleisteteFLSMitStundensatzAlt*
((decimal) pRO.RateFactor - 1));
Stundensatz2Text.Text = string.Format("á {0:0.00}", pRO.HourlyRateOld);
Stundensatz2Text.Text = string.Format("à {0:0.00}", pRO.HourlyRateOld);
pRO.Betrag2 = String.Format("{0:c}",
pRO.GeleisteteFLSMitStundensatzAlt*(decimal) pRO.RateFactor*
@@ -146,7 +146,7 @@ namespace SPZRatingen.Alt
MittelbareLeistungStd3.Text = string.Format("{0:0.00}",
pRO.GeleisteteFLSMitStundensatzAktuell*
((decimal) pRO.RateFactor - 1));
Stundensatz3Text.Text = string.Format("á {0:0.00}", pRO.HourlyRateNew);
Stundensatz3Text.Text = string.Format("à {0:0.00}", pRO.HourlyRateNew);
pRO.Betrag3 = String.Format("{0:c}",
pRO.GeleisteteFLSMitStundensatzAktuell*(decimal) pRO.RateFactor*
@@ -172,7 +172,7 @@ namespace SPZRatingen.Alt
Zwischensumme3Text.Text = "Zwischensumme:";
gelStunden3.Text = string.Format("{0:0.00}", pRO.GeleisteteFLSMitStundensatzAktuell);
MittelbareLeistungStd3.Text = string.Format("{0:0.00}", pRO.GeleisteteFLSMitStundensatzAktuell* ((decimal) pRO.RateFactor - 1));
Stundensatz3Text.Text = string.Format("á {0:0.00}", pRO.HourlyRateNew);
Stundensatz3Text.Text = string.Format("à {0:0.00}", pRO.HourlyRateNew);
pRO.Betrag3 = String.Format("{0:c}", pRO.GeleisteteFLSMitStundensatzAktuell*(decimal) pRO.RateFactor* pRO.HourlyRateNew);
BetragZwischensumme3Text.Text = pRO.Betrag3;

View File

@@ -528,7 +528,7 @@ namespace SPZRatingen
this.Stundensatz1Text.Borders = DevExpress.XtraPrinting.BorderSide.Top;
this.Stundensatz1Text.CanShrink = true;
this.Stundensatz1Text.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceItems.AmountPerUnit", "á {0:c}")});
new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceItems.AmountPerUnit", "à {0:c}")});
this.Stundensatz1Text.Font = new System.Drawing.Font("Arial", 11F);
this.Stundensatz1Text.LocationFloat = new DevExpress.Utils.PointFloat(428.75F, 46.00003F);
this.Stundensatz1Text.Name = "Stundensatz1Text";
@@ -612,7 +612,7 @@ namespace SPZRatingen
this.Zwischensumme1Text.StylePriority.UseBorders = false;
this.Zwischensumme1Text.StylePriority.UseFont = false;
this.Zwischensumme1Text.StylePriority.UseTextAlignment = false;
this.Zwischensumme1Text.Text = "Zwischensumme:";
this.Zwischensumme1Text.Text = "Zwischensumme [DetailDescription]:";
this.Zwischensumme1Text.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
//
// xrLabel11