MH: JusinaJugendhilfe Neuabstimmung Taetigkeitsnachweis

This commit is contained in:
2026-08-05 13:41:56 +02:00
parent 7b6a90dd9f
commit 9d5c5bd161

View File

@@ -61,6 +61,7 @@ namespace JusinaJugendhilfe.Reporting
this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.formattingRuleStartDate = new DevExpress.XtraReports.UI.FormattingRule(); this.formattingRuleStartDate = new DevExpress.XtraReports.UI.FormattingRule();
this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox(); this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox();
@@ -77,6 +78,11 @@ namespace JusinaJugendhilfe.Reporting
this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
this.lblUnterschriftKlient = new DevExpress.XtraReports.UI.XRLabel();
this.pbCustomerUnterschrift = new DevExpress.XtraReports.UI.XRPictureBox();
this.lblCustomerUnterschrift = new DevExpress.XtraReports.UI.XRLabel();
this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel();
this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
this.lblUnterschriftMitarbeiter = new DevExpress.XtraReports.UI.XRLabel(); this.lblUnterschriftMitarbeiter = new DevExpress.XtraReports.UI.XRLabel();
this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
@@ -91,12 +97,6 @@ namespace JusinaJugendhilfe.Reporting
this.fieldMed = new DevExpress.XtraReports.UI.CalculatedField(); this.fieldMed = new DevExpress.XtraReports.UI.CalculatedField();
this.fieldSonstiges = new DevExpress.XtraReports.UI.CalculatedField(); this.fieldSonstiges = new DevExpress.XtraReports.UI.CalculatedField();
this.fieldDoku = new DevExpress.XtraReports.UI.CalculatedField(); this.fieldDoku = new DevExpress.XtraReports.UI.CalculatedField();
this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.lblUnterschriftKlient = new DevExpress.XtraReports.UI.XRLabel();
this.pbCustomerUnterschrift = new DevExpress.XtraReports.UI.XRPictureBox();
this.lblCustomerUnterschrift = new DevExpress.XtraReports.UI.XRLabel();
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
@@ -525,6 +525,10 @@ namespace JusinaJugendhilfe.Reporting
this.xrTableCell48.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; this.xrTableCell48.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter;
this.xrTableCell48.Weight = 1.4690088582907872D; this.xrTableCell48.Weight = 1.4690088582907872D;
// //
// bindingSource1
//
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO);
//
// formattingRuleStartDate // formattingRuleStartDate
// //
this.formattingRuleStartDate.Condition = "[StartDate2] < [StartDate]"; this.formattingRuleStartDate.Condition = "[StartDate2] < [StartDate]";
@@ -727,6 +731,68 @@ namespace JusinaJugendhilfe.Reporting
this.GroupFooter1.KeepTogether = true; this.GroupFooter1.KeepTogether = true;
this.GroupFooter1.Name = "GroupFooter1"; this.GroupFooter1.Name = "GroupFooter1";
// //
// lblUnterschriftKlient
//
this.lblUnterschriftKlient.Borders = DevExpress.XtraPrinting.BorderSide.Top;
this.lblUnterschriftKlient.Font = new DevExpress.Drawing.DXFont("Arial", 8F);
this.lblUnterschriftKlient.LocationFloat = new DevExpress.Utils.PointFloat(394.139F, 150.8334F);
this.lblUnterschriftKlient.Name = "lblUnterschriftKlient";
this.lblUnterschriftKlient.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F);
this.lblUnterschriftKlient.SizeF = new System.Drawing.SizeF(264.3191F, 20F);
this.lblUnterschriftKlient.StylePriority.UseBackColor = false;
this.lblUnterschriftKlient.StylePriority.UseBorders = false;
this.lblUnterschriftKlient.StylePriority.UseFont = false;
this.lblUnterschriftKlient.StylePriority.UsePadding = false;
this.lblUnterschriftKlient.StylePriority.UseTextAlignment = false;
this.lblUnterschriftKlient.Text = "Datum und Unterschrift Klient/in";
this.lblUnterschriftKlient.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
this.lblUnterschriftKlient.Visible = false;
//
// pbCustomerUnterschrift
//
this.pbCustomerUnterschrift.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("ImageSource", null, "CustomerSignature")});
this.pbCustomerUnterschrift.LocationFloat = new DevExpress.Utils.PointFloat(481.4723F, 115.3333F);
this.pbCustomerUnterschrift.Name = "pbCustomerUnterschrift";
this.pbCustomerUnterschrift.SizeF = new System.Drawing.SizeF(176.9858F, 35.50002F);
this.pbCustomerUnterschrift.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
this.pbCustomerUnterschrift.Visible = false;
//
// lblCustomerUnterschrift
//
this.lblCustomerUnterschrift.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerSignatureDate", "{0:dd.MM.yyyy}")});
this.lblCustomerUnterschrift.LocationFloat = new DevExpress.Utils.PointFloat(394.1389F, 115.3333F);
this.lblCustomerUnterschrift.Name = "lblCustomerUnterschrift";
this.lblCustomerUnterschrift.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.lblCustomerUnterschrift.SizeF = new System.Drawing.SizeF(87.33334F, 35.50002F);
this.lblCustomerUnterschrift.StylePriority.UseTextAlignment = false;
this.lblCustomerUnterschrift.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter;
this.lblCustomerUnterschrift.Visible = false;
//
// xrPictureBox1
//
this.xrPictureBox1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("ImageSource", null, "EmployeeSignature")});
this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(71.2039F, 115.3333F);
this.xrPictureBox1.Name = "xrPictureBox1";
this.xrPictureBox1.Scripts.OnBeforePrint = "xrPictureBox1_BeforePrint";
this.xrPictureBox1.SizeF = new System.Drawing.SizeF(170.6853F, 35.50002F);
this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
//
// xrLabel17
//
this.xrLabel17.BackColor = System.Drawing.Color.Transparent;
this.xrLabel17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeSignatureDate", "{0:dd.MM.yyyy}")});
this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(0F, 115.3333F);
this.xrLabel17.Name = "xrLabel17";
this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrLabel17.SizeF = new System.Drawing.SizeF(71.2039F, 35.50002F);
this.xrLabel17.StylePriority.UseBackColor = false;
this.xrLabel17.StylePriority.UseTextAlignment = false;
this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter;
//
// xrLabel6 // xrLabel6
// //
this.xrLabel6.Font = new DevExpress.Drawing.DXFont("Arial", 8F); this.xrLabel6.Font = new DevExpress.Drawing.DXFont("Arial", 8F);
@@ -827,113 +893,45 @@ namespace JusinaJugendhilfe.Reporting
// fieldPKontakt // fieldPKontakt
// //
this.fieldPKontakt.DataMember = "Services"; this.fieldPKontakt.DataMember = "Services";
this.fieldPKontakt.Expression = "Iif(Contains([ServiceDescription], \'Persönlich\'), \'x\', Iif(Contains([ServiceDescr" + this.fieldPKontakt.Expression = "Iif(Contains([Notice3], \'Persönlicher Kontakt\'), \'x\', \'\')";
"iption], \'Hausbesuch\'), \'x\', Iif(Contains([ServiceDescription], \'Außentermin\'), " +
"\'x\', \'\')))";
this.fieldPKontakt.Name = "fieldPKontakt"; this.fieldPKontakt.Name = "fieldPKontakt";
// //
// fieldTelefonat // fieldTelefonat
// //
this.fieldTelefonat.DataMember = "Services"; this.fieldTelefonat.DataMember = "Services";
this.fieldTelefonat.Expression = "Iif(Contains([ServiceDescription], \'Telefon\'), \'x\', \'\')"; this.fieldTelefonat.Expression = "Iif(Contains([Notice3], \'Telefonat\'), \'x\', \'\')\n";
this.fieldTelefonat.Name = "fieldTelefonat"; this.fieldTelefonat.Name = "fieldTelefonat";
// //
// fieldSchule // fieldSchule
// //
this.fieldSchule.DataMember = "Services"; this.fieldSchule.DataMember = "Services";
this.fieldSchule.Expression = "Iif(Contains([ServiceDescription], \'Schule\'), \'x\', \'\')\n"; this.fieldSchule.Expression = "Iif(Contains([Notice3], \'Kontakt Schule, Kita\'), \'x\', \'\')\n";
this.fieldSchule.Name = "fieldSchule"; this.fieldSchule.Name = "fieldSchule";
// //
// fieldBehoerde // fieldBehoerde
// //
this.fieldBehoerde.DataMember = "Services"; this.fieldBehoerde.DataMember = "Services";
this.fieldBehoerde.Expression = "Iif(Contains([ServiceDescription], \'Behörde\'), \'x\', \'\')"; this.fieldBehoerde.Expression = "Iif(Contains([Notice3], \'Kontakt zu Behörden\'), \'x\', \'\')\n";
this.fieldBehoerde.Name = "fieldBehoerde"; this.fieldBehoerde.Name = "fieldBehoerde";
// //
// fieldMed // fieldMed
// //
this.fieldMed.DataMember = "Services"; this.fieldMed.DataMember = "Services";
this.fieldMed.Expression = "Iif(Contains([ServiceDescription], \'med.\'), \'x\', \'\')"; this.fieldMed.Expression = "Iif(Contains([Notice3], \'Kontakt zu med. Diensten\'), \'x\', \'\')\n";
this.fieldMed.Name = "fieldMed"; this.fieldMed.Name = "fieldMed";
// //
// fieldSonstiges // fieldSonstiges
// //
this.fieldSonstiges.DataMember = "Services"; this.fieldSonstiges.DataMember = "Services";
this.fieldSonstiges.Expression = "Iif(Contains([ServiceDescription], \'Sonstiges\'), \'x\', \'\')"; this.fieldSonstiges.Expression = "Iif(Contains([Notice3], \'Sonstiges\'), \'x\', \'\')\n";
this.fieldSonstiges.Name = "fieldSonstiges"; this.fieldSonstiges.Name = "fieldSonstiges";
// //
// fieldDoku // fieldDoku
// //
this.fieldDoku.DataMember = "Services"; this.fieldDoku.DataMember = "Services";
this.fieldDoku.Expression = "Iif(Contains([ServiceDescription], \'Dokumentation\'), \'x\', \'\')"; this.fieldDoku.Expression = "Iif(Contains([Notice3], \'Dokumentation\'), \'x\', \'\')\n";
this.fieldDoku.Name = "fieldDoku"; this.fieldDoku.Name = "fieldDoku";
// //
// xrPictureBox1
//
this.xrPictureBox1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("ImageSource", null, "EmployeeSignature")});
this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(71.2039F, 115.3333F);
this.xrPictureBox1.Name = "xrPictureBox1";
this.xrPictureBox1.Scripts.OnBeforePrint = "xrPictureBox1_BeforePrint";
this.xrPictureBox1.SizeF = new System.Drawing.SizeF(170.6853F, 35.50002F);
this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
//
// xrLabel17
//
this.xrLabel17.BackColor = System.Drawing.Color.Transparent;
this.xrLabel17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeSignatureDate", "{0:dd.MM.yyyy}")});
this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(0F, 115.3333F);
this.xrLabel17.Name = "xrLabel17";
this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrLabel17.SizeF = new System.Drawing.SizeF(71.2039F, 35.50002F);
this.xrLabel17.StylePriority.UseBackColor = false;
this.xrLabel17.StylePriority.UseTextAlignment = false;
this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter;
//
// bindingSource1
//
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO);
//
// lblUnterschriftKlient
//
this.lblUnterschriftKlient.Borders = DevExpress.XtraPrinting.BorderSide.Top;
this.lblUnterschriftKlient.Font = new DevExpress.Drawing.DXFont("Arial", 8F);
this.lblUnterschriftKlient.LocationFloat = new DevExpress.Utils.PointFloat(394.139F, 150.8334F);
this.lblUnterschriftKlient.Name = "lblUnterschriftKlient";
this.lblUnterschriftKlient.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F);
this.lblUnterschriftKlient.SizeF = new System.Drawing.SizeF(264.3191F, 20F);
this.lblUnterschriftKlient.StylePriority.UseBackColor = false;
this.lblUnterschriftKlient.StylePriority.UseBorders = false;
this.lblUnterschriftKlient.StylePriority.UseFont = false;
this.lblUnterschriftKlient.StylePriority.UsePadding = false;
this.lblUnterschriftKlient.StylePriority.UseTextAlignment = false;
this.lblUnterschriftKlient.Text = "Datum und Unterschrift Klient/in";
this.lblUnterschriftKlient.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
this.lblUnterschriftKlient.Visible = false;
//
// pbCustomerUnterschrift
//
this.pbCustomerUnterschrift.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("ImageSource", null, "CustomerSignature")});
this.pbCustomerUnterschrift.LocationFloat = new DevExpress.Utils.PointFloat(481.4723F, 115.3333F);
this.pbCustomerUnterschrift.Name = "pbCustomerUnterschrift";
this.pbCustomerUnterschrift.SizeF = new System.Drawing.SizeF(176.9858F, 35.50002F);
this.pbCustomerUnterschrift.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
this.pbCustomerUnterschrift.Visible = false;
//
// lblCustomerUnterschrift
//
this.lblCustomerUnterschrift.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerSignatureDate", "{0:dd.MM.yyyy}")});
this.lblCustomerUnterschrift.LocationFloat = new DevExpress.Utils.PointFloat(394.1389F, 115.3333F);
this.lblCustomerUnterschrift.Name = "lblCustomerUnterschrift";
this.lblCustomerUnterschrift.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.lblCustomerUnterschrift.SizeF = new System.Drawing.SizeF(87.33334F, 35.50002F);
this.lblCustomerUnterschrift.StylePriority.UseTextAlignment = false;
this.lblCustomerUnterschrift.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter;
this.lblCustomerUnterschrift.Visible = false;
//
// Taetigkeitsnachweis // Taetigkeitsnachweis
// //
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {