From bfa77e7b9bf27811a755a359bde92d7f91ce4a3e Mon Sep 17 00:00:00 2001 From: Alexandra Date: Fri, 23 Jan 2026 11:22:45 +0100 Subject: [PATCH] Neukunde Beratung am Stadtwald - mit Spitzabrechnung --- BeWoAllReports.sln | 27 + .../BeratungStadtwald.csproj | 118 ++ .../Invoicing/SettlementInvoiceCreation.cs | 51 + ReportImp/BeratungStadtwald/Logo.png | Bin 0 -> 24646 bytes .../Properties/AssemblyInfo.cs | 36 + .../Properties/Resources.Designer.cs | 63 + .../Properties/Resources.resx | 120 ++ .../Properties/licenses.licx | 1 + .../Reporting/CustomReportCreator.cs | 201 +++ .../Reporting/Quittierungsbeleg.Designer.cs | 1472 +++++++++++++++++ .../Reporting/Quittierungsbeleg.cs | 145 ++ .../Reporting/Quittierungsbeleg.resx | 129 ++ .../Reporting/SettlementReport2.Designer.cs | 1253 ++++++++++++++ .../Reporting/SettlementReport2.cs | 61 + .../Reporting/SettlementReport2.resx | 127 ++ ReportImp/BeratungStadtwald/app.config | 27 + Service/Plugins/PluginLoader.cs | 5 +- 17 files changed, 3834 insertions(+), 2 deletions(-) create mode 100644 ReportImp/BeratungStadtwald/BeratungStadtwald.csproj create mode 100644 ReportImp/BeratungStadtwald/Invoicing/SettlementInvoiceCreation.cs create mode 100644 ReportImp/BeratungStadtwald/Logo.png create mode 100644 ReportImp/BeratungStadtwald/Properties/AssemblyInfo.cs create mode 100644 ReportImp/BeratungStadtwald/Properties/Resources.Designer.cs create mode 100644 ReportImp/BeratungStadtwald/Properties/Resources.resx create mode 100644 ReportImp/BeratungStadtwald/Properties/licenses.licx create mode 100644 ReportImp/BeratungStadtwald/Reporting/CustomReportCreator.cs create mode 100644 ReportImp/BeratungStadtwald/Reporting/Quittierungsbeleg.Designer.cs create mode 100644 ReportImp/BeratungStadtwald/Reporting/Quittierungsbeleg.cs create mode 100644 ReportImp/BeratungStadtwald/Reporting/Quittierungsbeleg.resx create mode 100644 ReportImp/BeratungStadtwald/Reporting/SettlementReport2.Designer.cs create mode 100644 ReportImp/BeratungStadtwald/Reporting/SettlementReport2.cs create mode 100644 ReportImp/BeratungStadtwald/Reporting/SettlementReport2.resx create mode 100644 ReportImp/BeratungStadtwald/app.config diff --git a/BeWoAllReports.sln b/BeWoAllReports.sln index 0a987e2d3..f1a0d48d6 100644 --- a/BeWoAllReports.sln +++ b/BeWoAllReports.sln @@ -948,6 +948,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiakonieMoenchengladbach", EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NousLeverkusen", "ReportImp\NousLeverkusen\NousLeverkusen.csproj", "{588AED7B-A281-4833-BCEA-842F9D8E990C}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeratungStadtwald", "ReportImp\BeratungStadtwald\BeratungStadtwald.csproj", "{327A02A8-CF4D-4F1D-859E-7C63258CBFFD}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|.NET = Debug|.NET @@ -11663,6 +11665,30 @@ Global {588AED7B-A281-4833-BCEA-842F9D8E990C}.Release|Mixed Platforms.Build.0 = Release|Any CPU {588AED7B-A281-4833-BCEA-842F9D8E990C}.Release|x86.ActiveCfg = Release|Any CPU {588AED7B-A281-4833-BCEA-842F9D8E990C}.Release|x86.Build.0 = Release|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.Debug|.NET.ActiveCfg = Debug|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.Debug|.NET.Build.0 = Debug|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.Debug|x86.ActiveCfg = Debug|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.Debug|x86.Build.0 = Debug|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.DebugRemote|.NET.ActiveCfg = Debug|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.DebugRemote|.NET.Build.0 = Debug|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.DebugRemote|Any CPU.ActiveCfg = Debug|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.DebugRemote|Any CPU.Build.0 = Debug|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.DebugRemote|Mixed Platforms.ActiveCfg = Debug|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.DebugRemote|Mixed Platforms.Build.0 = Debug|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.DebugRemote|x86.ActiveCfg = Debug|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.DebugRemote|x86.Build.0 = Debug|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.Release|.NET.ActiveCfg = Release|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.Release|.NET.Build.0 = Release|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.Release|Any CPU.Build.0 = Release|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.Release|x86.ActiveCfg = Release|Any CPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -12133,6 +12159,7 @@ Global {90340A88-767E-44F3-9F2D-1213294CC6E4} = {D8A691C5-146D-4613-86CC-438F02FE9106} {191A4CB3-947D-4C9B-89E9-7D66ED6F670B} = {D8A691C5-146D-4613-86CC-438F02FE9106} {588AED7B-A281-4833-BCEA-842F9D8E990C} = {D8A691C5-146D-4613-86CC-438F02FE9106} + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD} = {D8A691C5-146D-4613-86CC-438F02FE9106} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {FBE985BB-9F0F-4DBB-8F94-ABC37A803FF9} diff --git a/ReportImp/BeratungStadtwald/BeratungStadtwald.csproj b/ReportImp/BeratungStadtwald/BeratungStadtwald.csproj new file mode 100644 index 000000000..4b6e2c8d1 --- /dev/null +++ b/ReportImp/BeratungStadtwald/BeratungStadtwald.csproj @@ -0,0 +1,118 @@ + + + + + Debug + AnyCPU + {327A02A8-CF4D-4F1D-859E-7C63258CBFFD} + Library + Properties + BeratungStadtwald + 9453919144_Reports + v4.7.2 + 512 + + + + true + full + false + ..\..\CustomerDlls\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + ..\..\CustomerDlls\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + True + True + Resources.resx + + + + Component + + + Quittierungsbeleg.cs + + + Component + + + SettlementReport2.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 + + + + + + + + + + ResXFileCodeGenerator + Resources.Designer.cs + + + Quittierungsbeleg.cs + Designer + + + SettlementReport2.cs + Designer + + + + \ No newline at end of file diff --git a/ReportImp/BeratungStadtwald/Invoicing/SettlementInvoiceCreation.cs b/ReportImp/BeratungStadtwald/Invoicing/SettlementInvoiceCreation.cs new file mode 100644 index 000000000..25c8015bc --- /dev/null +++ b/ReportImp/BeratungStadtwald/Invoicing/SettlementInvoiceCreation.cs @@ -0,0 +1,51 @@ +using BeWo.Data.Entities; +using BeWo.Service.Invoicing; +using BS.Shared.DataContracts; +using BS.Shared.Services; +using System; +using System.Collections.Generic; +using System.Linq; + +namespace BeratungStadtwald.Invoicing +{ + public class CustomSettlementInvoiceCreation : SettlementInvoiceCreation + { + public override bool CanCreateInvoiceTheOldWay(Settlement2DC si, CostBearer2SupportConcept c2s) + { + return false; + } + + //public override bool IsServiceRecordBillable(ServiceRecord iRecord) + //{ + // if (iRecord.ServiceDescription.ServiceCategory.Name.Contains("Assistenz")) + // { + // return false; + // } + // return true; + //} + + //public override void CalculateSettlementInvoiceApprovedAmounts(Settlement2DC si, SupportConceptCostBearerRelDC relDC, Calculations calc) + //{ + // si.ApprovedFLSWeekly = 0; + // si.ApprovedFLS = 0; + // foreach (var sp in relDC.ApprovalPeriodList) + // { + // if (sp.ServiceCategory == null || !sp.ServiceCategory.Name.Contains("Assistenz")) + // { + // si.ApprovedFLSWeekly += calc.GetApprovedHoursPerWeek(sp, relDC.CostBearer.CostRatePeriods) ?? 0m; + + // decimal flsTotal = calc.GetApprovedHoursTotal(sp, relDC.CostBearer.CostRatePeriods) ?? 0m; + // flsTotal = Math.Round(flsTotal, 2, MidpointRounding.AwayFromZero); + + // si.ApprovedFLS += flsTotal; + // } + // } + //} + + + //public override IList GetBillableServiceRecords(CostBearer2SupportConcept c2s) + //{ + // return c2s.ServiceRecords.OrderBy(s => s.Start).Where(s => !s.ServiceDescription.ServiceCategory.Name.ToLower().Contains("assistenz")).ToList(); + //} + } +} diff --git a/ReportImp/BeratungStadtwald/Logo.png b/ReportImp/BeratungStadtwald/Logo.png new file mode 100644 index 0000000000000000000000000000000000000000..ea0ddbbd9c569aaaee30adaab05e97fbb1afc1ef GIT binary patch literal 24646 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 literal 0 HcmV?d00001 diff --git a/ReportImp/BeratungStadtwald/Properties/AssemblyInfo.cs b/ReportImp/BeratungStadtwald/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..930888dd6 --- /dev/null +++ b/ReportImp/BeratungStadtwald/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("KundeXyz")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("KundeXyz")] +[assembly: AssemblyCopyright("Copyright © 2020")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Durch Festlegen von ComVisible auf FALSE werden die Typen in dieser Assembly +// für COM-Komponenten unsichtbar. 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("c1fed668-adb9-47e0-b589-1389618e1b6e")] + +// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: +// +// Hauptversion +// Nebenversion +// Buildnummer +// Revision +// +// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, +// indem Sie "*" wie unten gezeigt eingeben: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/ReportImp/BeratungStadtwald/Properties/Resources.Designer.cs b/ReportImp/BeratungStadtwald/Properties/Resources.Designer.cs new file mode 100644 index 000000000..b9e740f32 --- /dev/null +++ b/ReportImp/BeratungStadtwald/Properties/Resources.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// Dieser Code wurde von einem Tool generiert. +// Laufzeitversion:4.0.30319.42000 +// +// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +// der Code erneut generiert wird. +// +//------------------------------------------------------------------------------ + +namespace BeratungStadtwald.Properties { + using System; + + + /// + /// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. + /// + // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert + // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. + // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen + // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("BeratungStadtwald.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle + /// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + } +} diff --git a/ReportImp/BeratungStadtwald/Properties/Resources.resx b/ReportImp/BeratungStadtwald/Properties/Resources.resx new file mode 100644 index 000000000..1af7de150 --- /dev/null +++ b/ReportImp/BeratungStadtwald/Properties/Resources.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + \ No newline at end of file diff --git a/ReportImp/BeratungStadtwald/Properties/licenses.licx b/ReportImp/BeratungStadtwald/Properties/licenses.licx new file mode 100644 index 000000000..d59547a61 --- /dev/null +++ b/ReportImp/BeratungStadtwald/Properties/licenses.licx @@ -0,0 +1 @@ +DevExpress.XtraReports.UI.XtraReport, DevExpress.XtraReports.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a diff --git a/ReportImp/BeratungStadtwald/Reporting/CustomReportCreator.cs b/ReportImp/BeratungStadtwald/Reporting/CustomReportCreator.cs new file mode 100644 index 000000000..3e064654a --- /dev/null +++ b/ReportImp/BeratungStadtwald/Reporting/CustomReportCreator.cs @@ -0,0 +1,201 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using BeWo.Data.Access; +using BeWo.Data.Entities; +using BeWo.Report; +using BeWo.Report.DefaultReports; +using BeWo.Report.ReportObjects; +using BeWo.Service.DCEntityMapper; +using DevExpress.XtraReports.UI; + +namespace TemplateNeuKunde.Reporting +{ + //public class CustomReportCreator : DefaultReportCreator + //{ + // //Einkommentiere für LWL Prüfliste, ZAD Nummer und ServiceDescription ergänzen + + + // //SQL Queries: + // //INSERT INTO `query` (`Oid`,`Tid`,`Type`,`Title`,`SQL`,`Notice`,`InsTs`,`InsUser`,`UdpUser`,`Version`,`IsActive`,`SystemEntryID`,`UserGroupOids`,`ReportTypeName`,`FileName`,`ExportTitle`) + // //VALUES(500,24,0,'LWL Quittierungsbelege','select \':Von\', \':Bis\', \':Klient/in\'','direct', NULL, NULL, NULL,1,1, NULL,'1', NULL, NULL, NULL); + + // //INSERT INTO `parameter` (`Oid`,`QueryOid`,`Tid`,`Name`,`Type`,`DbType`,`InsTs`,`InsUser`,`UdpUser`,`Version`,`IsActive`,`SystemEntryID`) VALUES(4,500,25,'Von_Bis',5, NULL, NULL, NULL, NULL, NULL, NULL, NULL); + // //INSERT INTO `parameter` (`Oid`,`QueryOid`,`Tid`,`Name`,`Type`,`DbType`,`InsTs`,`InsUser`,`UdpUser`,`Version`,`IsActive`,`SystemEntryID`) VALUES(5,500,25,'Klient/in',2, NULL, NULL, NULL, NULL, NULL, NULL, NULL); + + // //public override XtraReport CreateQueryReport(long queryOid, string queryReportId) + // //{ + // // if (queryOid == 500) + // // { + // // return CreateLwlPruefliste(CreateQueryRO(queryOid, queryReportId)); + + // // } + // // return base.CreateQueryReport(queryOid, queryReportId); + // //} + + // //private LwlPruefliste CreateLwlPruefliste(QueryRO queryRo) + // //{ + // // var liste = new LwlPruefliste(); + + // // if (queryRo.Rows.Count > 0) + // // { + // // DateTime start = DateTime.MaxValue; + // // DateTime end = DateTime.MinValue; + + // // if (queryRo.Rows[0].Field1 != null) + // // { + // // DateTime.TryParse(queryRo.Rows[0].Field1.ToString(), out start); + // // } + // // if (queryRo.Rows[0].Field2 != null) + // // { + // // DateTime.TryParse(queryRo.Rows[0].Field2.ToString(), out end); + // // } + // // long? customerOid = null; + // // if (queryRo.Rows[0].Field3.ToString() == "0") + // // { + // // var masterReport = new LwlPruefliste(); + // // //masterReport.CreateDocument(); + + // // var customerList = DAOFactory.GenericDAO.GetAllActive(); + // // var customerListOrd = customerList.OrderBy(c => c.Person.LastNameFirstName).ToList(); + // // foreach (var c in customerListOrd) + // // { + // // var ro = LwlPrueflisteRO.Create(start, end, "9011113", c.Oid); + // // if (ro.ServiceRecords != null && ro.ServiceRecords.Count > 0) + // // { + // // try + // // { + // // liste = new LwlPruefliste(); + // // liste.SetReportDataSource(ro); + // // liste.CreateDocument(); + // // masterReport.Pages.AddRange(liste.Pages); + // // } + // // catch + // // { + // // // ignore - z.B. kein Hilfeplan + // // } + // // } + // // } + // // return (LwlPruefliste)masterReport; + // // } + + // // if (queryRo.Rows[0].Field3 != null) + // // { + // // if (Int64.TryParse(queryRo.Rows[0].Field3.ToString(), out var oidOut)) + // // { + // // customerOid = oidOut; + // // } + // // var ro = LwlPrueflisteRO.Create(start, end, "9011113", customerOid); + // // liste.SetReportDataSource(ro); + // // return liste; + // // } + // // } + + // // return liste; + // //} + + + // //Einkommentiere für LWL 2. Seite mit Anhang für Budgetnachweise + // //public override XtraReport CreateSettlementReport(string dcId, long? invoiceBaseOid) + // //{ + // // return base.CreateSettlementReport(dcId, invoiceBaseOid, true); + // //} + + + // //public override XtraReport CreateServiceOverviewAllCustomersReport(int month, int year, long orgaOid, long empOid, long? serviceCategoryOid, int startDay, int endDay) + // //{ + // // List lROs = ServicesOverviewRO.Create(month, year, orgaOid, empOid, startDay, endDay); + + // // if (lROs.Count > 0) + // // { + + // // var rootReport = CreateServicesOverviewReportForRo(lROs[0], serviceCategoryOid); + // // rootReport.CreateDocument(); + + // // for (int i = 1; i < lROs.Count; i++) + // // { + // // var lNext = CreateServicesOverviewReportForRo(lROs[i], serviceCategoryOid); + // // lNext.CreateDocument(); + // // rootReport.Pages.AddRange(lNext.Pages); + // // } + + // // return rootReport; + // // } + // // return new XtraReport(); + // //} + + // //public override XtraReport CreateServiceOverviewSingleCustomerReport(long customerOid, int month, int year, long orgaOid, long empOid, long? serviceCategoryOid, int startDay, int endDay) + // //{ + // // var ro = ServicesOverviewRO.Create(customerOid, month, year, false, orgaOid, empOid, startDay, endDay, serviceCategoryOid); + // // return CreateServicesOverviewReportForRo(ro, serviceCategoryOid); + // //} + // //public override XtraReport CreateServiceOverviewReportForCustomers(IList customerOids, int month, int year, long? orgaOid, long? empOid, long? serviceCategoryOid, int startDay, int endDay, bool nurFehlende) + // //{ + // // var roList = new List(); + + // // foreach (var coid in customerOids) + // // { + // // var ro = ServicesOverviewRO.Create(coid, month, year, true, orgaOid ?? 0, empOid ?? 0, startDay, endDay, serviceCategoryOid); + // // if (ro != null) + // // { + // // roList.Add(ro); + // // } + // // } + + // // if (roList.Count > 0) + // // { + + // // var rootReport = CreateServicesOverviewReportForRo(roList[0], serviceCategoryOid); + // // rootReport.CreateDocument(); + + // // for (int i = 1; i < roList.Count; i++) + // // { + // // var lNext = CreateServicesOverviewReportForRo(roList[i], serviceCategoryOid); + // // lNext.CreateDocument(); + // // rootReport.Pages.AddRange(lNext.Pages); + // // } + + // // return rootReport; + // // } + // // return new XtraReport(); + + // //} + //public override XtraReport CreateReportForServicesOverviewRo(ServicesOverviewRO ro, String reportId) + //{ + // return CreateServicesOverviewReportForRo(ro, null); + //} + + // //private XtraReport CreateServicesOverviewReportForRo(ServicesOverviewRO ro, long? serviceCategoryOid) + // //{ + // // IBeWoReport report = null; + // // String kt = ""; + // // if (!String.IsNullOrWhiteSpace(ro.Costbearer)) + // // kt = ro.Costbearer.Trim(); + + // // String function = ""; + // // if (ro.CostBearer2SupportConceptList != null) + // // { + // // foreach (var c2s in ro.CostBearer2SupportConceptList) + // // { + // // if (c2s.CostBearer.Organisation.Function != null && !String.IsNullOrWhiteSpace(ro.Costbearer) && c2s.CostBearer.Organisation.Name == ro.Costbearer) + // // function = c2s.CostBearer.Organisation.Function.Value; + // // } + // // } + + // // if (kt == "Kreisverwaltung Mainz-Bingen") + // // report = new AlzeyTeilhabe.StundenzettelBi2(); + + // // if (report == null && function == "Kostenträger Soziotherapie") + // // report = new StundenzettelSoziotherapie(); + + // // if (report == null) + // // report = new AlzeyTeilhabe.StundenzettelWo(); + + // // report.SetReportDataSource(ro); + + // // return report as XtraReport; + // //} + + //} +} diff --git a/ReportImp/BeratungStadtwald/Reporting/Quittierungsbeleg.Designer.cs b/ReportImp/BeratungStadtwald/Reporting/Quittierungsbeleg.Designer.cs new file mode 100644 index 000000000..b630660d5 --- /dev/null +++ b/ReportImp/BeratungStadtwald/Reporting/Quittierungsbeleg.Designer.cs @@ -0,0 +1,1472 @@ +using BeWo.Report.ReportObjects; +namespace BeratungStadtwald +{ + partial class Quittierungsbeleg + { + /// + /// 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(Quittierungsbeleg)); + this.Detail = new DevExpress.XtraReports.UI.DetailBand(); + 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.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell50 = new DevExpress.XtraReports.UI.XRTableCell(); + this.picSignature = new DevExpress.XtraReports.UI.XRPictureBox(); + this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrTableServiceRecords1 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell49 = new DevExpress.XtraReports.UI.XRTableCell(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); + this.formattingRuleStartDate = new DevExpress.XtraReports.UI.FormattingRule(); + this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); + this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel2 = 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.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel23 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel(); + this.lblFehlkontakt = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.lblUnterschriftKlient = new DevExpress.XtraReports.UI.XRLabel(); + this.lblUnterschriftMitarbeiter = new DevExpress.XtraReports.UI.XRLabel(); + this.xrTableAbwesenheiten = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow7 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell29 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell31 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblHatAbwesenheiten = new DevExpress.XtraReports.UI.XRLabel(); + this.lblHatGruppen = new DevExpress.XtraReports.UI.XRLabel(); + this.xrRichText2 = new DevExpress.XtraReports.UI.XRRichText(); + this.xrRichText1 = new DevExpress.XtraReports.UI.XRRichText(); + this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); + this.fieldKontaktArt = new DevExpress.XtraReports.UI.CalculatedField(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTableAbwesenheiten)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); + // + // Detail + // + this.Detail.Expanded = false; + 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; + // + // DetailReport + // + this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail1, + 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 = 20F; + 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", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable3.Name = "xrTable3"; + this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow6}); + this.xrTable3.SizeF = new System.Drawing.SizeF(735F, 20F); + this.xrTable3.StylePriority.UseFont = false; + this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow6 + // + this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell13, + this.xrTableCell14, + this.xrTableCell10, + this.xrTableCell2, + this.xrTableCell15, + this.xrTableCell12, + this.xrTableCell44, + this.xrTableCell50}); + 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 = 1D; + // + // 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", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell13.Name = "xrTableCell13"; + this.xrTableCell13.StylePriority.UseBorders = false; + 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.MiddleCenter; + this.xrTableCell13.Weight = 0.11994951833461227D; + // + // xrTableCell14 + // + this.xrTableCell14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.StartDateMinutes", "{0:HH:mm}")}); + this.xrTableCell14.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell14.Name = "xrTableCell14"; + this.xrTableCell14.StylePriority.UseBorders = false; + this.xrTableCell14.StylePriority.UseFont = false; + this.xrTableCell14.StylePriority.UsePadding = false; + this.xrTableCell14.StylePriority.UseTextAlignment = false; + this.xrTableCell14.Text = "xrTableCell14"; + this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell14.Weight = 0.094696981389528381D; + // + // xrTableCell10 + // + this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.EndDateMinutes", "{0:HH:mm}")}); + this.xrTableCell10.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell10.Name = "xrTableCell10"; + this.xrTableCell10.StylePriority.UseBorders = false; + this.xrTableCell10.StylePriority.UseFont = false; + this.xrTableCell10.StylePriority.UsePadding = false; + this.xrTableCell10.StylePriority.UseTextAlignment = false; + this.xrTableCell10.Text = "xrTableCell10"; + this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell10.Weight = 0.094696933224158855D; + // + // xrTableCell2 + // + this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.Notice5")}); + this.xrTableCell2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell2.Name = "xrTableCell2"; + this.xrTableCell2.StylePriority.UseFont = false; + this.xrTableCell2.StylePriority.UsePadding = false; + this.xrTableCell2.StylePriority.UseTextAlignment = false; + this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell2.Weight = 0.05366162346946534D; + // + // xrTableCell15 + // + this.xrTableCell15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.CustomerCount", "{0:0}")}); + this.xrTableCell15.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell15.Name = "xrTableCell15"; + this.xrTableCell15.StylePriority.UseBorders = false; + this.xrTableCell15.StylePriority.UseFont = false; + this.xrTableCell15.StylePriority.UsePadding = false; + this.xrTableCell15.StylePriority.UseTextAlignment = false; + this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell15.Weight = 0.05366162346946534D; + // + // xrTableCell12 + // + this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.Minutes", "{0:0.##}")}); + this.xrTableCell12.Font = new System.Drawing.Font("Arial", 10F); + this.xrTableCell12.Name = "xrTableCell12"; + this.xrTableCell12.StylePriority.UseBorders = false; + this.xrTableCell12.StylePriority.UseFont = false; + this.xrTableCell12.StylePriority.UsePadding = false; + this.xrTableCell12.StylePriority.UseTextAlignment = false; + this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell12.Weight = 0.10732323052948757D; + // + // xrTableCell44 + // + this.xrTableCell44.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.EmployeeAbbr")}); + this.xrTableCell44.Name = "xrTableCell44"; + this.xrTableCell44.StylePriority.UseBorders = false; + this.xrTableCell44.StylePriority.UseFont = false; + this.xrTableCell44.StylePriority.UsePadding = false; + this.xrTableCell44.StylePriority.UseTextAlignment = false; + this.xrTableCell44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell44.Weight = 0.20202019104791347D; + // + // xrTableCell50 + // + this.xrTableCell50.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.picSignature}); + this.xrTableCell50.Name = "xrTableCell50"; + this.xrTableCell50.StylePriority.UseBorders = false; + this.xrTableCell50.StylePriority.UseFont = false; + this.xrTableCell50.StylePriority.UsePadding = false; + this.xrTableCell50.StylePriority.UseTextAlignment = false; + this.xrTableCell50.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell50.Weight = 0.20202019042968572D; + // + // picSignature + // + this.picSignature.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.picSignature.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Tag", null, "Services.Signature")}); + this.picSignature.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.picSignature.Name = "picSignature"; + this.picSignature.SizeF = new System.Drawing.SizeF(160F, 20F); + this.picSignature.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + this.picSignature.StylePriority.UseBorders = false; + this.picSignature.BeforePrint += new DevExpress.XtraReports.UI.BeforePrintEventHandler(this.picSignature_BeforePrint); + // + // GroupHeader1 + // + this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTableServiceRecords1}); + this.GroupHeader1.HeightF = 70F; + this.GroupHeader1.Name = "GroupHeader1"; + this.GroupHeader1.RepeatEveryPage = true; + // + // xrTableServiceRecords1 + // + this.xrTableServiceRecords1.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableServiceRecords1.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableServiceRecords1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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.xrTableRow1}); + this.xrTableServiceRecords1.SizeF = new System.Drawing.SizeF(735F, 70F); + this.xrTableServiceRecords1.StylePriority.UseBackColor = false; + this.xrTableServiceRecords1.StylePriority.UseBorders = false; + this.xrTableServiceRecords1.StylePriority.UseFont = false; + this.xrTableServiceRecords1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow2 + // + this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell3, + this.xrTableCell4, + this.xrTableCell11, + this.xrTableCell9, + this.xrTableCell28, + this.xrTableCell48}); + 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.48945783132530124D; + // + // xrTableCell3 + // + this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell3.Name = "xrTableCell3"; + this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 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.BottomCenter; + this.xrTableCell3.Weight = 0.26536312849161997D; + // + // xrTableCell4 + // + this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell4.Multiline = true; + this.xrTableCell4.Name = "xrTableCell4"; + this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(4, 4, 0, 0, 100F); + this.xrTableCell4.StylePriority.UseBorders = false; + this.xrTableCell4.StylePriority.UseFont = false; + this.xrTableCell4.StylePriority.UsePadding = false; + this.xrTableCell4.StylePriority.UseTextAlignment = false; + this.xrTableCell4.Text = "Uhrzeit"; + this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + this.xrTableCell4.Weight = 0.41899441340782145D; + // + // xrTableCell11 + // + this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell11.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell11.Name = "xrTableCell11"; + this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(12, 12, 0, 0, 100F); + this.xrTableCell11.StylePriority.UseBorders = false; + this.xrTableCell11.StylePriority.UseFont = false; + this.xrTableCell11.StylePriority.UsePadding = false; + this.xrTableCell11.StylePriority.UseTextAlignment = false; + this.xrTableCell11.Text = "Angebot"; + this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + this.xrTableCell11.Weight = 0.23743016759776542D; + // + // xrTableCell9 + // + this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell9.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell9.Multiline = true; + this.xrTableCell9.Name = "xrTableCell9"; + this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrTableCell9.StylePriority.UseBorders = false; + this.xrTableCell9.StylePriority.UseFont = false; + this.xrTableCell9.StylePriority.UsePadding = false; + this.xrTableCell9.StylePriority.UseTextAlignment = false; + this.xrTableCell9.Text = "FLS in"; + this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + this.xrTableCell9.Weight = 0.23743016759776536D; + // + // xrTableCell28 + // + this.xrTableCell28.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell28.Font = new System.Drawing.Font("Arial", 10F); + this.xrTableCell28.Name = "xrTableCell28"; + this.xrTableCell28.StylePriority.UseBorders = false; + this.xrTableCell28.StylePriority.UseFont = false; + this.xrTableCell28.StylePriority.UseTextAlignment = false; + this.xrTableCell28.Text = "Betreuerin / Betreuer"; + this.xrTableCell28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + this.xrTableCell28.Weight = 0.44692737430167595D; + // + // xrTableCell48 + // + this.xrTableCell48.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell48.Font = new System.Drawing.Font("Arial", 10F); + this.xrTableCell48.Multiline = true; + this.xrTableCell48.Name = "xrTableCell48"; + this.xrTableCell48.StylePriority.UseBorders = false; + this.xrTableCell48.StylePriority.UseFont = false; + this.xrTableCell48.StylePriority.UseTextAlignment = false; + this.xrTableCell48.Text = "Unterschrift"; + this.xrTableCell48.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + this.xrTableCell48.Weight = 0.44692737430167606D; + // + // xrTableRow1 + // + this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell1, + this.xrTableCell8, + this.xrTableCell5, + this.xrTableCell6, + this.xrTableCell7, + this.xrTableCell43, + this.xrTableCell49}); + this.xrTableRow1.Name = "xrTableRow1"; + this.xrTableRow1.Weight = 1.223644578313253D; + // + // xrTableCell1 + // + this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell1.Name = "xrTableCell1"; + this.xrTableCell1.StylePriority.UseBorders = false; + this.xrTableCell1.Weight = 0.26536312849161997D; + // + // xrTableCell8 + // + this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell8.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell8.Name = "xrTableCell8"; + this.xrTableCell8.StylePriority.UseBorders = false; + this.xrTableCell8.StylePriority.UseFont = false; + this.xrTableCell8.StylePriority.UseTextAlignment = false; + this.xrTableCell8.Text = "von"; + this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell8.Weight = 0.20949720670391073D; + // + // xrTableCell5 + // + this.xrTableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell5.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell5.Name = "xrTableCell5"; + this.xrTableCell5.StylePriority.UseBorders = false; + this.xrTableCell5.StylePriority.UseFont = false; + this.xrTableCell5.StylePriority.UseTextAlignment = false; + this.xrTableCell5.Text = "bis"; + this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell5.Weight = 0.2094972067039107D; + // + // xrTableCell6 + // + this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell6.Multiline = true; + this.xrTableCell6.Name = "xrTableCell6"; + this.xrTableCell6.StylePriority.UseBorders = false; + this.xrTableCell6.StylePriority.UseFont = false; + this.xrTableCell6.StylePriority.UseTextAlignment = false; + this.xrTableCell6.Text = "Art /\r\nAnzahl\r\nKlienten"; + this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell6.Weight = 0.23743016759776545D; + // + // xrTableCell7 + // + this.xrTableCell7.BackColor = System.Drawing.Color.Gainsboro; + this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell7.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell7.Multiline = true; + this.xrTableCell7.Name = "xrTableCell7"; + this.xrTableCell7.StylePriority.UseBackColor = false; + this.xrTableCell7.StylePriority.UseBorders = false; + this.xrTableCell7.StylePriority.UseFont = false; + this.xrTableCell7.StylePriority.UseTextAlignment = false; + this.xrTableCell7.Text = "Minuten\r\n(ohne 1,2)"; + this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell7.Weight = 0.23743016759776536D; + // + // xrTableCell43 + // + this.xrTableCell43.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell43.Font = new System.Drawing.Font("Arial", 10F); + this.xrTableCell43.Name = "xrTableCell43"; + this.xrTableCell43.StylePriority.UseBorders = false; + this.xrTableCell43.StylePriority.UseFont = false; + this.xrTableCell43.Weight = 0.44692737430167595D; + // + // xrTableCell49 + // + this.xrTableCell49.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell49.Font = new System.Drawing.Font("Arial", 10F); + this.xrTableCell49.Multiline = true; + this.xrTableCell49.Name = "xrTableCell49"; + this.xrTableCell49.StylePriority.UseBorders = false; + this.xrTableCell49.StylePriority.UseFont = false; + this.xrTableCell49.StylePriority.UseTextAlignment = false; + this.xrTableCell49.Text = "Klientin / Klient"; + this.xrTableCell49.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell49.Weight = 0.44692737430167606D; + // + // 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.xrLabel14, + this.xrLabel16, + this.xrLabel7, + this.xrLabel8, + this.xrLabel6, + this.xrLabel5, + this.xrLabel4, + this.xrLabel3, + this.xrLabel2}); + this.ReportHeader.HeightF = 130F; + this.ReportHeader.Name = "ReportHeader"; + // + // xrLabel14 + // + this.xrLabel14.BackColor = System.Drawing.Color.Gainsboro; + this.xrLabel14.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel14.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(414.9999F, 47.1111F); + this.xrLabel14.Name = "xrLabel14"; + this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel14.SizeF = new System.Drawing.SizeF(178.7501F, 30.50001F); + this.xrLabel14.StylePriority.UseBackColor = false; + this.xrLabel14.StylePriority.UseBorders = false; + this.xrLabel14.StylePriority.UseFont = false; + this.xrLabel14.StylePriority.UsePadding = false; + this.xrLabel14.StylePriority.UseTextAlignment = false; + this.xrLabel14.Text = "Bewilligte FLS wöchentlich"; + this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel16 + // + this.xrLabel16.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ApprovedFLSPerWeek", "{0:0.##}")}); + this.xrLabel16.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(593.75F, 47.1111F); + this.xrLabel16.Name = "xrLabel16"; + this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel16.SizeF = new System.Drawing.SizeF(100.2502F, 30.50001F); + this.xrLabel16.StylePriority.UseBackColor = false; + this.xrLabel16.StylePriority.UseBorders = false; + this.xrLabel16.StylePriority.UseFont = false; + this.xrLabel16.StylePriority.UsePadding = false; + this.xrLabel16.StylePriority.UseTextAlignment = false; + this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel7 + // + this.xrLabel7.BackColor = System.Drawing.Color.Gainsboro; + this.xrLabel7.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel7.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(415F, 77.6111F); + this.xrLabel7.Name = "xrLabel7"; + this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel7.SizeF = new System.Drawing.SizeF(120.6389F, 30.50001F); + this.xrLabel7.StylePriority.UseBackColor = false; + this.xrLabel7.StylePriority.UseBorders = false; + this.xrLabel7.StylePriority.UseFont = false; + this.xrLabel7.StylePriority.UsePadding = false; + this.xrLabel7.StylePriority.UseTextAlignment = false; + this.xrLabel7.Text = "Aktenzeichen"; + this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel8 + // + this.xrLabel8.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel8.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(535.6389F, 77.6111F); + this.xrLabel8.Name = "xrLabel8"; + this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel8.SizeF = new System.Drawing.SizeF(158.3612F, 30.50001F); + this.xrLabel8.StylePriority.UseBackColor = false; + this.xrLabel8.StylePriority.UseBorders = false; + this.xrLabel8.StylePriority.UseFont = false; + this.xrLabel8.StylePriority.UsePadding = false; + this.xrLabel8.StylePriority.UseTextAlignment = false; + this.xrLabel8.Text = "[ReferenceNumber]"; + this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel6 + // + this.xrLabel6.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel6.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(170F, 77.6111F); + this.xrLabel6.Name = "xrLabel6"; + this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel6.SizeF = new System.Drawing.SizeF(209.3611F, 30.50001F); + this.xrLabel6.StylePriority.UseBackColor = false; + this.xrLabel6.StylePriority.UseBorders = false; + this.xrLabel6.StylePriority.UseFont = false; + this.xrLabel6.StylePriority.UsePadding = false; + this.xrLabel6.StylePriority.UseTextAlignment = false; + this.xrLabel6.Text = "[CustomerName]"; + this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel5 + // + this.xrLabel5.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel5.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(170F, 47.1111F); + this.xrLabel5.Name = "xrLabel5"; + this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel5.SizeF = new System.Drawing.SizeF(209.3611F, 30.50001F); + this.xrLabel5.StylePriority.UseBackColor = false; + this.xrLabel5.StylePriority.UseBorders = false; + this.xrLabel5.StylePriority.UseFont = false; + this.xrLabel5.StylePriority.UsePadding = false; + this.xrLabel5.StylePriority.UseTextAlignment = false; + this.xrLabel5.Text = "[Month] [Year]"; + this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel4 + // + this.xrLabel4.BackColor = System.Drawing.Color.Gainsboro; + this.xrLabel4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel4.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(49.36111F, 77.6111F); + this.xrLabel4.Name = "xrLabel4"; + this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel4.SizeF = new System.Drawing.SizeF(120.6389F, 30.50001F); + this.xrLabel4.StylePriority.UseBackColor = false; + this.xrLabel4.StylePriority.UseBorders = false; + this.xrLabel4.StylePriority.UseFont = false; + this.xrLabel4.StylePriority.UsePadding = false; + this.xrLabel4.StylePriority.UseTextAlignment = false; + this.xrLabel4.Text = "Klientin, Klient"; + this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel3 + // + this.xrLabel3.BackColor = System.Drawing.Color.Gainsboro; + this.xrLabel3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel3.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(49.3611F, 47.11109F); + this.xrLabel3.Name = "xrLabel3"; + this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel3.SizeF = new System.Drawing.SizeF(120.6389F, 30.50001F); + this.xrLabel3.StylePriority.UseBackColor = false; + this.xrLabel3.StylePriority.UseBorders = false; + this.xrLabel3.StylePriority.UseFont = false; + this.xrLabel3.StylePriority.UsePadding = false; + this.xrLabel3.StylePriority.UseTextAlignment = false; + this.xrLabel3.Text = "Monat"; + this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel2 + // + this.xrLabel2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel2.ForeColor = System.Drawing.Color.Black; + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel2.Multiline = true; + this.xrLabel2.Name = "xrLabel2"; + this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel2.SizeF = new System.Drawing.SizeF(674.9998F, 25F); + this.xrLabel2.StylePriority.UseFont = false; + this.xrLabel2.StylePriority.UseForeColor = false; + this.xrLabel2.StylePriority.UseTextAlignment = false; + this.xrLabel2.Text = "Quittierungsbeleg [Mandator.Name]"; + this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + // + // 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 = 100F; + this.topMarginBand1.Name = "topMarginBand1"; + // + // bottomMarginBand1 + // + this.bottomMarginBand1.HeightF = 30F; + this.bottomMarginBand1.Name = "bottomMarginBand1"; + // + // GroupFooter1 + // + this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel22, + this.xrLabel23, + this.xrLabel19, + this.xrLabel20, + this.xrLabel21, + this.lblFehlkontakt, + this.xrLabel18, + this.xrPictureBox2, + this.lblUnterschriftKlient, + this.lblUnterschriftMitarbeiter, + this.xrTableAbwesenheiten, + this.lblHatAbwesenheiten, + this.lblHatGruppen, + this.xrRichText2, + this.xrRichText1, + this.xrLabel15, + this.xrLabel13, + this.xrLabel12, + this.xrLabel11, + this.xrLabel10, + this.xrLabel9, + this.xrLabel1, + this.xrPictureBox1, + this.xrLabel17}); + this.GroupFooter1.HeightF = 270F; + this.GroupFooter1.KeepTogether = true; + this.GroupFooter1.Name = "GroupFooter1"; + // + // xrLabel22 + // + this.xrLabel22.Borders = DevExpress.XtraPrinting.BorderSide.Right; + this.xrLabel22.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(244.9998F, 20.00001F); + this.xrLabel22.Name = "xrLabel22"; + this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel22.SizeF = new System.Drawing.SizeF(85F, 20F); + this.xrLabel22.StylePriority.UseBackColor = false; + this.xrLabel22.StylePriority.UseBorders = false; + this.xrLabel22.StylePriority.UseFont = false; + this.xrLabel22.StylePriority.UsePadding = false; + this.xrLabel22.StylePriority.UseTextAlignment = false; + this.xrLabel22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel23 + // + this.xrLabel23.BackColor = System.Drawing.Color.Transparent; + this.xrLabel23.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel23.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel23.LocationFloat = new DevExpress.Utils.PointFloat(329.9998F, 20.00001F); + this.xrLabel23.Name = "xrLabel23"; + this.xrLabel23.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel23.SizeF = new System.Drawing.SizeF(85F, 20F); + this.xrLabel23.StylePriority.UseBackColor = false; + this.xrLabel23.StylePriority.UseBorders = false; + this.xrLabel23.StylePriority.UseFont = false; + this.xrLabel23.StylePriority.UsePadding = false; + this.xrLabel23.StylePriority.UseTextAlignment = false; + this.xrLabel23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel19 + // + this.xrLabel19.Borders = DevExpress.XtraPrinting.BorderSide.Right; + this.xrLabel19.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(244.9999F, 40.00003F); + this.xrLabel19.Name = "xrLabel19"; + this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel19.SizeF = new System.Drawing.SizeF(85F, 20F); + this.xrLabel19.StylePriority.UseBackColor = false; + this.xrLabel19.StylePriority.UseBorders = false; + this.xrLabel19.StylePriority.UseFont = false; + this.xrLabel19.StylePriority.UsePadding = false; + this.xrLabel19.StylePriority.UseTextAlignment = false; + this.xrLabel19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel20 + // + this.xrLabel20.BackColor = System.Drawing.Color.Gainsboro; + this.xrLabel20.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TotalFLMFehlkontakte", "{0:0.##}")}); + this.xrLabel20.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(329.9999F, 40.00003F); + this.xrLabel20.Name = "xrLabel20"; + this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel20.SizeF = new System.Drawing.SizeF(85F, 20F); + this.xrLabel20.StylePriority.UseBackColor = false; + this.xrLabel20.StylePriority.UseBorders = false; + this.xrLabel20.StylePriority.UseFont = false; + this.xrLabel20.StylePriority.UsePadding = false; + this.xrLabel20.StylePriority.UseTextAlignment = false; + this.xrLabel20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel21 + // + this.xrLabel21.BackColor = System.Drawing.Color.Gainsboro; + this.xrLabel21.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel21.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(414.9999F, 40.00003F); + this.xrLabel21.Name = "xrLabel21"; + this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel21.SizeF = new System.Drawing.SizeF(320F, 20F); + this.xrLabel21.StylePriority.UseBackColor = false; + this.xrLabel21.StylePriority.UseBorders = false; + this.xrLabel21.StylePriority.UseFont = false; + this.xrLabel21.StylePriority.UsePadding = false; + this.xrLabel21.StylePriority.UseTextAlignment = false; + this.xrLabel21.Text = "Fehlkontakte in Minuten"; + this.xrLabel21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // lblFehlkontakt + // + this.lblFehlkontakt.Font = new System.Drawing.Font("Arial", 10F); + this.lblFehlkontakt.LocationFloat = new DevExpress.Utils.PointFloat(0F, 40.00005F); + this.lblFehlkontakt.Name = "lblFehlkontakt"; + this.lblFehlkontakt.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.lblFehlkontakt.SizeF = new System.Drawing.SizeF(245F, 20F); + this.lblFehlkontakt.StylePriority.UseBackColor = false; + this.lblFehlkontakt.StylePriority.UseBorders = false; + this.lblFehlkontakt.StylePriority.UseFont = false; + this.lblFehlkontakt.StylePriority.UsePadding = false; + this.lblFehlkontakt.StylePriority.UseTextAlignment = false; + this.lblFehlkontakt.Text = "F = Fehlkontakt"; + this.lblFehlkontakt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel18 + // + this.xrLabel18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerSignatureDate", "{0:dd.MM.yyyy}")}); + this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(49.3611F, 214.5F); + this.xrLabel18.Name = "xrLabel18"; + this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel18.SizeF = new System.Drawing.SizeF(137.3333F, 35.50002F); + this.xrLabel18.StylePriority.UseTextAlignment = false; + this.xrLabel18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + // + // xrPictureBox2 + // + this.xrPictureBox2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Image", null, "CustomerSignature")}); + this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(186.6944F, 214.5F); + this.xrPictureBox2.Name = "xrPictureBox2"; + this.xrPictureBox2.SizeF = new System.Drawing.SizeF(199.3611F, 35.50002F); + this.xrPictureBox2.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // + // lblUnterschriftKlient + // + this.lblUnterschriftKlient.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.lblUnterschriftKlient.Font = new System.Drawing.Font("Arial", 10F); + this.lblUnterschriftKlient.LocationFloat = new DevExpress.Utils.PointFloat(49.3611F, 250F); + this.lblUnterschriftKlient.Name = "lblUnterschriftKlient"; + this.lblUnterschriftKlient.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.lblUnterschriftKlient.SizeF = new System.Drawing.SizeF(336.6944F, 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, Unterschrift Klient/in"; + this.lblUnterschriftKlient.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // lblUnterschriftMitarbeiter + // + this.lblUnterschriftMitarbeiter.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.lblUnterschriftMitarbeiter.Font = new System.Drawing.Font("Arial", 10F); + this.lblUnterschriftMitarbeiter.LocationFloat = new DevExpress.Utils.PointFloat(398.31F, 250F); + this.lblUnterschriftMitarbeiter.Name = "lblUnterschriftMitarbeiter"; + this.lblUnterschriftMitarbeiter.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.lblUnterschriftMitarbeiter.SizeF = new System.Drawing.SizeF(336.6944F, 19.99998F); + this.lblUnterschriftMitarbeiter.StylePriority.UseBackColor = false; + this.lblUnterschriftMitarbeiter.StylePriority.UseBorders = false; + this.lblUnterschriftMitarbeiter.StylePriority.UseFont = false; + this.lblUnterschriftMitarbeiter.StylePriority.UsePadding = false; + this.lblUnterschriftMitarbeiter.StylePriority.UseTextAlignment = false; + this.lblUnterschriftMitarbeiter.Text = "Datum, verantwortliche/r Mitarbeiter/in"; + this.lblUnterschriftMitarbeiter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrTableAbwesenheiten + // + this.xrTableAbwesenheiten.BorderColor = System.Drawing.Color.Black; + this.xrTableAbwesenheiten.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableAbwesenheiten.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableAbwesenheiten.LocationFloat = new DevExpress.Utils.PointFloat(170F, 80.00005F); + this.xrTableAbwesenheiten.Name = "xrTableAbwesenheiten"; + this.xrTableAbwesenheiten.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableAbwesenheiten.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow3, + this.xrTableRow4, + this.xrTableRow5, + this.xrTableRow7, + this.xrTableRow8}); + this.xrTableAbwesenheiten.SizeF = new System.Drawing.SizeF(230F, 100F); + this.xrTableAbwesenheiten.StylePriority.UseBorders = false; + this.xrTableAbwesenheiten.StylePriority.UseFont = false; + this.xrTableAbwesenheiten.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow3 + // + this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell16, + this.xrTableCell17, + this.xrTableCell18}); + this.xrTableRow3.Name = "xrTableRow3"; + this.xrTableRow3.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow3.Weight = 1D; + // + // xrTableCell16 + // + this.xrTableCell16.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell16.Name = "xrTableCell16"; + this.xrTableCell16.StylePriority.UseBorders = false; + this.xrTableCell16.StylePriority.UseFont = false; + this.xrTableCell16.StylePriority.UsePadding = false; + this.xrTableCell16.StylePriority.UseTextAlignment = false; + this.xrTableCell16.Text = "von"; + this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell16.Weight = 0.1073232364991462D; + // + // xrTableCell17 + // + this.xrTableCell17.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell17.Name = "xrTableCell17"; + this.xrTableCell17.StylePriority.UseBorders = false; + this.xrTableCell17.StylePriority.UseFont = false; + this.xrTableCell17.StylePriority.UsePadding = false; + this.xrTableCell17.StylePriority.UseTextAlignment = false; + this.xrTableCell17.Text = "bis"; + this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell17.Weight = 0.10732323432577288D; + // + // xrTableCell18 + // + this.xrTableCell18.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell18.Name = "xrTableCell18"; + this.xrTableCell18.StylePriority.UseBorders = false; + this.xrTableCell18.StylePriority.UseFont = false; + this.xrTableCell18.StylePriority.UsePadding = false; + this.xrTableCell18.StylePriority.UseTextAlignment = false; + this.xrTableCell18.Text = "Tage"; + this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell18.Weight = 0.075757568269402914D; + // + // xrTableRow4 + // + this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell19, + this.xrTableCell20, + this.xrTableCell21}); + this.xrTableRow4.Name = "xrTableRow4"; + this.xrTableRow4.Weight = 1D; + // + // xrTableCell19 + // + this.xrTableCell19.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell19.Name = "xrTableCell19"; + this.xrTableCell19.StylePriority.UseFont = false; + this.xrTableCell19.StylePriority.UseTextAlignment = false; + this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell19.Weight = 0.1073232364991462D; + // + // xrTableCell20 + // + this.xrTableCell20.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell20.Name = "xrTableCell20"; + this.xrTableCell20.StylePriority.UseFont = false; + this.xrTableCell20.StylePriority.UseTextAlignment = false; + this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell20.Weight = 0.10732323432577288D; + // + // xrTableCell21 + // + this.xrTableCell21.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell21.Name = "xrTableCell21"; + this.xrTableCell21.StylePriority.UseFont = false; + this.xrTableCell21.StylePriority.UseTextAlignment = false; + this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell21.Weight = 0.075757568269402914D; + // + // xrTableRow5 + // + this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell22, + this.xrTableCell23, + this.xrTableCell24}); + this.xrTableRow5.Name = "xrTableRow5"; + this.xrTableRow5.Weight = 1D; + // + // xrTableCell22 + // + this.xrTableCell22.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell22.Name = "xrTableCell22"; + this.xrTableCell22.StylePriority.UseFont = false; + this.xrTableCell22.StylePriority.UseTextAlignment = false; + this.xrTableCell22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell22.Weight = 0.1073232364991462D; + // + // xrTableCell23 + // + this.xrTableCell23.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell23.Name = "xrTableCell23"; + this.xrTableCell23.StylePriority.UseFont = false; + this.xrTableCell23.StylePriority.UseTextAlignment = false; + this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell23.Weight = 0.10732323432577288D; + // + // xrTableCell24 + // + this.xrTableCell24.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell24.Name = "xrTableCell24"; + this.xrTableCell24.StylePriority.UseFont = false; + this.xrTableCell24.StylePriority.UseTextAlignment = false; + this.xrTableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell24.Weight = 0.075757568269402914D; + // + // xrTableRow7 + // + this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell25, + this.xrTableCell26, + this.xrTableCell27}); + this.xrTableRow7.Name = "xrTableRow7"; + this.xrTableRow7.Weight = 1D; + // + // xrTableCell25 + // + this.xrTableCell25.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell25.Name = "xrTableCell25"; + this.xrTableCell25.StylePriority.UseFont = false; + this.xrTableCell25.StylePriority.UseTextAlignment = false; + this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell25.Weight = 0.1073232364991462D; + // + // xrTableCell26 + // + this.xrTableCell26.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell26.Name = "xrTableCell26"; + this.xrTableCell26.StylePriority.UseFont = false; + this.xrTableCell26.StylePriority.UseTextAlignment = false; + this.xrTableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell26.Weight = 0.10732323432577288D; + // + // xrTableCell27 + // + this.xrTableCell27.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell27.Name = "xrTableCell27"; + this.xrTableCell27.StylePriority.UseFont = false; + this.xrTableCell27.StylePriority.UseTextAlignment = false; + this.xrTableCell27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell27.Weight = 0.075757568269402914D; + // + // xrTableRow8 + // + this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell29, + this.xrTableCell30, + this.xrTableCell31}); + this.xrTableRow8.Name = "xrTableRow8"; + this.xrTableRow8.Weight = 1D; + // + // xrTableCell29 + // + this.xrTableCell29.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell29.Name = "xrTableCell29"; + this.xrTableCell29.StylePriority.UseFont = false; + this.xrTableCell29.StylePriority.UseTextAlignment = false; + this.xrTableCell29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell29.Weight = 0.1073232364991462D; + // + // xrTableCell30 + // + this.xrTableCell30.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell30.Name = "xrTableCell30"; + this.xrTableCell30.StylePriority.UseFont = false; + this.xrTableCell30.StylePriority.UseTextAlignment = false; + this.xrTableCell30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell30.Weight = 0.10732323432577288D; + // + // xrTableCell31 + // + this.xrTableCell31.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell31.Name = "xrTableCell31"; + this.xrTableCell31.StylePriority.UseFont = false; + this.xrTableCell31.StylePriority.UseTextAlignment = false; + this.xrTableCell31.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell31.Weight = 0.075757568269402914D; + // + // lblHatAbwesenheiten + // + this.lblHatAbwesenheiten.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.lblHatAbwesenheiten.Font = new System.Drawing.Font("Arial", 10F); + this.lblHatAbwesenheiten.LocationFloat = new DevExpress.Utils.PointFloat(435.1388F, 130F); + this.lblHatAbwesenheiten.Name = "lblHatAbwesenheiten"; + this.lblHatAbwesenheiten.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.lblHatAbwesenheiten.SizeF = new System.Drawing.SizeF(30F, 30F); + this.lblHatAbwesenheiten.StylePriority.UseBackColor = false; + this.lblHatAbwesenheiten.StylePriority.UseBorders = false; + this.lblHatAbwesenheiten.StylePriority.UseFont = false; + this.lblHatAbwesenheiten.StylePriority.UsePadding = false; + this.lblHatAbwesenheiten.StylePriority.UseTextAlignment = false; + this.lblHatAbwesenheiten.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // lblHatGruppen + // + this.lblHatGruppen.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.lblHatGruppen.Font = new System.Drawing.Font("Arial", 10F); + this.lblHatGruppen.LocationFloat = new DevExpress.Utils.PointFloat(435.1388F, 80.00005F); + this.lblHatGruppen.Name = "lblHatGruppen"; + this.lblHatGruppen.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.lblHatGruppen.SizeF = new System.Drawing.SizeF(30F, 30F); + this.lblHatGruppen.StylePriority.UseBackColor = false; + this.lblHatGruppen.StylePriority.UseBorders = false; + this.lblHatGruppen.StylePriority.UseFont = false; + this.lblHatGruppen.StylePriority.UsePadding = false; + this.lblHatGruppen.StylePriority.UseTextAlignment = false; + this.lblHatGruppen.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrRichText2 + // + this.xrRichText2.Font = new System.Drawing.Font("Arial", 8F); + this.xrRichText2.LocationFloat = new DevExpress.Utils.PointFloat(474.4724F, 130F); + this.xrRichText2.Name = "xrRichText2"; + this.xrRichText2.SerializableRtfString = resources.GetString("xrRichText2.SerializableRtfString"); + this.xrRichText2.SizeF = new System.Drawing.SizeF(264.972F, 68.05556F); + this.xrRichText2.StylePriority.UseFont = false; + // + // xrRichText1 + // + this.xrRichText1.Font = new System.Drawing.Font("Arial", 8F); + this.xrRichText1.LocationFloat = new DevExpress.Utils.PointFloat(474.4724F, 80.00005F); + this.xrRichText1.Name = "xrRichText1"; + this.xrRichText1.SerializableRtfString = resources.GetString("xrRichText1.SerializableRtfString"); + this.xrRichText1.SizeF = new System.Drawing.SizeF(264.9721F, 50F); + this.xrRichText1.StylePriority.UseFont = false; + // + // xrLabel15 + // + this.xrLabel15.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Underline); + this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(0F, 80.00005F); + this.xrLabel15.Multiline = true; + this.xrLabel15.Name = "xrLabel15"; + this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel15.SizeF = new System.Drawing.SizeF(170F, 43.61115F); + this.xrLabel15.StylePriority.UseBackColor = false; + this.xrLabel15.StylePriority.UseBorders = false; + this.xrLabel15.StylePriority.UseFont = false; + this.xrLabel15.StylePriority.UsePadding = false; + this.xrLabel15.StylePriority.UseTextAlignment = false; + this.xrLabel15.Text = "Krankenhausaufenthalte/\r\nstat. Rehamaßnahmen:"; + this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel13 + // + this.xrLabel13.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(0F, 20.00004F); + this.xrLabel13.Name = "xrLabel13"; + this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel13.SizeF = new System.Drawing.SizeF(245F, 20F); + this.xrLabel13.StylePriority.UseBackColor = false; + this.xrLabel13.StylePriority.UseBorders = false; + this.xrLabel13.StylePriority.UseFont = false; + this.xrLabel13.StylePriority.UsePadding = false; + this.xrLabel13.StylePriority.UseTextAlignment = false; + this.xrLabel13.Text = "GR = Gruppenangebot"; + this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel12 + // + this.xrLabel12.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel12.Name = "xrLabel12"; + this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel12.SizeF = new System.Drawing.SizeF(245F, 20F); + this.xrLabel12.StylePriority.UseBackColor = false; + this.xrLabel12.StylePriority.UseBorders = false; + this.xrLabel12.StylePriority.UseFont = false; + this.xrLabel12.StylePriority.UsePadding = false; + this.xrLabel12.StylePriority.UseTextAlignment = false; + this.xrLabel12.Text = "E = ear to ear, face to face"; + this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel11 + // + this.xrLabel11.BackColor = System.Drawing.Color.Transparent; + this.xrLabel11.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel11.Font = new System.Drawing.Font("Arial", 8F); + this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(415F, 20.00001F); + this.xrLabel11.Name = "xrLabel11"; + this.xrLabel11.SizeF = new System.Drawing.SizeF(320F, 20F); + this.xrLabel11.StylePriority.UseBackColor = false; + this.xrLabel11.StylePriority.UseBorders = false; + this.xrLabel11.StylePriority.UseFont = false; + this.xrLabel11.StylePriority.UsePadding = false; + this.xrLabel11.StylePriority.UseTextAlignment = false; + this.xrLabel11.Text = "Ohne Faktor 1,2 (wird erst bei Abrechnung eingerechnet)"; + this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrLabel10 + // + this.xrLabel10.BackColor = System.Drawing.Color.Gainsboro; + this.xrLabel10.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel10.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(415F, 0F); + this.xrLabel10.Name = "xrLabel10"; + this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel10.SizeF = new System.Drawing.SizeF(320F, 20F); + this.xrLabel10.StylePriority.UseBackColor = false; + this.xrLabel10.StylePriority.UseBorders = false; + this.xrLabel10.StylePriority.UseFont = false; + this.xrLabel10.StylePriority.UsePadding = false; + this.xrLabel10.StylePriority.UseTextAlignment = false; + this.xrLabel10.Text = "Fachleistungen in Minuten"; + this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel9 + // + this.xrLabel9.Borders = DevExpress.XtraPrinting.BorderSide.Right; + this.xrLabel9.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(245F, 0F); + this.xrLabel9.Name = "xrLabel9"; + this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel9.SizeF = new System.Drawing.SizeF(85F, 20F); + this.xrLabel9.StylePriority.UseBackColor = false; + this.xrLabel9.StylePriority.UseBorders = false; + this.xrLabel9.StylePriority.UseFont = false; + this.xrLabel9.StylePriority.UsePadding = false; + this.xrLabel9.StylePriority.UseTextAlignment = false; + this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel1 + // + this.xrLabel1.BackColor = System.Drawing.Color.Gainsboro; + this.xrLabel1.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TotalFLMoFehlkontakte", "{0:0.##}")}); + this.xrLabel1.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(330F, 0F); + this.xrLabel1.Name = "xrLabel1"; + this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel1.SizeF = new System.Drawing.SizeF(85F, 20F); + this.xrLabel1.StylePriority.UseBackColor = false; + this.xrLabel1.StylePriority.UseBorders = false; + this.xrLabel1.StylePriority.UseFont = false; + this.xrLabel1.StylePriority.UsePadding = false; + this.xrLabel1.StylePriority.UseTextAlignment = false; + this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrPictureBox1 + // + this.xrPictureBox1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Image", null, "EmployeeSignature")}); + this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(535.6389F, 214.5F); + this.xrPictureBox1.Name = "xrPictureBox1"; + this.xrPictureBox1.Scripts.OnBeforePrint = "xrPictureBox1_BeforePrint"; + this.xrPictureBox1.SizeF = new System.Drawing.SizeF(199.3611F, 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(398.31F, 214.5F); + this.xrLabel17.Name = "xrLabel17"; + this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel17.SizeF = new System.Drawing.SizeF(136.8289F, 35.50002F); + this.xrLabel17.StylePriority.UseBackColor = false; + this.xrLabel17.StylePriority.UseTextAlignment = false; + this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + // + // fieldKontaktArt + // + this.fieldKontaktArt.DataMember = "Services"; + this.fieldKontaktArt.Expression = "Iif([IsGroup], \'GR\', \'E\')"; + this.fieldKontaktArt.FieldType = DevExpress.XtraReports.UI.FieldType.String; + this.fieldKontaktArt.Name = "fieldKontaktArt"; + // + // Quittierungsbeleg + // + this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail, + this.DetailReport, + this.ReportHeader, + this.topMarginBand1, + this.bottomMarginBand1, + this.GroupFooter1}); + this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] { + this.fieldKontaktArt}); + this.DataSource = this.bindingSource1; + this.Font = new System.Drawing.Font("Arial", 10F); + this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { + this.formattingRuleStartDate, + this.formattingRuleServiceDesc, + this.formattingRuleCostBearer, + this.formattingRuleEmployeeName}); + this.Margins = new System.Drawing.Printing.Margins(50, 30, 100, 30); + this.PageHeight = 1169; + this.PageWidth = 827; + this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4; + this.Version = "17.1"; + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTableAbwesenheiten)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).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.ReportHeaderBand ReportHeader; + 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.TopMarginBand topMarginBand1; + private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1; + private DevExpress.XtraReports.UI.XRLabel xrLabel2; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader1; + 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 xrTableCell11; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell9; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell28; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell48; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell8; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell5; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell6; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell7; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell43; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell49; + private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1; + private DevExpress.XtraReports.UI.XRLabel xrLabel3; + private DevExpress.XtraReports.UI.XRLabel xrLabel7; + private DevExpress.XtraReports.UI.XRLabel xrLabel8; + private DevExpress.XtraReports.UI.XRLabel xrLabel6; + private DevExpress.XtraReports.UI.XRLabel xrLabel5; + private DevExpress.XtraReports.UI.XRLabel xrLabel4; + private DevExpress.XtraReports.UI.XRTable xrTable3; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow6; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell13; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell14; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell10; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell15; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell12; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell44; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell50; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell2; + private DevExpress.XtraReports.UI.CalculatedField fieldKontaktArt; + private DevExpress.XtraReports.UI.XRLabel xrLabel11; + private DevExpress.XtraReports.UI.XRLabel xrLabel10; + private DevExpress.XtraReports.UI.XRLabel xrLabel9; + private DevExpress.XtraReports.UI.XRLabel xrLabel1; + private DevExpress.XtraReports.UI.XRLabel xrLabel13; + private DevExpress.XtraReports.UI.XRLabel xrLabel12; + private DevExpress.XtraReports.UI.XRLabel xrLabel15; + private DevExpress.XtraReports.UI.XRRichText xrRichText1; + private DevExpress.XtraReports.UI.XRRichText xrRichText2; + private DevExpress.XtraReports.UI.XRLabel lblHatAbwesenheiten; + private DevExpress.XtraReports.UI.XRLabel lblHatGruppen; + private DevExpress.XtraReports.UI.XRTable xrTableAbwesenheiten; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell16; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell17; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell18; + private DevExpress.XtraReports.UI.XRLabel lblUnterschriftKlient; + private DevExpress.XtraReports.UI.XRLabel lblUnterschriftMitarbeiter; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow4; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell19; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell20; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell21; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow5; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell22; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell23; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell24; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow7; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell25; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell26; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell27; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow8; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell29; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell30; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell31; + private DevExpress.XtraReports.UI.XRLabel xrLabel14; + private DevExpress.XtraReports.UI.XRLabel xrLabel16; + private DevExpress.XtraReports.UI.XRPictureBox picSignature; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1; + private DevExpress.XtraReports.UI.XRLabel xrLabel17; + private DevExpress.XtraReports.UI.XRLabel xrLabel18; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox2; + private DevExpress.XtraReports.UI.XRLabel lblFehlkontakt; + private DevExpress.XtraReports.UI.XRLabel xrLabel19; + private DevExpress.XtraReports.UI.XRLabel xrLabel20; + private DevExpress.XtraReports.UI.XRLabel xrLabel21; + private DevExpress.XtraReports.UI.XRLabel xrLabel22; + private DevExpress.XtraReports.UI.XRLabel xrLabel23; + } +} diff --git a/ReportImp/BeratungStadtwald/Reporting/Quittierungsbeleg.cs b/ReportImp/BeratungStadtwald/Reporting/Quittierungsbeleg.cs new file mode 100644 index 000000000..d783ce33c --- /dev/null +++ b/ReportImp/BeratungStadtwald/Reporting/Quittierungsbeleg.cs @@ -0,0 +1,145 @@ +using System; +using System.Collections.Generic; +using System.Drawing; +using System.IO; +using System.Text.RegularExpressions; +using BeWo.Report; +using BeWo.Report.ReportObjects; +using BS.Shared.Core; +using DevExpress.XtraReports.UI; + +namespace BeratungStadtwald +{ + public partial class Quittierungsbeleg : XtraReport, IBeWoReport + { + public Quittierungsbeleg() + { + InitializeComponent(); + } + + public void SetReportDataSource(ServicesOverviewRO pRO) + { + + // Get calling method name + //StackTrace stackTrace = new StackTrace(); + //Debug.WriteLine(stackTrace.GetFrame(1).GetMethod().Name); + + bool hatGruppen = false; + + //if (pRO == null) + // return; + + if (pRO.Services != null) + { + List servicesBillable = new List(); + + foreach (var sd in pRO.Services) + { + if (sd.IsBillable || sd.ServiceDescription.ToLower().Contains("fehlkontakt") || sd.ServiceCategory.ToLower().Contains("fehlkontakt")) + { + ServicesOverviewRO.CreateSignatureString(sd); + sd.Notice5 = "E"; + if (sd.IsGroup) + { + //sd.Notice5 = String.Format("{0} Teilnehmer", sd.CustomerCount); + sd.Notice5 = "GR"; + hatGruppen = true; + } + if (sd.ServiceDescription.ToLower().Contains("fehlkontakt") || sd.ServiceCategory.ToLower().Contains("fehlkontakt") || (sd.ProzentAbrechenbar < 100)) + { + sd.Notice5 = "F"; + } + servicesBillable.Add(sd); + } + } + + pRO.Services = servicesBillable; + } + + if (String.IsNullOrWhiteSpace(pRO.AbsenceTimes)) + { + lblHatAbwesenheiten.Text = "X"; + } + + if (!hatGruppen) + { + lblHatGruppen.Text = "X"; + } + + ErstelleAbwesenheitenTabelle(pRO); + + bindingSource1.DataSource = pRO; + } + + private void ErstelleAbwesenheitenTabelle(ServicesOverviewRO pRo) + { + if (pRo.Abwesenheiten != null) + { + int newRows = 0; + int index = 1; + foreach (var at in pRo.Abwesenheiten) + { + DevExpress.XtraReports.UI.XRTableRow row = null; + if (index < xrTableAbwesenheiten.Rows.Count) + { + row = xrTableAbwesenheiten.Rows[index]; + } + else + { + row = xrTableAbwesenheiten.InsertRowBelow(xrTableAbwesenheiten.Rows[xrTableAbwesenheiten.Rows.Count - 1]); + newRows++; + } + + row.Cells[0].Text = String.Format("{0:dd.MM.yyyy}", at.Start); + int? days = null; + + if (at.End.HasValue) + { + row.Cells[1].Text = String.Format("{0:dd.MM.yyyy}", at.End); + days = (int)at.End.Value.Subtract(at.Start.Value).TotalDays + 1; + } + else + { + row.Cells[1].Text = "unbekannt"; + } + + row.Cells[2].Text = String.Format("{0:0}", days); + + index++; + } + + if (newRows > 0) + { + lblUnterschriftKlient.Top += newRows * 20; + lblUnterschriftMitarbeiter.Top += newRows * 20; + } + } + } + + private void picSignature_BeforePrint(object sender, System.ComponentModel.CancelEventArgs e) + { + XRPictureBox xrBox = sender as XRPictureBox; + //var test = this.GetCurrent + string base64String = xrBox.Tag as string; + if (!String.IsNullOrWhiteSpace(base64String)) + { + var base64Data = Regex.Match(base64String, @"data:image/(?.+?),(?.+)").Groups["data"].Value; + var binData = Convert.FromBase64String(base64Data); + Image img = ByteArrayToImage(binData); + xrBox.Image = Utils.CropImage(img); + } + else + { + xrBox.Image = null; + } + } + + public Image ByteArrayToImage(byte[] byteArrayIn) + { + using(var memoryStream = new MemoryStream(byteArrayIn)) + { + return Image.FromStream(memoryStream); + } + } + } +} diff --git a/ReportImp/BeratungStadtwald/Reporting/Quittierungsbeleg.resx b/ReportImp/BeratungStadtwald/Reporting/Quittierungsbeleg.resx new file mode 100644 index 000000000..9f46badba --- /dev/null +++ b/ReportImp/BeratungStadtwald/Reporting/Quittierungsbeleg.resx @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + ewBcAHIAdABmADEAXABkAGUAZgBmADAAewBcAGYAbwBuAHQAdABiAGwAewBcAGYAMAAgAEMAYQBsAGkAYgByAGkAOwB9AHsAXABmADEAIABUAGkAbQBlAHMAIABOAGUAdwAgAFIAbwBtAGEAbgA7AH0AewBcAGYAMgAgAEEAcgBpAGEAbAA7AH0AfQB7AFwAYwBvAGwAbwByAHQAYgBsACAAOwBcAHIAZQBkADAAXABnAHIAZQBlAG4AMABcAGIAbAB1AGUAMAAgADsAXAByAGUAZAAwAFwAZwByAGUAZQBuADAAXABiAGwAdQBlADIANQA1ACAAOwB9AHsAXAAqAFwAZABlAGYAYwBoAHAAIABcAGYAMQBcAGYAcwAyADQAfQB7AFwAcwB0AHkAbABlAHMAaABlAGUAdAAgAHsAXABxAGwAXABmADEAXABmAHMAMgA0ACAATgBvAHIAbQBhAGwAOwB9AHsAXAAqAFwAYwBzADEAXABmADEAXABmAHMAMgA0AFwAYwBmADEAIABEAGUAZgBhAHUAbAB0ACAAUABhAHIAYQBnAHIAYQBwAGgAIABGAG8AbgB0ADsAfQB7AFwAKgBcAGMAcwAyAFwAcwBiAGEAcwBlAGQAbwBuADEAXABmADEAXABmAHMAMgA0AFwAYwBmADEAIABMAGkAbgBlACAATgB1AG0AYgBlAHIAOwB9AHsAXAAqAFwAYwBzADMAXAB1AGwAXABmADEAXABmAHMAMgA0AFwAYwBmADIAIABIAHkAcABlAHIAbABpAG4AawA7AH0AewBcACoAXAB0AHMANABcAHQAcwByAG8AdwBkAFwAZgAxAFwAZgBzADIANABcAHEAbABcAHQAcwBjAGUAbABsAHAAYQBkAGQAZgBsADMAXAB0AHMAYwBlAGwAbABwAGEAZABkAGwAMQAwADgAXAB0AHMAYwBlAGwAbABwAGEAZABkAGYAYgAzAFwAdABzAGMAZQBsAGwAcABhAGQAZABmAHIAMwBcAHQAcwBjAGUAbABsAHAAYQBkAGQAcgAxADAAOABcAHQAcwBjAGUAbABsAHAAYQBkAGQAZgB0ADMAXAB0AHMAdgBlAHIAdABhAGwAdABcAGMAbAB0AHgAbAByAHQAYgAgAE4AbwByAG0AYQBsACAAVABhAGIAbABlADsAfQB7AFwAKgBcAHQAcwA1AFwAdABzAHIAbwB3AGQAXABzAGIAYQBzAGUAZABvAG4ANABcAGYAMQBcAGYAcwAyADQAXABxAGwAXAB0AHIAYgByAGQAcgB0AFwAYgByAGQAcgBzAFwAYgByAGQAcgB3ADEAMABcAHQAcgBiAHIAZAByAGwAXABiAHIAZAByAHMAXABiAHIAZAByAHcAMQAwAFwAdAByAGIAcgBkAHIAYgBcAGIAcgBkAHIAcwBcAGIAcgBkAHIAdwAxADAAXAB0AHIAYgByAGQAcgByAFwAYgByAGQAcgBzAFwAYgByAGQAcgB3ADEAMABcAHQAcgBiAHIAZAByAGgAXABiAHIAZAByAHMAXABiAHIAZAByAHcAMQAwAFwAdAByAGIAcgBkAHIAdgBcAGIAcgBkAHIAcwBcAGIAcgBkAHIAdwAxADAAXAB0AHMAYwBlAGwAbABwAGEAZABkAGYAbAAzAFwAdABzAGMAZQBsAGwAcABhAGQAZABsADEAMAA4AFwAdABzAGMAZQBsAGwAcABhAGQAZABmAHIAMwBcAHQAcwBjAGUAbABsAHAAYQBkAGQAcgAxADAAOABcAHQAcwB2AGUAcgB0AGEAbAB0AFwAYwBsAHQAeABsAHIAdABiACAAVABhAGIAbABlACAAUwBpAG0AcABsAGUAIAAxADsAfQB9AHsAXAAqAFwAbABpAHMAdABvAHYAZQByAHIAaQBkAGUAdABhAGIAbABlAH0AXABuAG8AdQBpAGMAbwBtAHAAYQB0AFwAcwBwAGwAeQB0AHcAbgBpAG4AZQBcAGgAdABtAGEAdQB0AHMAcABcAHAAYQByAGQAXABwAGwAYQBpAG4AXABxAGwAewBcAGYAMgBcAGYAcwAyADAAXABjAGYAMQAgAEsAZQBpAG4AZQAgAH0AewBcAGwAYQBuAGcAMQAwADMAMQBcAGwAYQBuAGcAZgBlADEAMAAzADEAXAB1AGwAXABmADIAXABmAHMAMgAwAFwAYwBmADEAIABLAHIAYQBuAGsAZQBuAGgAYQB1AHMAYQB1AGYAZQBuAHQAaABhAGwAdABlAH0AXABsAGEAbgBnADEAMAAzADEAXABsAGEAbgBnAGYAZQAxADAAMwAxAFwAdQBsAFwAZgAyAFwAZgBzADIAMABcAGMAZgAxAFwAcABhAHIAXABwAGEAcgBkAFwAcABsAGEAaQBuAFwAcQBsAHsAXABsAGEAbgBnADEAMAAzADEAXABsAGEAbgBnAGYAZQAxADAAMwAxAFwAdQBsAFwAZgAyAFwAZgBzADIAMABcAGMAZgAxACAAYgBlAGsAYQBuAG4AdAAgAG8AZABlAHIAIAB9AFwAbABhAG4AZwAxADAAMwAxAFwAbABhAG4AZwBmAGUAMQAwADMAMQBcAHUAbABcAGYAMgBcAGYAcwAyADAAXABjAGYAMQBcAHAAYQByAFwAcABhAHIAZABcAHAAbABhAGkAbgBcAHEAbAB7AFwAbABhAG4AZwAxADAAMwAxAFwAbABhAG4AZwBmAGUAMQAwADMAMQBcAHUAbABcAGYAMgBcAGYAcwAyADAAXABjAGYAMQAgAGEAYgByAGUAYwBoAG4AdQBuAGcAcwByAGUAbABlAHYAYQBuAHQAfQB7AFwAbABhAG4AZwAxADAAMwAxAFwAbABhAG4AZwBmAGUAMQAwADMAMQBcAGYAMgBcAGYAcwAyADAAXABjAGYAMQAgACAAaQBtACAAQQBiAHIAZQBjAGgAbgB1AG4AZwBzAHoAZQBpAHQAcgBhAHUAbQB9AFwAbABhAG4AZwAxADAAMwAxAFwAbABhAG4AZwBmAGUAMQAwADMAMQBcAGYAMQBcAGYAcwAyADQAXABjAGYAMQBcAHAAYQByAH0A + + + ewBcAHIAdABmADEAXABkAGUAZgBmADAAewBcAGYAbwBuAHQAdABiAGwAewBcAGYAMAAgAEMAYQBsAGkAYgByAGkAOwB9AHsAXABmADEAIABUAGkAbQBlAHMAIABOAGUAdwAgAFIAbwBtAGEAbgA7AH0AewBcAGYAMgAgAEEAcgBpAGEAbAA7AH0AfQB7AFwAYwBvAGwAbwByAHQAYgBsACAAOwBcAHIAZQBkADAAXABnAHIAZQBlAG4AMABcAGIAbAB1AGUAMAAgADsAXAByAGUAZAAwAFwAZwByAGUAZQBuADAAXABiAGwAdQBlADIANQA1ACAAOwB9AHsAXAAqAFwAZABlAGYAYwBoAHAAIABcAGYAMQBcAGYAcwAyADQAfQB7AFwAcwB0AHkAbABlAHMAaABlAGUAdAAgAHsAXABxAGwAXABmADEAXABmAHMAMgA0ACAATgBvAHIAbQBhAGwAOwB9AHsAXAAqAFwAYwBzADEAXABmADEAXABmAHMAMgA0AFwAYwBmADEAIABEAGUAZgBhAHUAbAB0ACAAUABhAHIAYQBnAHIAYQBwAGgAIABGAG8AbgB0ADsAfQB7AFwAKgBcAGMAcwAyAFwAcwBiAGEAcwBlAGQAbwBuADEAXABmADEAXABmAHMAMgA0AFwAYwBmADEAIABMAGkAbgBlACAATgB1AG0AYgBlAHIAOwB9AHsAXAAqAFwAYwBzADMAXAB1AGwAXABmADEAXABmAHMAMgA0AFwAYwBmADIAIABIAHkAcABlAHIAbABpAG4AawA7AH0AewBcACoAXAB0AHMANABcAHQAcwByAG8AdwBkAFwAZgAxAFwAZgBzADIANABcAHEAbABcAHQAcwBjAGUAbABsAHAAYQBkAGQAZgBsADMAXAB0AHMAYwBlAGwAbABwAGEAZABkAGwAMQAwADgAXAB0AHMAYwBlAGwAbABwAGEAZABkAGYAYgAzAFwAdABzAGMAZQBsAGwAcABhAGQAZABmAHIAMwBcAHQAcwBjAGUAbABsAHAAYQBkAGQAcgAxADAAOABcAHQAcwBjAGUAbABsAHAAYQBkAGQAZgB0ADMAXAB0AHMAdgBlAHIAdABhAGwAdABcAGMAbAB0AHgAbAByAHQAYgAgAE4AbwByAG0AYQBsACAAVABhAGIAbABlADsAfQB7AFwAKgBcAHQAcwA1AFwAdABzAHIAbwB3AGQAXABzAGIAYQBzAGUAZABvAG4ANABcAGYAMQBcAGYAcwAyADQAXABxAGwAXAB0AHIAYgByAGQAcgB0AFwAYgByAGQAcgBzAFwAYgByAGQAcgB3ADEAMABcAHQAcgBiAHIAZAByAGwAXABiAHIAZAByAHMAXABiAHIAZAByAHcAMQAwAFwAdAByAGIAcgBkAHIAYgBcAGIAcgBkAHIAcwBcAGIAcgBkAHIAdwAxADAAXAB0AHIAYgByAGQAcgByAFwAYgByAGQAcgBzAFwAYgByAGQAcgB3ADEAMABcAHQAcgBiAHIAZAByAGgAXABiAHIAZAByAHMAXABiAHIAZAByAHcAMQAwAFwAdAByAGIAcgBkAHIAdgBcAGIAcgBkAHIAcwBcAGIAcgBkAHIAdwAxADAAXAB0AHMAYwBlAGwAbABwAGEAZABkAGYAbAAzAFwAdABzAGMAZQBsAGwAcABhAGQAZABsADEAMAA4AFwAdABzAGMAZQBsAGwAcABhAGQAZABmAHIAMwBcAHQAcwBjAGUAbABsAHAAYQBkAGQAcgAxADAAOABcAHQAcwB2AGUAcgB0AGEAbAB0AFwAYwBsAHQAeABsAHIAdABiACAAVABhAGIAbABlACAAUwBpAG0AcABsAGUAIAAxADsAfQB9AHsAXAAqAFwAbABpAHMAdABvAHYAZQByAHIAaQBkAGUAdABhAGIAbABlAH0AXABuAG8AdQBpAGMAbwBtAHAAYQB0AFwAcwBwAGwAeQB0AHcAbgBpAG4AZQBcAGgAdABtAGEAdQB0AHMAcABcAHAAYQByAGQAXABwAGwAYQBpAG4AXABxAGwAewBcAGYAMgBcAGYAcwAyADAAXABjAGYAMQAgAEsAZQBpAG4AZQAgAH0AewBcAHUAbABcAGYAMgBcAGYAcwAyADAAXABjAGYAMQAgAEcAcgB1AHAAcABlAG4AYQBuAGcAZQBiAG8AdABlAH0AewBcAGYAMgBcAGYAcwAyADAAXABjAGYAMQAgACAAaQBtACAAQQBiAHIAZQBjAGgAbgB1AG4AZwBzAHoAZQBpAHQAcgBhAHUAbQB9AFwAZgAxAFwAZgBzADIANABcAGMAZgAxAFwAcABhAHIAfQA= + + \ No newline at end of file diff --git a/ReportImp/BeratungStadtwald/Reporting/SettlementReport2.Designer.cs b/ReportImp/BeratungStadtwald/Reporting/SettlementReport2.Designer.cs new file mode 100644 index 000000000..5d2e21aef --- /dev/null +++ b/ReportImp/BeratungStadtwald/Reporting/SettlementReport2.Designer.cs @@ -0,0 +1,1253 @@ +using BeWo.Report.ReportObjects; +namespace BeratungStadtwald +{ + partial class Spitzabrechnung + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// 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(Spitzabrechnung)); + DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary(); + this.Detail = new DevExpress.XtraReports.UI.DetailBand(); + this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); + this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); + this.rowErbrachteLeistung = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); + this.ruleRateFactorNull = new DevExpress.XtraReports.UI.FormattingRule(); + this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); + this.lblAnrede = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow11 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); + this.RecipientPostCodeAndTown = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel_RecipientStreet = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel_RecipientDivision = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel_RecipientContactPerson = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); + this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); + this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow20 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow7 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow21 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow22 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell29 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow23 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow24 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell31 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); + this.lblNotice = new DevExpress.XtraReports.UI.XRLabel(); + this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); + this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); + this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.fieldApprovedFLSWithFactor = new DevExpress.XtraReports.UI.CalculatedField(); + this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); + this.xrTable4 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow33 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell52 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell53 = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.Zwischensumme = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrTable6 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow12 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); + this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrTable5 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow31 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell49 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell50 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow32 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell51 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow34 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell54 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell55 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow35 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell56 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell57 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow36 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell58 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow37 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell59 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell60 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).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; + // + // ReportHeader + // + this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel9}); + this.ReportHeader.Font = new DevExpress.Drawing.DXFont("Verdana", 10F); + this.ReportHeader.HeightF = 78.33334F; + this.ReportHeader.Name = "ReportHeader"; + this.ReportHeader.StylePriority.UseFont = false; + // + // xrLabel9 + // + this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(193F, 51.5F); + this.xrLabel9.Multiline = true; + this.xrLabel9.Name = "xrLabel9"; + this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel9.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel9.SizeF = new System.Drawing.SizeF(292F, 17F); + this.xrLabel9.StylePriority.UseFont = false; + this.xrLabel9.Text = "\r\n"; + // + // xrLabel8 + // + this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceDate", "{0:dd.MM.yyyy}")}); + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(366.9998F, 162.75F); + this.xrLabel8.Name = "xrLabel8"; + this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel8.SizeF = new System.Drawing.SizeF(283F, 23F); + this.xrLabel8.StylePriority.UseTextAlignment = false; + this.xrLabel8.Text = "xrLabel8"; + this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrTable1 + // + this.xrTable1.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 369.0833F); + this.xrTable1.Name = "xrTable1"; + this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.rowErbrachteLeistung}); + this.xrTable1.SizeF = new System.Drawing.SizeF(650F, 17F); + this.xrTable1.StylePriority.UseBorderColor = false; + // + // rowErbrachteLeistung + // + this.rowErbrachteLeistung.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell22, + this.xrTableCell14}); + this.rowErbrachteLeistung.Name = "rowErbrachteLeistung"; + this.rowErbrachteLeistung.Weight = 0.085D; + // + // xrTableCell22 + // + this.xrTableCell22.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell22.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell22.Name = "xrTableCell22"; + this.xrTableCell22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell22.StylePriority.UseBorderColor = false; + this.xrTableCell22.StylePriority.UseBorders = false; + this.xrTableCell22.StylePriority.UseFont = false; + this.xrTableCell22.Text = "Erbrachte Leistungen:"; + this.xrTableCell22.Weight = 0.83602567232572111D; + // + // xrTableCell14 + // + this.xrTableCell14.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell14.Multiline = true; + this.xrTableCell14.Name = "xrTableCell14"; + this.xrTableCell14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell14.StylePriority.UseBorderColor = false; + this.xrTableCell14.StylePriority.UseBorders = false; + this.xrTableCell14.StylePriority.UseFont = false; + this.xrTableCell14.StylePriority.UseTextAlignment = false; + this.xrTableCell14.Text = "[RecordedFLS!0.00] FLS"; + this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell14.Weight = 0.16397432767427883D; + // + // ruleRateFactorNull + // + this.ruleRateFactorNull.Condition = "[RateFactorText2] == ?"; + this.ruleRateFactorNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; + this.ruleRateFactorNull.Name = "ruleRateFactorNull"; + // + // xrLabel6 + // + this.xrLabel6.BackColor = System.Drawing.Color.Transparent; + this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 294.0833F); + this.xrLabel6.Multiline = true; + this.xrLabel6.Name = "xrLabel6"; + this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel6.SizeF = new System.Drawing.SizeF(642F, 67F); + this.xrLabel6.StylePriority.UseBackColor = false; + this.xrLabel6.StylePriority.UseFont = false; + this.xrLabel6.Text = resources.GetString("xrLabel6.Text"); + // + // lblAnrede + // + this.lblAnrede.LocationFloat = new DevExpress.Utils.PointFloat(0F, 261.0833F); + this.lblAnrede.Name = "lblAnrede"; + this.lblAnrede.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblAnrede.SizeF = new System.Drawing.SizeF(317F, 17F); + this.lblAnrede.StylePriority.UseFont = false; + this.lblAnrede.Text = "Sehr geehrte Damen und Herren,"; + // + // xrLabel4 + // + this.xrLabel4.BackColor = System.Drawing.Color.Transparent; + this.xrLabel4.CanShrink = true; + this.xrLabel4.Font = new DevExpress.Drawing.DXFont("Verdana", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 218.75F); + this.xrLabel4.Multiline = true; + this.xrLabel4.Name = "xrLabel4"; + this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel4.SizeF = new System.Drawing.SizeF(650F, 17F); + this.xrLabel4.StylePriority.UseBackColor = false; + this.xrLabel4.StylePriority.UseFont = false; + this.xrLabel4.Text = "[CustomerReferenceNumberAndDate]"; + this.xrLabel4.WordWrap = false; + // + // xrLabel3 + // + this.xrLabel3.BackColor = System.Drawing.Color.Transparent; + this.xrLabel3.CanShrink = true; + this.xrLabel3.Font = new DevExpress.Drawing.DXFont("Verdana", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 202.75F); + this.xrLabel3.Name = "xrLabel3"; + this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel3.SizeF = new System.Drawing.SizeF(650F, 16F); + this.xrLabel3.StylePriority.UseBackColor = false; + this.xrLabel3.StylePriority.UseFont = false; + this.xrLabel3.Text = "Abrechnung Betreuungsleistungen für [Salutation2] [CustomerFirstName] [CustomerLa" + + "stName], geb. [CustomerBirthday!dd.MM.yyyy]"; + this.xrLabel3.WordWrap = false; + // + // xrLabel2 + // + this.xrLabel2.BackColor = System.Drawing.Color.Transparent; + this.xrLabel2.CanShrink = true; + this.xrLabel2.Font = new DevExpress.Drawing.DXFont("Verdana", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 185.75F); + this.xrLabel2.Name = "xrLabel2"; + this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel2.SizeF = new System.Drawing.SizeF(363.5417F, 17F); + this.xrLabel2.StylePriority.UseBackColor = false; + this.xrLabel2.StylePriority.UseFont = false; + this.xrLabel2.Text = "Rechnung Nr. [InvoiceNumber]"; + this.xrLabel2.WordWrap = false; + // + // xrTable2 + // + this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(367.0001F, 0F); + this.xrTable2.Name = "xrTable2"; + this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow2, + this.xrTableRow5, + this.xrTableRow4, + this.xrTableRow3, + this.xrTableRow1, + this.xrTableRow6, + this.xrTableRow8, + this.xrTableRow11}); + this.xrTable2.SizeF = new System.Drawing.SizeF(283F, 151F); + // + // xrTableRow2 + // + this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell4}); + this.xrTableRow2.Name = "xrTableRow2"; + this.xrTableRow2.Weight = 0.13245033112582783D; + // + // xrTableCell4 + // + this.xrTableCell4.CanShrink = true; + this.xrTableCell4.Name = "xrTableCell4"; + this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell4.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrTableCell4.StylePriority.UseFont = false; + this.xrTableCell4.StylePriority.UseTextAlignment = false; + this.xrTableCell4.Text = "Ihr(e) Ansprechpartner(in):"; + this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell4.Weight = 1D; + // + // xrTableRow5 + // + this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell13}); + this.xrTableRow5.Name = "xrTableRow5"; + this.xrTableRow5.Weight = 0.13245033112582783D; + // + // xrTableCell13 + // + this.xrTableCell13.CanShrink = true; + this.xrTableCell13.Name = "xrTableCell13"; + this.xrTableCell13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell13.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrTableCell13.StylePriority.UseFont = false; + this.xrTableCell13.StylePriority.UseTextAlignment = false; + this.xrTableCell13.Text = "[SenderContactPerson]"; + this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell13.Weight = 1D; + // + // xrTableRow4 + // + this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell11}); + this.xrTableRow4.Name = "xrTableRow4"; + this.xrTableRow4.Weight = 0.13245033112582783D; + // + // xrTableCell11 + // + this.xrTableCell11.CanShrink = true; + this.xrTableCell11.Name = "xrTableCell11"; + this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell11.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrTableCell11.StylePriority.UseFont = false; + this.xrTableCell11.StylePriority.UseTextAlignment = false; + this.xrTableCell11.Text = "[SenderContactPersonDivision]"; + this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell11.Weight = 1D; + // + // xrTableRow3 + // + this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell8}); + this.xrTableRow3.Name = "xrTableRow3"; + this.xrTableRow3.Weight = 0.13245033112582783D; + // + // xrTableCell8 + // + this.xrTableCell8.CanShrink = true; + this.xrTableCell8.Name = "xrTableCell8"; + this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell8.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrTableCell8.StylePriority.UseFont = false; + this.xrTableCell8.StylePriority.UseTextAlignment = false; + this.xrTableCell8.Text = "[SenderContactPersonMail]"; + this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell8.Weight = 1D; + // + // xrTableRow1 + // + this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell1}); + this.xrTableRow1.Name = "xrTableRow1"; + this.xrTableRow1.Weight = 0.13245033112582783D; + // + // xrTableCell1 + // + this.xrTableCell1.CanShrink = true; + this.xrTableCell1.Name = "xrTableCell1"; + this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell1.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrTableCell1.StylePriority.UseFont = false; + this.xrTableCell1.StylePriority.UseTextAlignment = false; + this.xrTableCell1.Text = "[SenderContactPersonPhone]"; + this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell1.Weight = 1D; + // + // xrTableRow6 + // + this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell2}); + this.xrTableRow6.Name = "xrTableRow6"; + this.xrTableRow6.Weight = 0.11258278145695365D; + // + // xrTableCell2 + // + this.xrTableCell2.CanShrink = true; + this.xrTableCell2.Name = "xrTableCell2"; + this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell2.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrTableCell2.StylePriority.UseFont = false; + this.xrTableCell2.StylePriority.UseTextAlignment = false; + this.xrTableCell2.Text = "[SenderContactPersonFax]"; + this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell2.Weight = 1D; + // + // xrTableRow8 + // + this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell5}); + this.xrTableRow8.Name = "xrTableRow8"; + this.xrTableRow8.Weight = 0.11258278145695365D; + // + // xrTableCell5 + // + this.xrTableCell5.Name = "xrTableCell5"; + this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell5.Weight = 1D; + // + // xrTableRow11 + // + this.xrTableRow11.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell12}); + this.xrTableRow11.Name = "xrTableRow11"; + this.xrTableRow11.Weight = 0.11258278145695365D; + // + // xrTableCell12 + // + this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "BusinessPartnerId")}); + this.xrTableCell12.Multiline = true; + this.xrTableCell12.Name = "xrTableCell12"; + this.xrTableCell12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell12.StylePriority.UseTextAlignment = false; + this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell12.TextFormatString = "GP-Nr.: {0}"; + this.xrTableCell12.Weight = 1D; + // + // RecipientPostCodeAndTown + // + this.RecipientPostCodeAndTown.CanShrink = true; + this.RecipientPostCodeAndTown.LocationFloat = new DevExpress.Utils.PointFloat(0F, 68.00003F); + this.RecipientPostCodeAndTown.Name = "RecipientPostCodeAndTown"; + this.RecipientPostCodeAndTown.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.RecipientPostCodeAndTown.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.RecipientPostCodeAndTown.SizeF = new System.Drawing.SizeF(292F, 17F); + this.RecipientPostCodeAndTown.StylePriority.UseFont = false; + this.RecipientPostCodeAndTown.Text = "[RecipientPostCodeAndTown]"; + // + // xrLabel_RecipientStreet + // + this.xrLabel_RecipientStreet.CanShrink = true; + this.xrLabel_RecipientStreet.LocationFloat = new DevExpress.Utils.PointFloat(0F, 51.00002F); + this.xrLabel_RecipientStreet.Name = "xrLabel_RecipientStreet"; + this.xrLabel_RecipientStreet.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel_RecipientStreet.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel_RecipientStreet.SizeF = new System.Drawing.SizeF(292F, 17F); + this.xrLabel_RecipientStreet.StylePriority.UseFont = false; + this.xrLabel_RecipientStreet.Text = "[RecipientStreet]"; + // + // xrLabel_RecipientDivision + // + this.xrLabel_RecipientDivision.CanShrink = true; + this.xrLabel_RecipientDivision.LocationFloat = new DevExpress.Utils.PointFloat(0F, 34.00002F); + this.xrLabel_RecipientDivision.Name = "xrLabel_RecipientDivision"; + this.xrLabel_RecipientDivision.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel_RecipientDivision.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel_RecipientDivision.SizeF = new System.Drawing.SizeF(292F, 17F); + this.xrLabel_RecipientDivision.StylePriority.UseFont = false; + this.xrLabel_RecipientDivision.Text = "[RecipientDivision]"; + // + // xrLabel_RecipientContactPerson + // + this.xrLabel_RecipientContactPerson.CanShrink = true; + this.xrLabel_RecipientContactPerson.LocationFloat = new DevExpress.Utils.PointFloat(0F, 17.00001F); + this.xrLabel_RecipientContactPerson.Name = "xrLabel_RecipientContactPerson"; + this.xrLabel_RecipientContactPerson.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel_RecipientContactPerson.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel_RecipientContactPerson.SizeF = new System.Drawing.SizeF(292F, 17F); + this.xrLabel_RecipientContactPerson.StylePriority.UseFont = false; + this.xrLabel_RecipientContactPerson.Text = "[RecipientContactPerson]"; + // + // xrLabel1 + // + this.xrLabel1.CanShrink = true; + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel1.Name = "xrLabel1"; + this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel1.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel1.SizeF = new System.Drawing.SizeF(292F, 17F); + this.xrLabel1.StylePriority.UseFont = false; + this.xrLabel1.Text = "[RecipientOrganisation]"; + // + // ReportFooter + // + this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel10, + this.xrTable3, + this.xrLabel12, + this.xrLabel11, + this.lblNotice}); + this.ReportFooter.Font = new DevExpress.Drawing.DXFont("Verdana", 10F); + this.ReportFooter.HeightF = 209F; + this.ReportFooter.KeepTogether = true; + this.ReportFooter.Name = "ReportFooter"; + this.ReportFooter.StylePriority.UseFont = false; + // + // xrLabel10 + // + this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(0F, 133F); + this.xrLabel10.Name = "xrLabel10"; + this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel10.SizeF = new System.Drawing.SizeF(175F, 17F); + this.xrLabel10.StylePriority.UseFont = false; + this.xrLabel10.Text = "Mit freundlichen Grüßen"; + // + // xrTable3 + // + this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 33F); + this.xrTable3.Name = "xrTable3"; + this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow20, + this.xrTableRow7, + this.xrTableRow9, + this.xrTableRow21, + this.xrTableRow22, + this.xrTableRow23, + this.xrTableRow24}); + this.xrTable3.SizeF = new System.Drawing.SizeF(650F, 94F); + this.xrTable3.StylePriority.UseFont = false; + // + // xrTableRow20 + // + this.xrTableRow20.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell16}); + this.xrTableRow20.Name = "xrTableRow20"; + this.xrTableRow20.Weight = 0.38095238095238093D; + // + // xrTableCell16 + // + this.xrTableCell16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Notice")}); + this.xrTableCell16.Name = "xrTableCell16"; + this.xrTableCell16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell16.StylePriority.UsePadding = false; + this.xrTableCell16.Text = "xrTableCell1"; + this.xrTableCell16.Weight = 3D; + // + // xrTableRow7 + // + this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell3}); + this.xrTableRow7.Name = "xrTableRow7"; + this.xrTableRow7.Weight = 0.23809523809523808D; + // + // xrTableCell3 + // + this.xrTableCell3.Name = "xrTableCell3"; + this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell3.StylePriority.UsePadding = false; + this.xrTableCell3.Weight = 3D; + // + // xrTableRow9 + // + this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell6}); + this.xrTableRow9.Name = "xrTableRow9"; + this.xrTableRow9.Weight = 0.38095238095238088D; + // + // xrTableCell6 + // + this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "FehlkontakteString")}); + this.xrTableCell6.Name = "xrTableCell6"; + this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell6.StylePriority.UsePadding = false; + this.xrTableCell6.Weight = 3D; + // + // xrTableRow21 + // + this.xrTableRow21.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell18}); + this.xrTableRow21.Name = "xrTableRow21"; + this.xrTableRow21.Weight = 0.23809523809523808D; + // + // xrTableCell18 + // + this.xrTableCell18.Name = "xrTableCell18"; + this.xrTableCell18.Weight = 3D; + // + // xrTableRow22 + // + this.xrTableRow22.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell29}); + this.xrTableRow22.Name = "xrTableRow22"; + this.xrTableRow22.Weight = 0.38095238095238088D; + // + // xrTableCell29 + // + this.xrTableCell29.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "AbsenceTimes")}); + this.xrTableCell29.Name = "xrTableCell29"; + this.xrTableCell29.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell29.StylePriority.UsePadding = false; + this.xrTableCell29.Text = "xrTableCell4"; + this.xrTableCell29.Weight = 3D; + // + // xrTableRow23 + // + this.xrTableRow23.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell30}); + this.xrTableRow23.Name = "xrTableRow23"; + this.xrTableRow23.Weight = 0.23809523809523803D; + // + // xrTableCell30 + // + this.xrTableCell30.Name = "xrTableCell30"; + this.xrTableCell30.Weight = 3D; + // + // xrTableRow24 + // + this.xrTableRow24.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell31}); + this.xrTableRow24.Name = "xrTableRow24"; + this.xrTableRow24.Weight = 0.38095238095238088D; + // + // xrTableCell31 + // + this.xrTableCell31.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "FinalSentence")}); + this.xrTableCell31.Name = "xrTableCell31"; + this.xrTableCell31.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell31.StylePriority.UsePadding = false; + this.xrTableCell31.Text = "xrTableCell8"; + this.xrTableCell31.Weight = 3D; + // + // xrLabel12 + // + this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(0F, 192F); + this.xrLabel12.Name = "xrLabel12"; + this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel12.SizeF = new System.Drawing.SizeF(225F, 17F); + this.xrLabel12.StylePriority.UseFont = false; + this.xrLabel12.Text = "[CreatorName]"; + // + // xrLabel11 + // + this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(582.9999F, 192F); + this.xrLabel11.Name = "xrLabel11"; + this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel11.SizeF = new System.Drawing.SizeF(67F, 17F); + this.xrLabel11.StylePriority.UseFont = false; + this.xrLabel11.StylePriority.UseTextAlignment = false; + this.xrLabel11.Text = "Anlage"; + this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // lblNotice + // + this.lblNotice.CanShrink = true; + this.lblNotice.Font = new DevExpress.Drawing.DXFont("Verdana", 10F, DevExpress.Drawing.DXFontStyle.Italic); + this.lblNotice.LocationFloat = new DevExpress.Utils.PointFloat(0F, 7.999992F); + this.lblNotice.Name = "lblNotice"; + this.lblNotice.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblNotice.SizeF = new System.Drawing.SizeF(250F, 25F); + this.lblNotice.StylePriority.UseFont = false; + this.lblNotice.Text = "Abschließende Bemerkungen:"; + // + // topMarginBand1 + // + this.topMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox1}); + this.topMarginBand1.HeightF = 145.8333F; + this.topMarginBand1.Name = "topMarginBand1"; + // + // bottomMarginBand1 + // + this.bottomMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel5}); + this.bottomMarginBand1.HeightF = 118.9167F; + this.bottomMarginBand1.Name = "bottomMarginBand1"; + // + // GroupHeader1 + // + this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel1, + this.xrLabel_RecipientContactPerson, + this.xrLabel_RecipientDivision, + this.xrLabel_RecipientStreet, + this.RecipientPostCodeAndTown, + this.xrTable2, + this.xrLabel2, + this.xrLabel3, + this.xrLabel4, + this.lblAnrede, + this.xrLabel6, + this.xrTable1, + this.xrLabel8}); + this.GroupHeader1.Font = new DevExpress.Drawing.DXFont("Verdana", 10F); + this.GroupHeader1.HeightF = 386.0833F; + this.GroupHeader1.Name = "GroupHeader1"; + this.GroupHeader1.StylePriority.UseFont = false; + // + // fieldApprovedFLSWithFactor + // + this.fieldApprovedFLSWithFactor.Expression = "[ApprovedFLSTotal] * [RateFactor]"; + this.fieldApprovedFLSWithFactor.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; + this.fieldApprovedFLSWithFactor.Name = "fieldApprovedFLSWithFactor"; + // + // DetailReport + // + this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail1, + this.GroupHeader2, + this.Zwischensumme}); + this.DetailReport.DataMember = "InvoiceItems"; + this.DetailReport.DataSource = this.bindingSource1; + this.DetailReport.Level = 0; + this.DetailReport.Name = "DetailReport"; + // + // Detail1 + // + this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable4}); + this.Detail1.Font = new DevExpress.Drawing.DXFont("Verdana", 9.75F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] { + new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))}); + this.Detail1.HeightF = 17F; + this.Detail1.Name = "Detail1"; + this.Detail1.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] { + new DevExpress.XtraReports.UI.GroupField("PeriodStartDate", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)}); + this.Detail1.StylePriority.UseFont = false; + // + // xrTable4 + // + this.xrTable4.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable4.Name = "xrTable4"; + this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow33}); + this.xrTable4.SizeF = new System.Drawing.SizeF(650F, 17F); + this.xrTable4.StylePriority.UseBorderColor = false; + // + // xrTableRow33 + // + this.xrTableRow33.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell52, + this.xrTableCell53}); + this.xrTableRow33.Name = "xrTableRow33"; + this.xrTableRow33.Weight = 0.085D; + // + // xrTableCell52 + // + this.xrTableCell52.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell52.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell52.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceItems.AbrechnungsText")}); + this.xrTableCell52.Name = "xrTableCell52"; + this.xrTableCell52.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell52.StylePriority.UseBorderColor = false; + this.xrTableCell52.StylePriority.UseBorders = false; + this.xrTableCell52.StylePriority.UseFont = false; + this.xrTableCell52.Text = "abzüglich der geleisteten Abschlagszahlung:"; + this.xrTableCell52.Weight = 0.83602567232572123D; + // + // xrTableCell53 + // + this.xrTableCell53.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell53.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell53.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceItems.GrossAmountTotal", "{0:c}")}); + this.xrTableCell53.Name = "xrTableCell53"; + this.xrTableCell53.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell53.StylePriority.UseBorderColor = false; + this.xrTableCell53.StylePriority.UseBorders = false; + this.xrTableCell53.StylePriority.UseFont = false; + this.xrTableCell53.StylePriority.UseTextAlignment = false; + this.xrTableCell53.Text = "xrTableCell10"; + this.xrTableCell53.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell53.Weight = 0.16397432767427886D; + // + // GroupHeader2 + // + this.GroupHeader2.BorderColor = System.Drawing.Color.Transparent; + this.GroupHeader2.Expanded = false; + this.GroupHeader2.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] { + new DevExpress.XtraReports.UI.GroupField("RateFactor", DevExpress.XtraReports.UI.XRColumnSortOrder.Descending)}); + this.GroupHeader2.HeightF = 0F; + this.GroupHeader2.Name = "GroupHeader2"; + this.GroupHeader2.StylePriority.UseBorderColor = false; + // + // Zwischensumme + // + this.Zwischensumme.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable6}); + this.Zwischensumme.HeightF = 34F; + this.Zwischensumme.Name = "Zwischensumme"; + this.Zwischensumme.Visible = false; + // + // xrTable6 + // + this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable6.Name = "xrTable6"; + this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow12, + this.xrTableRow10}); + this.xrTable6.SizeF = new System.Drawing.SizeF(650F, 34F); + this.xrTable6.StylePriority.UseFont = false; + // + // xrTableRow12 + // + this.xrTableRow12.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell9, + this.xrTableCell10}); + this.xrTableRow12.Name = "xrTableRow12"; + this.xrTableRow12.Weight = 0.40476190476190466D; + // + // xrTableCell9 + // + this.xrTableCell9.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell9.Font = new DevExpress.Drawing.DXFont("Verdana", 9.75F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] { + new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))}); + this.xrTableCell9.Name = "xrTableCell9"; + this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell9.StylePriority.UseBorderColor = false; + this.xrTableCell9.StylePriority.UseBorders = false; + this.xrTableCell9.StylePriority.UseFont = false; + this.xrTableCell9.StylePriority.UsePadding = false; + this.xrTableCell9.Text = "Zwischensumme [ItemDescription]:"; + this.xrTableCell9.Weight = 2.5080772986778848D; + // + // xrTableCell10 + // + this.xrTableCell10.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceItems.GrossAmountTotal")}); + this.xrTableCell10.Font = new DevExpress.Drawing.DXFont("Verdana", 9.75F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] { + new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))}); + this.xrTableCell10.Name = "xrTableCell10"; + this.xrTableCell10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell10.StylePriority.UseBorderColor = false; + this.xrTableCell10.StylePriority.UseBorders = false; + this.xrTableCell10.StylePriority.UseFont = false; + this.xrTableCell10.StylePriority.UsePadding = false; + this.xrTableCell10.StylePriority.UseTextAlignment = false; + xrSummary1.FormatString = "{0:c}"; + xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Group; + this.xrTableCell10.Summary = xrSummary1; + this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell10.Weight = 0.4919227013221153D; + // + // xrTableRow10 + // + this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell7}); + this.xrTableRow10.Name = "xrTableRow10"; + this.xrTableRow10.Weight = 0.40476190476190466D; + // + // xrTableCell7 + // + this.xrTableCell7.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell7.Font = new DevExpress.Drawing.DXFont("Verdana", 9.75F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] { + new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))}); + this.xrTableCell7.Name = "xrTableCell7"; + this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell7.StylePriority.UseBorderColor = false; + this.xrTableCell7.StylePriority.UseBorders = false; + this.xrTableCell7.StylePriority.UseFont = false; + this.xrTableCell7.StylePriority.UsePadding = false; + this.xrTableCell7.Weight = 3D; + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.Settlement2RO); + // + // GroupFooter1 + // + this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable5}); + this.GroupFooter1.Font = new DevExpress.Drawing.DXFont("Verdana", 9.75F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] { + new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))}); + this.GroupFooter1.HeightF = 115F; + this.GroupFooter1.Name = "GroupFooter1"; + this.GroupFooter1.StylePriority.UseFont = false; + // + // xrTable5 + // + this.xrTable5.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable5.Name = "xrTable5"; + this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow31, + this.xrTableRow32, + this.xrTableRow34, + this.xrTableRow35, + this.xrTableRow36, + this.xrTableRow37}); + this.xrTable5.SizeF = new System.Drawing.SizeF(650F, 115F); + this.xrTable5.StylePriority.UseBorderColor = false; + // + // xrTableRow31 + // + this.xrTableRow31.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell49, + this.xrTableCell50}); + this.xrTableRow31.Name = "xrTableRow31"; + this.xrTableRow31.Weight = 0.085D; + // + // xrTableCell49 + // + this.xrTableCell49.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell49.Name = "xrTableCell49"; + this.xrTableCell49.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell49.StylePriority.UseBorders = false; + this.xrTableCell49.StylePriority.UseFont = false; + this.xrTableCell49.StylePriority.UsePadding = false; + this.xrTableCell49.Text = "Gesamtforderung:"; + this.xrTableCell49.Weight = 0.836025672325721D; + // + // xrTableCell50 + // + this.xrTableCell50.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell50.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "AmountBillableTotal", "{0:c}")}); + this.xrTableCell50.Name = "xrTableCell50"; + this.xrTableCell50.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell50.StylePriority.UseBorders = false; + this.xrTableCell50.StylePriority.UseFont = false; + this.xrTableCell50.StylePriority.UsePadding = false; + this.xrTableCell50.StylePriority.UseTextAlignment = false; + this.xrTableCell50.Text = "xrTableCell9"; + this.xrTableCell50.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell50.Weight = 0.16397432767427886D; + // + // xrTableRow32 + // + this.xrTableRow32.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell51}); + this.xrTableRow32.Name = "xrTableRow32"; + this.xrTableRow32.Weight = 0.085D; + // + // xrTableCell51 + // + this.xrTableCell51.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell51.Name = "xrTableCell51"; + this.xrTableCell51.StylePriority.UseBorders = false; + this.xrTableCell51.Weight = 1D; + // + // xrTableRow34 + // + this.xrTableRow34.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell54, + this.xrTableCell55}); + this.xrTableRow34.Name = "xrTableRow34"; + this.xrTableRow34.Weight = 0.085D; + // + // xrTableCell54 + // + this.xrTableCell54.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell54.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell54.Name = "xrTableCell54"; + this.xrTableCell54.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell54.StylePriority.UseBorderColor = false; + this.xrTableCell54.StylePriority.UseBorders = false; + this.xrTableCell54.StylePriority.UseFont = false; + this.xrTableCell54.Text = "abzüglich der geleisteten Abschlagszahlung:"; + this.xrTableCell54.Weight = 0.83602576622596159D; + // + // xrTableCell55 + // + this.xrTableCell55.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell55.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell55.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "AmountAdvancedPayments", "{0:c}")}); + this.xrTableCell55.Name = "xrTableCell55"; + this.xrTableCell55.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell55.StylePriority.UseBorderColor = false; + this.xrTableCell55.StylePriority.UseBorders = false; + this.xrTableCell55.StylePriority.UseFont = false; + this.xrTableCell55.StylePriority.UseTextAlignment = false; + this.xrTableCell55.Text = "xrTableCell10"; + this.xrTableCell55.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell55.Weight = 0.16397423377403847D; + // + // xrTableRow35 + // + this.xrTableRow35.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell56, + this.xrTableCell57}); + this.xrTableRow35.Name = "xrTableRow35"; + this.xrTableRow35.Weight = 0.085D; + // + // xrTableCell56 + // + this.xrTableCell56.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell56.Name = "xrTableCell56"; + this.xrTableCell56.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell56.StylePriority.UseBorders = false; + this.xrTableCell56.StylePriority.UsePadding = false; + this.xrTableCell56.Text = "abzüglich Eigenanteil:"; + this.xrTableCell56.Weight = 0.83602586012620206D; + // + // xrTableCell57 + // + this.xrTableCell57.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell57.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Eigenbeteiligung", "{0:c}")}); + this.xrTableCell57.Name = "xrTableCell57"; + this.xrTableCell57.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell57.StylePriority.UseBorders = false; + this.xrTableCell57.StylePriority.UsePadding = false; + this.xrTableCell57.StylePriority.UseTextAlignment = false; + this.xrTableCell57.Text = "xrTableCell15"; + this.xrTableCell57.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell57.Weight = 0.16397413987379808D; + // + // xrTableRow36 + // + this.xrTableRow36.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell58}); + this.xrTableRow36.Name = "xrTableRow36"; + this.xrTableRow36.Weight = 0.085D; + // + // xrTableCell58 + // + this.xrTableCell58.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell58.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell58.Name = "xrTableCell58"; + this.xrTableCell58.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell58.StylePriority.UseBorderColor = false; + this.xrTableCell58.StylePriority.UseBorders = false; + this.xrTableCell58.Weight = 1D; + // + // xrTableRow37 + // + this.xrTableRow37.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell59, + this.xrTableCell60}); + this.xrTableRow37.Name = "xrTableRow37"; + this.xrTableRow37.Weight = 0.15D; + // + // xrTableCell59 + // + this.xrTableCell59.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell59.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell59.Name = "xrTableCell59"; + this.xrTableCell59.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell59.StylePriority.UseBorderColor = false; + this.xrTableCell59.StylePriority.UseBorders = false; + this.xrTableCell59.StylePriority.UseFont = false; + this.xrTableCell59.Text = "Restforderung:"; + this.xrTableCell59.Weight = 0.83602567232572123D; + // + // xrTableCell60 + // + this.xrTableCell60.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell60.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Claim", "{0:c}")}); + this.xrTableCell60.Font = new DevExpress.Drawing.DXFont("Verdana", 10F, DevExpress.Drawing.DXFontStyle.Bold); + this.xrTableCell60.Name = "xrTableCell60"; + this.xrTableCell60.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell60.StylePriority.UseBorderColor = false; + this.xrTableCell60.StylePriority.UseBorders = false; + this.xrTableCell60.StylePriority.UseFont = false; + this.xrTableCell60.StylePriority.UseTextAlignment = false; + this.xrTableCell60.Text = "xrTableCell17"; + this.xrTableCell60.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell60.Weight = 0.16397432767427886D; + // + // xrPictureBox1 + // + this.xrPictureBox1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox1.ImageSource")); + this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(263.5417F, 10.00001F); + this.xrPictureBox1.Name = "xrPictureBox1"; + this.xrPictureBox1.SizeF = new System.Drawing.SizeF(158.3333F, 135.8333F); + this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // + // xrLabel5 + // + this.xrLabel5.Font = new DevExpress.Drawing.DXFont("verdana", 10F); + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(163.5417F, 21.00004F); + this.xrLabel5.Multiline = true; + this.xrLabel5.Name = "xrLabel5"; + this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F); + this.xrLabel5.SizeF = new System.Drawing.SizeF(373.9583F, 67.70833F); + this.xrLabel5.StylePriority.UseFont = false; + this.xrLabel5.StylePriority.UseTextAlignment = false; + this.xrLabel5.Text = "Betreutes Wohnen am Stadtwald – Lisa Reeh\r\nVoigtelstrasse 23 50933 Köln\r\n01774698" + + "765 kontakt@beratung-stadtwald.de\r\n"; + this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + // + // Spitzabrechnung + // + this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail, + this.ReportHeader, + this.ReportFooter, + this.topMarginBand1, + this.bottomMarginBand1, + this.GroupHeader1, + this.DetailReport, + this.GroupFooter1}); + this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] { + this.fieldApprovedFLSWithFactor}); + this.DataSource = this.bindingSource1; + this.ExportOptions.PrintPreview.DefaultFileName = "Spitzabrechnung"; + this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { + this.ruleRateFactorNull}); + this.Margins = new DevExpress.Drawing.DXMargins(75F, 74F, 145.8333F, 118.9167F); + this.PageHeight = 1169; + this.PageWidth = 827; + this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4; + this.Version = "23.2"; + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); + + } + + #endregion + + private DevExpress.XtraReports.UI.DetailBand Detail; + private System.Windows.Forms.BindingSource bindingSource1; + private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader; + private DevExpress.XtraReports.UI.XRLabel xrLabel6; + private DevExpress.XtraReports.UI.XRLabel lblAnrede; + private DevExpress.XtraReports.UI.XRLabel xrLabel4; + private DevExpress.XtraReports.UI.XRLabel xrLabel3; + private DevExpress.XtraReports.UI.XRLabel xrLabel2; + private DevExpress.XtraReports.UI.XRTable xrTable2; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell4; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow5; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell13; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow4; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell11; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell8; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell1; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow6; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell2; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow8; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell5; + private DevExpress.XtraReports.UI.XRLabel RecipientPostCodeAndTown; + private DevExpress.XtraReports.UI.XRLabel xrLabel_RecipientStreet; + private DevExpress.XtraReports.UI.XRLabel xrLabel_RecipientDivision; + private DevExpress.XtraReports.UI.XRLabel xrLabel_RecipientContactPerson; + private DevExpress.XtraReports.UI.XRLabel xrLabel1; + private DevExpress.XtraReports.UI.ReportFooterBand ReportFooter; + private DevExpress.XtraReports.UI.XRLabel lblNotice; + private DevExpress.XtraReports.UI.XRLabel xrLabel12; + private DevExpress.XtraReports.UI.XRLabel xrLabel11; + private DevExpress.XtraReports.UI.XRTable xrTable1; + private DevExpress.XtraReports.UI.XRTableRow rowErbrachteLeistung; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell22; + private DevExpress.XtraReports.UI.XRTable xrTable3; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow20; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell16; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow21; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell18; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow22; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell29; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow23; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell30; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow24; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell31; + private DevExpress.XtraReports.UI.XRLabel xrLabel10; + private DevExpress.XtraReports.UI.FormattingRule ruleRateFactorNull; + private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1; + private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1; + private DevExpress.XtraReports.UI.XRLabel xrLabel8; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader1; + private DevExpress.XtraReports.UI.CalculatedField fieldApprovedFLSWithFactor; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport; + private DevExpress.XtraReports.UI.DetailBand Detail1; + private DevExpress.XtraReports.UI.XRTable xrTable4; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow33; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell52; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell53; + private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1; + private DevExpress.XtraReports.UI.XRTable xrTable5; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow31; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell49; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell50; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow32; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell51; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow34; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell54; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell55; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow35; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell56; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell57; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow36; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell58; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow37; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell59; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell60; + private DevExpress.XtraReports.UI.XRLabel xrLabel9; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow7; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell3; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow9; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell6; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader2; + private DevExpress.XtraReports.UI.GroupFooterBand Zwischensumme; + private DevExpress.XtraReports.UI.XRTable xrTable6; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow12; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell9; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell10; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow10; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell7; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow11; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell12; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell14; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1; + private DevExpress.XtraReports.UI.XRLabel xrLabel5; + } +} \ No newline at end of file diff --git a/ReportImp/BeratungStadtwald/Reporting/SettlementReport2.cs b/ReportImp/BeratungStadtwald/Reporting/SettlementReport2.cs new file mode 100644 index 000000000..d8c26354b --- /dev/null +++ b/ReportImp/BeratungStadtwald/Reporting/SettlementReport2.cs @@ -0,0 +1,61 @@ +using System; +using System.Drawing; +using System.Collections; +using System.ComponentModel; +using DevExpress.XtraReports.UI; +using BeWo.Report.ReportObjects; +using BeWo.Report; +using System.Text.RegularExpressions; +using BS.Shared.Extensions; + +namespace BeratungStadtwald +{ + public partial class Spitzabrechnung : DevExpress.XtraReports.UI.XtraReport, IBeWoReport + { + public Spitzabrechnung() + { + InitializeComponent(); + } + + public void SetReportDataSource(Settlement2RO pRO) + { + if (String.IsNullOrEmpty(pRO.Notice)) + { + lblNotice.Visible = false; + } + + decimal rateFactor = 1; + + foreach (var ii in pRO.InvoiceItems) + { + if (ii.RateFactor.HasValue) + { + rateFactor = (100 + ii.RateFactor.Value) / 100; + } + + if (!pRO.FehlkontakteString.IsNullOrEmpty() && ii.RateFactor == 0) + { + Zwischensumme.Visible = true; + //if (!ii.ItemDescription.IsNullOrEmpty()) + //{ + //ii.AbrechnungsText = Regex.Replace(ii.DetailDescription, ii.ItemDescription, "Fehlkontakte"); + //} + ii.AbrechnungsText = ii.AbrechnungsText.Replace("FLS", "Std."); + ii.ItemDescription = "Fehlkontakte"; + } + else if (ii.ItemDescription.IsNullOrEmpty()) + { + ii.ItemDescription = "Fachleistungsstunden"; + } + } + pRO.RateFactor = (double)rateFactor; + + if (pRO.Salutation1.IsNullOrEmpty() && pRO.Salutation2.IsNullOrEmpty()) + { + lblAnrede.Text = "Guten Tag,"; + } + + this.bindingSource1.DataSource = pRO; + } + } +} diff --git a/ReportImp/BeratungStadtwald/Reporting/SettlementReport2.resx b/ReportImp/BeratungStadtwald/Reporting/SettlementReport2.resx new file mode 100644 index 000000000..f78d36fe7 --- /dev/null +++ b/ReportImp/BeratungStadtwald/Reporting/SettlementReport2.resx @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + anbei sende ich Ihnen die unterschriebenen Nachweise über die im Rahmen des Betreuten Wohnens für [Salutation2] [CustomerFirstName] [CustomerLastName] erbrachten Leistungen zu. Nach unserer Berechnung ergeben sich für den Betreuungszeitraum [AccountingPeriod] hieraus: + + + + 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 + + \ No newline at end of file diff --git a/ReportImp/BeratungStadtwald/app.config b/ReportImp/BeratungStadtwald/app.config new file mode 100644 index 000000000..677131bde --- /dev/null +++ b/ReportImp/BeratungStadtwald/app.config @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Service/Plugins/PluginLoader.cs b/Service/Plugins/PluginLoader.cs index 4edf085d8..867e55282 100644 --- a/Service/Plugins/PluginLoader.cs +++ b/Service/Plugins/PluginLoader.cs @@ -137,7 +137,7 @@ namespace BeWo.Service.Plugins //t = "3227700467"; // Psychosozialer Trägerverein //t = "4378753169"; // Die Wohnhelfer Köln //t = "2214258555"; // Betreuungsbüro Baak - t = "4525013596"; // Hph Bersenbrück Freizeit und Reisen + //t = "4525013596"; // Hph Bersenbrück Freizeit und Reisen //t = "1609455614"; // Hph Bersenbrück Aph //t = "7852961459"; // B&B Betreutes Wohnen //t = "8719930557"; // Lebenshilfe Rhein-Sieg @@ -422,9 +422,10 @@ namespace BeWo.Service.Plugins //t = "3475059258"; // HalteStelle e.V. //t = "6653973776"; // Stefan Knauer (BeWo Heinsberg Soziotherapie) //t = "8743996874"; // Pflegedienst Rahn und Freitag GmbH - //t = "6666827209"; //Ruhrstern GmbH + //t = "6666827209"; // Ruhrstern GmbH //t = "6652760522"; // BBI Rhein-Sieg gGmbH //t = "6095094585"; // IBAHS e.V. + //t = "9453919144"; // Beratung am Stadtwald - Lisa Maria Reeh return t; #else