From 5ab16a83becb586812c2e0914d7ed29a0d6f0888 Mon Sep 17 00:00:00 2001 From: Waldi Date: Thu, 16 Mar 2017 14:01:03 +0100 Subject: [PATCH 1/7] Report HphBersenbrueckAtz --- .gitignore | 2 + BeWo.sln | 19 + .../Bilder/HphBersenbrueckAtz.png | Bin 0 -> 8528 bytes .../HphBersenbrueckAtz.csproj | 90 +++ .../Properties/AssemblyInfo.cs | 36 + .../Properties/licenses.licx | 1 + .../ServicesOverviewReport.Designer.cs | 678 ++++++++++++++++++ .../ServicesOverviewReport.cs | 189 +++++ .../ServicesOverviewReport.resx | 254 +++++++ 9 files changed, 1269 insertions(+) create mode 100644 ReportImp/HphBersenbrueckAtz/Bilder/HphBersenbrueckAtz.png create mode 100644 ReportImp/HphBersenbrueckAtz/HphBersenbrueckAtz.csproj create mode 100644 ReportImp/HphBersenbrueckAtz/Properties/AssemblyInfo.cs create mode 100644 ReportImp/HphBersenbrueckAtz/Properties/licenses.licx create mode 100644 ReportImp/HphBersenbrueckAtz/ServicesOverviewReport.Designer.cs create mode 100644 ReportImp/HphBersenbrueckAtz/ServicesOverviewReport.cs create mode 100644 ReportImp/HphBersenbrueckAtz/ServicesOverviewReport.resx diff --git a/.gitignore b/.gitignore index 1de662f5f..0787445ad 100644 --- a/.gitignore +++ b/.gitignore @@ -203,3 +203,5 @@ /ReportImp/PraunheimerWerkstaettenGmbh/obj /ReportImp/PraunheimerWerkstaettenGmbh/bin /ReportImp/LebenshilfeAhrweiler/obj +/ReportImp/HphBersenbrueckAtz/obj +/ReportImp/HphBersenbrueckAtz/bin diff --git a/BeWo.sln b/BeWo.sln index ba3e5c616..983300e27 100644 --- a/BeWo.sln +++ b/BeWo.sln @@ -365,6 +365,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PraunheimerWerkstaettenGmbh EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LebenshilfeAhrweiler", "ReportImp\LebenshilfeAhrweiler\LebenshilfeAhrweiler.csproj", "{120AC4B5-D4A2-4EBB-A17B-1A30623CF3ED}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HphBersenbrueckAtz", "ReportImp\HphBersenbrueckAtz\HphBersenbrueckAtz.csproj", "{56D310FE-DB98-4EFE-8527-DF94628657F8}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|.NET = Debug|.NET @@ -2680,6 +2682,22 @@ Global {120AC4B5-D4A2-4EBB-A17B-1A30623CF3ED}.Release|Mixed Platforms.Build.0 = Release|Any CPU {120AC4B5-D4A2-4EBB-A17B-1A30623CF3ED}.Release|x86.ActiveCfg = Release|Any CPU {120AC4B5-D4A2-4EBB-A17B-1A30623CF3ED}.Release|x86.Build.0 = Release|Any CPU + {56D310FE-DB98-4EFE-8527-DF94628657F8}.Debug|.NET.ActiveCfg = Debug|Any CPU + {56D310FE-DB98-4EFE-8527-DF94628657F8}.Debug|.NET.Build.0 = Debug|Any CPU + {56D310FE-DB98-4EFE-8527-DF94628657F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {56D310FE-DB98-4EFE-8527-DF94628657F8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {56D310FE-DB98-4EFE-8527-DF94628657F8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {56D310FE-DB98-4EFE-8527-DF94628657F8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {56D310FE-DB98-4EFE-8527-DF94628657F8}.Debug|x86.ActiveCfg = Debug|Any CPU + {56D310FE-DB98-4EFE-8527-DF94628657F8}.Debug|x86.Build.0 = Debug|Any CPU + {56D310FE-DB98-4EFE-8527-DF94628657F8}.Release|.NET.ActiveCfg = Release|Any CPU + {56D310FE-DB98-4EFE-8527-DF94628657F8}.Release|.NET.Build.0 = Release|Any CPU + {56D310FE-DB98-4EFE-8527-DF94628657F8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {56D310FE-DB98-4EFE-8527-DF94628657F8}.Release|Any CPU.Build.0 = Release|Any CPU + {56D310FE-DB98-4EFE-8527-DF94628657F8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {56D310FE-DB98-4EFE-8527-DF94628657F8}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {56D310FE-DB98-4EFE-8527-DF94628657F8}.Release|x86.ActiveCfg = Release|Any CPU + {56D310FE-DB98-4EFE-8527-DF94628657F8}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -2857,5 +2875,6 @@ Global {E660E5A0-8516-4B5B-B3DB-6D46D630F065} = {D8A691C5-146D-4613-86CC-438F02FE9106} {BCCF055F-CF10-43D6-B618-136665D2A687} = {D8A691C5-146D-4613-86CC-438F02FE9106} {120AC4B5-D4A2-4EBB-A17B-1A30623CF3ED} = {D8A691C5-146D-4613-86CC-438F02FE9106} + {56D310FE-DB98-4EFE-8527-DF94628657F8} = {D8A691C5-146D-4613-86CC-438F02FE9106} EndGlobalSection EndGlobal diff --git a/ReportImp/HphBersenbrueckAtz/Bilder/HphBersenbrueckAtz.png b/ReportImp/HphBersenbrueckAtz/Bilder/HphBersenbrueckAtz.png new file mode 100644 index 0000000000000000000000000000000000000000..aa85dfbe0ba59f9f52dd363ec421491d1310d750 GIT binary patch literal 8528 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 literal 0 HcmV?d00001 diff --git a/ReportImp/HphBersenbrueckAtz/HphBersenbrueckAtz.csproj b/ReportImp/HphBersenbrueckAtz/HphBersenbrueckAtz.csproj new file mode 100644 index 000000000..f9cada05f --- /dev/null +++ b/ReportImp/HphBersenbrueckAtz/HphBersenbrueckAtz.csproj @@ -0,0 +1,90 @@ + + + + + Debug + AnyCPU + {56D310FE-DB98-4EFE-8527-DF94628657F8} + Library + Properties + HphBersenbrueckAtz + 1106039294_Reports + v4.5.2 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + ..\..\Host\bin\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + Component + + + ServicesOverviewReport.cs + + + + + + ServicesOverviewReport.cs + + + + + {b0d73e3d-4ae7-4024-93a6-db1f46d7ccee} + Data + + + {40d8b312-ea64-49e3-a31a-5e57ed4d5654} + Report + + + {094331c3-ecee-4c89-bbfd-4c9ded89f0ef} + Service + + + {2f50b83d-a3f0-4ec4-979a-3f9b7e3d8ed4} + Shared + + + + + \ No newline at end of file diff --git a/ReportImp/HphBersenbrueckAtz/Properties/AssemblyInfo.cs b/ReportImp/HphBersenbrueckAtz/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..b0d094c09 --- /dev/null +++ b/ReportImp/HphBersenbrueckAtz/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// Allgemeine Informationen über eine Assembly werden über die folgenden +// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, +// die einer Assembly zugeordnet sind. +[assembly: AssemblyTitle("HphBersenbrueckAtz")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("HphBersenbrueckAtz")] +[assembly: AssemblyCopyright("Copyright © 2017")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar +// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von +// COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf "True" festlegen. +[assembly: ComVisible(false)] + +// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird +[assembly: Guid("56d310fe-db98-4efe-8527-df94628657f8")] + +// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: +// +// Hauptversion +// Nebenversion +// Buildnummer +// Revision +// +// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern +// übernehmen, indem Sie "*" eingeben: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/ReportImp/HphBersenbrueckAtz/Properties/licenses.licx b/ReportImp/HphBersenbrueckAtz/Properties/licenses.licx new file mode 100644 index 000000000..75335b9fa --- /dev/null +++ b/ReportImp/HphBersenbrueckAtz/Properties/licenses.licx @@ -0,0 +1 @@ +DevExpress.XtraReports.UI.XtraReport, DevExpress.XtraReports.v13.1, Version=13.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a diff --git a/ReportImp/HphBersenbrueckAtz/ServicesOverviewReport.Designer.cs b/ReportImp/HphBersenbrueckAtz/ServicesOverviewReport.Designer.cs new file mode 100644 index 000000000..66c0d8c9d --- /dev/null +++ b/ReportImp/HphBersenbrueckAtz/ServicesOverviewReport.Designer.cs @@ -0,0 +1,678 @@ +using BeWo.Report.ReportObjects; +namespace BeWo.HphBersenbrueckAtz +{ + partial class Stundenzettel + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Stundenzettel)); + this.Detail = new DevExpress.XtraReports.UI.DetailBand(); + this.xrTableServiceRecords1 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); + this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); + this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); + this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); + this.formattingRuleStartDate = new DevExpress.XtraReports.UI.FormattingRule(); + this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); + this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); + this.formattingRuleServiceDesc = new DevExpress.XtraReports.UI.FormattingRule(); + this.formattingRuleCostBearer = new DevExpress.XtraReports.UI.FormattingRule(); + this.formattingRuleEmployeeName = new DevExpress.XtraReports.UI.FormattingRule(); + this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); + this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); + this.GroupFooter2 = new DevExpress.XtraReports.UI.GroupFooterBand(); + ((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); + // + // Detail + // + this.Detail.HeightF = 0F; + this.Detail.Name = "Detail"; + this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableServiceRecords1 + // + this.xrTableServiceRecords1.BackColor = System.Drawing.Color.Transparent; + this.xrTableServiceRecords1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableServiceRecords1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); + this.xrTableServiceRecords1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTableServiceRecords1.Name = "xrTableServiceRecords1"; + this.xrTableServiceRecords1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableServiceRecords1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow2}); + this.xrTableServiceRecords1.SizeF = new System.Drawing.SizeF(702F, 32.5F); + this.xrTableServiceRecords1.StylePriority.UseBackColor = false; + this.xrTableServiceRecords1.StylePriority.UseFont = false; + this.xrTableServiceRecords1.StylePriority.UseTextAlignment = false; + this.xrTableServiceRecords1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrTableRow2 + // + this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell3, + this.xrTableCell1, + this.xrTableCell4}); + this.xrTableRow2.Name = "xrTableRow2"; + this.xrTableRow2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow2.Weight = 0.7831325301204819D; + // + // xrTableCell3 + // + this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell3.Font = new System.Drawing.Font("Arial", 12F); + this.xrTableCell3.Multiline = true; + this.xrTableCell3.Name = "xrTableCell3"; + this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell3.StylePriority.UseBorders = false; + this.xrTableCell3.StylePriority.UseFont = false; + this.xrTableCell3.StylePriority.UsePadding = false; + this.xrTableCell3.StylePriority.UseTextAlignment = false; + this.xrTableCell3.Text = "Datum"; + this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell3.Weight = 0.43875655408489167D; + // + // xrTableCell1 + // + this.xrTableCell1.Font = new System.Drawing.Font("Arial", 12F); + this.xrTableCell1.Name = "xrTableCell1"; + this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell1.StylePriority.UseFont = false; + this.xrTableCell1.StylePriority.UsePadding = false; + this.xrTableCell1.StylePriority.UseTextAlignment = false; + this.xrTableCell1.Text = "THE-Anzahl"; + this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell1.Weight = 0.4003613452980751D; + // + // xrTableCell4 + // + this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell4.Font = new System.Drawing.Font("Arial", 12F); + this.xrTableCell4.Multiline = true; + this.xrTableCell4.Name = "xrTableCell4"; + this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell4.StylePriority.UseBorders = false; + this.xrTableCell4.StylePriority.UseFont = false; + this.xrTableCell4.StylePriority.UsePadding = false; + this.xrTableCell4.StylePriority.UseTextAlignment = false; + this.xrTableCell4.Text = "Bemerkungen"; + this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell4.Weight = 1.956879636897465D; + // + // DetailReport + // + this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail1, + this.GroupFooter1, + this.GroupHeader1}); + this.DetailReport.DataMember = "Services"; + this.DetailReport.DataSource = this.bindingSource1; + this.DetailReport.Level = 0; + this.DetailReport.Name = "DetailReport"; + this.DetailReport.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.DetailReport.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // Detail1 + // + this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable3}); + this.Detail1.HeightF = 30F; + this.Detail1.Name = "Detail1"; + this.Detail1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.Detail1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTable3 + // + this.xrTable3.BorderColor = System.Drawing.Color.Black; + this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable3.Font = new System.Drawing.Font("Arial", 11F); + this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable3.Name = "xrTable3"; + this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow6}); + this.xrTable3.SizeF = new System.Drawing.SizeF(702F, 30F); + this.xrTable3.StylePriority.UseFont = false; + this.xrTable3.StylePriority.UsePadding = false; + this.xrTable3.StylePriority.UseTextAlignment = false; + this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrTableRow6 + // + this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell13, + this.xrTableCell2, + this.xrTableCell14}); + this.xrTableRow6.Name = "xrTableRow6"; + this.xrTableRow6.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow6.Weight = 1.5D; + // + // xrTableCell13 + // + this.xrTableCell13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.StartDate", "{0:dd.MM.yyyy}")}); + this.xrTableCell13.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell13.Name = "xrTableCell13"; + this.xrTableCell13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell13.StylePriority.UseFont = false; + this.xrTableCell13.StylePriority.UsePadding = false; + this.xrTableCell13.StylePriority.UseTextAlignment = false; + this.xrTableCell13.Text = "xrTableCell13"; + this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell13.Weight = 0.20506994160165198D; + // + // xrTableCell2 + // + this.xrTableCell2.Name = "xrTableCell2"; + this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell2.StylePriority.UsePadding = false; + this.xrTableCell2.StylePriority.UseTextAlignment = false; + this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell2.Weight = 0.18712445506267886D; + // + // xrTableCell14 + // + this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell14.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell14.Name = "xrTableCell14"; + this.xrTableCell14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell14.StylePriority.UseBorders = false; + this.xrTableCell14.StylePriority.UseFont = false; + this.xrTableCell14.StylePriority.UsePadding = false; + this.xrTableCell14.StylePriority.UseTextAlignment = false; + this.xrTableCell14.Text = "[Notice]"; + this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell14.Weight = 0.91462382566215827D; + // + // GroupFooter1 + // + this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable1, + this.xrLabel10, + this.xrLabel7}); + this.GroupFooter1.HeightF = 179.7501F; + this.GroupFooter1.Name = "GroupFooter1"; + // + // xrTable1 + // + this.xrTable1.BorderColor = System.Drawing.Color.Black; + this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable1.Font = new System.Drawing.Font("Arial", 12F); + this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable1.Name = "xrTable1"; + this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow1}); + this.xrTable1.SizeF = new System.Drawing.SizeF(702F, 30F); + this.xrTable1.StylePriority.UseFont = false; + this.xrTable1.StylePriority.UsePadding = false; + this.xrTable1.StylePriority.UseTextAlignment = false; + this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrTableRow1 + // + this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell5, + this.xrTableCell6, + this.xrTableCell7}); + this.xrTableRow1.Name = "xrTableRow1"; + this.xrTableRow1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow1.Weight = 1.5D; + // + // xrTableCell5 + // + this.xrTableCell5.Font = new System.Drawing.Font("Arial", 12F); + this.xrTableCell5.Name = "xrTableCell5"; + this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); + this.xrTableCell5.StylePriority.UseFont = false; + this.xrTableCell5.StylePriority.UsePadding = false; + this.xrTableCell5.StylePriority.UseTextAlignment = false; + this.xrTableCell5.Text = "THE gesamt"; + this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell5.Weight = 0.205069941601652D; + // + // xrTableCell6 + // + this.xrTableCell6.Name = "xrTableCell6"; + this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell6.StylePriority.UsePadding = false; + this.xrTableCell6.StylePriority.UseTextAlignment = false; + this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell6.Weight = 0.18712441245485068D; + // + // xrTableCell7 + // + this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell7.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell7.Name = "xrTableCell7"; + this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell7.StylePriority.UseBorders = false; + this.xrTableCell7.StylePriority.UseFont = false; + this.xrTableCell7.StylePriority.UsePadding = false; + this.xrTableCell7.StylePriority.UseTextAlignment = false; + this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell7.Weight = 0.91462386826998654D; + // + // xrLabel10 + // + this.xrLabel10.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel10.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); + this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(0F, 98.91676F); + this.xrLabel10.Multiline = true; + this.xrLabel10.Name = "xrLabel10"; + this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel10.SizeF = new System.Drawing.SizeF(449.6249F, 25F); + this.xrLabel10.StylePriority.UseBorders = false; + this.xrLabel10.StylePriority.UseFont = false; + this.xrLabel10.StylePriority.UseTextAlignment = false; + this.xrLabel10.Text = "Hiermit bestätige ich die Richtigkeit der o. g. Angaben."; + this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel7 + // + this.xrLabel7.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dash; + this.xrLabel7.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrLabel7.Font = new System.Drawing.Font("Arial", 8F); + this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(449.6249F, 123.9168F); + this.xrLabel7.Multiline = true; + this.xrLabel7.Name = "xrLabel7"; + this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel7.SizeF = new System.Drawing.SizeF(252.3751F, 24.99999F); + this.xrLabel7.StylePriority.UseBorderDashStyle = false; + this.xrLabel7.StylePriority.UseBorders = false; + this.xrLabel7.StylePriority.UseFont = false; + this.xrLabel7.StylePriority.UseTextAlignment = false; + this.xrLabel7.Text = "Unterschrift der TherapeutIn"; + this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // GroupHeader1 + // + this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTableServiceRecords1}); + this.GroupHeader1.HeightF = 32.5F; + this.GroupHeader1.Name = "GroupHeader1"; + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO); + // + // formattingRuleStartDate + // + this.formattingRuleStartDate.Condition = "[StartDate2] < [StartDate]"; + this.formattingRuleStartDate.DataMember = "ServicesDouble"; + // + // + // + this.formattingRuleStartDate.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; + this.formattingRuleStartDate.Name = "formattingRuleStartDate"; + // + // ReportHeader + // + this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox1, + this.xrLabel5, + this.xrLabel8, + this.xrLabel6, + this.xrLabel13, + this.xrLabel4, + this.xrLabel2, + this.xrLabel9, + this.xrLabel3, + this.xrLabel22, + this.xrLabel1}); + this.ReportHeader.Font = new System.Drawing.Font("Arial", 11F); + this.ReportHeader.HeightF = 336.25F; + this.ReportHeader.Name = "ReportHeader"; + this.ReportHeader.StylePriority.UseFont = false; + // + // xrPictureBox1 + // + this.xrPictureBox1.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image"))); + this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(499.625F, 0F); + this.xrPictureBox1.Name = "xrPictureBox1"; + this.xrPictureBox1.SizeF = new System.Drawing.SizeF(129.8751F, 97.91667F); + this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.CenterImage; + this.xrPictureBox1.StylePriority.UseBorders = false; + // + // xrLabel5 + // + this.xrLabel5.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel5.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 125F); + this.xrLabel5.Multiline = true; + this.xrLabel5.Name = "xrLabel5"; + this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel5.SizeF = new System.Drawing.SizeF(500.6667F, 37.5F); + this.xrLabel5.StylePriority.UseBorders = false; + this.xrLabel5.StylePriority.UseFont = false; + this.xrLabel5.StylePriority.UseTextAlignment = false; + this.xrLabel5.Text = "Nachweis Therapieeinheiten"; + this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel8 + // + this.xrLabel8.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel8.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(148.7549F, 294.375F); + this.xrLabel8.Multiline = true; + this.xrLabel8.Name = "xrLabel8"; + this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrLabel8.SizeF = new System.Drawing.SizeF(349.8285F, 20F); + this.xrLabel8.StylePriority.UseBorders = false; + this.xrLabel8.StylePriority.UseFont = false; + this.xrLabel8.StylePriority.UsePadding = false; + this.xrLabel8.StylePriority.UseTextAlignment = false; + this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel6 + // + this.xrLabel6.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel6.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 294.375F); + this.xrLabel6.Multiline = true; + this.xrLabel6.Name = "xrLabel6"; + this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrLabel6.SizeF = new System.Drawing.SizeF(112.2917F, 20F); + this.xrLabel6.StylePriority.UseBorders = false; + this.xrLabel6.StylePriority.UseFont = false; + this.xrLabel6.StylePriority.UsePadding = false; + this.xrLabel6.StylePriority.UseTextAlignment = false; + this.xrLabel6.Text = "TherapeutIn:"; + this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel13 + // + this.xrLabel13.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Costbearer")}); + this.xrLabel13.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(148.7549F, 260.8333F); + this.xrLabel13.Name = "xrLabel13"; + this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrLabel13.SizeF = new System.Drawing.SizeF(349.8284F, 20.00002F); + this.xrLabel13.StylePriority.UseBorders = false; + this.xrLabel13.StylePriority.UseFont = false; + this.xrLabel13.StylePriority.UsePadding = false; + this.xrLabel13.StylePriority.UseTextAlignment = false; + this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel4 + // + this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerName")}); + this.xrLabel4.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(148.7549F, 227.2916F); + this.xrLabel4.Name = "xrLabel4"; + this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrLabel4.SizeF = new System.Drawing.SizeF(349.8285F, 20F); + this.xrLabel4.StylePriority.UseBorders = false; + this.xrLabel4.StylePriority.UseFont = false; + this.xrLabel4.StylePriority.UsePadding = false; + this.xrLabel4.StylePriority.UseTextAlignment = false; + this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel2 + // + this.xrLabel2.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel2.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(148.7549F, 190.625F); + this.xrLabel2.Multiline = true; + this.xrLabel2.Name = "xrLabel2"; + this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrLabel2.SizeF = new System.Drawing.SizeF(349.8284F, 19.99999F); + this.xrLabel2.StylePriority.UseBorders = false; + this.xrLabel2.StylePriority.UseFont = false; + this.xrLabel2.StylePriority.UsePadding = false; + this.xrLabel2.StylePriority.UseTextAlignment = false; + this.xrLabel2.Text = "[ApprovedStartDate] - [ApprovedEndDate]"; + this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel9 + // + this.xrLabel9.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel9.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(0F, 260.8333F); + this.xrLabel9.Multiline = true; + this.xrLabel9.Name = "xrLabel9"; + this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrLabel9.SizeF = new System.Drawing.SizeF(112.2917F, 20.00002F); + this.xrLabel9.StylePriority.UseBorders = false; + this.xrLabel9.StylePriority.UseFont = false; + this.xrLabel9.StylePriority.UsePadding = false; + this.xrLabel9.StylePriority.UseTextAlignment = false; + this.xrLabel9.Text = "Kostenträger:"; + this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel3 + // + this.xrLabel3.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel3.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 227.2916F); + this.xrLabel3.Multiline = true; + this.xrLabel3.Name = "xrLabel3"; + this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrLabel3.SizeF = new System.Drawing.SizeF(112.2917F, 20F); + this.xrLabel3.StylePriority.UseBorders = false; + this.xrLabel3.StylePriority.UseFont = false; + this.xrLabel3.StylePriority.UsePadding = false; + this.xrLabel3.StylePriority.UseTextAlignment = false; + this.xrLabel3.Text = "KlientIn:"; + this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel22 + // + this.xrLabel22.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel22.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); + this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(0F, 35.41667F); + this.xrLabel22.Multiline = true; + this.xrLabel22.Name = "xrLabel22"; + this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel22.SizeF = new System.Drawing.SizeF(499.625F, 25F); + this.xrLabel22.StylePriority.UseBorders = false; + this.xrLabel22.StylePriority.UseFont = false; + this.xrLabel22.StylePriority.UseTextAlignment = false; + this.xrLabel22.Text = "Autismus Therapie Zentrum"; + this.xrLabel22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel1 + // + this.xrLabel1.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel1.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 190.625F); + this.xrLabel1.Multiline = true; + this.xrLabel1.Name = "xrLabel1"; + this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrLabel1.SizeF = new System.Drawing.SizeF(112.2917F, 19.99999F); + this.xrLabel1.StylePriority.UseBorders = false; + this.xrLabel1.StylePriority.UseFont = false; + this.xrLabel1.StylePriority.UsePadding = false; + this.xrLabel1.StylePriority.UseTextAlignment = false; + this.xrLabel1.Text = "Zeitraum:"; + this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // formattingRuleServiceDesc + // + this.formattingRuleServiceDesc.Condition = "[StartDate2] < [StartDate]"; + this.formattingRuleServiceDesc.DataMember = "ServicesDouble"; + // + // + // + this.formattingRuleServiceDesc.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; + this.formattingRuleServiceDesc.Name = "formattingRuleServiceDesc"; + // + // formattingRuleCostBearer + // + this.formattingRuleCostBearer.Condition = "[StartDate2] < [StartDate]"; + this.formattingRuleCostBearer.DataMember = "ServicesDouble"; + // + // + // + this.formattingRuleCostBearer.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; + this.formattingRuleCostBearer.Name = "formattingRuleCostBearer"; + // + // formattingRuleEmployeeName + // + this.formattingRuleEmployeeName.Condition = "[StartDate2] < [StartDate]"; + this.formattingRuleEmployeeName.DataMember = "ServicesDouble"; + // + // + // + this.formattingRuleEmployeeName.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; + this.formattingRuleEmployeeName.Name = "formattingRuleEmployeeName"; + // + // topMarginBand1 + // + this.topMarginBand1.HeightF = 30F; + this.topMarginBand1.Name = "topMarginBand1"; + // + // bottomMarginBand1 + // + this.bottomMarginBand1.HeightF = 30F; + this.bottomMarginBand1.Name = "bottomMarginBand1"; + // + // GroupFooter2 + // + this.GroupFooter2.HeightF = 73.95834F; + this.GroupFooter2.Name = "GroupFooter2"; + // + // Stundenzettel + // + this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail, + this.DetailReport, + this.ReportHeader, + this.topMarginBand1, + this.bottomMarginBand1, + this.GroupFooter2}); + this.DataSource = this.bindingSource1; + this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { + this.formattingRuleStartDate, + this.formattingRuleServiceDesc, + this.formattingRuleCostBearer, + this.formattingRuleEmployeeName}); + this.Margins = new System.Drawing.Printing.Margins(75, 50, 30, 30); + this.PageHeight = 1169; + this.PageWidth = 827; + this.PaperKind = System.Drawing.Printing.PaperKind.A4; + this.Version = "13.1"; + ((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); + + } + + #endregion + + private DevExpress.XtraReports.UI.DetailBand Detail; + private System.Windows.Forms.BindingSource bindingSource1; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport; + private DevExpress.XtraReports.UI.DetailBand Detail1; + private DevExpress.XtraReports.UI.XRTable xrTable3; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow6; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell14; + private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader; + private DevExpress.XtraReports.UI.XRLabel xrLabel1; + private DevExpress.XtraReports.UI.XRTable xrTableServiceRecords1; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell4; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell13; + private DevExpress.XtraReports.UI.FormattingRule formattingRuleStartDate; + private DevExpress.XtraReports.UI.FormattingRule formattingRuleServiceDesc; + private DevExpress.XtraReports.UI.FormattingRule formattingRuleCostBearer; + private DevExpress.XtraReports.UI.FormattingRule formattingRuleEmployeeName; + private DevExpress.XtraReports.UI.XRLabel xrLabel22; + private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1; + private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1; + private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1; + private DevExpress.XtraReports.UI.XRLabel xrLabel2; + private DevExpress.XtraReports.UI.XRLabel xrLabel9; + private DevExpress.XtraReports.UI.XRLabel xrLabel3; + private DevExpress.XtraReports.UI.XRLabel xrLabel13; + private DevExpress.XtraReports.UI.XRLabel xrLabel4; + private DevExpress.XtraReports.UI.XRLabel xrLabel8; + private DevExpress.XtraReports.UI.XRLabel xrLabel6; + private DevExpress.XtraReports.UI.XRLabel xrLabel7; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader1; + private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell2; + private DevExpress.XtraReports.UI.XRTable xrTable1; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell5; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell6; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell7; + private DevExpress.XtraReports.UI.XRLabel xrLabel10; + private DevExpress.XtraReports.UI.XRLabel xrLabel5; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1; + } +} diff --git a/ReportImp/HphBersenbrueckAtz/ServicesOverviewReport.cs b/ReportImp/HphBersenbrueckAtz/ServicesOverviewReport.cs new file mode 100644 index 000000000..314567bc8 --- /dev/null +++ b/ReportImp/HphBersenbrueckAtz/ServicesOverviewReport.cs @@ -0,0 +1,189 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using System.ComponentModel; +using BeWo.Data.Access; +using BeWo.Data.Entities; +using BS.Shared.Core; +using DevExpress.XtraReports.UI; +using BeWo.Report.ReportObjects; +using BeWo.Report; + +namespace BeWo.HphBersenbrueckAtz +{ + public partial class Stundenzettel : DevExpress.XtraReports.UI.XtraReport, IBeWoReport + { + public Stundenzettel() + { + InitializeComponent(); + } + + public void SetReportDataSource(ServicesOverviewRO pRO) + { + SetVarFieldValues(pRO); + if (pRO.Services != null) + { + List servicesBillable = new List(); + + foreach (ServicesOverviewRO.ServiceDetail s in pRO.Services) + { + if (s.IsBillable) + { + if (!s.ServiceDescription.ToLower().Contains("intern")) + { + DateTime dt = DateTime.Now.Date.AddMinutes(s.Minutes); + TimeSpan tspan = dt.Subtract(DateTime.Now.Date); + + double d = tspan.TotalHours; + d = Math.Floor(d); + + s.TimeRangeString = String.Format("{0}:{1:00}", d, tspan.Minutes); + + //if (s.StartDate.Second == 0) + //{ + // s.Notice = String.Format("{0:HH:mm}h: {1}", s.StartDate, s.Notice); + //} + servicesBillable.Add(s); + } + } + } + + pRO.Services = servicesBillable; + } + + + DateTime dt2 = DateTime.Now.Date.AddMinutes(pRO.TotalFLMBillable); + TimeSpan tspan2 = dt2.Subtract(DateTime.Now.Date); + + double d2 = tspan2.TotalHours; + d2 = Math.Floor(d2); + + lblMinutesTotal.Text = String.Format("{0}:{1:00}", d2, tspan2.Minutes); + + if (pRO.RateFactor != 0) + { + + } + lblFLSGesamt.Text = String.Format("entspricht {0:0.##} FLS", pRO.TotalFLMBillable / 60); + + this.bindingSource1.DataSource = pRO; + } + + private void SetVarFieldValues(ServicesOverviewRO pRO) + { + String allLeben = ""; // Oid = 16 + String indBasis = ""; // Oid = 17 + String gestaltung = ""; // Oid = 18 + String teilnahme = ""; // Oid = 19 + String kommunikation = ""; // Oid = 20 + String emotion = ""; // Oid = 21 + String gesund = ""; // Oid = 22 + String globalZiel = ""; // Oid = 23 + String zieleDerHilfe = ""; // Oid = 24 + + + if (pRO.CostBearer2SupportConceptList != null && pRO.CostBearer2SupportConceptList.Count > 0) + { + var c2s = pRO.CostBearer2SupportConceptList[0]; + + Customer c = c2s.SupportConcept.Customer; + + foreach (var vv in c.VarFieldValueList) + { + var varFieldValue = Utils.XMLDeserializeFromString(vv.SerializedValue, Type.GetType(vv.TypeName)); + if (varFieldValue != null) + { + if (vv.VarFieldDefOid.Value == 16) + { + allLeben = varFieldValue.ToString(); + } + else if (vv.VarFieldDefOid.Value == 17) + { + indBasis = varFieldValue.ToString(); + } + else if (vv.VarFieldDefOid.Value == 18) + { + gestaltung = varFieldValue.ToString(); + } + else if (vv.VarFieldDefOid.Value == 19) + { + teilnahme = varFieldValue.ToString(); + } + else if (vv.VarFieldDefOid.Value == 20) + { + kommunikation = varFieldValue.ToString(); + } + else if (vv.VarFieldDefOid.Value == 21) + { + emotion = varFieldValue.ToString(); + } + else if (vv.VarFieldDefOid.Value == 22) + { + gesund = varFieldValue.ToString(); + } + else if (vv.VarFieldDefOid.Value == 23) + { + globalZiel = varFieldValue.ToString(); + } + else if (vv.VarFieldDefOid.Value == 24) + { + zieleDerHilfe = varFieldValue.ToString(); + } + } + } + + } + + lblAlltaeglicheLebensfuehrung.Text = allLeben; + lblIndividuelleBasisversorgung.Text = indBasis; + lblGestaltungSozialerBeziehungen.Text = gestaltung; + lblTeilnahme.Text = teilnahme; + lblKommUndOr.Text = kommunikation; + lblEmoUndPsy.Text = emotion; + lblGesund.Text = gesund; + lblGlobalziel.Text = globalZiel; + lblZieleDerHilfe.Text = zieleDerHilfe; + + + decimal gesamt = 0; + + decimal test = 0; + + if (Decimal.TryParse(allLeben, out test)) + { + gesamt += test; + } + test = 0; + if (Decimal.TryParse(indBasis, out test)) + { + gesamt += test; + } + test = 0; + if (Decimal.TryParse(gestaltung, out test)) + { + gesamt += test; + } + test = 0; + if (Decimal.TryParse(teilnahme, out test)) + { + gesamt += test; + } + test = 0; + if (Decimal.TryParse(kommunikation, out test)) + { + gesamt += test; + } + test = 0; + if (Decimal.TryParse(emotion, out test)) + { + gesamt += test; + } + test = 0; + if (Decimal.TryParse(gesund, out test)) + { + gesamt += test; + } + lblHilfeschwerpunkteGesamt.Text = String.Format("{0:0.##}", gesamt); + } + } +} diff --git a/ReportImp/HphBersenbrueckAtz/ServicesOverviewReport.resx b/ReportImp/HphBersenbrueckAtz/ServicesOverviewReport.resx new file mode 100644 index 000000000..387ec8433 --- /dev/null +++ b/ReportImp/HphBersenbrueckAtz/ServicesOverviewReport.resx @@ -0,0 +1,254 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 21, 17 + + + + + iVBORw0KGgoAAAANSUhEUgAAAGEAAABeCAYAAAAzKnrbAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + xAAADsQBlSsOGwAAAA90RVh0QXV0aG9yAFdhbGRlbWFyJXrIIQAAACB0RVh0Q3JlYXRpb25UaW1lADIw + MTc6MDM6MTYgMTI6MTM6MzUdDhleAAAcr0lEQVR4Xu3dCdR2U9kHcFKaRCqJimimUiEppVWhpFIRTTRL + rRJplTFRNGs2LDShaUWZUokylJAhDTQa0oQSSSjnW7/9vf/b9Zzu57mP731e7/N+6/2vtdeZ9tnn2tf/ + Gvbe59zPs0S3GAsdi0mYA1hMwhzAYhLmABaTMAcw50m45ZZbZiz/H7CYhDmAxSTMASxwEv7973+Ptv/8 + 5z/bPvzrX/+at9d1N99887y9qfjPf/7Ttn//+9/b/Y4vvfTS7re//W33xz/+sfv5z3/eXXbZZa3O9ddf + 37Zp64YbbmjbRQELnISbbrppisXeeOON8/ZuBULUC+xTonLGGWd0b3jDG7q11lqrW2ONNboVVlihW2KJ + Jbq73vWu3corr9y9853v7K699tpRu1X5i4qn3C7hiIL+8Y9/jKzUMcul7ErK7373u+7oo4/udt99926j + jTZqSr73ve/dLbnkkk3xSy21VHfnO9+5u+Md79j2bV/60pdO8aQ+mYsCFmpOSIj65S9/2e21117dfe97 + 36bsKDz7yrLLLtutvvrq3Zprrtk9+MEP7h7/+Md3L3nJS7qjjjpqXmv/i1i/bULhXMftQkLNBZdcckmz + XAr6+te/3q277rrdve51r5Gyl1tuue5Od7pTt/TSSzelv/vd7+5OPfXU7te//nX3s5/9rLv66qvntdS1 + MBRvikfF+hcVAmC+SWBxMxVJFYSfxGtKfdKTnjRS/D3ucY/uLne5S9tfZZVVute85jXdiSee2O6nVKXG + esfXXXfdvKOuu+aaa+bt3ZoTJPEk9rmOBU4CxDqNZjbbbLOR8sV6cd2++P/BD35wNGqSQ6DGe9btOMQE + Vdl5prqLSZhX4G9/+1u33377dSuuuOJI+baJ++973/u6v/zlL1OSdLVkiq/XoF6DGpJ4QyVprmO+SYh1 + RuHV+ijFuP7JT35yS6wJOUY4iHDeeF9sz/22tb0hqDkn91USEqJCGNR5ysLGrCVm1k4BOpxOf+tb35oy + 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 + SUVORK5CYII= + + + \ No newline at end of file From 11e11f226fb1f050995857073aa057dd7f8fb68f Mon Sep 17 00:00:00 2001 From: Waldi Date: Thu, 16 Mar 2017 14:05:53 +0100 Subject: [PATCH 2/7] pluginloader update --- Service/Plugins/PluginLoader.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Service/Plugins/PluginLoader.cs b/Service/Plugins/PluginLoader.cs index 0c229fb19..b3af4e97e 100644 --- a/Service/Plugins/PluginLoader.cs +++ b/Service/Plugins/PluginLoader.cs @@ -145,7 +145,8 @@ namespace BeWo.Service.Plugins //t = "4595275645"; // Eigenständig Hennef // t = "7381352241"; // Ressource e.V. //t = "7912635399"; //Prof Eggers Stiftung - t = "5562845955";//Praunheimer WerkstaettenGmbh + //t = "5562845955";//Praunheimer WerkstaettenGmbh + t = "1106039294";//HphBersenbrueckAtz return t; From 87b0bdbcad48f51d3645a40d5ce82ce74478bd11 Mon Sep 17 00:00:00 2001 From: Waldi Date: Tue, 21 Mar 2017 13:28:34 +0100 Subject: [PATCH 3/7] =?UTF-8?q?erg=C3=A4nzungen=20zur=20Zeiterfassung=20is?= =?UTF-8?q?Float=20Value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BeWo/View/Detail/ServiceRecordEditView.xaml | 6 +- .../View/Detail/ServiceRecordEditView.xaml.cs | 14 +++- .../Detail/ServiceRecordGroupEditView.xaml | 10 +-- .../Detail/ServiceRecordGroupEditView.xaml.cs | 13 +-- BeWo/View/Detail/ServiceRecordView2.xaml | 79 +++++++++---------- 5 files changed, 66 insertions(+), 56 deletions(-) diff --git a/BeWo/View/Detail/ServiceRecordEditView.xaml b/BeWo/View/Detail/ServiceRecordEditView.xaml index 501e8e712..904caf4f9 100644 --- a/BeWo/View/Detail/ServiceRecordEditView.xaml +++ b/BeWo/View/Detail/ServiceRecordEditView.xaml @@ -147,7 +147,7 @@