diff --git a/BeWo.sln b/BeWo.sln index b24a63cf0..1272a6559 100644 --- a/BeWo.sln +++ b/BeWo.sln @@ -507,6 +507,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutismusKoelnBonn", "Report EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kimm", "ReportImp\Kimm\Kimm.csproj", "{CEA6A3D2-DDD4-4699-89AE-FEF7908C46D5}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutismusLeben", "ReportImp\AutismusLeben\AutismusLeben.csproj", "{54419AAB-93DB-482F-B304-035D001081DD}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|.NET = Debug|.NET @@ -3950,6 +3952,22 @@ Global {CEA6A3D2-DDD4-4699-89AE-FEF7908C46D5}.Release|Mixed Platforms.Build.0 = Release|Any CPU {CEA6A3D2-DDD4-4699-89AE-FEF7908C46D5}.Release|x86.ActiveCfg = Release|Any CPU {CEA6A3D2-DDD4-4699-89AE-FEF7908C46D5}.Release|x86.Build.0 = Release|Any CPU + {54419AAB-93DB-482F-B304-035D001081DD}.Debug|.NET.ActiveCfg = Debug|Any CPU + {54419AAB-93DB-482F-B304-035D001081DD}.Debug|.NET.Build.0 = Debug|Any CPU + {54419AAB-93DB-482F-B304-035D001081DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {54419AAB-93DB-482F-B304-035D001081DD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {54419AAB-93DB-482F-B304-035D001081DD}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {54419AAB-93DB-482F-B304-035D001081DD}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {54419AAB-93DB-482F-B304-035D001081DD}.Debug|x86.ActiveCfg = Debug|Any CPU + {54419AAB-93DB-482F-B304-035D001081DD}.Debug|x86.Build.0 = Debug|Any CPU + {54419AAB-93DB-482F-B304-035D001081DD}.Release|.NET.ActiveCfg = Release|Any CPU + {54419AAB-93DB-482F-B304-035D001081DD}.Release|.NET.Build.0 = Release|Any CPU + {54419AAB-93DB-482F-B304-035D001081DD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {54419AAB-93DB-482F-B304-035D001081DD}.Release|Any CPU.Build.0 = Release|Any CPU + {54419AAB-93DB-482F-B304-035D001081DD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {54419AAB-93DB-482F-B304-035D001081DD}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {54419AAB-93DB-482F-B304-035D001081DD}.Release|x86.ActiveCfg = Release|Any CPU + {54419AAB-93DB-482F-B304-035D001081DD}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -4199,6 +4217,7 @@ Global {C52AC467-D452-4396-8DB3-D04AC1045CFB} = {D8A691C5-146D-4613-86CC-438F02FE9106} {43024B23-C380-4DCE-8DC0-930292417A25} = {D8A691C5-146D-4613-86CC-438F02FE9106} {CEA6A3D2-DDD4-4699-89AE-FEF7908C46D5} = {D8A691C5-146D-4613-86CC-438F02FE9106} + {54419AAB-93DB-482F-B304-035D001081DD} = {D8A691C5-146D-4613-86CC-438F02FE9106} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {FBE985BB-9F0F-4DBB-8F94-ABC37A803FF9} diff --git a/BeWo/ServiceProxy/Generated.cs b/BeWo/ServiceProxy/Generated.cs index b4eeb0a30..beaecbf78 100644 --- a/BeWo/ServiceProxy/Generated.cs +++ b/BeWo/ServiceProxy/Generated.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// Dieser Code wurde von einem Tool generiert. +// Laufzeitversion:4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +// der Code erneut generiert wird. // //------------------------------------------------------------------------------ @@ -166,6 +166,97 @@ namespace BeWo.ServiceProxy public interface IEmployeeService { + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/LoadCompactEmployee", ReplyAction="http://tempuri.org/IEmployeeService/LoadCompactEmployeeResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/LoadCompactEmployeeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.Compact.CompactEmployeeDC LoadCompactEmployee(long pEmployeeOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/IsAssessmentSheetEntryBelongingToAS", ReplyAction="http://tempuri.org/IEmployeeService/IsAssessmentSheetEntryBelongingToASResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/IsAssessmentSheetEntryBelongingToASBeWoFaultF" + + "ault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + bool IsAssessmentSheetEntryBelongingToAS(long assessmentSheetCategoryOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/IsAssessmentSheetCategoryBelongingToAS", ReplyAction="http://tempuri.org/IEmployeeService/IsAssessmentSheetCategoryBelongingToASRespons" + + "e")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/IsAssessmentSheetCategoryBelongingToASBeWoFau" + + "ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + bool IsAssessmentSheetCategoryBelongingToAS(long assessmentSheetCategoryOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/GetAllOvertimesFromEmployee", ReplyAction="http://tempuri.org/IEmployeeService/GetAllOvertimesFromEmployeeResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/GetAllOvertimesFromEmployeeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllOvertimesFromEmployee(long employeeOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/GetAllOvertimes", ReplyAction="http://tempuri.org/IEmployeeService/GetAllOvertimesResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/GetAllOvertimesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllOvertimes(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/DeleteOvertimes", ReplyAction="http://tempuri.org/IEmployeeService/DeleteOvertimesResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/DeleteOvertimesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeleteOvertimes(System.Collections.Generic.Dictionary pOid2Version); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/InsertOvertimes", ReplyAction="http://tempuri.org/IEmployeeService/InsertOvertimesResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/InsertOvertimesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List InsertOvertimes(System.Collections.Generic.List pOvertimes); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/UpdateOvertimes", ReplyAction="http://tempuri.org/IEmployeeService/UpdateOvertimesResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/UpdateOvertimesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List UpdateOvertimes(System.Collections.Generic.List pOvertimes); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/GetAllAuszahlungsarten", ReplyAction="http://tempuri.org/IEmployeeService/GetAllAuszahlungsartenResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/GetAllAuszahlungsartenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllAuszahlungsarten(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/InsertAuszahlungsarten", ReplyAction="http://tempuri.org/IEmployeeService/InsertAuszahlungsartenResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/InsertAuszahlungsartenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List InsertAuszahlungsarten(System.Collections.Generic.List pAuszahlungsarten); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/UpdateAuszahlungsarten", ReplyAction="http://tempuri.org/IEmployeeService/UpdateAuszahlungsartenResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/UpdateAuszahlungsartenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List UpdateAuszahlungsarten(System.Collections.Generic.List pAuszahlungsarten); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/DeleteAuszahlungsarten", ReplyAction="http://tempuri.org/IEmployeeService/DeleteAuszahlungsartenResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/DeleteAuszahlungsartenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeleteAuszahlungsarten(System.Collections.Generic.Dictionary pOid2Version); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/GetTeamOidsByEmployee", ReplyAction="http://tempuri.org/IEmployeeService/GetTeamOidsByEmployeeResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/GetTeamOidsByEmployeeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetTeamOidsByEmployee(long pEmployeeOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/LoadLoggedOnEmployee", ReplyAction="http://tempuri.org/IEmployeeService/LoadLoggedOnEmployeeResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/LoadLoggedOnEmployeeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.EmployeeDC LoadLoggedOnEmployee(long pEmployeeOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/GetAllChatActiveEmployeesCompact", ReplyAction="http://tempuri.org/IEmployeeService/GetAllChatActiveEmployeesCompactResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/GetAllChatActiveEmployeesCompactBeWoFaultFaul" + + "t", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllChatActiveEmployeesCompact(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/GetAllEmployeeAppCodes", ReplyAction="http://tempuri.org/IEmployeeService/GetAllEmployeeAppCodesResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/GetAllEmployeeAppCodesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllEmployeeAppCodes(long pEmployeeOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/GetEmployeeImage", ReplyAction="http://tempuri.org/IEmployeeService/GetEmployeeImageResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/GetEmployeeImageBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + byte[] GetEmployeeImage(long employeeOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/GetEmployeeThumbnail", ReplyAction="http://tempuri.org/IEmployeeService/GetEmployeeThumbnailResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/GetEmployeeThumbnailBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + byte[] GetEmployeeThumbnail(long employeeOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/DeleteEmployeeCustomerRelationForEmployee", ReplyAction="http://tempuri.org/IEmployeeService/DeleteEmployeeCustomerRelationForEmployeeResp" + + "onse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/DeleteEmployeeCustomerRelationForEmployeeBeWo" + + "FaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeleteEmployeeCustomerRelationForEmployee(long employeeOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/GetActiveCompactEmployeeWithOid", ReplyAction="http://tempuri.org/IEmployeeService/GetActiveCompactEmployeeWithOidResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/GetActiveCompactEmployeeWithOidBeWoFaultFault" + + "", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.Compact.CompactEmployeeDC GetActiveCompactEmployeeWithOid(long employeeOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/InsertNewArbeitsZeit", ReplyAction="http://tempuri.org/IEmployeeService/InsertNewArbeitsZeitResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/InsertNewArbeitsZeitBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void InsertNewArbeitsZeit(BS.Shared.DataContracts.ArbeitszeitDC arbeitszeit, BS.Shared.DataContracts.ArbeitszeitEintragDC arbeitszeitEintrag); + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/UpdateArbeitszeit", ReplyAction="http://tempuri.org/IEmployeeService/UpdateArbeitszeitResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/UpdateArbeitszeitBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] BS.Shared.DataContracts.ArbeitszeitDC UpdateArbeitszeit(BS.Shared.DataContracts.ArbeitszeitDC pArbeitszeit); @@ -580,97 +671,6 @@ namespace BeWo.ServiceProxy [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/LoadCompactTeam", ReplyAction="http://tempuri.org/IEmployeeService/LoadCompactTeamResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/LoadCompactTeamBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] BS.Shared.DataContracts.Compact.CompactTeamDC LoadCompactTeam(long pTeamOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/LoadCompactEmployee", ReplyAction="http://tempuri.org/IEmployeeService/LoadCompactEmployeeResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/LoadCompactEmployeeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - BS.Shared.DataContracts.Compact.CompactEmployeeDC LoadCompactEmployee(long pEmployeeOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/IsAssessmentSheetEntryBelongingToAS", ReplyAction="http://tempuri.org/IEmployeeService/IsAssessmentSheetEntryBelongingToASResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/IsAssessmentSheetEntryBelongingToASBeWoFaultF" + - "ault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - bool IsAssessmentSheetEntryBelongingToAS(long assessmentSheetCategoryOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/IsAssessmentSheetCategoryBelongingToAS", ReplyAction="http://tempuri.org/IEmployeeService/IsAssessmentSheetCategoryBelongingToASRespons" + - "e")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/IsAssessmentSheetCategoryBelongingToASBeWoFau" + - "ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - bool IsAssessmentSheetCategoryBelongingToAS(long assessmentSheetCategoryOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/GetAllOvertimesFromEmployee", ReplyAction="http://tempuri.org/IEmployeeService/GetAllOvertimesFromEmployeeResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/GetAllOvertimesFromEmployeeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllOvertimesFromEmployee(long employeeOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/GetAllOvertimes", ReplyAction="http://tempuri.org/IEmployeeService/GetAllOvertimesResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/GetAllOvertimesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllOvertimes(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/DeleteOvertimes", ReplyAction="http://tempuri.org/IEmployeeService/DeleteOvertimesResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/DeleteOvertimesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeleteOvertimes(System.Collections.Generic.Dictionary pOid2Version); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/InsertOvertimes", ReplyAction="http://tempuri.org/IEmployeeService/InsertOvertimesResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/InsertOvertimesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List InsertOvertimes(System.Collections.Generic.List pOvertimes); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/UpdateOvertimes", ReplyAction="http://tempuri.org/IEmployeeService/UpdateOvertimesResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/UpdateOvertimesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List UpdateOvertimes(System.Collections.Generic.List pOvertimes); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/GetAllAuszahlungsarten", ReplyAction="http://tempuri.org/IEmployeeService/GetAllAuszahlungsartenResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/GetAllAuszahlungsartenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllAuszahlungsarten(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/InsertAuszahlungsarten", ReplyAction="http://tempuri.org/IEmployeeService/InsertAuszahlungsartenResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/InsertAuszahlungsartenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List InsertAuszahlungsarten(System.Collections.Generic.List pAuszahlungsarten); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/UpdateAuszahlungsarten", ReplyAction="http://tempuri.org/IEmployeeService/UpdateAuszahlungsartenResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/UpdateAuszahlungsartenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List UpdateAuszahlungsarten(System.Collections.Generic.List pAuszahlungsarten); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/DeleteAuszahlungsarten", ReplyAction="http://tempuri.org/IEmployeeService/DeleteAuszahlungsartenResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/DeleteAuszahlungsartenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeleteAuszahlungsarten(System.Collections.Generic.Dictionary pOid2Version); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/GetTeamOidsByEmployee", ReplyAction="http://tempuri.org/IEmployeeService/GetTeamOidsByEmployeeResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/GetTeamOidsByEmployeeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetTeamOidsByEmployee(long pEmployeeOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/LoadLoggedOnEmployee", ReplyAction="http://tempuri.org/IEmployeeService/LoadLoggedOnEmployeeResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/LoadLoggedOnEmployeeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - BS.Shared.DataContracts.EmployeeDC LoadLoggedOnEmployee(long pEmployeeOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/GetAllChatActiveEmployeesCompact", ReplyAction="http://tempuri.org/IEmployeeService/GetAllChatActiveEmployeesCompactResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/GetAllChatActiveEmployeesCompactBeWoFaultFaul" + - "t", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllChatActiveEmployeesCompact(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/GetAllEmployeeAppCodes", ReplyAction="http://tempuri.org/IEmployeeService/GetAllEmployeeAppCodesResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/GetAllEmployeeAppCodesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllEmployeeAppCodes(long pEmployeeOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/GetEmployeeImage", ReplyAction="http://tempuri.org/IEmployeeService/GetEmployeeImageResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/GetEmployeeImageBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - byte[] GetEmployeeImage(long employeeOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/GetEmployeeThumbnail", ReplyAction="http://tempuri.org/IEmployeeService/GetEmployeeThumbnailResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/GetEmployeeThumbnailBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - byte[] GetEmployeeThumbnail(long employeeOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/DeleteEmployeeCustomerRelationForEmployee", ReplyAction="http://tempuri.org/IEmployeeService/DeleteEmployeeCustomerRelationForEmployeeResp" + - "onse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/DeleteEmployeeCustomerRelationForEmployeeBeWo" + - "FaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeleteEmployeeCustomerRelationForEmployee(long employeeOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/GetActiveCompactEmployeeWithOid", ReplyAction="http://tempuri.org/IEmployeeService/GetActiveCompactEmployeeWithOidResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/GetActiveCompactEmployeeWithOidBeWoFaultFault" + - "", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - BS.Shared.DataContracts.Compact.CompactEmployeeDC GetActiveCompactEmployeeWithOid(long employeeOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IEmployeeService/InsertNewArbeitsZeit", ReplyAction="http://tempuri.org/IEmployeeService/InsertNewArbeitsZeitResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IEmployeeService/InsertNewArbeitsZeitBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void InsertNewArbeitsZeit(BS.Shared.DataContracts.ArbeitszeitDC arbeitszeit, BS.Shared.DataContracts.ArbeitszeitEintragDC arbeitszeitEintrag); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] @@ -707,6 +707,111 @@ namespace BeWo.ServiceProxy { } + public BS.Shared.DataContracts.Compact.CompactEmployeeDC LoadCompactEmployee(long pEmployeeOid) + { + return base.Channel.LoadCompactEmployee(pEmployeeOid); + } + + public bool IsAssessmentSheetEntryBelongingToAS(long assessmentSheetCategoryOid) + { + return base.Channel.IsAssessmentSheetEntryBelongingToAS(assessmentSheetCategoryOid); + } + + public bool IsAssessmentSheetCategoryBelongingToAS(long assessmentSheetCategoryOid) + { + return base.Channel.IsAssessmentSheetCategoryBelongingToAS(assessmentSheetCategoryOid); + } + + public System.Collections.Generic.List GetAllOvertimesFromEmployee(long employeeOid) + { + return base.Channel.GetAllOvertimesFromEmployee(employeeOid); + } + + public System.Collections.Generic.List GetAllOvertimes() + { + return base.Channel.GetAllOvertimes(); + } + + public void DeleteOvertimes(System.Collections.Generic.Dictionary pOid2Version) + { + base.Channel.DeleteOvertimes(pOid2Version); + } + + public System.Collections.Generic.List InsertOvertimes(System.Collections.Generic.List pOvertimes) + { + return base.Channel.InsertOvertimes(pOvertimes); + } + + public System.Collections.Generic.List UpdateOvertimes(System.Collections.Generic.List pOvertimes) + { + return base.Channel.UpdateOvertimes(pOvertimes); + } + + public System.Collections.Generic.List GetAllAuszahlungsarten() + { + return base.Channel.GetAllAuszahlungsarten(); + } + + public System.Collections.Generic.List InsertAuszahlungsarten(System.Collections.Generic.List pAuszahlungsarten) + { + return base.Channel.InsertAuszahlungsarten(pAuszahlungsarten); + } + + public System.Collections.Generic.List UpdateAuszahlungsarten(System.Collections.Generic.List pAuszahlungsarten) + { + return base.Channel.UpdateAuszahlungsarten(pAuszahlungsarten); + } + + public void DeleteAuszahlungsarten(System.Collections.Generic.Dictionary pOid2Version) + { + base.Channel.DeleteAuszahlungsarten(pOid2Version); + } + + public System.Collections.Generic.List GetTeamOidsByEmployee(long pEmployeeOid) + { + return base.Channel.GetTeamOidsByEmployee(pEmployeeOid); + } + + public BS.Shared.DataContracts.EmployeeDC LoadLoggedOnEmployee(long pEmployeeOid) + { + return base.Channel.LoadLoggedOnEmployee(pEmployeeOid); + } + + public System.Collections.Generic.List GetAllChatActiveEmployeesCompact() + { + return base.Channel.GetAllChatActiveEmployeesCompact(); + } + + public System.Collections.Generic.List GetAllEmployeeAppCodes(long pEmployeeOid) + { + return base.Channel.GetAllEmployeeAppCodes(pEmployeeOid); + } + + public byte[] GetEmployeeImage(long employeeOid) + { + return base.Channel.GetEmployeeImage(employeeOid); + } + + public byte[] GetEmployeeThumbnail(long employeeOid) + { + return base.Channel.GetEmployeeThumbnail(employeeOid); + } + + public void DeleteEmployeeCustomerRelationForEmployee(long employeeOid) + { + base.Channel.DeleteEmployeeCustomerRelationForEmployee(employeeOid); + } + + public BS.Shared.DataContracts.Compact.CompactEmployeeDC GetActiveCompactEmployeeWithOid(long employeeOid) + { + return base.Channel.GetActiveCompactEmployeeWithOid(employeeOid); + } + + public void InsertNewArbeitsZeit(BS.Shared.DataContracts.ArbeitszeitDC arbeitszeit, BS.Shared.DataContracts.ArbeitszeitEintragDC arbeitszeitEintrag) + { + base.Channel.InsertNewArbeitsZeit(arbeitszeit, arbeitszeitEintrag); + } + public BS.Shared.DataContracts.ArbeitszeitDC UpdateArbeitszeit(BS.Shared.DataContracts.ArbeitszeitDC pArbeitszeit) { return base.Channel.UpdateArbeitszeit(pArbeitszeit); @@ -1181,111 +1286,6 @@ namespace BeWo.ServiceProxy { return base.Channel.LoadCompactTeam(pTeamOid); } - - public BS.Shared.DataContracts.Compact.CompactEmployeeDC LoadCompactEmployee(long pEmployeeOid) - { - return base.Channel.LoadCompactEmployee(pEmployeeOid); - } - - public bool IsAssessmentSheetEntryBelongingToAS(long assessmentSheetCategoryOid) - { - return base.Channel.IsAssessmentSheetEntryBelongingToAS(assessmentSheetCategoryOid); - } - - public bool IsAssessmentSheetCategoryBelongingToAS(long assessmentSheetCategoryOid) - { - return base.Channel.IsAssessmentSheetCategoryBelongingToAS(assessmentSheetCategoryOid); - } - - public System.Collections.Generic.List GetAllOvertimesFromEmployee(long employeeOid) - { - return base.Channel.GetAllOvertimesFromEmployee(employeeOid); - } - - public System.Collections.Generic.List GetAllOvertimes() - { - return base.Channel.GetAllOvertimes(); - } - - public void DeleteOvertimes(System.Collections.Generic.Dictionary pOid2Version) - { - base.Channel.DeleteOvertimes(pOid2Version); - } - - public System.Collections.Generic.List InsertOvertimes(System.Collections.Generic.List pOvertimes) - { - return base.Channel.InsertOvertimes(pOvertimes); - } - - public System.Collections.Generic.List UpdateOvertimes(System.Collections.Generic.List pOvertimes) - { - return base.Channel.UpdateOvertimes(pOvertimes); - } - - public System.Collections.Generic.List GetAllAuszahlungsarten() - { - return base.Channel.GetAllAuszahlungsarten(); - } - - public System.Collections.Generic.List InsertAuszahlungsarten(System.Collections.Generic.List pAuszahlungsarten) - { - return base.Channel.InsertAuszahlungsarten(pAuszahlungsarten); - } - - public System.Collections.Generic.List UpdateAuszahlungsarten(System.Collections.Generic.List pAuszahlungsarten) - { - return base.Channel.UpdateAuszahlungsarten(pAuszahlungsarten); - } - - public void DeleteAuszahlungsarten(System.Collections.Generic.Dictionary pOid2Version) - { - base.Channel.DeleteAuszahlungsarten(pOid2Version); - } - - public System.Collections.Generic.List GetTeamOidsByEmployee(long pEmployeeOid) - { - return base.Channel.GetTeamOidsByEmployee(pEmployeeOid); - } - - public BS.Shared.DataContracts.EmployeeDC LoadLoggedOnEmployee(long pEmployeeOid) - { - return base.Channel.LoadLoggedOnEmployee(pEmployeeOid); - } - - public System.Collections.Generic.List GetAllChatActiveEmployeesCompact() - { - return base.Channel.GetAllChatActiveEmployeesCompact(); - } - - public System.Collections.Generic.List GetAllEmployeeAppCodes(long pEmployeeOid) - { - return base.Channel.GetAllEmployeeAppCodes(pEmployeeOid); - } - - public byte[] GetEmployeeImage(long employeeOid) - { - return base.Channel.GetEmployeeImage(employeeOid); - } - - public byte[] GetEmployeeThumbnail(long employeeOid) - { - return base.Channel.GetEmployeeThumbnail(employeeOid); - } - - public void DeleteEmployeeCustomerRelationForEmployee(long employeeOid) - { - base.Channel.DeleteEmployeeCustomerRelationForEmployee(employeeOid); - } - - public BS.Shared.DataContracts.Compact.CompactEmployeeDC GetActiveCompactEmployeeWithOid(long employeeOid) - { - return base.Channel.GetActiveCompactEmployeeWithOid(employeeOid); - } - - public void InsertNewArbeitsZeit(BS.Shared.DataContracts.ArbeitszeitDC arbeitszeit, BS.Shared.DataContracts.ArbeitszeitEintragDC arbeitszeitEintrag) - { - base.Channel.InsertNewArbeitsZeit(arbeitszeit, arbeitszeitEintrag); - } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] @@ -1293,683 +1293,6 @@ namespace BeWo.ServiceProxy public interface ICustomerService { - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/PruefeObBenutzerKontoSchonVorhanden", ReplyAction="http://tempuri.org/ICustomerService/PruefeObBenutzerKontoSchonVorhandenResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/PruefeObBenutzerKontoSchonVorhandenBeWoFaultF" + - "ault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - bool PruefeObBenutzerKontoSchonVorhanden(long customerOid, string benutzername); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetEnvironmentCustomerForPerson", ReplyAction="http://tempuri.org/ICustomerService/GetEnvironmentCustomerForPersonResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetEnvironmentCustomerForPersonBeWoFaultFault" + - "", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetEnvironmentCustomerForPerson(long personOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetSupportConceptCostBearerRelationsById", ReplyAction="http://tempuri.org/ICustomerService/GetSupportConceptCostBearerRelationsByIdRespo" + - "nse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetSupportConceptCostBearerRelationsByIdBeWoF" + - "aultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetSupportConceptCostBearerRelationsById(System.Collections.Generic.List relOids); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadCompactSupportConceptsById", ReplyAction="http://tempuri.org/ICustomerService/LoadCompactSupportConceptsByIdResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadCompactSupportConceptsByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List LoadCompactSupportConceptsById(System.Collections.Generic.List pOids); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadContactInformationForCustomer", ReplyAction="http://tempuri.org/ICustomerService/LoadContactInformationForCustomerResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadContactInformationForCustomerBeWoFaultFau" + - "lt", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List LoadContactInformationForCustomer(long customerOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ConvertToNewSubstitutionType", ReplyAction="http://tempuri.org/ICustomerService/ConvertToNewSubstitutionTypeResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/ConvertToNewSubstitutionTypeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List>))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BeWo.View.Navigation.Filter.CustomerFilterEnum))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BeWo.ServiceProxy.BeWoFault))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BeWo.ServiceProxy.BeWoFaultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary, decimal>))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ActivationTypeId))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Sex))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.SubstitutionNeed))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ValueListEntryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.AppointmentDayOfWeek))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ContactType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.FamilyStatus))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.CostRatePeriodType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.PersonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ControlType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.TokenTyp))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.SupportConceptApprovalInterval))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Bewilligungsart))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.SystemEntryID))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.AccountingIntervalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.AccountingvisibilityType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ScopeTypeId))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.CostBearer2SupportConceptStatus))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.SettingsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.UserRightType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ZeiterfassungsDauer))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ServiceUnit))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ServiceRecordFormate))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ServiceRecordTypeId))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.GroupTypeId))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactCustomerDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactEmployeeDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactVertreterEmployeeDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactOrganisationDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactTokenDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactTeamDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactPersonDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactSupportConceptDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactCostBearerDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactGroupOfPeopleDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ArbeitszeitDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AbsenceTimeDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AbsenceReasonDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ArbeitszeitEintragDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.EmployeeTokenRelationDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.EmployeeDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.PersonDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ValueListEntryDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ContactDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Organisation2PersonDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CostRatePeriodDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.VarFieldDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ContractDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.EmploymentTypeDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.OvertimeDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AuszahlungsartDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerEmployeeRelationDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.UrlaubskontoDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ChatBewoMessageSyncDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.TeamDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptCostBearerRelDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptApprovalPeriodDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.BudgetDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceCategoryDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptApprovalPeriodEmployeeRelDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.UserDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ResetPasswordInfoDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SettingsDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.UserGroupDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.RatingDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.GoalRatingDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.RatingTypeDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceRecordDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceDescriptionDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceAccountingDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.GeschenkterUrlaubstagDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AbwesenheitsInformationPrintDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.UrlaubskontoDarstellungDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AssessmentSheetCategoryDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AssessmentSheetValueDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AssessmentSheetEntryDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.NewsItemDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.GroupOfPeopleDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.EmployeeAPPCodeDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerPersonRelationDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.QuittierungsbelegsstatusDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerCostBearerRelationDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerOrganisationRelationDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.MedikamentenverordnungslisteDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.MedikamentenverordnungDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.DarreichungsformDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.DepotRhythmusDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.MedArtDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.PlacementDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerTeamRelationDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.OrganisationDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.OrganisationPersonRelationDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AppointmentDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AppointmentCategoryDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.WohnheimbuchungDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnheimbuchung2Costbearer2SupportConceptRelationDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.WohnheimbuchungEmployeeRelationDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.MedRecordDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ChatMessageDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerAPPCodeDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerTokenRelationDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.TimeSheetStatusItemDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.MailDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FileAttachmentDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.QuittierungsCheckViewListItemsDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.QuittierungsCheckDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.WohnheimDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.WohnheimCustomerRelationDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.WohnheimEmployeeRelationDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactWohnheimDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.QBFilterEnum))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Behinderungsart))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Merkzeichen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Pflegegrad))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.FileAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.TableID))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Priority))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Status))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary>))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.UserValidationResult))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportPinDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactUserDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(byte[]))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.BeWoFolderDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.RssFeed))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.RssItem))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.QueryDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.QueryParamDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.QueryParameterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Core.DateTimeSpan))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List>))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ResourceBookingFrequencyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ParticipationAnswer))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.BookingSequenceDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ResourceBookingDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ResourceDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ResourceAppointmentDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SchedulerAppointmentDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Employee2SchedulerAppointmentDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary>))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary>))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.DokumentvorlageDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.PlatzhalterDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.VorlagentabelleDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ConfirmationReceiptSignatureDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.RegelmaessigerDienstDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.DienstplanerRootDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.DienstEintragDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.DienstInfoDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.DienstvertretungDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.DienstBlockDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.DienstZeileDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.BesetzungsstatusDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FeiertagDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.DienstplanerMonthlySummaryDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AbsenceOverviewFilterDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.UrlaubsplanerRootDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AbwesenheitsInformationDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceRecordValidationResultDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.TextbausteinDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SbdConfigDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SignatureDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.PreisDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FlexibleReportFilterDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FlexibleReportResultDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FlexibleReportDummyDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FlexibleReportEntryDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FlexibleReportLayoutDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.HomeViewPanelDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ReportTemplateDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ReportTypes))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AdditionalServiceBookingDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AdditionalServiceRegionDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AdditionalServiceDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptStatisticsDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptPeriodStatisticsDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.LicenseInfoDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.GroupDurationDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.BeWoMobilBrowserInfoDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.UiElementDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.TextModuleDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.BargeldkassenDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.BargeldtransaktionDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.NotizenKategorieDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.NotizenEintragDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.VertretungDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.VertretungsItemDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.TokenDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.VertretungsListeMitarbeiterItemsDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.VertretungsKlientAccountingsListeItemsDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AccountingTransactionDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.InvoiceDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Settlement2DC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.InvoiceItemDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerInfoDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConcetInfoDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.MandatorDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceRecordGroupDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptTreeNodeDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.NodeType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptTreeNodeDetailInfoDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FLSAnalysisDataReportDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FLSAnalysisDataGroupDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FLSAnalysisDataDetailDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceRecordFLSOverviewDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceRecordStatisticsInfoDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceRecordPeriodStatisticsInfoDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceRecordHistoryDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AdditionalServiceGroupOfPeopleRelationDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AdditionalServiceGroupOfPeopleDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.SignatureType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ServiceRecordValidationResult))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.SchulbegleitenderZugehoerigkeitsTyp))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.HomeViewPanelType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.UiElementType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Auszahlungsintervall))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Zahlungstyp))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.VertretungsStatus))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.StatementType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary>))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List>))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary>))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary>))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Reports.AuslastungAnalysisRootDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Reports.AuslastungAnalysisEmployeeDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Reports.AuslastungAnalysisSupportConceptDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Reports.AccountingReportDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Reports.AccountingReportRowDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AccountingAnalysisDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FLSAnalysisRootDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FLSAnalysisGroupDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptFLSOverviewDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FLSAnalysisConfigDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.LoginDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FinanceOverviewItemDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptOverviewDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.TaskDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AnnualReportDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AnnualReportDataDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.FLSReportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.InvoiceBaseDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceInvoiceDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceInvoicePeriodDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.InvoiceNumberDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.InvoiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.IO.MemoryStream))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.IO.Stream))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.MarshalByRefObject))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.QueryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] - object ConvertToNewSubstitutionType(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadAbsenceReason", ReplyAction="http://tempuri.org/ICustomerService/LoadAbsenceReasonResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadAbsenceReasonBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - BS.Shared.DataContracts.AbsenceReasonDC LoadAbsenceReason(long absenceReasonOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadGroupOfPeoplesToCostbearerToSupportConcep" + - "tOids", ReplyAction="http://tempuri.org/ICustomerService/LoadGroupOfPeoplesToCostbearerToSupportConcep" + - "tOidsResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadGroupOfPeoplesToCostbearerToSupportConcep" + - "tOidsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.Dictionary> LoadGroupOfPeoplesToCostbearerToSupportConceptOids(System.Collections.Generic.List groupOfPeopleOids); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetQuittierungsbelegsstatusList", ReplyAction="http://tempuri.org/ICustomerService/GetQuittierungsbelegsstatusListResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetQuittierungsbelegsstatusListBeWoFaultFault" + - "", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetQuittierungsbelegsstatusList(System.DateTime start, System.DateTime monat, BS.Shared.QBFilterEnum filter, System.Nullable teamOid, System.Nullable customerOid, System.Nullable orgaOid, System.Nullable empOid, System.Nullable scOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateQuittierungsbelegsstatus", ReplyAction="http://tempuri.org/ICustomerService/UpdateQuittierungsbelegsstatusResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateQuittierungsbelegsstatusBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - BS.Shared.DataContracts.QuittierungsbelegsstatusDC UpdateQuittierungsbelegsstatus(BS.Shared.DataContracts.QuittierungsbelegsstatusDC quittierungsbelegsstatusDC); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetActiveMedVerListOidForCustomer", ReplyAction="http://tempuri.org/ICustomerService/GetActiveMedVerListOidForCustomerResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetActiveMedVerListOidForCustomerBeWoFaultFau" + - "lt", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Nullable GetActiveMedVerListOidForCustomer(long customerOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveCustomers", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveCustomersResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveCustomersBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllActiveCustomers(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetCustomersById", ReplyAction="http://tempuri.org/ICustomerService/GetCustomersByIdResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetCustomersByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetCustomersById(System.Collections.Generic.List idList); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetSupportConceptsById", ReplyAction="http://tempuri.org/ICustomerService/GetSupportConceptsByIdResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetSupportConceptsByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetSupportConceptsById(System.Collections.Generic.List idList); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActivePersons", ReplyAction="http://tempuri.org/ICustomerService/GetAllActivePersonsResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActivePersonsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllActivePersons(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllOrganisations", ReplyAction="http://tempuri.org/ICustomerService/GetAllOrganisationsResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllOrganisationsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllOrganisations(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetPersonsById", ReplyAction="http://tempuri.org/ICustomerService/GetPersonsByIdResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetPersonsByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetPersonsById(System.Collections.Generic.List idList); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetOrganisationsById", ReplyAction="http://tempuri.org/ICustomerService/GetOrganisationsByIdResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetOrganisationsByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetOrganisationsById(System.Collections.Generic.List idList); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAppointmentsById", ReplyAction="http://tempuri.org/ICustomerService/GetAppointmentsByIdResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAppointmentsByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAppointmentsById(System.Collections.Generic.List idList); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateMedArten", ReplyAction="http://tempuri.org/ICustomerService/DeactivateMedArtenResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateMedArtenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeactivateMedArten(System.Collections.Generic.Dictionary pOid2Version); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllMedArten", ReplyAction="http://tempuri.org/ICustomerService/GetAllMedArtenResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllMedArtenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllMedArten(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetMedArtenById", ReplyAction="http://tempuri.org/ICustomerService/GetMedArtenByIdResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetMedArtenByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetMedArtenById(System.Collections.Generic.List idList); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertMedArten", ReplyAction="http://tempuri.org/ICustomerService/InsertMedArtenResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertMedArtenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List InsertMedArten(System.Collections.Generic.List pDCList); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateMedArten", ReplyAction="http://tempuri.org/ICustomerService/UpdateMedArtenResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateMedArtenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List UpdateMedArten(System.Collections.Generic.List pDCList); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllMedikamentenverordnungen", ReplyAction="http://tempuri.org/ICustomerService/GetAllMedikamentenverordnungenResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllMedikamentenverordnungenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllMedikamentenverordnungen(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetMedikamentenverordnungenById", ReplyAction="http://tempuri.org/ICustomerService/GetMedikamentenverordnungenByIdResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetMedikamentenverordnungenByIdBeWoFaultFault" + - "", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetMedikamentenverordnungenById(System.Collections.Generic.List idList); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertMedikamentenverordnungen", ReplyAction="http://tempuri.org/ICustomerService/InsertMedikamentenverordnungenResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertMedikamentenverordnungenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List InsertMedikamentenverordnungen(System.Collections.Generic.List pDCList); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateMedikamentenverordnungen", ReplyAction="http://tempuri.org/ICustomerService/UpdateMedikamentenverordnungenResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateMedikamentenverordnungenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List UpdateMedikamentenverordnungen(System.Collections.Generic.List pDCList); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateMedikamentenverordnungen", ReplyAction="http://tempuri.org/ICustomerService/DeactivateMedikamentenverordnungenResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateMedikamentenverordnungenBeWoFaultFa" + - "ult", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeactivateMedikamentenverordnungen(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetMedikamentenverordnungenForCustomer", ReplyAction="http://tempuri.org/ICustomerService/GetMedikamentenverordnungenForCustomerRespons" + - "e")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetMedikamentenverordnungenForCustomerBeWoFau" + - "ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetMedikamentenverordnungenForCustomer(long pCustomerOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeleteMedArten", ReplyAction="http://tempuri.org/ICustomerService/DeleteMedArtenResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/DeleteMedArtenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeleteMedArten(System.Collections.Generic.Dictionary pOid2Version); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertMedikamentenverordnungslisten", ReplyAction="http://tempuri.org/ICustomerService/InsertMedikamentenverordnungslistenResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertMedikamentenverordnungslistenBeWoFaultF" + - "ault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List InsertMedikamentenverordnungslisten(System.Collections.Generic.List pDCList); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveSupportConceptsByCustomers", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveSupportConceptsByCustomersRespons" + - "e")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveSupportConceptsByCustomersBeWoFau" + - "ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllActiveSupportConceptsByCustomers(System.Collections.Generic.List pCustomerOids); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetCompactCustomersById", ReplyAction="http://tempuri.org/ICustomerService/GetCompactCustomersByIdResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetCompactCustomersByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetCompactCustomersById(System.Collections.Generic.List pCustomerOids); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetCompactCustomersByPersonOids", ReplyAction="http://tempuri.org/ICustomerService/GetCompactCustomersByPersonOidsResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetCompactCustomersByPersonOidsBeWoFaultFault" + - "", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetCompactCustomersByPersonOids(System.Collections.Generic.List personOids); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetSupportConceptGoalParents", ReplyAction="http://tempuri.org/ICustomerService/GetSupportConceptGoalParentsResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetSupportConceptGoalParentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetSupportConceptGoalParents(System.Collections.Generic.List pParentItemOids); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeleteMedikamentenverordnungsliste", ReplyAction="http://tempuri.org/ICustomerService/DeleteMedikamentenverordnungslisteResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/DeleteMedikamentenverordnungslisteBeWoFaultFa" + - "ult", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeleteMedikamentenverordnungsliste(long listenOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateMedikamentenverordnungsliste", ReplyAction="http://tempuri.org/ICustomerService/UpdateMedikamentenverordnungslisteResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateMedikamentenverordnungslisteBeWoFaultFa" + - "ult", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - BS.Shared.DataContracts.MedikamentenverordnungslisteDC UpdateMedikamentenverordnungsliste(BS.Shared.DataContracts.MedikamentenverordnungslisteDC pDCList); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllDarreichungsformen", ReplyAction="http://tempuri.org/ICustomerService/GetAllDarreichungsformenResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllDarreichungsformenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllDarreichungsformen(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetDarreichungsformenById", ReplyAction="http://tempuri.org/ICustomerService/GetDarreichungsformenByIdResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetDarreichungsformenByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetDarreichungsformenById(System.Collections.Generic.List pIds); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllDepotRhythmen", ReplyAction="http://tempuri.org/ICustomerService/GetAllDepotRhythmenResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllDepotRhythmenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllDepotRhythmen(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetDepotRhythmusById", ReplyAction="http://tempuri.org/ICustomerService/GetDepotRhythmusByIdResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetDepotRhythmusByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetDepotRhythmusById(System.Collections.Generic.List pIds); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetActiveCustomersById", ReplyAction="http://tempuri.org/ICustomerService/GetActiveCustomersByIdResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetActiveCustomersByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetActiveCustomersById(System.Collections.Generic.List pCustomerOids); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllCompactCustomers", ReplyAction="http://tempuri.org/ICustomerService/GetAllCompactCustomersResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllCompactCustomersBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllCompactCustomers(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllCustomersCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllCustomersCompactResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllCustomersCompactBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllCustomersCompact(long currentEmployeeOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllOrganisationsCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllOrganisationsCompactResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllOrganisationsCompactBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllOrganisationsCompact(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllPersonsByTypeCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllPersonsByTypeCompactResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllPersonsByTypeCompactBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllPersonsByTypeCompact(BS.Shared.PersonType pType); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllSupportConceptsCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllSupportConceptsCompactResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllSupportConceptsCompactBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllSupportConceptsCompact(long currentEmployeeOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ReactivateCustomer", ReplyAction="http://tempuri.org/ICustomerService/ReactivateCustomerResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/ReactivateCustomerBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void ReactivateCustomer(long pOid, long pVersion); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ReactivateSupportConcept", ReplyAction="http://tempuri.org/ICustomerService/ReactivateSupportConceptResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/ReactivateSupportConceptBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void ReactivateSupportConcept(long pOid, long pVersion); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ReactivateOrganisation", ReplyAction="http://tempuri.org/ICustomerService/ReactivateOrganisationResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/ReactivateOrganisationBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void ReactivateOrganisation(long pOid, long pVersion); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ReactivatePerson", ReplyAction="http://tempuri.org/ICustomerService/ReactivatePersonResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/ReactivatePersonBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void ReactivatePerson(long pOid, long pVersion); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveWohnheimeCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveWohnheimeCompactResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveWohnheimeCompactBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllActiveWohnheimeCompact(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveWohnheimbuchungen", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveWohnheimbuchungenResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveWohnheimbuchungenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllActiveWohnheimbuchungen(); - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetWohnheimbuchung", ReplyAction="http://tempuri.org/ICustomerService/GetWohnheimbuchungResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetWohnheimbuchungBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] BS.Shared.DataContracts.WohnheimbuchungDC GetWohnheimbuchung(long oid); @@ -2160,6 +1483,773 @@ namespace BeWo.ServiceProxy [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/SetBenutzerPasswortChatAppCodeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] void SetBenutzerPasswortChatAppCode(long pCustomerOid, string benutzerName, string passwort); + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/PruefeObBenutzerKontoSchonVorhanden", ReplyAction="http://tempuri.org/ICustomerService/PruefeObBenutzerKontoSchonVorhandenResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/PruefeObBenutzerKontoSchonVorhandenBeWoFaultF" + + "ault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + bool PruefeObBenutzerKontoSchonVorhanden(long customerOid, string benutzername); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetEnvironmentCustomerForPerson", ReplyAction="http://tempuri.org/ICustomerService/GetEnvironmentCustomerForPersonResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetEnvironmentCustomerForPersonBeWoFaultFault" + + "", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetEnvironmentCustomerForPerson(long personOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetSupportConceptCostBearerRelationsById", ReplyAction="http://tempuri.org/ICustomerService/GetSupportConceptCostBearerRelationsByIdRespo" + + "nse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetSupportConceptCostBearerRelationsByIdBeWoF" + + "aultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetSupportConceptCostBearerRelationsById(System.Collections.Generic.List relOids); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadCompactSupportConceptsById", ReplyAction="http://tempuri.org/ICustomerService/LoadCompactSupportConceptsByIdResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadCompactSupportConceptsByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List LoadCompactSupportConceptsById(System.Collections.Generic.List pOids); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadContactInformationForCustomer", ReplyAction="http://tempuri.org/ICustomerService/LoadContactInformationForCustomerResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadContactInformationForCustomerBeWoFaultFau" + + "lt", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List LoadContactInformationForCustomer(long customerOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ConvertToNewSubstitutionType", ReplyAction="http://tempuri.org/ICustomerService/ConvertToNewSubstitutionTypeResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/ConvertToNewSubstitutionTypeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List>))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BeWo.View.Navigation.Filter.CustomerFilterEnum))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.OvertimeDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AuszahlungsartDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.EmployeeDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.PersonDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ValueListEntryDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ContactDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Organisation2PersonDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CostRatePeriodDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.VarFieldDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AbsenceTimeDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AbsenceReasonDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ArbeitszeitDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ArbeitszeitEintragDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ContractDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.EmploymentTypeDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerEmployeeRelationDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.UrlaubskontoDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.EmployeeAPPCodeDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.EmployeeTokenRelationDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ChatBewoMessageSyncDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.TeamDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptCostBearerRelDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptApprovalPeriodDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.BudgetDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceCategoryDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptApprovalPeriodEmployeeRelDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.UserDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ResetPasswordInfoDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SettingsDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.UserGroupDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.RatingDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.GoalRatingDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.RatingTypeDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceRecordDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceDescriptionDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceAccountingDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.GeschenkterUrlaubstagDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AbwesenheitsInformationPrintDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.UrlaubskontoDarstellungDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AssessmentSheetCategoryDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AssessmentSheetValueDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AssessmentSheetEntryDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.NewsItemDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.GroupOfPeopleDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BeWo.ServiceProxy.BeWoFault))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BeWo.ServiceProxy.BeWoFaultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary, decimal>))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ActivationTypeId))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ValueListEntryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ContactType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.FamilyStatus))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.CostRatePeriodType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Sex))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.PersonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ControlType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.SubstitutionNeed))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.AppointmentDayOfWeek))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.TokenTyp))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.SupportConceptApprovalInterval))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Bewilligungsart))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.SystemEntryID))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.AccountingIntervalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.AccountingvisibilityType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ScopeTypeId))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.CostBearer2SupportConceptStatus))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.SettingsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.UserRightType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ZeiterfassungsDauer))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ServiceUnit))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ServiceRecordFormate))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ServiceRecordTypeId))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.GroupTypeId))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactEmployeeDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactTeamDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactOrganisationDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactCustomerDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactVertreterEmployeeDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactTokenDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactPersonDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactSupportConceptDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactCostBearerDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactGroupOfPeopleDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Behinderungsart))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Merkzeichen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Pflegegrad))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.FileAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.TableID))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Priority))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Status))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.QBFilterEnum))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactWohnheimDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary>))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.WohnheimbuchungDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnheimbuchung2Costbearer2SupportConceptRelationDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.WohnheimbuchungEmployeeRelationDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerPersonRelationDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerOrganisationRelationDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.MedRecordDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.DarreichungsformDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ChatMessageDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerAPPCodeDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerTokenRelationDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerCostBearerRelationDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.MedikamentenverordnungslisteDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.MedikamentenverordnungDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.DepotRhythmusDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.MedArtDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.PlacementDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerTeamRelationDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.TimeSheetStatusItemDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.MailDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FileAttachmentDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.QuittierungsCheckViewListItemsDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.QuittierungsCheckDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.QuittierungsbelegsstatusDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.OrganisationDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.OrganisationPersonRelationDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AppointmentDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AppointmentCategoryDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.WohnheimDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.WohnheimCustomerRelationDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.WohnheimEmployeeRelationDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.UserValidationResult))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportPinDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactUserDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(byte[]))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.BeWoFolderDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.RssFeed))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.RssItem))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.QueryDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.QueryParamDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.QueryParameterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Core.DateTimeSpan))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List>))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ResourceBookingFrequencyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ParticipationAnswer))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.BookingSequenceDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ResourceBookingDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ResourceDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ResourceAppointmentDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SchedulerAppointmentDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Employee2SchedulerAppointmentDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary>))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary>))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.PlatzhalterDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.VorlagentabelleDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.DokumentvorlageDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ConfirmationReceiptSignatureDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.RegelmaessigerDienstDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.DienstplanerRootDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.DienstEintragDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.DienstInfoDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.DienstvertretungDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.DienstBlockDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.DienstZeileDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.BesetzungsstatusDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FeiertagDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.DienstplanerMonthlySummaryDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AbsenceOverviewFilterDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.UrlaubsplanerRootDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AbwesenheitsInformationDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceRecordValidationResultDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.PreisDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FlexibleReportFilterDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FlexibleReportResultDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FlexibleReportDummyDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FlexibleReportEntryDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FlexibleReportLayoutDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.HomeViewPanelDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ReportTemplateDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ReportTypes))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.BargeldkassenDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.BargeldtransaktionDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.NotizenKategorieDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.NotizenEintragDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.VertretungDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.VertretungsItemDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.TokenDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.VertretungsListeMitarbeiterItemsDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.VertretungsKlientAccountingsListeItemsDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AccountingTransactionDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.TextbausteinDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SbdConfigDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SignatureDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.InvoiceDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.MandatorDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceRecordGroupDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceRecordStatisticsInfoDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceRecordPeriodStatisticsInfoDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptStatisticsDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptPeriodStatisticsDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceRecordHistoryDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AdditionalServiceDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AdditionalServiceRegionDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AdditionalServiceGroupOfPeopleRelationDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AdditionalServiceGroupOfPeopleDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AdditionalServiceBookingDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.LicenseInfoDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.GroupDurationDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.BeWoMobilBrowserInfoDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.UiElementDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.TextModuleDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Settlement2DC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.InvoiceItemDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerInfoDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConcetInfoDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptTreeNodeDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.NodeType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptTreeNodeDetailInfoDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FLSAnalysisDataReportDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FLSAnalysisDataGroupDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FLSAnalysisDataDetailDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceRecordFLSOverviewDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.SignatureType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ServiceRecordValidationResult))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.HomeViewPanelType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Auszahlungsintervall))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Zahlungstyp))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.VertretungsStatus))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.SchulbegleitenderZugehoerigkeitsTyp))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.StatementType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.UiElementType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary>))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List>))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary>))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary>))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Reports.AuslastungAnalysisRootDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Reports.AuslastungAnalysisEmployeeDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Reports.AuslastungAnalysisSupportConceptDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Reports.AccountingReportDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Reports.AccountingReportRowDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AccountingAnalysisDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FLSAnalysisRootDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FLSAnalysisGroupDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptFLSOverviewDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FLSAnalysisConfigDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.LoginDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FinanceOverviewItemDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptOverviewDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.TaskDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AnnualReportDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AnnualReportDataDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.FLSReportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.InvoiceBaseDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceInvoiceDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceInvoicePeriodDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.InvoiceNumberDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.InvoiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.IO.MemoryStream))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.IO.Stream))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.MarshalByRefObject))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.QueryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List))] + object ConvertToNewSubstitutionType(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadAbsenceReason", ReplyAction="http://tempuri.org/ICustomerService/LoadAbsenceReasonResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadAbsenceReasonBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.AbsenceReasonDC LoadAbsenceReason(long absenceReasonOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadGroupOfPeoplesToCostbearerToSupportConcep" + + "tOids", ReplyAction="http://tempuri.org/ICustomerService/LoadGroupOfPeoplesToCostbearerToSupportConcep" + + "tOidsResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadGroupOfPeoplesToCostbearerToSupportConcep" + + "tOidsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.Dictionary> LoadGroupOfPeoplesToCostbearerToSupportConceptOids(System.Collections.Generic.List groupOfPeopleOids); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetQuittierungsbelegsstatusList", ReplyAction="http://tempuri.org/ICustomerService/GetQuittierungsbelegsstatusListResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetQuittierungsbelegsstatusListBeWoFaultFault" + + "", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetQuittierungsbelegsstatusList(System.DateTime start, System.DateTime monat, BS.Shared.QBFilterEnum filter, System.Nullable teamOid, System.Nullable customerOid, System.Nullable orgaOid, System.Nullable empOid, System.Nullable scOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateQuittierungsbelegsstatus", ReplyAction="http://tempuri.org/ICustomerService/UpdateQuittierungsbelegsstatusResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateQuittierungsbelegsstatusBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.QuittierungsbelegsstatusDC UpdateQuittierungsbelegsstatus(BS.Shared.DataContracts.QuittierungsbelegsstatusDC quittierungsbelegsstatusDC); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetActiveMedVerListOidForCustomer", ReplyAction="http://tempuri.org/ICustomerService/GetActiveMedVerListOidForCustomerResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetActiveMedVerListOidForCustomerBeWoFaultFau" + + "lt", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Nullable GetActiveMedVerListOidForCustomer(long customerOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateCustomersAbsenceTimes", ReplyAction="http://tempuri.org/ICustomerService/UpdateCustomersAbsenceTimesResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateCustomersAbsenceTimesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void UpdateCustomersAbsenceTimes(long pCustomerOid, System.Collections.Generic.List pAbsenceTimes); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateOrganisation", ReplyAction="http://tempuri.org/ICustomerService/UpdateOrganisationResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateOrganisationBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + long UpdateOrganisation(BS.Shared.DataContracts.OrganisationDC pOrganisationDC); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdatePerson", ReplyAction="http://tempuri.org/ICustomerService/UpdatePersonResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdatePersonBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerDC))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.EmployeeDC))] + long UpdatePerson(BS.Shared.DataContracts.PersonDC pPersonDC); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateSupportConcept", ReplyAction="http://tempuri.org/ICustomerService/UpdateSupportConceptResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateSupportConceptBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + long UpdateSupportConcept(BS.Shared.DataContracts.SupportConceptDC pSupportConcept); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadCustomerAssessmentSheetCategoryList", ReplyAction="http://tempuri.org/ICustomerService/LoadCustomerAssessmentSheetCategoryListRespon" + + "se")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadCustomerAssessmentSheetCategoryListBeWoFa" + + "ultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List LoadCustomerAssessmentSheetCategoryList(long pCustomerOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadAppointments", ReplyAction="http://tempuri.org/ICustomerService/LoadAppointmentsResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List LoadAppointments(System.Nullable customerOid, System.Nullable employeeOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllAppointmentCategories", ReplyAction="http://tempuri.org/ICustomerService/GetAllAppointmentCategoriesResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllAppointmentCategoriesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllAppointmentCategories(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertNewAppointmentCategories", ReplyAction="http://tempuri.org/ICustomerService/InsertNewAppointmentCategoriesResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertNewAppointmentCategoriesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List InsertNewAppointmentCategories(System.Collections.Generic.List pAppointmentCategories); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateAppointmentCategories", ReplyAction="http://tempuri.org/ICustomerService/UpdateAppointmentCategoriesResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateAppointmentCategoriesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List UpdateAppointmentCategories(System.Collections.Generic.List pAppointmentCategories); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateAppointmentCategories", ReplyAction="http://tempuri.org/ICustomerService/DeactivateAppointmentCategoriesResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateAppointmentCategoriesBeWoFaultFault" + + "", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeactivateAppointmentCategories(System.Collections.Generic.Dictionary pOid2Version); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertNewAppointments", ReplyAction="http://tempuri.org/ICustomerService/InsertNewAppointmentsResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertNewAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List InsertNewAppointments(System.Collections.Generic.List pAppointments); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateAppointments", ReplyAction="http://tempuri.org/ICustomerService/UpdateAppointmentsResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List UpdateAppointments(System.Collections.Generic.List pAppointments); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateAppointments", ReplyAction="http://tempuri.org/ICustomerService/DeactivateAppointmentsResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeactivateAppointments(System.Collections.Generic.Dictionary pOid2Version); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertAbsenceTimes", ReplyAction="http://tempuri.org/ICustomerService/InsertAbsenceTimesResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertAbsenceTimesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List InsertAbsenceTimes(System.Collections.Generic.List pDCList); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateAbsenceTimes", ReplyAction="http://tempuri.org/ICustomerService/UpdateAbsenceTimesResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateAbsenceTimesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List UpdateAbsenceTimes(System.Collections.Generic.List pDCList); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateAbsenceTimes", ReplyAction="http://tempuri.org/ICustomerService/DeactivateAbsenceTimesResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateAbsenceTimesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeactivateAbsenceTimes(System.Collections.Generic.Dictionary pOid2Version); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllCustomerGoals", ReplyAction="http://tempuri.org/ICustomerService/GetAllCustomerGoalsResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllCustomerGoalsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllCustomerGoals(long pCustomerOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadCompactSupportConceptDC", ReplyAction="http://tempuri.org/ICustomerService/LoadCompactSupportConceptDCResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadCompactSupportConceptDCBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.Compact.CompactSupportConceptDC LoadCompactSupportConceptDC(long pOid, System.Nullable currentEmployeeOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetCompactCustomerDC", ReplyAction="http://tempuri.org/ICustomerService/GetCompactCustomerDCResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetCompactCustomerDCBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.Compact.CompactCustomerDC GetCompactCustomerDC(long pOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveCompactCustomers", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveCompactCustomersResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveCompactCustomersBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllActiveCompactCustomers(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ServiceRecordOutOfSupportConcept", ReplyAction="http://tempuri.org/ICustomerService/ServiceRecordOutOfSupportConceptResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/ServiceRecordOutOfSupportConceptBeWoFaultFaul" + + "t", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + bool ServiceRecordOutOfSupportConcept(BS.Shared.DataContracts.SupportConceptDC pSupportConcept); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveCustomers", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveCustomersResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveCustomersBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllActiveCustomers(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetCustomersById", ReplyAction="http://tempuri.org/ICustomerService/GetCustomersByIdResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetCustomersByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetCustomersById(System.Collections.Generic.List idList); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetSupportConceptsById", ReplyAction="http://tempuri.org/ICustomerService/GetSupportConceptsByIdResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetSupportConceptsByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetSupportConceptsById(System.Collections.Generic.List idList); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActivePersons", ReplyAction="http://tempuri.org/ICustomerService/GetAllActivePersonsResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActivePersonsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllActivePersons(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllOrganisations", ReplyAction="http://tempuri.org/ICustomerService/GetAllOrganisationsResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllOrganisationsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllOrganisations(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetPersonsById", ReplyAction="http://tempuri.org/ICustomerService/GetPersonsByIdResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetPersonsByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetPersonsById(System.Collections.Generic.List idList); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetOrganisationsById", ReplyAction="http://tempuri.org/ICustomerService/GetOrganisationsByIdResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetOrganisationsByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetOrganisationsById(System.Collections.Generic.List idList); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAppointmentsById", ReplyAction="http://tempuri.org/ICustomerService/GetAppointmentsByIdResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAppointmentsByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAppointmentsById(System.Collections.Generic.List idList); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateMedArten", ReplyAction="http://tempuri.org/ICustomerService/DeactivateMedArtenResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateMedArtenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeactivateMedArten(System.Collections.Generic.Dictionary pOid2Version); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllMedArten", ReplyAction="http://tempuri.org/ICustomerService/GetAllMedArtenResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllMedArtenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllMedArten(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetMedArtenById", ReplyAction="http://tempuri.org/ICustomerService/GetMedArtenByIdResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetMedArtenByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetMedArtenById(System.Collections.Generic.List idList); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertMedArten", ReplyAction="http://tempuri.org/ICustomerService/InsertMedArtenResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertMedArtenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List InsertMedArten(System.Collections.Generic.List pDCList); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateMedArten", ReplyAction="http://tempuri.org/ICustomerService/UpdateMedArtenResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateMedArtenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List UpdateMedArten(System.Collections.Generic.List pDCList); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllMedikamentenverordnungen", ReplyAction="http://tempuri.org/ICustomerService/GetAllMedikamentenverordnungenResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllMedikamentenverordnungenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllMedikamentenverordnungen(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetMedikamentenverordnungenById", ReplyAction="http://tempuri.org/ICustomerService/GetMedikamentenverordnungenByIdResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetMedikamentenverordnungenByIdBeWoFaultFault" + + "", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetMedikamentenverordnungenById(System.Collections.Generic.List idList); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertMedikamentenverordnungen", ReplyAction="http://tempuri.org/ICustomerService/InsertMedikamentenverordnungenResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertMedikamentenverordnungenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List InsertMedikamentenverordnungen(System.Collections.Generic.List pDCList); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateMedikamentenverordnungen", ReplyAction="http://tempuri.org/ICustomerService/UpdateMedikamentenverordnungenResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateMedikamentenverordnungenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List UpdateMedikamentenverordnungen(System.Collections.Generic.List pDCList); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateMedikamentenverordnungen", ReplyAction="http://tempuri.org/ICustomerService/DeactivateMedikamentenverordnungenResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateMedikamentenverordnungenBeWoFaultFa" + + "ult", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeactivateMedikamentenverordnungen(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetMedikamentenverordnungenForCustomer", ReplyAction="http://tempuri.org/ICustomerService/GetMedikamentenverordnungenForCustomerRespons" + + "e")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetMedikamentenverordnungenForCustomerBeWoFau" + + "ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetMedikamentenverordnungenForCustomer(long pCustomerOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeleteMedArten", ReplyAction="http://tempuri.org/ICustomerService/DeleteMedArtenResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/DeleteMedArtenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeleteMedArten(System.Collections.Generic.Dictionary pOid2Version); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertMedikamentenverordnungslisten", ReplyAction="http://tempuri.org/ICustomerService/InsertMedikamentenverordnungslistenResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertMedikamentenverordnungslistenBeWoFaultF" + + "ault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List InsertMedikamentenverordnungslisten(System.Collections.Generic.List pDCList); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveSupportConceptsByCustomers", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveSupportConceptsByCustomersRespons" + + "e")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveSupportConceptsByCustomersBeWoFau" + + "ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllActiveSupportConceptsByCustomers(System.Collections.Generic.List pCustomerOids); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetCompactCustomersById", ReplyAction="http://tempuri.org/ICustomerService/GetCompactCustomersByIdResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetCompactCustomersByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetCompactCustomersById(System.Collections.Generic.List pCustomerOids); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetCompactCustomersByPersonOids", ReplyAction="http://tempuri.org/ICustomerService/GetCompactCustomersByPersonOidsResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetCompactCustomersByPersonOidsBeWoFaultFault" + + "", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetCompactCustomersByPersonOids(System.Collections.Generic.List personOids); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetSupportConceptGoalParents", ReplyAction="http://tempuri.org/ICustomerService/GetSupportConceptGoalParentsResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetSupportConceptGoalParentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetSupportConceptGoalParents(System.Collections.Generic.List pParentItemOids); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeleteMedikamentenverordnungsliste", ReplyAction="http://tempuri.org/ICustomerService/DeleteMedikamentenverordnungslisteResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/DeleteMedikamentenverordnungslisteBeWoFaultFa" + + "ult", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeleteMedikamentenverordnungsliste(long listenOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateMedikamentenverordnungsliste", ReplyAction="http://tempuri.org/ICustomerService/UpdateMedikamentenverordnungslisteResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateMedikamentenverordnungslisteBeWoFaultFa" + + "ult", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.MedikamentenverordnungslisteDC UpdateMedikamentenverordnungsliste(BS.Shared.DataContracts.MedikamentenverordnungslisteDC pDCList); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllDarreichungsformen", ReplyAction="http://tempuri.org/ICustomerService/GetAllDarreichungsformenResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllDarreichungsformenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllDarreichungsformen(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetDarreichungsformenById", ReplyAction="http://tempuri.org/ICustomerService/GetDarreichungsformenByIdResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetDarreichungsformenByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetDarreichungsformenById(System.Collections.Generic.List pIds); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllDepotRhythmen", ReplyAction="http://tempuri.org/ICustomerService/GetAllDepotRhythmenResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllDepotRhythmenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllDepotRhythmen(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetDepotRhythmusById", ReplyAction="http://tempuri.org/ICustomerService/GetDepotRhythmusByIdResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetDepotRhythmusByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetDepotRhythmusById(System.Collections.Generic.List pIds); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetActiveCustomersById", ReplyAction="http://tempuri.org/ICustomerService/GetActiveCustomersByIdResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetActiveCustomersByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetActiveCustomersById(System.Collections.Generic.List pCustomerOids); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllCompactCustomers", ReplyAction="http://tempuri.org/ICustomerService/GetAllCompactCustomersResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllCompactCustomersBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllCompactCustomers(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllCustomersCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllCustomersCompactResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllCustomersCompactBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllCustomersCompact(long currentEmployeeOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllOrganisationsCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllOrganisationsCompactResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllOrganisationsCompactBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllOrganisationsCompact(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllPersonsByTypeCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllPersonsByTypeCompactResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllPersonsByTypeCompactBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllPersonsByTypeCompact(BS.Shared.PersonType pType); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllSupportConceptsCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllSupportConceptsCompactResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllSupportConceptsCompactBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllSupportConceptsCompact(long currentEmployeeOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ReactivateCustomer", ReplyAction="http://tempuri.org/ICustomerService/ReactivateCustomerResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/ReactivateCustomerBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void ReactivateCustomer(long pOid, long pVersion); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ReactivateSupportConcept", ReplyAction="http://tempuri.org/ICustomerService/ReactivateSupportConceptResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/ReactivateSupportConceptBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void ReactivateSupportConcept(long pOid, long pVersion); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ReactivateOrganisation", ReplyAction="http://tempuri.org/ICustomerService/ReactivateOrganisationResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/ReactivateOrganisationBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void ReactivateOrganisation(long pOid, long pVersion); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ReactivatePerson", ReplyAction="http://tempuri.org/ICustomerService/ReactivatePersonResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/ReactivatePersonBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void ReactivatePerson(long pOid, long pVersion); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveWohnheimeCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveWohnheimeCompactResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveWohnheimeCompactBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllActiveWohnheimeCompact(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveWohnheimbuchungen", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveWohnheimbuchungenResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveWohnheimbuchungenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllActiveWohnheimbuchungen(); + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ArchiveCustomer", ReplyAction="http://tempuri.org/ICustomerService/ArchiveCustomerResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/ArchiveCustomerBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] void ArchiveCustomer(long pOid, long pVersion); @@ -2435,96 +2525,6 @@ namespace BeWo.ServiceProxy [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateCustomer", ReplyAction="http://tempuri.org/ICustomerService/UpdateCustomerResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateCustomerBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] long UpdateCustomer(BS.Shared.DataContracts.CustomerDC pCustomerDC); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateCustomersAbsenceTimes", ReplyAction="http://tempuri.org/ICustomerService/UpdateCustomersAbsenceTimesResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateCustomersAbsenceTimesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void UpdateCustomersAbsenceTimes(long pCustomerOid, System.Collections.Generic.List pAbsenceTimes); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateOrganisation", ReplyAction="http://tempuri.org/ICustomerService/UpdateOrganisationResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateOrganisationBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - long UpdateOrganisation(BS.Shared.DataContracts.OrganisationDC pOrganisationDC); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdatePerson", ReplyAction="http://tempuri.org/ICustomerService/UpdatePersonResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdatePersonBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerDC))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.EmployeeDC))] - long UpdatePerson(BS.Shared.DataContracts.PersonDC pPersonDC); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateSupportConcept", ReplyAction="http://tempuri.org/ICustomerService/UpdateSupportConceptResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateSupportConceptBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - long UpdateSupportConcept(BS.Shared.DataContracts.SupportConceptDC pSupportConcept); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadCustomerAssessmentSheetCategoryList", ReplyAction="http://tempuri.org/ICustomerService/LoadCustomerAssessmentSheetCategoryListRespon" + - "se")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadCustomerAssessmentSheetCategoryListBeWoFa" + - "ultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List LoadCustomerAssessmentSheetCategoryList(long pCustomerOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadAppointments", ReplyAction="http://tempuri.org/ICustomerService/LoadAppointmentsResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List LoadAppointments(System.Nullable customerOid, System.Nullable employeeOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllAppointmentCategories", ReplyAction="http://tempuri.org/ICustomerService/GetAllAppointmentCategoriesResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllAppointmentCategoriesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllAppointmentCategories(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertNewAppointmentCategories", ReplyAction="http://tempuri.org/ICustomerService/InsertNewAppointmentCategoriesResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertNewAppointmentCategoriesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List InsertNewAppointmentCategories(System.Collections.Generic.List pAppointmentCategories); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateAppointmentCategories", ReplyAction="http://tempuri.org/ICustomerService/UpdateAppointmentCategoriesResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateAppointmentCategoriesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List UpdateAppointmentCategories(System.Collections.Generic.List pAppointmentCategories); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateAppointmentCategories", ReplyAction="http://tempuri.org/ICustomerService/DeactivateAppointmentCategoriesResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateAppointmentCategoriesBeWoFaultFault" + - "", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeactivateAppointmentCategories(System.Collections.Generic.Dictionary pOid2Version); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertNewAppointments", ReplyAction="http://tempuri.org/ICustomerService/InsertNewAppointmentsResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertNewAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List InsertNewAppointments(System.Collections.Generic.List pAppointments); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateAppointments", ReplyAction="http://tempuri.org/ICustomerService/UpdateAppointmentsResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List UpdateAppointments(System.Collections.Generic.List pAppointments); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateAppointments", ReplyAction="http://tempuri.org/ICustomerService/DeactivateAppointmentsResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeactivateAppointments(System.Collections.Generic.Dictionary pOid2Version); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertAbsenceTimes", ReplyAction="http://tempuri.org/ICustomerService/InsertAbsenceTimesResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertAbsenceTimesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List InsertAbsenceTimes(System.Collections.Generic.List pDCList); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateAbsenceTimes", ReplyAction="http://tempuri.org/ICustomerService/UpdateAbsenceTimesResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateAbsenceTimesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List UpdateAbsenceTimes(System.Collections.Generic.List pDCList); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateAbsenceTimes", ReplyAction="http://tempuri.org/ICustomerService/DeactivateAbsenceTimesResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateAbsenceTimesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeactivateAbsenceTimes(System.Collections.Generic.Dictionary pOid2Version); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllCustomerGoals", ReplyAction="http://tempuri.org/ICustomerService/GetAllCustomerGoalsResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllCustomerGoalsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllCustomerGoals(long pCustomerOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadCompactSupportConceptDC", ReplyAction="http://tempuri.org/ICustomerService/LoadCompactSupportConceptDCResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadCompactSupportConceptDCBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - BS.Shared.DataContracts.Compact.CompactSupportConceptDC LoadCompactSupportConceptDC(long pOid, System.Nullable currentEmployeeOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetCompactCustomerDC", ReplyAction="http://tempuri.org/ICustomerService/GetCompactCustomerDCResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetCompactCustomerDCBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - BS.Shared.DataContracts.Compact.CompactCustomerDC GetCompactCustomerDC(long pOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveCompactCustomers", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveCompactCustomersResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveCompactCustomersBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllActiveCompactCustomers(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ServiceRecordOutOfSupportConcept", ReplyAction="http://tempuri.org/ICustomerService/ServiceRecordOutOfSupportConceptResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/ServiceRecordOutOfSupportConceptBeWoFaultFaul" + - "t", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - bool ServiceRecordOutOfSupportConcept(BS.Shared.DataContracts.SupportConceptDC pSupportConcept); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] @@ -2561,6 +2561,216 @@ namespace BeWo.ServiceProxy { } + public BS.Shared.DataContracts.WohnheimbuchungDC GetWohnheimbuchung(long oid) + { + return base.Channel.GetWohnheimbuchung(oid); + } + + public long UpdateWohnheimbuchung(BS.Shared.DataContracts.WohnheimbuchungDC buchung) + { + return base.Channel.UpdateWohnheimbuchung(buchung); + } + + public long InsertWohnheimbuchung(BS.Shared.DataContracts.WohnheimbuchungDC buchung) + { + return base.Channel.InsertWohnheimbuchung(buchung); + } + + public BS.Shared.DataContracts.WohnheimbuchungDC GetWohnheimbuchungByWohnheimAndBuchungsdatum(long pWohnheimOid, System.DateTime pBuchungsdatum) + { + return base.Channel.GetWohnheimbuchungByWohnheimAndBuchungsdatum(pWohnheimOid, pBuchungsdatum); + } + + public System.Collections.Generic.List FindWohnheimbuchungsServiceRecords(long pWohnheimbuchungsOid) + { + return base.Channel.FindWohnheimbuchungsServiceRecords(pWohnheimbuchungsOid); + } + + public void DeleteWohnheimbuchung(long pWohnheimbuchungsOid, long pWohnheimbuchungsVersion) + { + base.Channel.DeleteWohnheimbuchung(pWohnheimbuchungsOid, pWohnheimbuchungsVersion); + } + + public System.Collections.Generic.List GetAllActiveSupportConcepts() + { + return base.Channel.GetAllActiveSupportConcepts(); + } + + public System.Collections.Generic.List CreateServiceRecordsFromWohnheimbuchung(long pWohnheimbuchungsOid, long pServiceDescriptionOid) + { + return base.Channel.CreateServiceRecordsFromWohnheimbuchung(pWohnheimbuchungsOid, pServiceDescriptionOid); + } + + public BS.Shared.DataContracts.ServiceDescriptionDC FindServiceDescriptionForWohnheimbuchungsServiceRecord(long pWohnheimbuchungsOid) + { + return base.Channel.FindServiceDescriptionForWohnheimbuchungsServiceRecord(pWohnheimbuchungsOid); + } + + public System.Collections.Generic.List LoadCustomerPersonRelationsByOid(System.Collections.Generic.List pOids) + { + return base.Channel.LoadCustomerPersonRelationsByOid(pOids); + } + + public System.Collections.Generic.List LoadCustomerOrganisationRelationsByOid(System.Collections.Generic.List pOids) + { + return base.Channel.LoadCustomerOrganisationRelationsByOid(pOids); + } + + public System.Collections.Generic.List InsertMedRecords(System.Collections.Generic.List pDCList) + { + return base.Channel.InsertMedRecords(pDCList); + } + + public System.Collections.Generic.List GetMedRecordsForCustomer(long pCustomerOid) + { + return base.Channel.GetMedRecordsForCustomer(pCustomerOid); + } + + public System.Collections.Generic.List UpdateMedRecords(System.Collections.Generic.List pDCList) + { + return base.Channel.UpdateMedRecords(pDCList); + } + + public void DeactivateMedRecords(System.Collections.Generic.Dictionary pOid2Version) + { + base.Channel.DeactivateMedRecords(pOid2Version); + } + + public void DeleteMedRecord(long pOid, long pVersion) + { + base.Channel.DeleteMedRecord(pOid, pVersion); + } + + public string AndroidGetCustomerCompact(long pCustomerOid) + { + return base.Channel.AndroidGetCustomerCompact(pCustomerOid); + } + + public System.Collections.Generic.List GetAllChatActiveCustomersCompact(long personOid) + { + return base.Channel.GetAllChatActiveCustomersCompact(personOid); + } + + public System.Collections.Generic.List FindAllChatMessages(long senderOid, long empfaengerOid, int maxNachricht) + { + return base.Channel.FindAllChatMessages(senderOid, empfaengerOid, maxNachricht); + } + + public System.Collections.Generic.List FindAllChatMessagesFromTeam(long senderOid, long teamEmpfangOid, int maxNachrichten) + { + return base.Channel.FindAllChatMessagesFromTeam(senderOid, teamEmpfangOid, maxNachrichten); + } + + public int CountChatMessages(int aktuelleAnzahl, long senderoid, long empfangoid, bool isTeam) + { + return base.Channel.CountChatMessages(aktuelleAnzahl, senderoid, empfangoid, isTeam); + } + + public System.Collections.Generic.List GetNextChatMessages(long senderOid, long EmpfangOid, bool isteam, System.Collections.Generic.List messageIds, int maxMessage) + { + return base.Channel.GetNextChatMessages(senderOid, EmpfangOid, isteam, messageIds, maxMessage); + } + + public void UpdateIstGelesen(long senderOid, long empfaengerOid, bool istGelesen) + { + base.Channel.UpdateIstGelesen(senderOid, empfaengerOid, istGelesen); + } + + public void UpdateIstGelesenForOne(long senderOid, long empfaengerOid, bool istGelesen, string messageId) + { + base.Channel.UpdateIstGelesenForOne(senderOid, empfaengerOid, istGelesen, messageId); + } + + public byte[] GetCustomerImage(long customerOid) + { + return base.Channel.GetCustomerImage(customerOid); + } + + public byte[] GetCustomerThumbnail(long customerOid) + { + return base.Channel.GetCustomerThumbnail(customerOid); + } + + public System.Collections.Generic.List GetAllCustomerAppCodes(long pCustomerOid) + { + return base.Channel.GetAllCustomerAppCodes(pCustomerOid); + } + + public byte[] GetChatMedia(long chatMediaMessageOid) + { + return base.Channel.GetChatMedia(chatMediaMessageOid); + } + + public System.Collections.Generic.List GetOrganisationsForPerson(long personoid) + { + return base.Channel.GetOrganisationsForPerson(personoid); + } + + public System.Collections.Generic.List GetPersonForOrganisations(long organisationoid) + { + return base.Channel.GetPersonForOrganisations(organisationoid); + } + + public System.Collections.Generic.List LoadCustomerTokenRelationsByOid(System.Collections.Generic.List pOids) + { + return base.Channel.LoadCustomerTokenRelationsByOid(pOids); + } + + public BS.Shared.DataContracts.PersonDC GetPersonWithCustomerOid(long oid) + { + return base.Channel.GetPersonWithCustomerOid(oid); + } + + public System.Collections.Generic.List GetTimesheetStatusList(System.DateTime monat) + { + return base.Channel.GetTimesheetStatusList(monat); + } + + public System.Collections.Generic.List GetAllActiveCustomersCompactWithQBCheckList(bool fetchReferenceNumbers, System.Nullable currentEmployeeOid, System.DateTime monat) + { + return base.Channel.GetAllActiveCustomersCompactWithQBCheckList(fetchReferenceNumbers, currentEmployeeOid, monat); + } + + public void SaveNewQuittierungsCheck(BS.Shared.DataContracts.QuittierungsCheckDC newItem) + { + base.Channel.SaveNewQuittierungsCheck(newItem); + } + + public void UpdateNewQuittierungsCheck(BS.Shared.DataContracts.QuittierungsCheckDC newItem) + { + base.Channel.UpdateNewQuittierungsCheck(newItem); + } + + public void UpdateQuittierungsCheckWithCustomer(long oid, long loggedinUserOid, System.DateTime monat) + { + base.Channel.UpdateQuittierungsCheckWithCustomer(oid, loggedinUserOid, monat); + } + + public void SetAbWelchenKrankheitsTag(long pCustomerOid, int abWelcherKt) + { + base.Channel.SetAbWelchenKrankheitsTag(pCustomerOid, abWelcherKt); + } + + public void SetVertretungGewuenscht(long pCustomerOid, bool vertWunsch) + { + base.Channel.SetVertretungGewuenscht(pCustomerOid, vertWunsch); + } + + public void SetVertretungDringendErforderlich(long pCustomerOid, bool vertDringendEr) + { + base.Channel.SetVertretungDringendErforderlich(pCustomerOid, vertDringendEr); + } + + public System.Collections.Generic.List GetActiveCompactCustomerEmployeeRelationsByEmployeeId(long empOid) + { + return base.Channel.GetActiveCompactCustomerEmployeeRelationsByEmployeeId(empOid); + } + + public void SetBenutzerPasswortChatAppCode(long pCustomerOid, string benutzerName, string passwort) + { + base.Channel.SetBenutzerPasswortChatAppCode(pCustomerOid, benutzerName, passwort); + } + public bool PruefeObBenutzerKontoSchonVorhanden(long customerOid, string benutzername) { return base.Channel.PruefeObBenutzerKontoSchonVorhanden(customerOid, benutzername); @@ -2616,6 +2826,111 @@ namespace BeWo.ServiceProxy return base.Channel.GetActiveMedVerListOidForCustomer(customerOid); } + public void UpdateCustomersAbsenceTimes(long pCustomerOid, System.Collections.Generic.List pAbsenceTimes) + { + base.Channel.UpdateCustomersAbsenceTimes(pCustomerOid, pAbsenceTimes); + } + + public long UpdateOrganisation(BS.Shared.DataContracts.OrganisationDC pOrganisationDC) + { + return base.Channel.UpdateOrganisation(pOrganisationDC); + } + + public long UpdatePerson(BS.Shared.DataContracts.PersonDC pPersonDC) + { + return base.Channel.UpdatePerson(pPersonDC); + } + + public long UpdateSupportConcept(BS.Shared.DataContracts.SupportConceptDC pSupportConcept) + { + return base.Channel.UpdateSupportConcept(pSupportConcept); + } + + public System.Collections.Generic.List LoadCustomerAssessmentSheetCategoryList(long pCustomerOid) + { + return base.Channel.LoadCustomerAssessmentSheetCategoryList(pCustomerOid); + } + + public System.Collections.Generic.List LoadAppointments(System.Nullable customerOid, System.Nullable employeeOid) + { + return base.Channel.LoadAppointments(customerOid, employeeOid); + } + + public System.Collections.Generic.List GetAllAppointmentCategories() + { + return base.Channel.GetAllAppointmentCategories(); + } + + public System.Collections.Generic.List InsertNewAppointmentCategories(System.Collections.Generic.List pAppointmentCategories) + { + return base.Channel.InsertNewAppointmentCategories(pAppointmentCategories); + } + + public System.Collections.Generic.List UpdateAppointmentCategories(System.Collections.Generic.List pAppointmentCategories) + { + return base.Channel.UpdateAppointmentCategories(pAppointmentCategories); + } + + public void DeactivateAppointmentCategories(System.Collections.Generic.Dictionary pOid2Version) + { + base.Channel.DeactivateAppointmentCategories(pOid2Version); + } + + public System.Collections.Generic.List InsertNewAppointments(System.Collections.Generic.List pAppointments) + { + return base.Channel.InsertNewAppointments(pAppointments); + } + + public System.Collections.Generic.List UpdateAppointments(System.Collections.Generic.List pAppointments) + { + return base.Channel.UpdateAppointments(pAppointments); + } + + public void DeactivateAppointments(System.Collections.Generic.Dictionary pOid2Version) + { + base.Channel.DeactivateAppointments(pOid2Version); + } + + public System.Collections.Generic.List InsertAbsenceTimes(System.Collections.Generic.List pDCList) + { + return base.Channel.InsertAbsenceTimes(pDCList); + } + + public System.Collections.Generic.List UpdateAbsenceTimes(System.Collections.Generic.List pDCList) + { + return base.Channel.UpdateAbsenceTimes(pDCList); + } + + public void DeactivateAbsenceTimes(System.Collections.Generic.Dictionary pOid2Version) + { + base.Channel.DeactivateAbsenceTimes(pOid2Version); + } + + public System.Collections.Generic.List GetAllCustomerGoals(long pCustomerOid) + { + return base.Channel.GetAllCustomerGoals(pCustomerOid); + } + + public BS.Shared.DataContracts.Compact.CompactSupportConceptDC LoadCompactSupportConceptDC(long pOid, System.Nullable currentEmployeeOid) + { + return base.Channel.LoadCompactSupportConceptDC(pOid, currentEmployeeOid); + } + + public BS.Shared.DataContracts.Compact.CompactCustomerDC GetCompactCustomerDC(long pOid) + { + return base.Channel.GetCompactCustomerDC(pOid); + } + + public System.Collections.Generic.List GetAllActiveCompactCustomers() + { + return base.Channel.GetAllActiveCompactCustomers(); + } + + public bool ServiceRecordOutOfSupportConcept(BS.Shared.DataContracts.SupportConceptDC pSupportConcept) + { + return base.Channel.ServiceRecordOutOfSupportConcept(pSupportConcept); + } + public System.Collections.Generic.List GetAllActiveCustomers() { return base.Channel.GetAllActiveCustomers(); @@ -2831,216 +3146,6 @@ namespace BeWo.ServiceProxy return base.Channel.GetAllActiveWohnheimbuchungen(); } - public BS.Shared.DataContracts.WohnheimbuchungDC GetWohnheimbuchung(long oid) - { - return base.Channel.GetWohnheimbuchung(oid); - } - - public long UpdateWohnheimbuchung(BS.Shared.DataContracts.WohnheimbuchungDC buchung) - { - return base.Channel.UpdateWohnheimbuchung(buchung); - } - - public long InsertWohnheimbuchung(BS.Shared.DataContracts.WohnheimbuchungDC buchung) - { - return base.Channel.InsertWohnheimbuchung(buchung); - } - - public BS.Shared.DataContracts.WohnheimbuchungDC GetWohnheimbuchungByWohnheimAndBuchungsdatum(long pWohnheimOid, System.DateTime pBuchungsdatum) - { - return base.Channel.GetWohnheimbuchungByWohnheimAndBuchungsdatum(pWohnheimOid, pBuchungsdatum); - } - - public System.Collections.Generic.List FindWohnheimbuchungsServiceRecords(long pWohnheimbuchungsOid) - { - return base.Channel.FindWohnheimbuchungsServiceRecords(pWohnheimbuchungsOid); - } - - public void DeleteWohnheimbuchung(long pWohnheimbuchungsOid, long pWohnheimbuchungsVersion) - { - base.Channel.DeleteWohnheimbuchung(pWohnheimbuchungsOid, pWohnheimbuchungsVersion); - } - - public System.Collections.Generic.List GetAllActiveSupportConcepts() - { - return base.Channel.GetAllActiveSupportConcepts(); - } - - public System.Collections.Generic.List CreateServiceRecordsFromWohnheimbuchung(long pWohnheimbuchungsOid, long pServiceDescriptionOid) - { - return base.Channel.CreateServiceRecordsFromWohnheimbuchung(pWohnheimbuchungsOid, pServiceDescriptionOid); - } - - public BS.Shared.DataContracts.ServiceDescriptionDC FindServiceDescriptionForWohnheimbuchungsServiceRecord(long pWohnheimbuchungsOid) - { - return base.Channel.FindServiceDescriptionForWohnheimbuchungsServiceRecord(pWohnheimbuchungsOid); - } - - public System.Collections.Generic.List LoadCustomerPersonRelationsByOid(System.Collections.Generic.List pOids) - { - return base.Channel.LoadCustomerPersonRelationsByOid(pOids); - } - - public System.Collections.Generic.List LoadCustomerOrganisationRelationsByOid(System.Collections.Generic.List pOids) - { - return base.Channel.LoadCustomerOrganisationRelationsByOid(pOids); - } - - public System.Collections.Generic.List InsertMedRecords(System.Collections.Generic.List pDCList) - { - return base.Channel.InsertMedRecords(pDCList); - } - - public System.Collections.Generic.List GetMedRecordsForCustomer(long pCustomerOid) - { - return base.Channel.GetMedRecordsForCustomer(pCustomerOid); - } - - public System.Collections.Generic.List UpdateMedRecords(System.Collections.Generic.List pDCList) - { - return base.Channel.UpdateMedRecords(pDCList); - } - - public void DeactivateMedRecords(System.Collections.Generic.Dictionary pOid2Version) - { - base.Channel.DeactivateMedRecords(pOid2Version); - } - - public void DeleteMedRecord(long pOid, long pVersion) - { - base.Channel.DeleteMedRecord(pOid, pVersion); - } - - public string AndroidGetCustomerCompact(long pCustomerOid) - { - return base.Channel.AndroidGetCustomerCompact(pCustomerOid); - } - - public System.Collections.Generic.List GetAllChatActiveCustomersCompact(long personOid) - { - return base.Channel.GetAllChatActiveCustomersCompact(personOid); - } - - public System.Collections.Generic.List FindAllChatMessages(long senderOid, long empfaengerOid, int maxNachricht) - { - return base.Channel.FindAllChatMessages(senderOid, empfaengerOid, maxNachricht); - } - - public System.Collections.Generic.List FindAllChatMessagesFromTeam(long senderOid, long teamEmpfangOid, int maxNachrichten) - { - return base.Channel.FindAllChatMessagesFromTeam(senderOid, teamEmpfangOid, maxNachrichten); - } - - public int CountChatMessages(int aktuelleAnzahl, long senderoid, long empfangoid, bool isTeam) - { - return base.Channel.CountChatMessages(aktuelleAnzahl, senderoid, empfangoid, isTeam); - } - - public System.Collections.Generic.List GetNextChatMessages(long senderOid, long EmpfangOid, bool isteam, System.Collections.Generic.List messageIds, int maxMessage) - { - return base.Channel.GetNextChatMessages(senderOid, EmpfangOid, isteam, messageIds, maxMessage); - } - - public void UpdateIstGelesen(long senderOid, long empfaengerOid, bool istGelesen) - { - base.Channel.UpdateIstGelesen(senderOid, empfaengerOid, istGelesen); - } - - public void UpdateIstGelesenForOne(long senderOid, long empfaengerOid, bool istGelesen, string messageId) - { - base.Channel.UpdateIstGelesenForOne(senderOid, empfaengerOid, istGelesen, messageId); - } - - public byte[] GetCustomerImage(long customerOid) - { - return base.Channel.GetCustomerImage(customerOid); - } - - public byte[] GetCustomerThumbnail(long customerOid) - { - return base.Channel.GetCustomerThumbnail(customerOid); - } - - public System.Collections.Generic.List GetAllCustomerAppCodes(long pCustomerOid) - { - return base.Channel.GetAllCustomerAppCodes(pCustomerOid); - } - - public byte[] GetChatMedia(long chatMediaMessageOid) - { - return base.Channel.GetChatMedia(chatMediaMessageOid); - } - - public System.Collections.Generic.List GetOrganisationsForPerson(long personoid) - { - return base.Channel.GetOrganisationsForPerson(personoid); - } - - public System.Collections.Generic.List GetPersonForOrganisations(long organisationoid) - { - return base.Channel.GetPersonForOrganisations(organisationoid); - } - - public System.Collections.Generic.List LoadCustomerTokenRelationsByOid(System.Collections.Generic.List pOids) - { - return base.Channel.LoadCustomerTokenRelationsByOid(pOids); - } - - public BS.Shared.DataContracts.PersonDC GetPersonWithCustomerOid(long oid) - { - return base.Channel.GetPersonWithCustomerOid(oid); - } - - public System.Collections.Generic.List GetTimesheetStatusList(System.DateTime monat) - { - return base.Channel.GetTimesheetStatusList(monat); - } - - public System.Collections.Generic.List GetAllActiveCustomersCompactWithQBCheckList(bool fetchReferenceNumbers, System.Nullable currentEmployeeOid, System.DateTime monat) - { - return base.Channel.GetAllActiveCustomersCompactWithQBCheckList(fetchReferenceNumbers, currentEmployeeOid, monat); - } - - public void SaveNewQuittierungsCheck(BS.Shared.DataContracts.QuittierungsCheckDC newItem) - { - base.Channel.SaveNewQuittierungsCheck(newItem); - } - - public void UpdateNewQuittierungsCheck(BS.Shared.DataContracts.QuittierungsCheckDC newItem) - { - base.Channel.UpdateNewQuittierungsCheck(newItem); - } - - public void UpdateQuittierungsCheckWithCustomer(long oid, long loggedinUserOid, System.DateTime monat) - { - base.Channel.UpdateQuittierungsCheckWithCustomer(oid, loggedinUserOid, monat); - } - - public void SetAbWelchenKrankheitsTag(long pCustomerOid, int abWelcherKt) - { - base.Channel.SetAbWelchenKrankheitsTag(pCustomerOid, abWelcherKt); - } - - public void SetVertretungGewuenscht(long pCustomerOid, bool vertWunsch) - { - base.Channel.SetVertretungGewuenscht(pCustomerOid, vertWunsch); - } - - public void SetVertretungDringendErforderlich(long pCustomerOid, bool vertDringendEr) - { - base.Channel.SetVertretungDringendErforderlich(pCustomerOid, vertDringendEr); - } - - public System.Collections.Generic.List GetActiveCompactCustomerEmployeeRelationsByEmployeeId(long empOid) - { - return base.Channel.GetActiveCompactCustomerEmployeeRelationsByEmployeeId(empOid); - } - - public void SetBenutzerPasswortChatAppCode(long pCustomerOid, string benutzerName, string passwort) - { - base.Channel.SetBenutzerPasswortChatAppCode(pCustomerOid, benutzerName, passwort); - } - public void ArchiveCustomer(long pOid, long pVersion) { base.Channel.ArchiveCustomer(pOid, pVersion); @@ -3360,111 +3465,6 @@ namespace BeWo.ServiceProxy { return base.Channel.UpdateCustomer(pCustomerDC); } - - public void UpdateCustomersAbsenceTimes(long pCustomerOid, System.Collections.Generic.List pAbsenceTimes) - { - base.Channel.UpdateCustomersAbsenceTimes(pCustomerOid, pAbsenceTimes); - } - - public long UpdateOrganisation(BS.Shared.DataContracts.OrganisationDC pOrganisationDC) - { - return base.Channel.UpdateOrganisation(pOrganisationDC); - } - - public long UpdatePerson(BS.Shared.DataContracts.PersonDC pPersonDC) - { - return base.Channel.UpdatePerson(pPersonDC); - } - - public long UpdateSupportConcept(BS.Shared.DataContracts.SupportConceptDC pSupportConcept) - { - return base.Channel.UpdateSupportConcept(pSupportConcept); - } - - public System.Collections.Generic.List LoadCustomerAssessmentSheetCategoryList(long pCustomerOid) - { - return base.Channel.LoadCustomerAssessmentSheetCategoryList(pCustomerOid); - } - - public System.Collections.Generic.List LoadAppointments(System.Nullable customerOid, System.Nullable employeeOid) - { - return base.Channel.LoadAppointments(customerOid, employeeOid); - } - - public System.Collections.Generic.List GetAllAppointmentCategories() - { - return base.Channel.GetAllAppointmentCategories(); - } - - public System.Collections.Generic.List InsertNewAppointmentCategories(System.Collections.Generic.List pAppointmentCategories) - { - return base.Channel.InsertNewAppointmentCategories(pAppointmentCategories); - } - - public System.Collections.Generic.List UpdateAppointmentCategories(System.Collections.Generic.List pAppointmentCategories) - { - return base.Channel.UpdateAppointmentCategories(pAppointmentCategories); - } - - public void DeactivateAppointmentCategories(System.Collections.Generic.Dictionary pOid2Version) - { - base.Channel.DeactivateAppointmentCategories(pOid2Version); - } - - public System.Collections.Generic.List InsertNewAppointments(System.Collections.Generic.List pAppointments) - { - return base.Channel.InsertNewAppointments(pAppointments); - } - - public System.Collections.Generic.List UpdateAppointments(System.Collections.Generic.List pAppointments) - { - return base.Channel.UpdateAppointments(pAppointments); - } - - public void DeactivateAppointments(System.Collections.Generic.Dictionary pOid2Version) - { - base.Channel.DeactivateAppointments(pOid2Version); - } - - public System.Collections.Generic.List InsertAbsenceTimes(System.Collections.Generic.List pDCList) - { - return base.Channel.InsertAbsenceTimes(pDCList); - } - - public System.Collections.Generic.List UpdateAbsenceTimes(System.Collections.Generic.List pDCList) - { - return base.Channel.UpdateAbsenceTimes(pDCList); - } - - public void DeactivateAbsenceTimes(System.Collections.Generic.Dictionary pOid2Version) - { - base.Channel.DeactivateAbsenceTimes(pOid2Version); - } - - public System.Collections.Generic.List GetAllCustomerGoals(long pCustomerOid) - { - return base.Channel.GetAllCustomerGoals(pCustomerOid); - } - - public BS.Shared.DataContracts.Compact.CompactSupportConceptDC LoadCompactSupportConceptDC(long pOid, System.Nullable currentEmployeeOid) - { - return base.Channel.LoadCompactSupportConceptDC(pOid, currentEmployeeOid); - } - - public BS.Shared.DataContracts.Compact.CompactCustomerDC GetCompactCustomerDC(long pOid) - { - return base.Channel.GetCompactCustomerDC(pOid); - } - - public System.Collections.Generic.List GetAllActiveCompactCustomers() - { - return base.Channel.GetAllActiveCompactCustomers(); - } - - public bool ServiceRecordOutOfSupportConcept(BS.Shared.DataContracts.SupportConceptDC pSupportConcept) - { - return base.Channel.ServiceRecordOutOfSupportConcept(pSupportConcept); - } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] @@ -3819,24 +3819,24 @@ namespace BeWo.ServiceProxy [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IStreamingService/UpdateBeWoFoldersBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] void UpdateBeWoFolders(System.Collections.Generic.List dcs); - // CODEGEN: Generating message contract since the wrapper name (UploadPackage) of message UploadPackage does not match the default value (UploadDocument) + // CODEGEN: Der Nachrichtenvertrag wird generiert, da der Wrappername (UploadPackage) von Nachricht "UploadPackage" nicht mit dem Standardwert (UploadDocument) übereinstimmt. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStreamingService/UploadDocument", ReplyAction="http://tempuri.org/IStreamingService/UploadDocumentResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IStreamingService/UploadDocumentBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] BeWo.ServiceProxy.UploadResult UploadDocument(BeWo.ServiceProxy.UploadPackage request); - // CODEGEN: Generating message contract since the wrapper name (UpdatePackage) of message UpdatePackage does not match the default value (UpdateDocument) + // CODEGEN: Der Nachrichtenvertrag wird generiert, da der Wrappername (UpdatePackage) von Nachricht "UpdatePackage" nicht mit dem Standardwert (UpdateDocument) übereinstimmt. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStreamingService/UpdateDocument", ReplyAction="http://tempuri.org/IStreamingService/UpdateDocumentResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IStreamingService/UpdateDocumentBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] BeWo.ServiceProxy.UploadResult UpdateDocument(BeWo.ServiceProxy.UpdatePackage request); - // CODEGEN: Generating message contract since the wrapper name (UploadChatPackage) of message UploadChatPackage does not match the default value (CreateNewSpeziallStreamChatMessagesDC) + // CODEGEN: Der Nachrichtenvertrag wird generiert, da der Wrappername (UploadChatPackage) von Nachricht "UploadChatPackage" nicht mit dem Standardwert (CreateNewSpeziallStreamChatMessagesDC) übereinstimmt. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStreamingService/CreateNewSpeziallStreamChatMessagesDC", ReplyAction="http://tempuri.org/IStreamingService/CreateNewSpeziallStreamChatMessagesDCRespons" + "e")] [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IStreamingService/CreateNewSpeziallStreamChatMessagesDCBeWoFau" + "ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] BeWo.ServiceProxy.UploadChatResult CreateNewSpeziallStreamChatMessagesDC(BeWo.ServiceProxy.UploadChatPackage request); - // CODEGEN: Generating message contract since the wrapper name (UploadPackage) of message UploadPackage does not match the default value (UploadImportFile) + // CODEGEN: Der Nachrichtenvertrag wird generiert, da der Wrappername (UploadPackage) von Nachricht "UploadPackage" nicht mit dem Standardwert (UploadImportFile) übereinstimmt. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStreamingService/UploadImportFile", ReplyAction="http://tempuri.org/IStreamingService/UploadImportFileResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IStreamingService/UploadImportFileBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] BeWo.ServiceProxy.UploadImportFileResult UploadImportFile(BeWo.ServiceProxy.UploadPackage request); @@ -5073,10 +5073,6 @@ namespace BeWo.ServiceProxy public interface IOperationsService { - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/InsertTemplate", ReplyAction="http://tempuri.org/IOperationsService/InsertTemplateResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/InsertTemplateBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - BS.Shared.DataContracts.DokumentvorlageDC InsertTemplate(BS.Shared.DataContracts.DokumentvorlageDC dc); - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetPlatzhalterForSupportConcept", ReplyAction="http://tempuri.org/IOperationsService/GetPlatzhalterForSupportConceptResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetPlatzhalterForSupportConceptBeWoFaultFau" + "lt", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] @@ -5277,96 +5273,9 @@ namespace BeWo.ServiceProxy [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DienstBloeckeNeuSortierenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] System.Collections.Generic.List DienstBloeckeNeuSortieren(System.Collections.Generic.List bloecke, string auswahl, bool aufsteigend); - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DoTokenAusschlussOperation", ReplyAction="http://tempuri.org/IOperationsService/DoTokenAusschlussOperationResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DoTokenAusschlussOperationBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DoTokenAusschlussOperation(int art, System.Nullable Oid, BS.Shared.SchulbegleitenderZugehoerigkeitsTyp zugehoerigkeitsTyp, System.Collections.Generic.Dictionary verfuegbarerAusschlussToken, string token); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetLastVertreter", ReplyAction="http://tempuri.org/IOperationsService/GetLastVertreterResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetLastVertreterBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetLastVertreter(System.Nullable klientenOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeletEmployeeChatCode", ReplyAction="http://tempuri.org/IOperationsService/DeletEmployeeChatCodeResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeletEmployeeChatCodeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - BS.Shared.DataContracts.EmployeeAPPCodeDC DeletEmployeeChatCode(string apikey, string kundennummer, long employeeoid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeletCustomerChatCode", ReplyAction="http://tempuri.org/IOperationsService/DeletCustomerChatCodeResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeletCustomerChatCodeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - BS.Shared.DataContracts.CustomerAPPCodeDC DeletCustomerChatCode(string apikey, string kundennummer, long customeroid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetTranslationDictionary", ReplyAction="http://tempuri.org/IOperationsService/GetTranslationDictionaryResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetTranslationDictionaryBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.Dictionary GetTranslationDictionary(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetAllTextbausteine", ReplyAction="http://tempuri.org/IOperationsService/GetAllTextbausteineResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetAllTextbausteineBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllTextbausteine(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/InsertNewTextbausteine", ReplyAction="http://tempuri.org/IOperationsService/InsertNewTextbausteineResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/InsertNewTextbausteineBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List InsertNewTextbausteine(System.Collections.Generic.List pTextbausteine); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateTextbausteine", ReplyAction="http://tempuri.org/IOperationsService/UpdateTextbausteineResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateTextbausteineBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void UpdateTextbausteine(System.Collections.Generic.List pTextbausteine); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeleteTextbausteine", ReplyAction="http://tempuri.org/IOperationsService/DeleteTextbausteineResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeleteTextbausteineBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeleteTextbausteine(System.Collections.Generic.Dictionary pOid2Version); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/AnonymizeCustomer", ReplyAction="http://tempuri.org/IOperationsService/AnonymizeCustomerResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/AnonymizeCustomerBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void AnonymizeCustomer(long pCustomerOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeleteCustomerForGood", ReplyAction="http://tempuri.org/IOperationsService/DeleteCustomerForGoodResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeleteCustomerForGoodBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeleteCustomerForGood(long pCustomerOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeletePersonForGood", ReplyAction="http://tempuri.org/IOperationsService/DeletePersonForGoodResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeletePersonForGoodBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeletePersonForGood(long pPersonOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeleteEmployeeForGood", ReplyAction="http://tempuri.org/IOperationsService/DeleteEmployeeForGoodResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeleteEmployeeForGoodBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeleteEmployeeForGood(long pEmployeeOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetMessageFromServer", ReplyAction="http://tempuri.org/IOperationsService/GetMessageFromServerResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetMessageFromServerBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - string GetMessageFromServer(BS.Shared.TableID pObjectTid, System.Nullable pObjectOid, BS.Shared.MessageType pMessageType); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/AnonymizeEmployee", ReplyAction="http://tempuri.org/IOperationsService/AnonymizeEmployeeResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/AnonymizeEmployeeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void AnonymizeEmployee(long pEmployeeOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetMessageFromServerForDeletingAppointments" + - "", ReplyAction="http://tempuri.org/IOperationsService/GetMessageFromServerForDeletingAppointments" + - "Response")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetMessageFromServerForDeletingAppointments" + - "BeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - string GetMessageFromServerForDeletingAppointments(bool pHasRightToSeeAllEmployeeAppointments, long pEmployeeOid, System.DateTime pIntervalEnd, System.Collections.Generic.List pSelectedEmployees, System.Collections.Generic.List pSelectedCustomers, System.Collections.Generic.List pSelectedResources, bool pEmployeesOnly, bool pCustomersOnly, bool pResourcesOnly, bool pPrivateAppointmentsOnly, bool pOnlyMyAppointments, System.Collections.Generic.Dictionary pUserRights); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeleteAppointmentsInInterval", ReplyAction="http://tempuri.org/IOperationsService/DeleteAppointmentsInIntervalResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeleteAppointmentsInIntervalBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeleteAppointmentsInInterval(bool pHasRightToSeeAllEmployeeAppointments, long pEmployeeOid, System.DateTime pIntervalEnd, System.Collections.Generic.List pSelectedEmployees, System.Collections.Generic.List pSelectedCustomers, System.Collections.Generic.List pSelectedResources, bool pEmployeesOnly, bool pCustomersOnly, bool pResourcesOnly, bool pPrivateAppointmentsOnly, bool pOnlyMyAppointments, System.Collections.Generic.Dictionary pUserRights); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetSbdConfig", ReplyAction="http://tempuri.org/IOperationsService/GetSbdConfigResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetSbdConfigBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - BS.Shared.DataContracts.SbdConfigDC GetSbdConfig(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/SaveSbdConfig", ReplyAction="http://tempuri.org/IOperationsService/SaveSbdConfigResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/SaveSbdConfigBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void SaveSbdConfig(BS.Shared.DataContracts.SbdConfigDC config); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetSignature", ReplyAction="http://tempuri.org/IOperationsService/GetSignatureResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetSignatureBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - BS.Shared.DataContracts.SignatureDC GetSignature(long pSignatureOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/InsertNewBudget", ReplyAction="http://tempuri.org/IOperationsService/InsertNewBudgetResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/InsertNewBudgetBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void InsertNewBudget(System.Collections.Generic.List budgets); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeactivateBudget", ReplyAction="http://tempuri.org/IOperationsService/DeactivateBudgetResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeactivateBudgetBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeactivateBudget(System.Collections.Generic.Dictionary pOid2Version); + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/InitStatusZeile", ReplyAction="http://tempuri.org/IOperationsService/InitStatusZeileResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/InitStatusZeileBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.DienstZeileDC InitStatusZeile(System.DateTime date); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateBudget", ReplyAction="http://tempuri.org/IOperationsService/UpdateBudgetResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateBudgetBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] @@ -5650,6 +5559,399 @@ namespace BeWo.ServiceProxy [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetVorlagentabelleDCsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] System.Collections.Generic.List GetVorlagentabelleDCs(); + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/InsertTemplate", ReplyAction="http://tempuri.org/IOperationsService/InsertTemplateResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/InsertTemplateBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.DokumentvorlageDC InsertTemplate(BS.Shared.DataContracts.DokumentvorlageDC dc); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/CreateNewChatMessagesDC", ReplyAction="http://tempuri.org/IOperationsService/CreateNewChatMessagesDCResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/CreateNewChatMessagesDCBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.ChatMessageDC CreateNewChatMessagesDC(long senderOid, long empfängerOid, string message, bool isDeliverd, long teamid, string messageid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateIsChatActiveCustomerAPPCodeDC", ReplyAction="http://tempuri.org/IOperationsService/UpdateIsChatActiveCustomerAPPCodeDCResponse" + + "")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateIsChatActiveCustomerAPPCodeDCBeWoFaul" + + "tFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void UpdateIsChatActiveCustomerAPPCodeDC(long customerOid, int activeType); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetIsChatActiveCustomerAPPCodeDC", ReplyAction="http://tempuri.org/IOperationsService/GetIsChatActiveCustomerAPPCodeDCResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetIsChatActiveCustomerAPPCodeDCBeWoFaultFa" + + "ult", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetIsChatActiveCustomerAPPCodeDC(long customerOid, int activeType); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/FindUnreadChatMessagesForRecipient", ReplyAction="http://tempuri.org/IOperationsService/FindUnreadChatMessagesForRecipientResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/FindUnreadChatMessagesForRecipientBeWoFault" + + "Fault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List FindUnreadChatMessagesForRecipient(long personOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/CreateNewEmployeeAPPCodeDC", ReplyAction="http://tempuri.org/IOperationsService/CreateNewEmployeeAPPCodeDCResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/CreateNewEmployeeAPPCodeDCBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.EmployeeAPPCodeDC CreateNewEmployeeAPPCodeDC(long employeeOid, string kundennummer, string apikey); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateIsChatActiveEmployeeAPPCodeDC", ReplyAction="http://tempuri.org/IOperationsService/UpdateIsChatActiveEmployeeAPPCodeDCResponse" + + "")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateIsChatActiveEmployeeAPPCodeDCBeWoFaul" + + "tFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void UpdateIsChatActiveEmployeeAPPCodeDC(long employeeOid, int activeType); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateNotfallNacrichtEmployeeAPPCodeDC", ReplyAction="http://tempuri.org/IOperationsService/UpdateNotfallNacrichtEmployeeAPPCodeDCRespo" + + "nse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateNotfallNacrichtEmployeeAPPCodeDCBeWoF" + + "aultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void UpdateNotfallNacrichtEmployeeAPPCodeDC(long employeeOid, string notfallstate); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/LoadOrganisationPersonRelationsByOid", ReplyAction="http://tempuri.org/IOperationsService/LoadOrganisationPersonRelationsByOidRespons" + + "e")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/LoadOrganisationPersonRelationsByOidBeWoFau" + + "ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List LoadOrganisationPersonRelationsByOid(System.Collections.Generic.List pOids); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/LoadBargeldkassenForObject", ReplyAction="http://tempuri.org/IOperationsService/LoadBargeldkassenForObjectResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/LoadBargeldkassenForObjectBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List LoadBargeldkassenForObject(BS.Shared.TableID objectTid, long objectOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/InsertNewBargeldkasse", ReplyAction="http://tempuri.org/IOperationsService/InsertNewBargeldkasseResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/InsertNewBargeldkasseBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + long InsertNewBargeldkasse(BS.Shared.DataContracts.BargeldkassenDC pBargeldkasse); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateBargeldkasse", ReplyAction="http://tempuri.org/IOperationsService/UpdateBargeldkasseResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateBargeldkasseBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.BargeldkassenDC UpdateBargeldkasse(BS.Shared.DataContracts.BargeldkassenDC pBargeldkasse); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeactivateBargeldkasse", ReplyAction="http://tempuri.org/IOperationsService/DeactivateBargeldkasseResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeactivateBargeldkasseBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeactivateBargeldkasse(long pOid, long pVersion); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/LoadNotizenKategorienForObject", ReplyAction="http://tempuri.org/IOperationsService/LoadNotizenKategorienForObjectResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/LoadNotizenKategorienForObjectBeWoFaultFaul" + + "t", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List LoadNotizenKategorienForObject(BS.Shared.TableID objectTid, long objectOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/InsertNewNotizenKategorie", ReplyAction="http://tempuri.org/IOperationsService/InsertNewNotizenKategorieResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/InsertNewNotizenKategorieBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + long InsertNewNotizenKategorie(BS.Shared.DataContracts.NotizenKategorieDC pBargeldkasse); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateNotizenKategorie", ReplyAction="http://tempuri.org/IOperationsService/UpdateNotizenKategorieResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateNotizenKategorieBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.NotizenKategorieDC UpdateNotizenKategorie(BS.Shared.DataContracts.NotizenKategorieDC pBargeldkasse); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeactivateNotizenEintrag", ReplyAction="http://tempuri.org/IOperationsService/DeactivateNotizenEintragResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeactivateNotizenEintragBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeactivateNotizenEintrag(long pOid, long pVersion); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeactivateNotizenKategorie", ReplyAction="http://tempuri.org/IOperationsService/DeactivateNotizenKategorieResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeactivateNotizenKategorieBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeactivateNotizenKategorie(long pOid, long pVersion); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/CreateNewPerson2OrganisationRelation", ReplyAction="http://tempuri.org/IOperationsService/CreateNewPerson2OrganisationRelationRespons" + + "e")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/CreateNewPerson2OrganisationRelationBeWoFau" + + "ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void CreateNewPerson2OrganisationRelation(long organi, BS.Shared.DataContracts.ValueListEntryDC value, long personOid, string mail, string fax, string tele, string notice); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeletePerson2OrganisationRelation", ReplyAction="http://tempuri.org/IOperationsService/DeletePerson2OrganisationRelationResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeletePerson2OrganisationRelationBeWoFaultF" + + "ault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeletePerson2OrganisationRelation(long oid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetEmployeesServiceRecordsWithStartEndDate", ReplyAction="http://tempuri.org/IOperationsService/GetEmployeesServiceRecordsWithStartEndDateR" + + "esponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetEmployeesServiceRecordsWithStartEndDateB" + + "eWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetEmployeesServiceRecordsWithStartEndDate(long pEmployeeOid, System.DateTime start, System.DateTime ende); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetCustomerServiceRecordsCompactWithStartEn" + + "dDate", ReplyAction="http://tempuri.org/IOperationsService/GetCustomerServiceRecordsCompactWithStartEn" + + "dDateResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetCustomerServiceRecordsCompactWithStartEn" + + "dDateBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetCustomerServiceRecordsCompactWithStartEndDate(long pCustomerOid, long costbearer2SupportConceptOid, System.DateTime start, System.DateTime ende); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/InsertNewEmployeeAbsenceTime", ReplyAction="http://tempuri.org/IOperationsService/InsertNewEmployeeAbsenceTimeResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/InsertNewEmployeeAbsenceTimeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void InsertNewEmployeeAbsenceTime(long employeeOid, BS.Shared.DataContracts.AbsenceTimeDC at); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/InsertNewCustomerAbsenceTime", ReplyAction="http://tempuri.org/IOperationsService/InsertNewCustomerAbsenceTimeResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/InsertNewCustomerAbsenceTimeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void InsertNewCustomerAbsenceTime(long customerOid, BS.Shared.DataContracts.AbsenceTimeDC at); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeleteVertretung", ReplyAction="http://tempuri.org/IOperationsService/DeleteVertretungResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeleteVertretungBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeleteVertretung(long vert); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateVertretung", ReplyAction="http://tempuri.org/IOperationsService/UpdateVertretungResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateVertretungBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void UpdateVertretung(BS.Shared.DataContracts.VertretungDC vert); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetVertretungsListe", ReplyAction="http://tempuri.org/IOperationsService/GetVertretungsListeResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetVertretungsListeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetVertretungsListe(System.DateTime datum); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetVertretungsListeForTimeSpan", ReplyAction="http://tempuri.org/IOperationsService/GetVertretungsListeForTimeSpanResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetVertretungsListeForTimeSpanBeWoFaultFaul" + + "t", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetVertretungsListeForTimeSpan(System.DateTime start, System.DateTime ende); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/CreateVertretung", ReplyAction="http://tempuri.org/IOperationsService/CreateVertretungResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/CreateVertretungBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void CreateVertretung(BS.Shared.DataContracts.VertretungDC vertretung); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeactivateAbsenceTime", ReplyAction="http://tempuri.org/IOperationsService/DeactivateAbsenceTimeResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeactivateAbsenceTimeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeactivateAbsenceTime(System.Collections.Generic.Dictionary pOid2Version); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateVertretungAndAbsenceTime", ReplyAction="http://tempuri.org/IOperationsService/UpdateVertretungAndAbsenceTimeResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateVertretungAndAbsenceTimeBeWoFaultFaul" + + "t", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void UpdateVertretungAndAbsenceTime(BS.Shared.DataContracts.VertretungDC vert, BS.Shared.DataContracts.AbsenceTimeDC abs); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateAbsenceTime", ReplyAction="http://tempuri.org/IOperationsService/UpdateAbsenceTimeResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateAbsenceTimeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void UpdateAbsenceTime(BS.Shared.DataContracts.AbsenceTimeDC abs); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetAllTokens", ReplyAction="http://tempuri.org/IOperationsService/GetAllTokensResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetAllTokensBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllTokens(BS.Shared.SchulbegleitenderZugehoerigkeitsTyp zugehoerigkeitsTyp, System.Nullable oid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeleteToken", ReplyAction="http://tempuri.org/IOperationsService/DeleteTokenResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeleteTokenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeleteToken(BS.Shared.DataContracts.TokenDC token); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeletTokenRelation", ReplyAction="http://tempuri.org/IOperationsService/DeletTokenRelationResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeletTokenRelationBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeletTokenRelation(BS.Shared.DataContracts.Compact.CompactTokenDC token, System.Nullable oid, BS.Shared.SchulbegleitenderZugehoerigkeitsTyp typ); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/InsertNewToken", ReplyAction="http://tempuri.org/IOperationsService/InsertNewTokenResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/InsertNewTokenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void InsertNewToken(string beschreibung, BS.Shared.TokenTyp typ, BS.Shared.SchulbegleitenderZugehoerigkeitsTyp zugehoerigkeitsTyp, System.Nullable oid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/InsertNewRelationToken", ReplyAction="http://tempuri.org/IOperationsService/InsertNewRelationTokenResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/InsertNewRelationTokenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void InsertNewRelationToken(BS.Shared.DataContracts.Compact.CompactTokenDC token, BS.Shared.TokenTyp typ, BS.Shared.SchulbegleitenderZugehoerigkeitsTyp zugehoerigkeitsTyp, System.Nullable oid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateToken", ReplyAction="http://tempuri.org/IOperationsService/UpdateTokenResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateTokenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void UpdateToken(BS.Shared.DataContracts.TokenDC token); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetCustomer2TokenList", ReplyAction="http://tempuri.org/IOperationsService/GetCustomer2TokenListResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetCustomer2TokenListBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetCustomer2TokenList(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetEmployee2TokenList", ReplyAction="http://tempuri.org/IOperationsService/GetEmployee2TokenListResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetEmployee2TokenListBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetEmployee2TokenList(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/VertretungsMitarbeiterListeWoechentlich", ReplyAction="http://tempuri.org/IOperationsService/VertretungsMitarbeiterListeWoechentlichResp" + + "onse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/VertretungsMitarbeiterListeWoechentlichBeWo" + + "FaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List VertretungsMitarbeiterListeWoechentlich(System.DateTime start, System.DateTime ende); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/KlientenAbschlagsInfoListe", ReplyAction="http://tempuri.org/IOperationsService/KlientenAbschlagsInfoListeResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/KlientenAbschlagsInfoListeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.VertretungsKlientAccountingsListeItemsDC KlientenAbschlagsInfoListe(System.DateTime start, System.DateTime end); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DoTokenWunschOperation", ReplyAction="http://tempuri.org/IOperationsService/DoTokenWunschOperationResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DoTokenWunschOperationBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DoTokenWunschOperation(int art, System.Nullable Oid, BS.Shared.SchulbegleitenderZugehoerigkeitsTyp zugehoerigkeitsTyp, System.Collections.Generic.Dictionary verfuegbarerWunschToken, string token); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DoTokenAusschlussOperation", ReplyAction="http://tempuri.org/IOperationsService/DoTokenAusschlussOperationResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DoTokenAusschlussOperationBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DoTokenAusschlussOperation(int art, System.Nullable Oid, BS.Shared.SchulbegleitenderZugehoerigkeitsTyp zugehoerigkeitsTyp, System.Collections.Generic.Dictionary verfuegbarerAusschlussToken, string token); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetLastVertreter", ReplyAction="http://tempuri.org/IOperationsService/GetLastVertreterResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetLastVertreterBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetLastVertreter(System.Nullable klientenOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeletEmployeeChatCode", ReplyAction="http://tempuri.org/IOperationsService/DeletEmployeeChatCodeResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeletEmployeeChatCodeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.EmployeeAPPCodeDC DeletEmployeeChatCode(string apikey, string kundennummer, long employeeoid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeletCustomerChatCode", ReplyAction="http://tempuri.org/IOperationsService/DeletCustomerChatCodeResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeletCustomerChatCodeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.CustomerAPPCodeDC DeletCustomerChatCode(string apikey, string kundennummer, long customeroid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetTranslationDictionary", ReplyAction="http://tempuri.org/IOperationsService/GetTranslationDictionaryResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetTranslationDictionaryBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.Dictionary GetTranslationDictionary(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetAllTextbausteine", ReplyAction="http://tempuri.org/IOperationsService/GetAllTextbausteineResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetAllTextbausteineBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllTextbausteine(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/InsertNewTextbausteine", ReplyAction="http://tempuri.org/IOperationsService/InsertNewTextbausteineResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/InsertNewTextbausteineBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List InsertNewTextbausteine(System.Collections.Generic.List pTextbausteine); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateTextbausteine", ReplyAction="http://tempuri.org/IOperationsService/UpdateTextbausteineResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateTextbausteineBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void UpdateTextbausteine(System.Collections.Generic.List pTextbausteine); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeleteTextbausteine", ReplyAction="http://tempuri.org/IOperationsService/DeleteTextbausteineResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeleteTextbausteineBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeleteTextbausteine(System.Collections.Generic.Dictionary pOid2Version); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/AnonymizeCustomer", ReplyAction="http://tempuri.org/IOperationsService/AnonymizeCustomerResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/AnonymizeCustomerBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void AnonymizeCustomer(long pCustomerOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeleteCustomerForGood", ReplyAction="http://tempuri.org/IOperationsService/DeleteCustomerForGoodResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeleteCustomerForGoodBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeleteCustomerForGood(long pCustomerOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeletePersonForGood", ReplyAction="http://tempuri.org/IOperationsService/DeletePersonForGoodResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeletePersonForGoodBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeletePersonForGood(long pPersonOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeleteEmployeeForGood", ReplyAction="http://tempuri.org/IOperationsService/DeleteEmployeeForGoodResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeleteEmployeeForGoodBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeleteEmployeeForGood(long pEmployeeOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetMessageFromServer", ReplyAction="http://tempuri.org/IOperationsService/GetMessageFromServerResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetMessageFromServerBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + string GetMessageFromServer(BS.Shared.TableID pObjectTid, System.Nullable pObjectOid, BS.Shared.MessageType pMessageType); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/AnonymizeEmployee", ReplyAction="http://tempuri.org/IOperationsService/AnonymizeEmployeeResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/AnonymizeEmployeeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void AnonymizeEmployee(long pEmployeeOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetMessageFromServerForDeletingAppointments" + + "", ReplyAction="http://tempuri.org/IOperationsService/GetMessageFromServerForDeletingAppointments" + + "Response")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetMessageFromServerForDeletingAppointments" + + "BeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + string GetMessageFromServerForDeletingAppointments(bool pHasRightToSeeAllEmployeeAppointments, long pEmployeeOid, System.DateTime pIntervalEnd, System.Collections.Generic.List pSelectedEmployees, System.Collections.Generic.List pSelectedCustomers, System.Collections.Generic.List pSelectedResources, bool pEmployeesOnly, bool pCustomersOnly, bool pResourcesOnly, bool pPrivateAppointmentsOnly, bool pOnlyMyAppointments, System.Collections.Generic.Dictionary pUserRights); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeleteAppointmentsInInterval", ReplyAction="http://tempuri.org/IOperationsService/DeleteAppointmentsInIntervalResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeleteAppointmentsInIntervalBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeleteAppointmentsInInterval(bool pHasRightToSeeAllEmployeeAppointments, long pEmployeeOid, System.DateTime pIntervalEnd, System.Collections.Generic.List pSelectedEmployees, System.Collections.Generic.List pSelectedCustomers, System.Collections.Generic.List pSelectedResources, bool pEmployeesOnly, bool pCustomersOnly, bool pResourcesOnly, bool pPrivateAppointmentsOnly, bool pOnlyMyAppointments, System.Collections.Generic.Dictionary pUserRights); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetSbdConfig", ReplyAction="http://tempuri.org/IOperationsService/GetSbdConfigResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetSbdConfigBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.SbdConfigDC GetSbdConfig(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/SaveSbdConfig", ReplyAction="http://tempuri.org/IOperationsService/SaveSbdConfigResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/SaveSbdConfigBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void SaveSbdConfig(BS.Shared.DataContracts.SbdConfigDC config); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetSignature", ReplyAction="http://tempuri.org/IOperationsService/GetSignatureResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetSignatureBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.SignatureDC GetSignature(long pSignatureOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/InsertNewBudget", ReplyAction="http://tempuri.org/IOperationsService/InsertNewBudgetResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/InsertNewBudgetBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void InsertNewBudget(System.Collections.Generic.List budgets); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeactivateBudget", ReplyAction="http://tempuri.org/IOperationsService/DeactivateBudgetResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeactivateBudgetBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeactivateBudget(System.Collections.Generic.Dictionary pOid2Version); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateInvoices", ReplyAction="http://tempuri.org/IOperationsService/UpdateInvoicesResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateInvoicesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void UpdateInvoices(System.Collections.Generic.List invoices); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateMandator", ReplyAction="http://tempuri.org/IOperationsService/UpdateMandatorResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateMandatorBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.MandatorDC UpdateMandator(BS.Shared.DataContracts.MandatorDC mandator); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateServiceCategories", ReplyAction="http://tempuri.org/IOperationsService/UpdateServiceCategoriesResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateServiceCategoriesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void UpdateServiceCategories(System.Collections.Generic.List pServiceCategories); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateServiceDescriptions", ReplyAction="http://tempuri.org/IOperationsService/UpdateServiceDescriptionsResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateServiceDescriptionsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void UpdateServiceDescriptions(System.Collections.Generic.List pServiceDescriptions); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateServiceRecordGroup", ReplyAction="http://tempuri.org/IOperationsService/UpdateServiceRecordGroupResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateServiceRecordGroupBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.ServiceRecordGroupDC UpdateServiceRecordGroup(BS.Shared.DataContracts.ServiceRecordGroupDC pServiceRecordGroup); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateServiceRecords", ReplyAction="http://tempuri.org/IOperationsService/UpdateServiceRecordsResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateServiceRecordsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void UpdateServiceRecords(System.Collections.Generic.List pServiceRecords); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetServiceRecordStatisticInfo", ReplyAction="http://tempuri.org/IOperationsService/GetServiceRecordStatisticInfoResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetServiceRecordStatisticInfoBeWoFaultFault" + + "", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.ServiceRecordStatisticsInfoDC GetServiceRecordStatisticInfo(long costBearer2SupportConceptOid, System.DateTime statisticsDate); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/CreateSupportConceptStatistics", ReplyAction="http://tempuri.org/IOperationsService/CreateSupportConceptStatisticsResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/CreateSupportConceptStatisticsBeWoFaultFaul" + + "t", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.SupportConceptStatisticsDC CreateSupportConceptStatistics(long costBearer2SupportConceptOid, System.DateTime statisticsDate); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetServiceRecordHistory", ReplyAction="http://tempuri.org/IOperationsService/GetServiceRecordHistoryResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetServiceRecordHistoryBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetServiceRecordHistory(long serviceRecordOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/ResetTenant", ReplyAction="http://tempuri.org/IOperationsService/ResetTenantResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/ResetTenantBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void ResetTenant(string tenant); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/ResetAllTenants", ReplyAction="http://tempuri.org/IOperationsService/ResetAllTenantsResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/ResetAllTenantsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void ResetAllTenants(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DoesNotOverlapWithOtherServiceRecord", ReplyAction="http://tempuri.org/IOperationsService/DoesNotOverlapWithOtherServiceRecordRespons" + + "e")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DoesNotOverlapWithOtherServiceRecordBeWoFau" + + "ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + bool DoesNotOverlapWithOtherServiceRecord(BS.Shared.DataContracts.ServiceRecordDC pServiceRecord, long customerOid, System.Nullable employeeOid); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetAllAdditionalService", ReplyAction="http://tempuri.org/IOperationsService/GetAllAdditionalServiceResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetAllAdditionalServiceBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllAdditionalService(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetAllAdditionalServiceRegion", ReplyAction="http://tempuri.org/IOperationsService/GetAllAdditionalServiceRegionResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetAllAdditionalServiceRegionBeWoFaultFault" + + "", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllAdditionalServiceRegion(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetAllAdditionalServiceGroupOfPeopleRelatio" + + "n", ReplyAction="http://tempuri.org/IOperationsService/GetAllAdditionalServiceGroupOfPeopleRelatio" + + "nResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetAllAdditionalServiceGroupOfPeopleRelatio" + + "nBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllAdditionalServiceGroupOfPeopleRelation(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetAllAdditionalServiceGroupOfPeople", ReplyAction="http://tempuri.org/IOperationsService/GetAllAdditionalServiceGroupOfPeopleRespons" + + "e")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetAllAdditionalServiceGroupOfPeopleBeWoFau" + + "ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetAllAdditionalServiceGroupOfPeople(); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/InsertNewAdditionalServiceGroupOfPeopleRela" + + "tions", ReplyAction="http://tempuri.org/IOperationsService/InsertNewAdditionalServiceGroupOfPeopleRela" + + "tionsResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/InsertNewAdditionalServiceGroupOfPeopleRela" + + "tionsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List InsertNewAdditionalServiceGroupOfPeopleRelations(System.Collections.Generic.List pAdditionalServiceGroupOfPeopleRelations); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateAdditionalServiceGroupOfPeopleRelatio" + + "ns", ReplyAction="http://tempuri.org/IOperationsService/UpdateAdditionalServiceGroupOfPeopleRelatio" + + "nsResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateAdditionalServiceGroupOfPeopleRelatio" + + "nsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void UpdateAdditionalServiceGroupOfPeopleRelations(System.Collections.Generic.List pAdditionalServiceGroupOfPeopleRelations); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeleteAdditionalServiceGroupOfPeopleRelatio" + + "n", ReplyAction="http://tempuri.org/IOperationsService/DeleteAdditionalServiceGroupOfPeopleRelatio" + + "nResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeleteAdditionalServiceGroupOfPeopleRelatio" + + "nBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + void DeleteAdditionalServiceGroupOfPeopleRelation(long pDeleteAdditionalServiceGroupOfPeopleRelationOid, long pVersion); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateAdditionalServiceGroupOfPeople", ReplyAction="http://tempuri.org/IOperationsService/UpdateAdditionalServiceGroupOfPeopleRespons" + + "e")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateAdditionalServiceGroupOfPeopleBeWoFau" + + "ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + BS.Shared.DataContracts.AdditionalServiceGroupOfPeopleDC UpdateAdditionalServiceGroupOfPeople(BS.Shared.DataContracts.AdditionalServiceGroupOfPeopleDC pAdditionalServiceGroupOfPeople); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/InsertNewAdditionalServiceGroupsOfPeople", ReplyAction="http://tempuri.org/IOperationsService/InsertNewAdditionalServiceGroupsOfPeopleRes" + + "ponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/InsertNewAdditionalServiceGroupsOfPeopleBeW" + + "oFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List InsertNewAdditionalServiceGroupsOfPeople(System.Collections.Generic.List pGroups); + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetAllAdditionalServiceBookings", ReplyAction="http://tempuri.org/IOperationsService/GetAllAdditionalServiceBookingsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetAllAdditionalServiceBookingsBeWoFaultFau" + "lt", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] @@ -5846,197 +6148,6 @@ namespace BeWo.ServiceProxy [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/CreateNewCustomerAPPCodeDCBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] BS.Shared.DataContracts.CustomerAPPCodeDC CreateNewCustomerAPPCodeDC(long customerOid, string kundennummer, string apikey); - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/CreateNewChatMessagesDC", ReplyAction="http://tempuri.org/IOperationsService/CreateNewChatMessagesDCResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/CreateNewChatMessagesDCBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - BS.Shared.DataContracts.ChatMessageDC CreateNewChatMessagesDC(long senderOid, long empfängerOid, string message, bool isDeliverd, long teamid, string messageid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateIsChatActiveCustomerAPPCodeDC", ReplyAction="http://tempuri.org/IOperationsService/UpdateIsChatActiveCustomerAPPCodeDCResponse" + - "")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateIsChatActiveCustomerAPPCodeDCBeWoFaul" + - "tFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void UpdateIsChatActiveCustomerAPPCodeDC(long customerOid, int activeType); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetIsChatActiveCustomerAPPCodeDC", ReplyAction="http://tempuri.org/IOperationsService/GetIsChatActiveCustomerAPPCodeDCResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetIsChatActiveCustomerAPPCodeDCBeWoFaultFa" + - "ult", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetIsChatActiveCustomerAPPCodeDC(long customerOid, int activeType); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/FindUnreadChatMessagesForRecipient", ReplyAction="http://tempuri.org/IOperationsService/FindUnreadChatMessagesForRecipientResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/FindUnreadChatMessagesForRecipientBeWoFault" + - "Fault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List FindUnreadChatMessagesForRecipient(long personOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/CreateNewEmployeeAPPCodeDC", ReplyAction="http://tempuri.org/IOperationsService/CreateNewEmployeeAPPCodeDCResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/CreateNewEmployeeAPPCodeDCBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - BS.Shared.DataContracts.EmployeeAPPCodeDC CreateNewEmployeeAPPCodeDC(long employeeOid, string kundennummer, string apikey); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateIsChatActiveEmployeeAPPCodeDC", ReplyAction="http://tempuri.org/IOperationsService/UpdateIsChatActiveEmployeeAPPCodeDCResponse" + - "")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateIsChatActiveEmployeeAPPCodeDCBeWoFaul" + - "tFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void UpdateIsChatActiveEmployeeAPPCodeDC(long employeeOid, int activeType); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateNotfallNacrichtEmployeeAPPCodeDC", ReplyAction="http://tempuri.org/IOperationsService/UpdateNotfallNacrichtEmployeeAPPCodeDCRespo" + - "nse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateNotfallNacrichtEmployeeAPPCodeDCBeWoF" + - "aultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void UpdateNotfallNacrichtEmployeeAPPCodeDC(long employeeOid, string notfallstate); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/LoadOrganisationPersonRelationsByOid", ReplyAction="http://tempuri.org/IOperationsService/LoadOrganisationPersonRelationsByOidRespons" + - "e")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/LoadOrganisationPersonRelationsByOidBeWoFau" + - "ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List LoadOrganisationPersonRelationsByOid(System.Collections.Generic.List pOids); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/LoadBargeldkassenForObject", ReplyAction="http://tempuri.org/IOperationsService/LoadBargeldkassenForObjectResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/LoadBargeldkassenForObjectBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List LoadBargeldkassenForObject(BS.Shared.TableID objectTid, long objectOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/InsertNewBargeldkasse", ReplyAction="http://tempuri.org/IOperationsService/InsertNewBargeldkasseResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/InsertNewBargeldkasseBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - long InsertNewBargeldkasse(BS.Shared.DataContracts.BargeldkassenDC pBargeldkasse); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateBargeldkasse", ReplyAction="http://tempuri.org/IOperationsService/UpdateBargeldkasseResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateBargeldkasseBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - BS.Shared.DataContracts.BargeldkassenDC UpdateBargeldkasse(BS.Shared.DataContracts.BargeldkassenDC pBargeldkasse); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeactivateBargeldkasse", ReplyAction="http://tempuri.org/IOperationsService/DeactivateBargeldkasseResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeactivateBargeldkasseBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeactivateBargeldkasse(long pOid, long pVersion); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/LoadNotizenKategorienForObject", ReplyAction="http://tempuri.org/IOperationsService/LoadNotizenKategorienForObjectResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/LoadNotizenKategorienForObjectBeWoFaultFaul" + - "t", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List LoadNotizenKategorienForObject(BS.Shared.TableID objectTid, long objectOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/InsertNewNotizenKategorie", ReplyAction="http://tempuri.org/IOperationsService/InsertNewNotizenKategorieResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/InsertNewNotizenKategorieBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - long InsertNewNotizenKategorie(BS.Shared.DataContracts.NotizenKategorieDC pBargeldkasse); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateNotizenKategorie", ReplyAction="http://tempuri.org/IOperationsService/UpdateNotizenKategorieResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateNotizenKategorieBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - BS.Shared.DataContracts.NotizenKategorieDC UpdateNotizenKategorie(BS.Shared.DataContracts.NotizenKategorieDC pBargeldkasse); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeactivateNotizenEintrag", ReplyAction="http://tempuri.org/IOperationsService/DeactivateNotizenEintragResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeactivateNotizenEintragBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeactivateNotizenEintrag(long pOid, long pVersion); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeactivateNotizenKategorie", ReplyAction="http://tempuri.org/IOperationsService/DeactivateNotizenKategorieResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeactivateNotizenKategorieBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeactivateNotizenKategorie(long pOid, long pVersion); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/CreateNewPerson2OrganisationRelation", ReplyAction="http://tempuri.org/IOperationsService/CreateNewPerson2OrganisationRelationRespons" + - "e")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/CreateNewPerson2OrganisationRelationBeWoFau" + - "ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void CreateNewPerson2OrganisationRelation(long organi, BS.Shared.DataContracts.ValueListEntryDC value, long personOid, string mail, string fax, string tele, string notice); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeletePerson2OrganisationRelation", ReplyAction="http://tempuri.org/IOperationsService/DeletePerson2OrganisationRelationResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeletePerson2OrganisationRelationBeWoFaultF" + - "ault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeletePerson2OrganisationRelation(long oid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetEmployeesServiceRecordsWithStartEndDate", ReplyAction="http://tempuri.org/IOperationsService/GetEmployeesServiceRecordsWithStartEndDateR" + - "esponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetEmployeesServiceRecordsWithStartEndDateB" + - "eWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetEmployeesServiceRecordsWithStartEndDate(long pEmployeeOid, System.DateTime start, System.DateTime ende); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetCustomerServiceRecordsCompactWithStartEn" + - "dDate", ReplyAction="http://tempuri.org/IOperationsService/GetCustomerServiceRecordsCompactWithStartEn" + - "dDateResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetCustomerServiceRecordsCompactWithStartEn" + - "dDateBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetCustomerServiceRecordsCompactWithStartEndDate(long pCustomerOid, long costbearer2SupportConceptOid, System.DateTime start, System.DateTime ende); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/InsertNewEmployeeAbsenceTime", ReplyAction="http://tempuri.org/IOperationsService/InsertNewEmployeeAbsenceTimeResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/InsertNewEmployeeAbsenceTimeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void InsertNewEmployeeAbsenceTime(long employeeOid, BS.Shared.DataContracts.AbsenceTimeDC at); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/InsertNewCustomerAbsenceTime", ReplyAction="http://tempuri.org/IOperationsService/InsertNewCustomerAbsenceTimeResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/InsertNewCustomerAbsenceTimeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void InsertNewCustomerAbsenceTime(long customerOid, BS.Shared.DataContracts.AbsenceTimeDC at); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeleteVertretung", ReplyAction="http://tempuri.org/IOperationsService/DeleteVertretungResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeleteVertretungBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeleteVertretung(long vert); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateVertretung", ReplyAction="http://tempuri.org/IOperationsService/UpdateVertretungResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateVertretungBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void UpdateVertretung(BS.Shared.DataContracts.VertretungDC vert); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetVertretungsListe", ReplyAction="http://tempuri.org/IOperationsService/GetVertretungsListeResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetVertretungsListeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetVertretungsListe(System.DateTime datum); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetVertretungsListeForTimeSpan", ReplyAction="http://tempuri.org/IOperationsService/GetVertretungsListeForTimeSpanResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetVertretungsListeForTimeSpanBeWoFaultFaul" + - "t", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetVertretungsListeForTimeSpan(System.DateTime start, System.DateTime ende); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/CreateVertretung", ReplyAction="http://tempuri.org/IOperationsService/CreateVertretungResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/CreateVertretungBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void CreateVertretung(BS.Shared.DataContracts.VertretungDC vertretung); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeactivateAbsenceTime", ReplyAction="http://tempuri.org/IOperationsService/DeactivateAbsenceTimeResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeactivateAbsenceTimeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeactivateAbsenceTime(System.Collections.Generic.Dictionary pOid2Version); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateVertretungAndAbsenceTime", ReplyAction="http://tempuri.org/IOperationsService/UpdateVertretungAndAbsenceTimeResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateVertretungAndAbsenceTimeBeWoFaultFaul" + - "t", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void UpdateVertretungAndAbsenceTime(BS.Shared.DataContracts.VertretungDC vert, BS.Shared.DataContracts.AbsenceTimeDC abs); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateAbsenceTime", ReplyAction="http://tempuri.org/IOperationsService/UpdateAbsenceTimeResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateAbsenceTimeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void UpdateAbsenceTime(BS.Shared.DataContracts.AbsenceTimeDC abs); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetAllTokens", ReplyAction="http://tempuri.org/IOperationsService/GetAllTokensResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetAllTokensBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllTokens(BS.Shared.SchulbegleitenderZugehoerigkeitsTyp zugehoerigkeitsTyp, System.Nullable oid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeleteToken", ReplyAction="http://tempuri.org/IOperationsService/DeleteTokenResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeleteTokenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeleteToken(BS.Shared.DataContracts.TokenDC token); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeletTokenRelation", ReplyAction="http://tempuri.org/IOperationsService/DeletTokenRelationResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeletTokenRelationBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeletTokenRelation(BS.Shared.DataContracts.Compact.CompactTokenDC token, System.Nullable oid, BS.Shared.SchulbegleitenderZugehoerigkeitsTyp typ); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/InsertNewToken", ReplyAction="http://tempuri.org/IOperationsService/InsertNewTokenResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/InsertNewTokenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void InsertNewToken(string beschreibung, BS.Shared.TokenTyp typ, BS.Shared.SchulbegleitenderZugehoerigkeitsTyp zugehoerigkeitsTyp, System.Nullable oid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/InsertNewRelationToken", ReplyAction="http://tempuri.org/IOperationsService/InsertNewRelationTokenResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/InsertNewRelationTokenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void InsertNewRelationToken(BS.Shared.DataContracts.Compact.CompactTokenDC token, BS.Shared.TokenTyp typ, BS.Shared.SchulbegleitenderZugehoerigkeitsTyp zugehoerigkeitsTyp, System.Nullable oid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateToken", ReplyAction="http://tempuri.org/IOperationsService/UpdateTokenResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateTokenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void UpdateToken(BS.Shared.DataContracts.TokenDC token); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetCustomer2TokenList", ReplyAction="http://tempuri.org/IOperationsService/GetCustomer2TokenListResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetCustomer2TokenListBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetCustomer2TokenList(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetEmployee2TokenList", ReplyAction="http://tempuri.org/IOperationsService/GetEmployee2TokenListResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetEmployee2TokenListBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetEmployee2TokenList(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/VertretungsMitarbeiterListeWoechentlich", ReplyAction="http://tempuri.org/IOperationsService/VertretungsMitarbeiterListeWoechentlichResp" + - "onse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/VertretungsMitarbeiterListeWoechentlichBeWo" + - "FaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List VertretungsMitarbeiterListeWoechentlich(System.DateTime start, System.DateTime ende); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/KlientenAbschlagsInfoListe", ReplyAction="http://tempuri.org/IOperationsService/KlientenAbschlagsInfoListeResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/KlientenAbschlagsInfoListeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - BS.Shared.DataContracts.VertretungsKlientAccountingsListeItemsDC KlientenAbschlagsInfoListe(System.DateTime start, System.DateTime end); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DoTokenWunschOperation", ReplyAction="http://tempuri.org/IOperationsService/DoTokenWunschOperationResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DoTokenWunschOperationBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DoTokenWunschOperation(int art, System.Nullable Oid, BS.Shared.SchulbegleitenderZugehoerigkeitsTyp zugehoerigkeitsTyp, System.Collections.Generic.Dictionary verfuegbarerWunschToken, string token); - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeactivateInvoices", ReplyAction="http://tempuri.org/IOperationsService/DeactivateInvoicesResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeactivateInvoicesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] void DeactivateInvoices(System.Collections.Generic.List invoices); @@ -6316,113 +6427,6 @@ namespace BeWo.ServiceProxy [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateAccountingTransactions", ReplyAction="http://tempuri.org/IOperationsService/UpdateAccountingTransactionsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateAccountingTransactionsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] void UpdateAccountingTransactions(System.Collections.Generic.List pAccountingTransactions); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateInvoices", ReplyAction="http://tempuri.org/IOperationsService/UpdateInvoicesResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateInvoicesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void UpdateInvoices(System.Collections.Generic.List invoices); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateMandator", ReplyAction="http://tempuri.org/IOperationsService/UpdateMandatorResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateMandatorBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - BS.Shared.DataContracts.MandatorDC UpdateMandator(BS.Shared.DataContracts.MandatorDC mandator); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateServiceCategories", ReplyAction="http://tempuri.org/IOperationsService/UpdateServiceCategoriesResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateServiceCategoriesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void UpdateServiceCategories(System.Collections.Generic.List pServiceCategories); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateServiceDescriptions", ReplyAction="http://tempuri.org/IOperationsService/UpdateServiceDescriptionsResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateServiceDescriptionsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void UpdateServiceDescriptions(System.Collections.Generic.List pServiceDescriptions); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateServiceRecordGroup", ReplyAction="http://tempuri.org/IOperationsService/UpdateServiceRecordGroupResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateServiceRecordGroupBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - BS.Shared.DataContracts.ServiceRecordGroupDC UpdateServiceRecordGroup(BS.Shared.DataContracts.ServiceRecordGroupDC pServiceRecordGroup); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateServiceRecords", ReplyAction="http://tempuri.org/IOperationsService/UpdateServiceRecordsResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateServiceRecordsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void UpdateServiceRecords(System.Collections.Generic.List pServiceRecords); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetServiceRecordStatisticInfo", ReplyAction="http://tempuri.org/IOperationsService/GetServiceRecordStatisticInfoResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetServiceRecordStatisticInfoBeWoFaultFault" + - "", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - BS.Shared.DataContracts.ServiceRecordStatisticsInfoDC GetServiceRecordStatisticInfo(long costBearer2SupportConceptOid, System.DateTime statisticsDate); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/CreateSupportConceptStatistics", ReplyAction="http://tempuri.org/IOperationsService/CreateSupportConceptStatisticsResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/CreateSupportConceptStatisticsBeWoFaultFaul" + - "t", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - BS.Shared.DataContracts.SupportConceptStatisticsDC CreateSupportConceptStatistics(long costBearer2SupportConceptOid, System.DateTime statisticsDate); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetServiceRecordHistory", ReplyAction="http://tempuri.org/IOperationsService/GetServiceRecordHistoryResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetServiceRecordHistoryBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetServiceRecordHistory(long serviceRecordOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/ResetTenant", ReplyAction="http://tempuri.org/IOperationsService/ResetTenantResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/ResetTenantBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void ResetTenant(string tenant); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/ResetAllTenants", ReplyAction="http://tempuri.org/IOperationsService/ResetAllTenantsResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/ResetAllTenantsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void ResetAllTenants(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DoesNotOverlapWithOtherServiceRecord", ReplyAction="http://tempuri.org/IOperationsService/DoesNotOverlapWithOtherServiceRecordRespons" + - "e")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DoesNotOverlapWithOtherServiceRecordBeWoFau" + - "ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - bool DoesNotOverlapWithOtherServiceRecord(BS.Shared.DataContracts.ServiceRecordDC pServiceRecord, long customerOid, System.Nullable employeeOid); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetAllAdditionalService", ReplyAction="http://tempuri.org/IOperationsService/GetAllAdditionalServiceResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetAllAdditionalServiceBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllAdditionalService(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetAllAdditionalServiceRegion", ReplyAction="http://tempuri.org/IOperationsService/GetAllAdditionalServiceRegionResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetAllAdditionalServiceRegionBeWoFaultFault" + - "", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllAdditionalServiceRegion(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetAllAdditionalServiceGroupOfPeopleRelatio" + - "n", ReplyAction="http://tempuri.org/IOperationsService/GetAllAdditionalServiceGroupOfPeopleRelatio" + - "nResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetAllAdditionalServiceGroupOfPeopleRelatio" + - "nBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllAdditionalServiceGroupOfPeopleRelation(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/GetAllAdditionalServiceGroupOfPeople", ReplyAction="http://tempuri.org/IOperationsService/GetAllAdditionalServiceGroupOfPeopleRespons" + - "e")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/GetAllAdditionalServiceGroupOfPeopleBeWoFau" + - "ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List GetAllAdditionalServiceGroupOfPeople(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/InsertNewAdditionalServiceGroupOfPeopleRela" + - "tions", ReplyAction="http://tempuri.org/IOperationsService/InsertNewAdditionalServiceGroupOfPeopleRela" + - "tionsResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/InsertNewAdditionalServiceGroupOfPeopleRela" + - "tionsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List InsertNewAdditionalServiceGroupOfPeopleRelations(System.Collections.Generic.List pAdditionalServiceGroupOfPeopleRelations); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateAdditionalServiceGroupOfPeopleRelatio" + - "ns", ReplyAction="http://tempuri.org/IOperationsService/UpdateAdditionalServiceGroupOfPeopleRelatio" + - "nsResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateAdditionalServiceGroupOfPeopleRelatio" + - "nsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void UpdateAdditionalServiceGroupOfPeopleRelations(System.Collections.Generic.List pAdditionalServiceGroupOfPeopleRelations); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/DeleteAdditionalServiceGroupOfPeopleRelatio" + - "n", ReplyAction="http://tempuri.org/IOperationsService/DeleteAdditionalServiceGroupOfPeopleRelatio" + - "nResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/DeleteAdditionalServiceGroupOfPeopleRelatio" + - "nBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - void DeleteAdditionalServiceGroupOfPeopleRelation(long pDeleteAdditionalServiceGroupOfPeopleRelationOid, long pVersion); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/UpdateAdditionalServiceGroupOfPeople", ReplyAction="http://tempuri.org/IOperationsService/UpdateAdditionalServiceGroupOfPeopleRespons" + - "e")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/UpdateAdditionalServiceGroupOfPeopleBeWoFau" + - "ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - BS.Shared.DataContracts.AdditionalServiceGroupOfPeopleDC UpdateAdditionalServiceGroupOfPeople(BS.Shared.DataContracts.AdditionalServiceGroupOfPeopleDC pAdditionalServiceGroupOfPeople); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsService/InsertNewAdditionalServiceGroupsOfPeople", ReplyAction="http://tempuri.org/IOperationsService/InsertNewAdditionalServiceGroupsOfPeopleRes" + - "ponse")] - [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IOperationsService/InsertNewAdditionalServiceGroupsOfPeopleBeW" + - "oFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] - System.Collections.Generic.List InsertNewAdditionalServiceGroupsOfPeople(System.Collections.Generic.List pGroups); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] @@ -6459,11 +6463,6 @@ namespace BeWo.ServiceProxy { } - public BS.Shared.DataContracts.DokumentvorlageDC InsertTemplate(BS.Shared.DataContracts.DokumentvorlageDC dc) - { - return base.Channel.InsertTemplate(dc); - } - public System.Collections.Generic.List GetPlatzhalterForSupportConcept() { return base.Channel.GetPlatzhalterForSupportConcept(); @@ -6664,114 +6663,9 @@ namespace BeWo.ServiceProxy return base.Channel.DienstBloeckeNeuSortieren(bloecke, auswahl, aufsteigend); } - public void DoTokenAusschlussOperation(int art, System.Nullable Oid, BS.Shared.SchulbegleitenderZugehoerigkeitsTyp zugehoerigkeitsTyp, System.Collections.Generic.Dictionary verfuegbarerAusschlussToken, string token) + public BS.Shared.DataContracts.DienstZeileDC InitStatusZeile(System.DateTime date) { - base.Channel.DoTokenAusschlussOperation(art, Oid, zugehoerigkeitsTyp, verfuegbarerAusschlussToken, token); - } - - public System.Collections.Generic.List GetLastVertreter(System.Nullable klientenOid) - { - return base.Channel.GetLastVertreter(klientenOid); - } - - public BS.Shared.DataContracts.EmployeeAPPCodeDC DeletEmployeeChatCode(string apikey, string kundennummer, long employeeoid) - { - return base.Channel.DeletEmployeeChatCode(apikey, kundennummer, employeeoid); - } - - public BS.Shared.DataContracts.CustomerAPPCodeDC DeletCustomerChatCode(string apikey, string kundennummer, long customeroid) - { - return base.Channel.DeletCustomerChatCode(apikey, kundennummer, customeroid); - } - - public System.Collections.Generic.Dictionary GetTranslationDictionary() - { - return base.Channel.GetTranslationDictionary(); - } - - public System.Collections.Generic.List GetAllTextbausteine() - { - return base.Channel.GetAllTextbausteine(); - } - - public System.Collections.Generic.List InsertNewTextbausteine(System.Collections.Generic.List pTextbausteine) - { - return base.Channel.InsertNewTextbausteine(pTextbausteine); - } - - public void UpdateTextbausteine(System.Collections.Generic.List pTextbausteine) - { - base.Channel.UpdateTextbausteine(pTextbausteine); - } - - public void DeleteTextbausteine(System.Collections.Generic.Dictionary pOid2Version) - { - base.Channel.DeleteTextbausteine(pOid2Version); - } - - public void AnonymizeCustomer(long pCustomerOid) - { - base.Channel.AnonymizeCustomer(pCustomerOid); - } - - public void DeleteCustomerForGood(long pCustomerOid) - { - base.Channel.DeleteCustomerForGood(pCustomerOid); - } - - public void DeletePersonForGood(long pPersonOid) - { - base.Channel.DeletePersonForGood(pPersonOid); - } - - public void DeleteEmployeeForGood(long pEmployeeOid) - { - base.Channel.DeleteEmployeeForGood(pEmployeeOid); - } - - public string GetMessageFromServer(BS.Shared.TableID pObjectTid, System.Nullable pObjectOid, BS.Shared.MessageType pMessageType) - { - return base.Channel.GetMessageFromServer(pObjectTid, pObjectOid, pMessageType); - } - - public void AnonymizeEmployee(long pEmployeeOid) - { - base.Channel.AnonymizeEmployee(pEmployeeOid); - } - - public string GetMessageFromServerForDeletingAppointments(bool pHasRightToSeeAllEmployeeAppointments, long pEmployeeOid, System.DateTime pIntervalEnd, System.Collections.Generic.List pSelectedEmployees, System.Collections.Generic.List pSelectedCustomers, System.Collections.Generic.List pSelectedResources, bool pEmployeesOnly, bool pCustomersOnly, bool pResourcesOnly, bool pPrivateAppointmentsOnly, bool pOnlyMyAppointments, System.Collections.Generic.Dictionary pUserRights) - { - return base.Channel.GetMessageFromServerForDeletingAppointments(pHasRightToSeeAllEmployeeAppointments, pEmployeeOid, pIntervalEnd, pSelectedEmployees, pSelectedCustomers, pSelectedResources, pEmployeesOnly, pCustomersOnly, pResourcesOnly, pPrivateAppointmentsOnly, pOnlyMyAppointments, pUserRights); - } - - public void DeleteAppointmentsInInterval(bool pHasRightToSeeAllEmployeeAppointments, long pEmployeeOid, System.DateTime pIntervalEnd, System.Collections.Generic.List pSelectedEmployees, System.Collections.Generic.List pSelectedCustomers, System.Collections.Generic.List pSelectedResources, bool pEmployeesOnly, bool pCustomersOnly, bool pResourcesOnly, bool pPrivateAppointmentsOnly, bool pOnlyMyAppointments, System.Collections.Generic.Dictionary pUserRights) - { - base.Channel.DeleteAppointmentsInInterval(pHasRightToSeeAllEmployeeAppointments, pEmployeeOid, pIntervalEnd, pSelectedEmployees, pSelectedCustomers, pSelectedResources, pEmployeesOnly, pCustomersOnly, pResourcesOnly, pPrivateAppointmentsOnly, pOnlyMyAppointments, pUserRights); - } - - public BS.Shared.DataContracts.SbdConfigDC GetSbdConfig() - { - return base.Channel.GetSbdConfig(); - } - - public void SaveSbdConfig(BS.Shared.DataContracts.SbdConfigDC config) - { - base.Channel.SaveSbdConfig(config); - } - - public BS.Shared.DataContracts.SignatureDC GetSignature(long pSignatureOid) - { - return base.Channel.GetSignature(pSignatureOid); - } - - public void InsertNewBudget(System.Collections.Generic.List budgets) - { - base.Channel.InsertNewBudget(budgets); - } - - public void DeactivateBudget(System.Collections.Generic.Dictionary pOid2Version) - { - base.Channel.DeactivateBudget(pOid2Version); + return base.Channel.InitStatusZeile(date); } public void UpdateBudget(System.Collections.Generic.List budgets) @@ -7089,6 +6983,436 @@ namespace BeWo.ServiceProxy return base.Channel.GetVorlagentabelleDCs(); } + public BS.Shared.DataContracts.DokumentvorlageDC InsertTemplate(BS.Shared.DataContracts.DokumentvorlageDC dc) + { + return base.Channel.InsertTemplate(dc); + } + + public BS.Shared.DataContracts.ChatMessageDC CreateNewChatMessagesDC(long senderOid, long empfängerOid, string message, bool isDeliverd, long teamid, string messageid) + { + return base.Channel.CreateNewChatMessagesDC(senderOid, empfängerOid, message, isDeliverd, teamid, messageid); + } + + public void UpdateIsChatActiveCustomerAPPCodeDC(long customerOid, int activeType) + { + base.Channel.UpdateIsChatActiveCustomerAPPCodeDC(customerOid, activeType); + } + + public System.Collections.Generic.List GetIsChatActiveCustomerAPPCodeDC(long customerOid, int activeType) + { + return base.Channel.GetIsChatActiveCustomerAPPCodeDC(customerOid, activeType); + } + + public System.Collections.Generic.List FindUnreadChatMessagesForRecipient(long personOid) + { + return base.Channel.FindUnreadChatMessagesForRecipient(personOid); + } + + public BS.Shared.DataContracts.EmployeeAPPCodeDC CreateNewEmployeeAPPCodeDC(long employeeOid, string kundennummer, string apikey) + { + return base.Channel.CreateNewEmployeeAPPCodeDC(employeeOid, kundennummer, apikey); + } + + public void UpdateIsChatActiveEmployeeAPPCodeDC(long employeeOid, int activeType) + { + base.Channel.UpdateIsChatActiveEmployeeAPPCodeDC(employeeOid, activeType); + } + + public void UpdateNotfallNacrichtEmployeeAPPCodeDC(long employeeOid, string notfallstate) + { + base.Channel.UpdateNotfallNacrichtEmployeeAPPCodeDC(employeeOid, notfallstate); + } + + public System.Collections.Generic.List LoadOrganisationPersonRelationsByOid(System.Collections.Generic.List pOids) + { + return base.Channel.LoadOrganisationPersonRelationsByOid(pOids); + } + + public System.Collections.Generic.List LoadBargeldkassenForObject(BS.Shared.TableID objectTid, long objectOid) + { + return base.Channel.LoadBargeldkassenForObject(objectTid, objectOid); + } + + public long InsertNewBargeldkasse(BS.Shared.DataContracts.BargeldkassenDC pBargeldkasse) + { + return base.Channel.InsertNewBargeldkasse(pBargeldkasse); + } + + public BS.Shared.DataContracts.BargeldkassenDC UpdateBargeldkasse(BS.Shared.DataContracts.BargeldkassenDC pBargeldkasse) + { + return base.Channel.UpdateBargeldkasse(pBargeldkasse); + } + + public void DeactivateBargeldkasse(long pOid, long pVersion) + { + base.Channel.DeactivateBargeldkasse(pOid, pVersion); + } + + public System.Collections.Generic.List LoadNotizenKategorienForObject(BS.Shared.TableID objectTid, long objectOid) + { + return base.Channel.LoadNotizenKategorienForObject(objectTid, objectOid); + } + + public long InsertNewNotizenKategorie(BS.Shared.DataContracts.NotizenKategorieDC pBargeldkasse) + { + return base.Channel.InsertNewNotizenKategorie(pBargeldkasse); + } + + public BS.Shared.DataContracts.NotizenKategorieDC UpdateNotizenKategorie(BS.Shared.DataContracts.NotizenKategorieDC pBargeldkasse) + { + return base.Channel.UpdateNotizenKategorie(pBargeldkasse); + } + + public void DeactivateNotizenEintrag(long pOid, long pVersion) + { + base.Channel.DeactivateNotizenEintrag(pOid, pVersion); + } + + public void DeactivateNotizenKategorie(long pOid, long pVersion) + { + base.Channel.DeactivateNotizenKategorie(pOid, pVersion); + } + + public void CreateNewPerson2OrganisationRelation(long organi, BS.Shared.DataContracts.ValueListEntryDC value, long personOid, string mail, string fax, string tele, string notice) + { + base.Channel.CreateNewPerson2OrganisationRelation(organi, value, personOid, mail, fax, tele, notice); + } + + public void DeletePerson2OrganisationRelation(long oid) + { + base.Channel.DeletePerson2OrganisationRelation(oid); + } + + public System.Collections.Generic.List GetEmployeesServiceRecordsWithStartEndDate(long pEmployeeOid, System.DateTime start, System.DateTime ende) + { + return base.Channel.GetEmployeesServiceRecordsWithStartEndDate(pEmployeeOid, start, ende); + } + + public System.Collections.Generic.List GetCustomerServiceRecordsCompactWithStartEndDate(long pCustomerOid, long costbearer2SupportConceptOid, System.DateTime start, System.DateTime ende) + { + return base.Channel.GetCustomerServiceRecordsCompactWithStartEndDate(pCustomerOid, costbearer2SupportConceptOid, start, ende); + } + + public void InsertNewEmployeeAbsenceTime(long employeeOid, BS.Shared.DataContracts.AbsenceTimeDC at) + { + base.Channel.InsertNewEmployeeAbsenceTime(employeeOid, at); + } + + public void InsertNewCustomerAbsenceTime(long customerOid, BS.Shared.DataContracts.AbsenceTimeDC at) + { + base.Channel.InsertNewCustomerAbsenceTime(customerOid, at); + } + + public void DeleteVertretung(long vert) + { + base.Channel.DeleteVertretung(vert); + } + + public void UpdateVertretung(BS.Shared.DataContracts.VertretungDC vert) + { + base.Channel.UpdateVertretung(vert); + } + + public System.Collections.Generic.List GetVertretungsListe(System.DateTime datum) + { + return base.Channel.GetVertretungsListe(datum); + } + + public System.Collections.Generic.List GetVertretungsListeForTimeSpan(System.DateTime start, System.DateTime ende) + { + return base.Channel.GetVertretungsListeForTimeSpan(start, ende); + } + + public void CreateVertretung(BS.Shared.DataContracts.VertretungDC vertretung) + { + base.Channel.CreateVertretung(vertretung); + } + + public void DeactivateAbsenceTime(System.Collections.Generic.Dictionary pOid2Version) + { + base.Channel.DeactivateAbsenceTime(pOid2Version); + } + + public void UpdateVertretungAndAbsenceTime(BS.Shared.DataContracts.VertretungDC vert, BS.Shared.DataContracts.AbsenceTimeDC abs) + { + base.Channel.UpdateVertretungAndAbsenceTime(vert, abs); + } + + public void UpdateAbsenceTime(BS.Shared.DataContracts.AbsenceTimeDC abs) + { + base.Channel.UpdateAbsenceTime(abs); + } + + public System.Collections.Generic.List GetAllTokens(BS.Shared.SchulbegleitenderZugehoerigkeitsTyp zugehoerigkeitsTyp, System.Nullable oid) + { + return base.Channel.GetAllTokens(zugehoerigkeitsTyp, oid); + } + + public void DeleteToken(BS.Shared.DataContracts.TokenDC token) + { + base.Channel.DeleteToken(token); + } + + public void DeletTokenRelation(BS.Shared.DataContracts.Compact.CompactTokenDC token, System.Nullable oid, BS.Shared.SchulbegleitenderZugehoerigkeitsTyp typ) + { + base.Channel.DeletTokenRelation(token, oid, typ); + } + + public void InsertNewToken(string beschreibung, BS.Shared.TokenTyp typ, BS.Shared.SchulbegleitenderZugehoerigkeitsTyp zugehoerigkeitsTyp, System.Nullable oid) + { + base.Channel.InsertNewToken(beschreibung, typ, zugehoerigkeitsTyp, oid); + } + + public void InsertNewRelationToken(BS.Shared.DataContracts.Compact.CompactTokenDC token, BS.Shared.TokenTyp typ, BS.Shared.SchulbegleitenderZugehoerigkeitsTyp zugehoerigkeitsTyp, System.Nullable oid) + { + base.Channel.InsertNewRelationToken(token, typ, zugehoerigkeitsTyp, oid); + } + + public void UpdateToken(BS.Shared.DataContracts.TokenDC token) + { + base.Channel.UpdateToken(token); + } + + public System.Collections.Generic.List GetCustomer2TokenList() + { + return base.Channel.GetCustomer2TokenList(); + } + + public System.Collections.Generic.List GetEmployee2TokenList() + { + return base.Channel.GetEmployee2TokenList(); + } + + public System.Collections.Generic.List VertretungsMitarbeiterListeWoechentlich(System.DateTime start, System.DateTime ende) + { + return base.Channel.VertretungsMitarbeiterListeWoechentlich(start, ende); + } + + public BS.Shared.DataContracts.VertretungsKlientAccountingsListeItemsDC KlientenAbschlagsInfoListe(System.DateTime start, System.DateTime end) + { + return base.Channel.KlientenAbschlagsInfoListe(start, end); + } + + public void DoTokenWunschOperation(int art, System.Nullable Oid, BS.Shared.SchulbegleitenderZugehoerigkeitsTyp zugehoerigkeitsTyp, System.Collections.Generic.Dictionary verfuegbarerWunschToken, string token) + { + base.Channel.DoTokenWunschOperation(art, Oid, zugehoerigkeitsTyp, verfuegbarerWunschToken, token); + } + + public void DoTokenAusschlussOperation(int art, System.Nullable Oid, BS.Shared.SchulbegleitenderZugehoerigkeitsTyp zugehoerigkeitsTyp, System.Collections.Generic.Dictionary verfuegbarerAusschlussToken, string token) + { + base.Channel.DoTokenAusschlussOperation(art, Oid, zugehoerigkeitsTyp, verfuegbarerAusschlussToken, token); + } + + public System.Collections.Generic.List GetLastVertreter(System.Nullable klientenOid) + { + return base.Channel.GetLastVertreter(klientenOid); + } + + public BS.Shared.DataContracts.EmployeeAPPCodeDC DeletEmployeeChatCode(string apikey, string kundennummer, long employeeoid) + { + return base.Channel.DeletEmployeeChatCode(apikey, kundennummer, employeeoid); + } + + public BS.Shared.DataContracts.CustomerAPPCodeDC DeletCustomerChatCode(string apikey, string kundennummer, long customeroid) + { + return base.Channel.DeletCustomerChatCode(apikey, kundennummer, customeroid); + } + + public System.Collections.Generic.Dictionary GetTranslationDictionary() + { + return base.Channel.GetTranslationDictionary(); + } + + public System.Collections.Generic.List GetAllTextbausteine() + { + return base.Channel.GetAllTextbausteine(); + } + + public System.Collections.Generic.List InsertNewTextbausteine(System.Collections.Generic.List pTextbausteine) + { + return base.Channel.InsertNewTextbausteine(pTextbausteine); + } + + public void UpdateTextbausteine(System.Collections.Generic.List pTextbausteine) + { + base.Channel.UpdateTextbausteine(pTextbausteine); + } + + public void DeleteTextbausteine(System.Collections.Generic.Dictionary pOid2Version) + { + base.Channel.DeleteTextbausteine(pOid2Version); + } + + public void AnonymizeCustomer(long pCustomerOid) + { + base.Channel.AnonymizeCustomer(pCustomerOid); + } + + public void DeleteCustomerForGood(long pCustomerOid) + { + base.Channel.DeleteCustomerForGood(pCustomerOid); + } + + public void DeletePersonForGood(long pPersonOid) + { + base.Channel.DeletePersonForGood(pPersonOid); + } + + public void DeleteEmployeeForGood(long pEmployeeOid) + { + base.Channel.DeleteEmployeeForGood(pEmployeeOid); + } + + public string GetMessageFromServer(BS.Shared.TableID pObjectTid, System.Nullable pObjectOid, BS.Shared.MessageType pMessageType) + { + return base.Channel.GetMessageFromServer(pObjectTid, pObjectOid, pMessageType); + } + + public void AnonymizeEmployee(long pEmployeeOid) + { + base.Channel.AnonymizeEmployee(pEmployeeOid); + } + + public string GetMessageFromServerForDeletingAppointments(bool pHasRightToSeeAllEmployeeAppointments, long pEmployeeOid, System.DateTime pIntervalEnd, System.Collections.Generic.List pSelectedEmployees, System.Collections.Generic.List pSelectedCustomers, System.Collections.Generic.List pSelectedResources, bool pEmployeesOnly, bool pCustomersOnly, bool pResourcesOnly, bool pPrivateAppointmentsOnly, bool pOnlyMyAppointments, System.Collections.Generic.Dictionary pUserRights) + { + return base.Channel.GetMessageFromServerForDeletingAppointments(pHasRightToSeeAllEmployeeAppointments, pEmployeeOid, pIntervalEnd, pSelectedEmployees, pSelectedCustomers, pSelectedResources, pEmployeesOnly, pCustomersOnly, pResourcesOnly, pPrivateAppointmentsOnly, pOnlyMyAppointments, pUserRights); + } + + public void DeleteAppointmentsInInterval(bool pHasRightToSeeAllEmployeeAppointments, long pEmployeeOid, System.DateTime pIntervalEnd, System.Collections.Generic.List pSelectedEmployees, System.Collections.Generic.List pSelectedCustomers, System.Collections.Generic.List pSelectedResources, bool pEmployeesOnly, bool pCustomersOnly, bool pResourcesOnly, bool pPrivateAppointmentsOnly, bool pOnlyMyAppointments, System.Collections.Generic.Dictionary pUserRights) + { + base.Channel.DeleteAppointmentsInInterval(pHasRightToSeeAllEmployeeAppointments, pEmployeeOid, pIntervalEnd, pSelectedEmployees, pSelectedCustomers, pSelectedResources, pEmployeesOnly, pCustomersOnly, pResourcesOnly, pPrivateAppointmentsOnly, pOnlyMyAppointments, pUserRights); + } + + public BS.Shared.DataContracts.SbdConfigDC GetSbdConfig() + { + return base.Channel.GetSbdConfig(); + } + + public void SaveSbdConfig(BS.Shared.DataContracts.SbdConfigDC config) + { + base.Channel.SaveSbdConfig(config); + } + + public BS.Shared.DataContracts.SignatureDC GetSignature(long pSignatureOid) + { + return base.Channel.GetSignature(pSignatureOid); + } + + public void InsertNewBudget(System.Collections.Generic.List budgets) + { + base.Channel.InsertNewBudget(budgets); + } + + public void DeactivateBudget(System.Collections.Generic.Dictionary pOid2Version) + { + base.Channel.DeactivateBudget(pOid2Version); + } + + public void UpdateInvoices(System.Collections.Generic.List invoices) + { + base.Channel.UpdateInvoices(invoices); + } + + public BS.Shared.DataContracts.MandatorDC UpdateMandator(BS.Shared.DataContracts.MandatorDC mandator) + { + return base.Channel.UpdateMandator(mandator); + } + + public void UpdateServiceCategories(System.Collections.Generic.List pServiceCategories) + { + base.Channel.UpdateServiceCategories(pServiceCategories); + } + + public void UpdateServiceDescriptions(System.Collections.Generic.List pServiceDescriptions) + { + base.Channel.UpdateServiceDescriptions(pServiceDescriptions); + } + + public BS.Shared.DataContracts.ServiceRecordGroupDC UpdateServiceRecordGroup(BS.Shared.DataContracts.ServiceRecordGroupDC pServiceRecordGroup) + { + return base.Channel.UpdateServiceRecordGroup(pServiceRecordGroup); + } + + public void UpdateServiceRecords(System.Collections.Generic.List pServiceRecords) + { + base.Channel.UpdateServiceRecords(pServiceRecords); + } + + public BS.Shared.DataContracts.ServiceRecordStatisticsInfoDC GetServiceRecordStatisticInfo(long costBearer2SupportConceptOid, System.DateTime statisticsDate) + { + return base.Channel.GetServiceRecordStatisticInfo(costBearer2SupportConceptOid, statisticsDate); + } + + public BS.Shared.DataContracts.SupportConceptStatisticsDC CreateSupportConceptStatistics(long costBearer2SupportConceptOid, System.DateTime statisticsDate) + { + return base.Channel.CreateSupportConceptStatistics(costBearer2SupportConceptOid, statisticsDate); + } + + public System.Collections.Generic.List GetServiceRecordHistory(long serviceRecordOid) + { + return base.Channel.GetServiceRecordHistory(serviceRecordOid); + } + + public void ResetTenant(string tenant) + { + base.Channel.ResetTenant(tenant); + } + + public void ResetAllTenants() + { + base.Channel.ResetAllTenants(); + } + + public bool DoesNotOverlapWithOtherServiceRecord(BS.Shared.DataContracts.ServiceRecordDC pServiceRecord, long customerOid, System.Nullable employeeOid) + { + return base.Channel.DoesNotOverlapWithOtherServiceRecord(pServiceRecord, customerOid, employeeOid); + } + + public System.Collections.Generic.List GetAllAdditionalService() + { + return base.Channel.GetAllAdditionalService(); + } + + public System.Collections.Generic.List GetAllAdditionalServiceRegion() + { + return base.Channel.GetAllAdditionalServiceRegion(); + } + + public System.Collections.Generic.List GetAllAdditionalServiceGroupOfPeopleRelation() + { + return base.Channel.GetAllAdditionalServiceGroupOfPeopleRelation(); + } + + public System.Collections.Generic.List GetAllAdditionalServiceGroupOfPeople() + { + return base.Channel.GetAllAdditionalServiceGroupOfPeople(); + } + + public System.Collections.Generic.List InsertNewAdditionalServiceGroupOfPeopleRelations(System.Collections.Generic.List pAdditionalServiceGroupOfPeopleRelations) + { + return base.Channel.InsertNewAdditionalServiceGroupOfPeopleRelations(pAdditionalServiceGroupOfPeopleRelations); + } + + public void UpdateAdditionalServiceGroupOfPeopleRelations(System.Collections.Generic.List pAdditionalServiceGroupOfPeopleRelations) + { + base.Channel.UpdateAdditionalServiceGroupOfPeopleRelations(pAdditionalServiceGroupOfPeopleRelations); + } + + public void DeleteAdditionalServiceGroupOfPeopleRelation(long pDeleteAdditionalServiceGroupOfPeopleRelationOid, long pVersion) + { + base.Channel.DeleteAdditionalServiceGroupOfPeopleRelation(pDeleteAdditionalServiceGroupOfPeopleRelationOid, pVersion); + } + + public BS.Shared.DataContracts.AdditionalServiceGroupOfPeopleDC UpdateAdditionalServiceGroupOfPeople(BS.Shared.DataContracts.AdditionalServiceGroupOfPeopleDC pAdditionalServiceGroupOfPeople) + { + return base.Channel.UpdateAdditionalServiceGroupOfPeople(pAdditionalServiceGroupOfPeople); + } + + public System.Collections.Generic.List InsertNewAdditionalServiceGroupsOfPeople(System.Collections.Generic.List pGroups) + { + return base.Channel.InsertNewAdditionalServiceGroupsOfPeople(pGroups); + } + public System.Collections.Generic.List GetAllAdditionalServiceBookings(System.Nullable regionOid, System.DateTime start, System.DateTime end) { return base.Channel.GetAllAdditionalServiceBookings(regionOid, start, end); @@ -7304,216 +7628,6 @@ namespace BeWo.ServiceProxy return base.Channel.CreateNewCustomerAPPCodeDC(customerOid, kundennummer, apikey); } - public BS.Shared.DataContracts.ChatMessageDC CreateNewChatMessagesDC(long senderOid, long empfängerOid, string message, bool isDeliverd, long teamid, string messageid) - { - return base.Channel.CreateNewChatMessagesDC(senderOid, empfängerOid, message, isDeliverd, teamid, messageid); - } - - public void UpdateIsChatActiveCustomerAPPCodeDC(long customerOid, int activeType) - { - base.Channel.UpdateIsChatActiveCustomerAPPCodeDC(customerOid, activeType); - } - - public System.Collections.Generic.List GetIsChatActiveCustomerAPPCodeDC(long customerOid, int activeType) - { - return base.Channel.GetIsChatActiveCustomerAPPCodeDC(customerOid, activeType); - } - - public System.Collections.Generic.List FindUnreadChatMessagesForRecipient(long personOid) - { - return base.Channel.FindUnreadChatMessagesForRecipient(personOid); - } - - public BS.Shared.DataContracts.EmployeeAPPCodeDC CreateNewEmployeeAPPCodeDC(long employeeOid, string kundennummer, string apikey) - { - return base.Channel.CreateNewEmployeeAPPCodeDC(employeeOid, kundennummer, apikey); - } - - public void UpdateIsChatActiveEmployeeAPPCodeDC(long employeeOid, int activeType) - { - base.Channel.UpdateIsChatActiveEmployeeAPPCodeDC(employeeOid, activeType); - } - - public void UpdateNotfallNacrichtEmployeeAPPCodeDC(long employeeOid, string notfallstate) - { - base.Channel.UpdateNotfallNacrichtEmployeeAPPCodeDC(employeeOid, notfallstate); - } - - public System.Collections.Generic.List LoadOrganisationPersonRelationsByOid(System.Collections.Generic.List pOids) - { - return base.Channel.LoadOrganisationPersonRelationsByOid(pOids); - } - - public System.Collections.Generic.List LoadBargeldkassenForObject(BS.Shared.TableID objectTid, long objectOid) - { - return base.Channel.LoadBargeldkassenForObject(objectTid, objectOid); - } - - public long InsertNewBargeldkasse(BS.Shared.DataContracts.BargeldkassenDC pBargeldkasse) - { - return base.Channel.InsertNewBargeldkasse(pBargeldkasse); - } - - public BS.Shared.DataContracts.BargeldkassenDC UpdateBargeldkasse(BS.Shared.DataContracts.BargeldkassenDC pBargeldkasse) - { - return base.Channel.UpdateBargeldkasse(pBargeldkasse); - } - - public void DeactivateBargeldkasse(long pOid, long pVersion) - { - base.Channel.DeactivateBargeldkasse(pOid, pVersion); - } - - public System.Collections.Generic.List LoadNotizenKategorienForObject(BS.Shared.TableID objectTid, long objectOid) - { - return base.Channel.LoadNotizenKategorienForObject(objectTid, objectOid); - } - - public long InsertNewNotizenKategorie(BS.Shared.DataContracts.NotizenKategorieDC pBargeldkasse) - { - return base.Channel.InsertNewNotizenKategorie(pBargeldkasse); - } - - public BS.Shared.DataContracts.NotizenKategorieDC UpdateNotizenKategorie(BS.Shared.DataContracts.NotizenKategorieDC pBargeldkasse) - { - return base.Channel.UpdateNotizenKategorie(pBargeldkasse); - } - - public void DeactivateNotizenEintrag(long pOid, long pVersion) - { - base.Channel.DeactivateNotizenEintrag(pOid, pVersion); - } - - public void DeactivateNotizenKategorie(long pOid, long pVersion) - { - base.Channel.DeactivateNotizenKategorie(pOid, pVersion); - } - - public void CreateNewPerson2OrganisationRelation(long organi, BS.Shared.DataContracts.ValueListEntryDC value, long personOid, string mail, string fax, string tele, string notice) - { - base.Channel.CreateNewPerson2OrganisationRelation(organi, value, personOid, mail, fax, tele, notice); - } - - public void DeletePerson2OrganisationRelation(long oid) - { - base.Channel.DeletePerson2OrganisationRelation(oid); - } - - public System.Collections.Generic.List GetEmployeesServiceRecordsWithStartEndDate(long pEmployeeOid, System.DateTime start, System.DateTime ende) - { - return base.Channel.GetEmployeesServiceRecordsWithStartEndDate(pEmployeeOid, start, ende); - } - - public System.Collections.Generic.List GetCustomerServiceRecordsCompactWithStartEndDate(long pCustomerOid, long costbearer2SupportConceptOid, System.DateTime start, System.DateTime ende) - { - return base.Channel.GetCustomerServiceRecordsCompactWithStartEndDate(pCustomerOid, costbearer2SupportConceptOid, start, ende); - } - - public void InsertNewEmployeeAbsenceTime(long employeeOid, BS.Shared.DataContracts.AbsenceTimeDC at) - { - base.Channel.InsertNewEmployeeAbsenceTime(employeeOid, at); - } - - public void InsertNewCustomerAbsenceTime(long customerOid, BS.Shared.DataContracts.AbsenceTimeDC at) - { - base.Channel.InsertNewCustomerAbsenceTime(customerOid, at); - } - - public void DeleteVertretung(long vert) - { - base.Channel.DeleteVertretung(vert); - } - - public void UpdateVertretung(BS.Shared.DataContracts.VertretungDC vert) - { - base.Channel.UpdateVertretung(vert); - } - - public System.Collections.Generic.List GetVertretungsListe(System.DateTime datum) - { - return base.Channel.GetVertretungsListe(datum); - } - - public System.Collections.Generic.List GetVertretungsListeForTimeSpan(System.DateTime start, System.DateTime ende) - { - return base.Channel.GetVertretungsListeForTimeSpan(start, ende); - } - - public void CreateVertretung(BS.Shared.DataContracts.VertretungDC vertretung) - { - base.Channel.CreateVertretung(vertretung); - } - - public void DeactivateAbsenceTime(System.Collections.Generic.Dictionary pOid2Version) - { - base.Channel.DeactivateAbsenceTime(pOid2Version); - } - - public void UpdateVertretungAndAbsenceTime(BS.Shared.DataContracts.VertretungDC vert, BS.Shared.DataContracts.AbsenceTimeDC abs) - { - base.Channel.UpdateVertretungAndAbsenceTime(vert, abs); - } - - public void UpdateAbsenceTime(BS.Shared.DataContracts.AbsenceTimeDC abs) - { - base.Channel.UpdateAbsenceTime(abs); - } - - public System.Collections.Generic.List GetAllTokens(BS.Shared.SchulbegleitenderZugehoerigkeitsTyp zugehoerigkeitsTyp, System.Nullable oid) - { - return base.Channel.GetAllTokens(zugehoerigkeitsTyp, oid); - } - - public void DeleteToken(BS.Shared.DataContracts.TokenDC token) - { - base.Channel.DeleteToken(token); - } - - public void DeletTokenRelation(BS.Shared.DataContracts.Compact.CompactTokenDC token, System.Nullable oid, BS.Shared.SchulbegleitenderZugehoerigkeitsTyp typ) - { - base.Channel.DeletTokenRelation(token, oid, typ); - } - - public void InsertNewToken(string beschreibung, BS.Shared.TokenTyp typ, BS.Shared.SchulbegleitenderZugehoerigkeitsTyp zugehoerigkeitsTyp, System.Nullable oid) - { - base.Channel.InsertNewToken(beschreibung, typ, zugehoerigkeitsTyp, oid); - } - - public void InsertNewRelationToken(BS.Shared.DataContracts.Compact.CompactTokenDC token, BS.Shared.TokenTyp typ, BS.Shared.SchulbegleitenderZugehoerigkeitsTyp zugehoerigkeitsTyp, System.Nullable oid) - { - base.Channel.InsertNewRelationToken(token, typ, zugehoerigkeitsTyp, oid); - } - - public void UpdateToken(BS.Shared.DataContracts.TokenDC token) - { - base.Channel.UpdateToken(token); - } - - public System.Collections.Generic.List GetCustomer2TokenList() - { - return base.Channel.GetCustomer2TokenList(); - } - - public System.Collections.Generic.List GetEmployee2TokenList() - { - return base.Channel.GetEmployee2TokenList(); - } - - public System.Collections.Generic.List VertretungsMitarbeiterListeWoechentlich(System.DateTime start, System.DateTime ende) - { - return base.Channel.VertretungsMitarbeiterListeWoechentlich(start, ende); - } - - public BS.Shared.DataContracts.VertretungsKlientAccountingsListeItemsDC KlientenAbschlagsInfoListe(System.DateTime start, System.DateTime end) - { - return base.Channel.KlientenAbschlagsInfoListe(start, end); - } - - public void DoTokenWunschOperation(int art, System.Nullable Oid, BS.Shared.SchulbegleitenderZugehoerigkeitsTyp zugehoerigkeitsTyp, System.Collections.Generic.Dictionary verfuegbarerWunschToken, string token) - { - base.Channel.DoTokenWunschOperation(art, Oid, zugehoerigkeitsTyp, verfuegbarerWunschToken, token); - } - public void DeactivateInvoices(System.Collections.Generic.List invoices) { base.Channel.DeactivateInvoices(invoices); @@ -7833,111 +7947,6 @@ namespace BeWo.ServiceProxy { base.Channel.UpdateAccountingTransactions(pAccountingTransactions); } - - public void UpdateInvoices(System.Collections.Generic.List invoices) - { - base.Channel.UpdateInvoices(invoices); - } - - public BS.Shared.DataContracts.MandatorDC UpdateMandator(BS.Shared.DataContracts.MandatorDC mandator) - { - return base.Channel.UpdateMandator(mandator); - } - - public void UpdateServiceCategories(System.Collections.Generic.List pServiceCategories) - { - base.Channel.UpdateServiceCategories(pServiceCategories); - } - - public void UpdateServiceDescriptions(System.Collections.Generic.List pServiceDescriptions) - { - base.Channel.UpdateServiceDescriptions(pServiceDescriptions); - } - - public BS.Shared.DataContracts.ServiceRecordGroupDC UpdateServiceRecordGroup(BS.Shared.DataContracts.ServiceRecordGroupDC pServiceRecordGroup) - { - return base.Channel.UpdateServiceRecordGroup(pServiceRecordGroup); - } - - public void UpdateServiceRecords(System.Collections.Generic.List pServiceRecords) - { - base.Channel.UpdateServiceRecords(pServiceRecords); - } - - public BS.Shared.DataContracts.ServiceRecordStatisticsInfoDC GetServiceRecordStatisticInfo(long costBearer2SupportConceptOid, System.DateTime statisticsDate) - { - return base.Channel.GetServiceRecordStatisticInfo(costBearer2SupportConceptOid, statisticsDate); - } - - public BS.Shared.DataContracts.SupportConceptStatisticsDC CreateSupportConceptStatistics(long costBearer2SupportConceptOid, System.DateTime statisticsDate) - { - return base.Channel.CreateSupportConceptStatistics(costBearer2SupportConceptOid, statisticsDate); - } - - public System.Collections.Generic.List GetServiceRecordHistory(long serviceRecordOid) - { - return base.Channel.GetServiceRecordHistory(serviceRecordOid); - } - - public void ResetTenant(string tenant) - { - base.Channel.ResetTenant(tenant); - } - - public void ResetAllTenants() - { - base.Channel.ResetAllTenants(); - } - - public bool DoesNotOverlapWithOtherServiceRecord(BS.Shared.DataContracts.ServiceRecordDC pServiceRecord, long customerOid, System.Nullable employeeOid) - { - return base.Channel.DoesNotOverlapWithOtherServiceRecord(pServiceRecord, customerOid, employeeOid); - } - - public System.Collections.Generic.List GetAllAdditionalService() - { - return base.Channel.GetAllAdditionalService(); - } - - public System.Collections.Generic.List GetAllAdditionalServiceRegion() - { - return base.Channel.GetAllAdditionalServiceRegion(); - } - - public System.Collections.Generic.List GetAllAdditionalServiceGroupOfPeopleRelation() - { - return base.Channel.GetAllAdditionalServiceGroupOfPeopleRelation(); - } - - public System.Collections.Generic.List GetAllAdditionalServiceGroupOfPeople() - { - return base.Channel.GetAllAdditionalServiceGroupOfPeople(); - } - - public System.Collections.Generic.List InsertNewAdditionalServiceGroupOfPeopleRelations(System.Collections.Generic.List pAdditionalServiceGroupOfPeopleRelations) - { - return base.Channel.InsertNewAdditionalServiceGroupOfPeopleRelations(pAdditionalServiceGroupOfPeopleRelations); - } - - public void UpdateAdditionalServiceGroupOfPeopleRelations(System.Collections.Generic.List pAdditionalServiceGroupOfPeopleRelations) - { - base.Channel.UpdateAdditionalServiceGroupOfPeopleRelations(pAdditionalServiceGroupOfPeopleRelations); - } - - public void DeleteAdditionalServiceGroupOfPeopleRelation(long pDeleteAdditionalServiceGroupOfPeopleRelationOid, long pVersion) - { - base.Channel.DeleteAdditionalServiceGroupOfPeopleRelation(pDeleteAdditionalServiceGroupOfPeopleRelationOid, pVersion); - } - - public BS.Shared.DataContracts.AdditionalServiceGroupOfPeopleDC UpdateAdditionalServiceGroupOfPeople(BS.Shared.DataContracts.AdditionalServiceGroupOfPeopleDC pAdditionalServiceGroupOfPeople) - { - return base.Channel.UpdateAdditionalServiceGroupOfPeople(pAdditionalServiceGroupOfPeople); - } - - public System.Collections.Generic.List InsertNewAdditionalServiceGroupsOfPeople(System.Collections.Generic.List pGroups) - { - return base.Channel.InsertNewAdditionalServiceGroupsOfPeople(pGroups); - } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] diff --git a/BeWo/View/Detail/Report/DienstplanerView.xaml.cs b/BeWo/View/Detail/Report/DienstplanerView.xaml.cs index 9d7f9f92e..76703917a 100644 --- a/BeWo/View/Detail/Report/DienstplanerView.xaml.cs +++ b/BeWo/View/Detail/Report/DienstplanerView.xaml.cs @@ -236,6 +236,8 @@ namespace BeWo.View.Detail.Report } else { + if (day == 3) + Console.WriteLine(); bool tagAusgefuellt = CalculateStatusForTimeSpan(eintraegeFuerTag); _DienstplanerRootObj.DienstZeilenListe[0].StatusListe[day - 1].DauerhaftBesetztStatus = tagAusgefuellt ? true : false; } @@ -371,11 +373,18 @@ namespace BeWo.View.Detail.Report } private bool CalculateStatusForTimeSpan(List diensteFuerTag) { + bool tagAusgefuellt = true; if (diensteFuerTag.Count != 0) { - diensteFuerTag = diensteFuerTag.OrderBy(d => d.Startzeit).ToList(); + foreach (var d in diensteFuerTag) + { + var start = d.Startzeit.Split(':'); + d.Datum = new DateTime(d.Datum.Year, d.Datum.Month, d.Datum.Day, Convert.ToInt32(start[0]), Convert.ToInt32(start[1]), 0); + } + + diensteFuerTag = diensteFuerTag.OrderBy(d => d.Datum).ToList(); double minStundenFuerGruenenStatus = (_DienstplanerRootObj.ZeitraumFuerPflichtbesetzungEnde - _DienstplanerRootObj.ZeitraumFuerPflichtbesetzungStart).TotalHours; double stundenOhneUeberschneidungen = 0; @@ -383,10 +392,22 @@ namespace BeWo.View.Detail.Report var startArray = diensteFuerTag[0].Startzeit.Split(':'); var dienstStart = new DateTime(_DienstplanerRootObj.ZeitraumFuerPflichtbesetzungStart.Year, _DienstplanerRootObj.ZeitraumFuerPflichtbesetzungStart.Month, _DienstplanerRootObj.ZeitraumFuerPflichtbesetzungStart.Day, Convert.ToInt32(startArray[0]), Convert.ToInt32(startArray[1]), 0); + // Wenn der zeitlich erste Dienst später beginnt als die Zeit, in der wer da sein muss, ist der Tag nicht ausgefüllt if (dienstStart > _DienstplanerRootObj.ZeitraumFuerPflichtbesetzungStart) - return false; + tagAusgefuellt = false; + + bool dienstLaengerAlsPflichtbesetzungsEnde = false; + foreach (var dienst in diensteFuerTag) + { + var endeArray = dienst.Endzeit.Split(':'); + var dienstEnde = new DateTime(_DienstplanerRootObj.ZeitraumFuerPflichtbesetzungStart.Year, _DienstplanerRootObj.ZeitraumFuerPflichtbesetzungStart.Month, _DienstplanerRootObj.ZeitraumFuerPflichtbesetzungStart.Day, + Convert.ToInt32(endeArray[0]), Convert.ToInt32(endeArray[1]), 0); + + if (dienstEnde.TimeOfDay >= _DienstplanerRootObj.ZeitraumFuerPflichtbesetzungEnde.TimeOfDay) + dienstLaengerAlsPflichtbesetzungsEnde = true; + } var vorherigeSchicht = diensteFuerTag[0]; var vorherigeSchichtStart = TimeSpan.Parse(vorherigeSchicht.Startzeit); @@ -457,8 +478,8 @@ namespace BeWo.View.Detail.Report // Wenn die aktuelle Schicht die letzte ist if (i == diensteFuerTag.Count - 1) { - // Endet die letzte Schicht früher als die erste Schicht und die 24h vorher nicht voll waren, sind keine 24h ausgefüllt - if (ende < TimeSpan.Parse(diensteFuerTag[0].Startzeit) && stundenOhneUeberschneidungen < 24) + // Endet die letzte Schicht früher als die erste Schicht und die Stunden vorher nicht voll waren, sind keine 24h ausgefüllt + if (stundenOhneUeberschneidungen < minStundenFuerGruenenStatus) { tagAusgefuellt = false; break; @@ -466,22 +487,25 @@ namespace BeWo.View.Detail.Report } // Wenn die aktuelle Schicht später beginnt als die vorherige endet, also eine Lücke da ist - if (start > vorherigeSchichtEnde && dienst.Oid != vorherigeSchicht.Oid) + if (vorherigeSchichtStart.Hours != 0 && vorherigeSchichtStart.Minutes != 0 && vorherigeSchichtEnde.Hours != 0 && vorherigeSchichtEnde.Minutes != 0) { - if (vorherigeSchicht.UmschließenderDienst != null) + if (start > vorherigeSchichtEnde && dienst.Oid != vorherigeSchicht.Oid) { - if (TimeSpan.Parse(vorherigeSchicht.UmschließenderDienst.Endzeit) < start) + if (vorherigeSchicht.UmschließenderDienst != null) { - tagAusgefuellt = false; - break; + if (TimeSpan.Parse(vorherigeSchicht.UmschließenderDienst.Endzeit) < start) + { + tagAusgefuellt = false; + break; + } } - } - else - { - if (!schichtInnerhalbAndererSchicht && stundenOhneUeberschneidungen < 24) + else { - tagAusgefuellt = false; - break; + if (!schichtInnerhalbAndererSchicht && stundenOhneUeberschneidungen < minStundenFuerGruenenStatus) + { + tagAusgefuellt = false; + break; + } } } } @@ -492,13 +516,17 @@ namespace BeWo.View.Detail.Report } } - if (stundenOhneUeberschneidungen < minStundenFuerGruenenStatus) //Wenn nach durchgehen aller Schichten für Tag nicht 24h erreicht wurden + if (stundenOhneUeberschneidungen < minStundenFuerGruenenStatus && !dienstLaengerAlsPflichtbesetzungsEnde) //Wenn nach durchgehen aller Schichten für Tag nicht x Stunden erreicht wurden + { tagAusgefuellt = false; + } + + foreach (var d in diensteFuerTag) + d.Datum = new DateTime(d.Datum.Year, d.Datum.Month, d.Datum.Day, 0, 0, 0); } else //Wenn keine Schichten für den Tag vorhanden sind tagAusgefuellt = false; - return tagAusgefuellt; } @@ -2522,7 +2550,8 @@ namespace BeWo.View.Detail.Report _DienstplanerRootObj.DienstDCListe = ServiceFacade.DoOperationsServiceSync(s => s.DienstBloeckeNeuSortieren(_DienstplanerRootObj.DienstDCListe, auswahl, aufsteigend)); _DienstplanerRootObj.DienstZeilenListe = new List(); - _DienstplanerRootObj.DienstZeilenListe.Add(InitStatusZeile(RefreshGrid, AuswahlMonat)); + _DienstplanerRootObj.DienstZeilenListe.Add(ServiceFacade.DoOperationsServiceSync(s => s.InitStatusZeile(AuswahlMonat))); + RefreshGrid(); RefreshDienste(); } diff --git a/ReportImp/AmbulantBetreutesWohnenAstridPulm/QuittierungsbelegMitDatum.Designer.cs b/ReportImp/AmbulantBetreutesWohnenAstridPulm/QuittierungsbelegMitDatum.Designer.cs index 546b39bb3..b7e580f86 100644 --- a/ReportImp/AmbulantBetreutesWohnenAstridPulm/QuittierungsbelegMitDatum.Designer.cs +++ b/ReportImp/AmbulantBetreutesWohnenAstridPulm/QuittierungsbelegMitDatum.Designer.cs @@ -62,6 +62,9 @@ namespace AmbulantBetreutesWohnenAstridPulm this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell49 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.formattingRuleStartDate = new DevExpress.XtraReports.UI.FormattingRule(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); @@ -78,7 +81,6 @@ namespace AmbulantBetreutesWohnenAstridPulm this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); - 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(); @@ -113,15 +115,12 @@ namespace AmbulantBetreutesWohnenAstridPulm this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.fieldKontaktArt = new DevExpress.XtraReports.UI.CalculatedField(); - this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); - this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); ((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.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail @@ -539,6 +538,42 @@ namespace AmbulantBetreutesWohnenAstridPulm this.xrTableCell49.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; this.xrTableCell49.Weight = 0.41201125842898928D; // + // xrLabel17 + // + this.xrLabel17.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel17.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel17.Name = "xrLabel17"; + this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel17.SizeF = new System.Drawing.SizeF(147.5F, 20F); + this.xrLabel17.StylePriority.UseBackColor = false; + this.xrLabel17.StylePriority.UseBorders = false; + this.xrLabel17.StylePriority.UseFont = false; + this.xrLabel17.StylePriority.UsePadding = false; + this.xrLabel17.StylePriority.UseTextAlignment = false; + this.xrLabel17.Text = "Unterschriftsdatum"; + this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + // + // xrLabel18 + // + this.xrLabel18.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel18.Font = new System.Drawing.Font("Arial", 6F); + this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(0F, 20.00001F); + this.xrLabel18.Name = "xrLabel18"; + this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel18.SizeF = new System.Drawing.SizeF(147.5F, 20F); + this.xrLabel18.StylePriority.UseBackColor = false; + this.xrLabel18.StylePriority.UseBorders = false; + this.xrLabel18.StylePriority.UseFont = false; + this.xrLabel18.StylePriority.UsePadding = false; + this.xrLabel18.StylePriority.UseTextAlignment = false; + this.xrLabel18.Text = "(falls abweichend zur ersten Spalte)"; + this.xrLabel18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO); + // // formattingRuleStartDate // this.formattingRuleStartDate.Condition = "[StartDate2] < [StartDate]"; @@ -722,7 +757,6 @@ namespace AmbulantBetreutesWohnenAstridPulm // GroupFooter1 // this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.lblUnterschriftKlient, this.lblUnterschriftMitarbeiter, this.xrTableAbwesenheiten, this.lblHatAbwesenheiten, @@ -740,22 +774,6 @@ namespace AmbulantBetreutesWohnenAstridPulm this.GroupFooter1.KeepTogether = true; this.GroupFooter1.Name = "GroupFooter1"; // - // lblUnterschriftKlient - // - this.lblUnterschriftKlient.Borders = DevExpress.XtraPrinting.BorderSide.Top; - this.lblUnterschriftKlient.Font = new System.Drawing.Font("Arial", 10F); - this.lblUnterschriftKlient.LocationFloat = new DevExpress.Utils.PointFloat(94.99999F, 250F); - this.lblUnterschriftKlient.Name = "lblUnterschriftKlient"; - this.lblUnterschriftKlient.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.lblUnterschriftKlient.SizeF = new System.Drawing.SizeF(271.8472F, 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; @@ -1153,42 +1171,6 @@ namespace AmbulantBetreutesWohnenAstridPulm this.fieldKontaktArt.FieldType = DevExpress.XtraReports.UI.FieldType.String; this.fieldKontaktArt.Name = "fieldKontaktArt"; // - // xrLabel18 - // - this.xrLabel18.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrLabel18.Font = new System.Drawing.Font("Arial", 6F); - this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(0F, 20.00001F); - this.xrLabel18.Name = "xrLabel18"; - this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel18.SizeF = new System.Drawing.SizeF(147.5F, 20F); - this.xrLabel18.StylePriority.UseBackColor = false; - this.xrLabel18.StylePriority.UseBorders = false; - this.xrLabel18.StylePriority.UseFont = false; - this.xrLabel18.StylePriority.UsePadding = false; - this.xrLabel18.StylePriority.UseTextAlignment = false; - this.xrLabel18.Text = "(falls abweichend zur ersten Spalte)"; - this.xrLabel18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; - // - // xrLabel17 - // - this.xrLabel17.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrLabel17.Font = new System.Drawing.Font("Arial", 10F); - this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); - this.xrLabel17.Name = "xrLabel17"; - this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel17.SizeF = new System.Drawing.SizeF(147.5F, 20F); - this.xrLabel17.StylePriority.UseBackColor = false; - this.xrLabel17.StylePriority.UseBorders = false; - this.xrLabel17.StylePriority.UseFont = false; - this.xrLabel17.StylePriority.UsePadding = false; - this.xrLabel17.StylePriority.UseTextAlignment = false; - this.xrLabel17.Text = "Unterschriftsdatum"; - this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; - // - // bindingSource1 - // - this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO); - // // Quittierungsbeleg2 // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { @@ -1215,10 +1197,10 @@ namespace AmbulantBetreutesWohnenAstridPulm 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.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); } @@ -1288,7 +1270,6 @@ namespace AmbulantBetreutesWohnenAstridPulm 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; diff --git a/ReportImp/AmbulantBetreutesWohnenAstridPulm/QuittierungsbelegMitDatum.cs b/ReportImp/AmbulantBetreutesWohnenAstridPulm/QuittierungsbelegMitDatum.cs index 5b79f390f..3eaa212a1 100644 --- a/ReportImp/AmbulantBetreutesWohnenAstridPulm/QuittierungsbelegMitDatum.cs +++ b/ReportImp/AmbulantBetreutesWohnenAstridPulm/QuittierungsbelegMitDatum.cs @@ -35,7 +35,7 @@ namespace AmbulantBetreutesWohnenAstridPulm //sd.Notice5 = String.Format("{0} Teilnehmer", sd.CustomerCount); hatGruppen = true; } - if (sd.SignatureDate.Value.Date == sd.StartDate.Date) + if (sd.SignatureDate.HasValue && sd.SignatureDate.Value.Date == sd.StartDate.Date) sd.SignatureDate = null; servicesBillable.Add(sd); } diff --git a/ReportImp/AutismusLeben/AutismusLeben.csproj b/ReportImp/AutismusLeben/AutismusLeben.csproj new file mode 100644 index 000000000..24d3a131f --- /dev/null +++ b/ReportImp/AutismusLeben/AutismusLeben.csproj @@ -0,0 +1,105 @@ + + + + + Debug + AnyCPU + {54419AAB-93DB-482F-B304-035D001081DD} + Library + Properties + AutismusLeben + 2221228727_Reports + v4.7.2 + 512 + + + + true + full + false + ..\..\Host\bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + ..\..\Host\bin\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + Component + + + Quittierungsbeleg.cs + + + Component + + + ServiceInvoiceReport.cs + + + Component + + + SettlementReport.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 + + + + + + Quittierungsbeleg.cs + Designer + + + ServiceInvoiceReport.cs + Designer + + + SettlementReport.cs + Designer + + + + \ No newline at end of file diff --git a/ReportImp/AutismusLeben/Properties/AssemblyInfo.cs b/ReportImp/AutismusLeben/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..930888dd6 --- /dev/null +++ b/ReportImp/AutismusLeben/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/AutismusLeben/Properties/licenses.licx b/ReportImp/AutismusLeben/Properties/licenses.licx new file mode 100644 index 000000000..c7fd819d5 --- /dev/null +++ b/ReportImp/AutismusLeben/Properties/licenses.licx @@ -0,0 +1 @@ +DevExpress.XtraReports.UI.XtraReport, DevExpress.XtraReports.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a diff --git a/ReportImp/AutismusLeben/Quittierungsbeleg.Designer.cs b/ReportImp/AutismusLeben/Quittierungsbeleg.Designer.cs new file mode 100644 index 000000000..b6a5038bc --- /dev/null +++ b/ReportImp/AutismusLeben/Quittierungsbeleg.Designer.cs @@ -0,0 +1,992 @@ +using BeWo.Report.ReportObjects; +namespace AutismusLeben +{ + 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.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.formattingRuleStartDate = new DevExpress.XtraReports.UI.FormattingRule(); + this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); + 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.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); + this.fieldKontaktArt = new DevExpress.XtraReports.UI.CalculatedField(); + this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel23 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel24 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel26 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel27 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel28 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel29 = new DevExpress.XtraReports.UI.XRLabel(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); + this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell33 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell34 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell36 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLine1 = new DevExpress.XtraReports.UI.XRLine(); + this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLine2 = new DevExpress.XtraReports.UI.XRLine(); + this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).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.xrTable2}); + 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; + // + // GroupHeader1 + // + this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable1}); + this.GroupHeader1.HeightF = 20F; + this.GroupHeader1.Name = "GroupHeader1"; + this.GroupHeader1.RepeatEveryPage = true; + // + // 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.xrLabel25, + this.xrLabel26, + this.xrLabel27, + this.xrLabel28, + this.xrLabel29, + this.xrLabel24, + this.xrLabel23, + this.xrLabel22, + this.xrLabel21, + this.xrLabel20, + this.xrLabel19, + this.xrPictureBox3, + this.xrLabel2}); + this.ReportHeader.HeightF = 271.6667F; + this.ReportHeader.Name = "ReportHeader"; + // + // xrLabel2 + // + this.xrLabel2.Font = new System.Drawing.Font("Candara", 16F, System.Drawing.FontStyle.Bold); + this.xrLabel2.ForeColor = System.Drawing.Color.Black; + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 70.83334F); + 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, 27.08333F); + this.xrLabel2.StylePriority.UseFont = false; + this.xrLabel2.StylePriority.UseForeColor = false; + this.xrLabel2.StylePriority.UseTextAlignment = false; + this.xrLabel2.Text = "Quittierungsbeleg über direkte Betreuungsleistungen"; + this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // 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 = 27F; + this.topMarginBand1.Name = "topMarginBand1"; + // + // bottomMarginBand1 + // + this.bottomMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox1, + this.xrLabel17, + this.xrLabel14, + this.xrLabel15, + this.xrLabel16, + this.xrLabel12, + this.xrLabel13, + this.xrLabel11, + this.xrLabel9, + this.xrLabel8, + this.xrLine2}); + this.bottomMarginBand1.HeightF = 99.8333F; + this.bottomMarginBand1.Name = "bottomMarginBand1"; + // + // GroupFooter1 + // + this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel7, + this.xrLabel6, + this.xrLabel1, + this.xrLabel5, + this.xrLabel4, + this.xrLabel3, + this.xrLine1, + this.xrLabel10}); + this.GroupFooter1.HeightF = 242.9167F; + this.GroupFooter1.KeepTogether = true; + this.GroupFooter1.Name = "GroupFooter1"; + // + // xrLabel10 + // + this.xrLabel10.BackColor = System.Drawing.Color.Transparent; + this.xrLabel10.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TotalFLM", "{0:0.00}")}); + this.xrLabel10.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(600F, 20.00001F); + this.xrLabel10.Name = "xrLabel10"; + this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrLabel10.SizeF = new System.Drawing.SizeF(394.0001F, 39.99999F); + 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; + // + // fieldKontaktArt + // + this.fieldKontaktArt.DataMember = "Services"; + this.fieldKontaktArt.Expression = "Iif([IsGroup], \'GR\', \'E\')"; + this.fieldKontaktArt.FieldType = DevExpress.XtraReports.UI.FieldType.String; + this.fieldKontaktArt.Name = "fieldKontaktArt"; + // + // xrPictureBox3 + // + this.xrPictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox3.Image"))); + this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(891.9166F, 0F); + this.xrPictureBox3.Name = "xrPictureBox3"; + this.xrPictureBox3.SizeF = new System.Drawing.SizeF(177.0834F, 116.9166F); + this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // + // xrLabel19 + // + this.xrLabel19.BackColor = System.Drawing.Color.WhiteSmoke; + this.xrLabel19.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(127)))), ((int)(((byte)(49))))); + this.xrLabel19.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel19.BorderWidth = 3F; + this.xrLabel19.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(0F, 116.9166F); + this.xrLabel19.Name = "xrLabel19"; + this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel19.SizeF = new System.Drawing.SizeF(994F, 135.7083F); + this.xrLabel19.StylePriority.UseBackColor = false; + this.xrLabel19.StylePriority.UseBorderColor = false; + this.xrLabel19.StylePriority.UseBorders = false; + this.xrLabel19.StylePriority.UseBorderWidth = 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.Font = new System.Drawing.Font("Candara", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 130.5208F); + this.xrLabel20.Name = "xrLabel20"; + this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel20.SizeF = new System.Drawing.SizeF(142.2917F, 20.00002F); + 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.Text = "Name, Vorname:"; + this.xrLabel20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel21 + // + this.xrLabel21.Font = new System.Drawing.Font("Candara", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 150.5208F); + this.xrLabel21.Name = "xrLabel21"; + this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel21.SizeF = new System.Drawing.SizeF(142.2917F, 20.00002F); + 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 = "AZ LVR:"; + this.xrLabel21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel22 + // + this.xrLabel22.Font = new System.Drawing.Font("Candara", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 170.5208F); + this.xrLabel22.Name = "xrLabel22"; + this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel22.SizeF = new System.Drawing.SizeF(142.2917F, 20.00002F); + 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.Text = "Bewilligte FLS:"; + this.xrLabel22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel23 + // + this.xrLabel23.Font = new System.Drawing.Font("Candara", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel23.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 190.5209F); + this.xrLabel23.Name = "xrLabel23"; + this.xrLabel23.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel23.SizeF = new System.Drawing.SizeF(142.2917F, 20.00002F); + 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.Text = "Abrechnungsmonat:"; + this.xrLabel23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel24 + // + this.xrLabel24.Font = new System.Drawing.Font("Candara", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel24.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 210.5209F); + this.xrLabel24.Name = "xrLabel24"; + this.xrLabel24.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel24.SizeF = new System.Drawing.SizeF(142.2917F, 20.00002F); + this.xrLabel24.StylePriority.UseBackColor = false; + this.xrLabel24.StylePriority.UseBorders = false; + this.xrLabel24.StylePriority.UseFont = false; + this.xrLabel24.StylePriority.UsePadding = false; + this.xrLabel24.StylePriority.UseTextAlignment = false; + this.xrLabel24.Text = "Mitarbeiter/in:"; + this.xrLabel24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel25 + // + this.xrLabel25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "MainAttendantCommaSeperated")}); + this.xrLabel25.Font = new System.Drawing.Font("Candara", 11F); + this.xrLabel25.LocationFloat = new DevExpress.Utils.PointFloat(152.2917F, 210.5209F); + this.xrLabel25.Name = "xrLabel25"; + this.xrLabel25.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel25.SizeF = new System.Drawing.SizeF(830.8334F, 20.00002F); + this.xrLabel25.StylePriority.UseBackColor = false; + this.xrLabel25.StylePriority.UseBorders = false; + this.xrLabel25.StylePriority.UseFont = false; + this.xrLabel25.StylePriority.UsePadding = false; + this.xrLabel25.StylePriority.UseTextAlignment = false; + this.xrLabel25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel26 + // + this.xrLabel26.Font = new System.Drawing.Font("Candara", 11F); + this.xrLabel26.LocationFloat = new DevExpress.Utils.PointFloat(152.2917F, 190.5209F); + this.xrLabel26.Name = "xrLabel26"; + this.xrLabel26.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel26.SizeF = new System.Drawing.SizeF(830.8334F, 20.00002F); + this.xrLabel26.StylePriority.UseBackColor = false; + this.xrLabel26.StylePriority.UseBorders = false; + this.xrLabel26.StylePriority.UseFont = false; + this.xrLabel26.StylePriority.UsePadding = false; + this.xrLabel26.StylePriority.UseTextAlignment = false; + this.xrLabel26.Text = "[Month] [Year]"; + this.xrLabel26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel27 + // + this.xrLabel27.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ApprovedFLSTotal")}); + this.xrLabel27.Font = new System.Drawing.Font("Candara", 11F); + this.xrLabel27.LocationFloat = new DevExpress.Utils.PointFloat(152.2917F, 170.5208F); + this.xrLabel27.Name = "xrLabel27"; + this.xrLabel27.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel27.SizeF = new System.Drawing.SizeF(830.8334F, 20.00002F); + this.xrLabel27.StylePriority.UseBackColor = false; + this.xrLabel27.StylePriority.UseBorders = false; + this.xrLabel27.StylePriority.UseFont = false; + this.xrLabel27.StylePriority.UsePadding = false; + this.xrLabel27.StylePriority.UseTextAlignment = false; + this.xrLabel27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel28 + // + this.xrLabel28.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerName")}); + this.xrLabel28.Font = new System.Drawing.Font("Candara", 11F); + this.xrLabel28.LocationFloat = new DevExpress.Utils.PointFloat(152.2917F, 130.5208F); + this.xrLabel28.Name = "xrLabel28"; + this.xrLabel28.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel28.SizeF = new System.Drawing.SizeF(830.8334F, 20.00002F); + this.xrLabel28.StylePriority.UseBackColor = false; + this.xrLabel28.StylePriority.UseBorders = false; + this.xrLabel28.StylePriority.UseFont = false; + this.xrLabel28.StylePriority.UsePadding = false; + this.xrLabel28.StylePriority.UseTextAlignment = false; + this.xrLabel28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel29 + // + this.xrLabel29.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ReferenceNumber")}); + this.xrLabel29.Font = new System.Drawing.Font("Candara", 11F); + this.xrLabel29.LocationFloat = new DevExpress.Utils.PointFloat(152.2917F, 150.5208F); + this.xrLabel29.Name = "xrLabel29"; + this.xrLabel29.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel29.SizeF = new System.Drawing.SizeF(830.8334F, 20.00002F); + this.xrLabel29.StylePriority.UseBackColor = false; + this.xrLabel29.StylePriority.UseBorders = false; + this.xrLabel29.StylePriority.UseFont = false; + this.xrLabel29.StylePriority.UsePadding = false; + this.xrLabel29.StylePriority.UseTextAlignment = false; + this.xrLabel29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO); + // + // xrTable1 + // + this.xrTable1.BorderColor = System.Drawing.Color.Black; + this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable1.Name = "xrTable1"; + this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow9}); + this.xrTable1.SizeF = new System.Drawing.SizeF(994F, 20F); + this.xrTable1.StylePriority.UseFont = false; + this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow9 + // + this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell32, + this.xrTableCell33, + this.xrTableCell34, + this.xrTableCell36}); + this.xrTableRow9.Name = "xrTableRow9"; + this.xrTableRow9.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableRow9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableRow9.Weight = 1D; + // + // xrTableCell32 + // + this.xrTableCell32.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell32.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell32.Name = "xrTableCell32"; + this.xrTableCell32.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell32.StylePriority.UseBorders = false; + this.xrTableCell32.StylePriority.UseFont = false; + this.xrTableCell32.StylePriority.UsePadding = false; + this.xrTableCell32.StylePriority.UseTextAlignment = false; + this.xrTableCell32.Text = "Datum"; + this.xrTableCell32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell32.Weight = 0.06791488348750184D; + // + // xrTableCell33 + // + this.xrTableCell33.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell33.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell33.Name = "xrTableCell33"; + this.xrTableCell33.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell33.StylePriority.UseBorders = false; + this.xrTableCell33.StylePriority.UseFont = false; + this.xrTableCell33.StylePriority.UsePadding = false; + this.xrTableCell33.StylePriority.UseTextAlignment = false; + this.xrTableCell33.Text = "Beginn"; + this.xrTableCell33.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell33.Weight = 0.067914883154985534D; + // + // xrTableCell34 + // + this.xrTableCell34.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell34.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell34.Name = "xrTableCell34"; + this.xrTableCell34.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell34.StylePriority.UseBorders = false; + this.xrTableCell34.StylePriority.UseFont = false; + this.xrTableCell34.StylePriority.UsePadding = false; + this.xrTableCell34.StylePriority.UseTextAlignment = false; + this.xrTableCell34.Text = "Ende"; + this.xrTableCell34.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell34.Weight = 0.06791488680456069D; + // + // xrTableCell36 + // + this.xrTableCell36.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell36.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell36.Name = "xrTableCell36"; + this.xrTableCell36.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell36.StylePriority.UseBorders = false; + this.xrTableCell36.StylePriority.UseFont = false; + this.xrTableCell36.StylePriority.UsePadding = false; + this.xrTableCell36.StylePriority.UseTextAlignment = false; + this.xrTableCell36.Text = "Gesamtzeit in Minuten"; + this.xrTableCell36.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell36.Weight = 0.13379232136984456D; + // + // xrTable2 + // + this.xrTable2.BorderColor = System.Drawing.Color.Black; + this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable2.Name = "xrTable2"; + this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow2}); + this.xrTable2.SizeF = new System.Drawing.SizeF(994F, 20F); + this.xrTable2.StylePriority.UseFont = false; + this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow2 + // + this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell6, + this.xrTableCell7, + this.xrTableCell8, + this.xrTableCell9}); + this.xrTableRow2.Name = "xrTableRow2"; + this.xrTableRow2.Weight = 1D; + // + // xrTableCell6 + // + this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.StartDate", "{0:dd.MM.yyyy}")}); + this.xrTableCell6.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell6.Name = "xrTableCell6"; + this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell6.StylePriority.UseFont = false; + this.xrTableCell6.StylePriority.UsePadding = false; + this.xrTableCell6.StylePriority.UseTextAlignment = false; + this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell6.Weight = 0.06791488348750184D; + // + // xrTableCell7 + // + this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.StartDateMinutes", "{0:HH:mm\' Uhr\'}")}); + this.xrTableCell7.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell7.Name = "xrTableCell7"; + this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell7.StylePriority.UseFont = false; + this.xrTableCell7.StylePriority.UsePadding = false; + this.xrTableCell7.StylePriority.UseTextAlignment = false; + this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell7.Weight = 0.067914883154985534D; + // + // xrTableCell8 + // + this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.EndDateMinutes", "{0:HH:mm\' Uhr\'}")}); + this.xrTableCell8.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell8.Name = "xrTableCell8"; + this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell8.StylePriority.UseFont = false; + this.xrTableCell8.StylePriority.UsePadding = false; + this.xrTableCell8.StylePriority.UseTextAlignment = false; + this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell8.Weight = 0.06791488680456069D; + // + // xrTableCell9 + // + this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.Minutes", "{0:#}")}); + this.xrTableCell9.Font = new System.Drawing.Font("Arial", 11F); + this.xrTableCell9.Name = "xrTableCell9"; + this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell9.StylePriority.UseFont = false; + this.xrTableCell9.StylePriority.UsePadding = false; + this.xrTableCell9.StylePriority.UseTextAlignment = false; + this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell9.Weight = 0.13379232136984456D; + // + // xrLine1 + // + this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(600F, 0F); + this.xrLine1.Name = "xrLine1"; + this.xrLine1.SizeF = new System.Drawing.SizeF(393.9999F, 20.00001F); + // + // xrLabel3 + // + this.xrLabel3.BackColor = System.Drawing.Color.Transparent; + 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, System.Drawing.FontStyle.Bold); + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(400F, 20.00001F); + this.xrLabel3.Multiline = true; + this.xrLabel3.Name = "xrLabel3"; + this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel3.SizeF = new System.Drawing.SizeF(200F, 40F); + 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 = "1. Summe unmittelbarer \r\nBetreuungsleistungen"; + this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel4 + // + this.xrLabel4.BackColor = System.Drawing.Color.Transparent; + 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, System.Drawing.FontStyle.Bold); + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(400F, 60.00001F); + this.xrLabel4.Multiline = true; + this.xrLabel4.Name = "xrLabel4"; + this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel4.SizeF = new System.Drawing.SizeF(200F, 40F); + 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 = "2. Summe abzurechnender\r\nLeistungen (x 1,2)"; + this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel5 + // + this.xrLabel5.BackColor = System.Drawing.Color.Transparent; + this.xrLabel5.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrLabel5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TotalFLMBillable", "{0:0.00}")}); + this.xrLabel5.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(600F, 60.00001F); + this.xrLabel5.Name = "xrLabel5"; + this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrLabel5.SizeF = new System.Drawing.SizeF(394.0001F, 39.99999F); + 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.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel1 + // + this.xrLabel1.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrLabel1.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel1.ForeColor = System.Drawing.Color.Black; + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(37.62509F, 197.0833F); + this.xrLabel1.Multiline = true; + this.xrLabel1.Name = "xrLabel1"; + this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel1.SizeF = new System.Drawing.SizeF(114.6666F, 20.83334F); + this.xrLabel1.StylePriority.UseBorders = false; + this.xrLabel1.StylePriority.UseFont = false; + this.xrLabel1.StylePriority.UseForeColor = false; + this.xrLabel1.StylePriority.UseTextAlignment = false; + this.xrLabel1.Text = "Datum"; + this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel6 + // + this.xrLabel6.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrLabel6.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel6.ForeColor = System.Drawing.Color.Black; + this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(251.2501F, 196.4583F); + 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(233.4166F, 20.83334F); + this.xrLabel6.StylePriority.UseBorders = false; + this.xrLabel6.StylePriority.UseFont = false; + this.xrLabel6.StylePriority.UseForeColor = false; + this.xrLabel6.StylePriority.UseTextAlignment = false; + this.xrLabel6.Text = "Unterschrift Mitarbeiter/in"; + this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel7 + // + this.xrLabel7.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrLabel7.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel7.ForeColor = System.Drawing.Color.Black; + this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(583.5419F, 196.4583F); + this.xrLabel7.Multiline = true; + this.xrLabel7.Name = "xrLabel7"; + this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel7.SizeF = new System.Drawing.SizeF(233.4166F, 20.83334F); + this.xrLabel7.StylePriority.UseBorders = false; + this.xrLabel7.StylePriority.UseFont = false; + this.xrLabel7.StylePriority.UseForeColor = false; + this.xrLabel7.StylePriority.UseTextAlignment = false; + this.xrLabel7.Text = "Unterschrift Klient/in"; + this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLine2 + // + this.xrLine2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(127)))), ((int)(((byte)(49))))); + this.xrLine2.LineDirection = DevExpress.XtraReports.UI.LineDirection.Vertical; + this.xrLine2.LineWidth = 2; + this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 22.49998F); + this.xrLine2.Name = "xrLine2"; + this.xrLine2.SizeF = new System.Drawing.SizeF(7.541609F, 55.87502F); + this.xrLine2.StylePriority.UseForeColor = false; + // + // xrLabel8 + // + this.xrLabel8.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel8.Font = new System.Drawing.Font("Candara", 9F, System.Drawing.FontStyle.Bold); + this.xrLabel8.ForeColor = System.Drawing.Color.Black; + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(37.62509F, 9.999974F); + this.xrLabel8.Multiline = true; + this.xrLabel8.Name = "xrLabel8"; + this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel8.SizeF = new System.Drawing.SizeF(206.3333F, 17.70833F); + this.xrLabel8.StylePriority.UseBorders = false; + this.xrLabel8.StylePriority.UseFont = false; + this.xrLabel8.StylePriority.UseForeColor = false; + this.xrLabel8.StylePriority.UseTextAlignment = false; + this.xrLabel8.Text = "Autismus leben gemeinnützige GmbH"; + this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel11 + // + this.xrLabel11.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel11.Font = new System.Drawing.Font("Candara", 9F); + this.xrLabel11.ForeColor = System.Drawing.Color.Black; + this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(37.62509F, 45.41664F); + this.xrLabel11.Multiline = true; + this.xrLabel11.Name = "xrLabel11"; + this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel11.SizeF = new System.Drawing.SizeF(206.3333F, 17.70833F); + this.xrLabel11.StylePriority.UseBorders = false; + this.xrLabel11.StylePriority.UseFont = false; + this.xrLabel11.StylePriority.UseForeColor = false; + this.xrLabel11.StylePriority.UseTextAlignment = false; + this.xrLabel11.Text = "Geschäftsführerin: Sonja Howe"; + this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel9 + // + this.xrLabel9.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel9.Font = new System.Drawing.Font("Candara", 9F); + this.xrLabel9.ForeColor = System.Drawing.Color.Black; + this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(37.62509F, 27.70831F); + this.xrLabel9.Multiline = true; + this.xrLabel9.Name = "xrLabel9"; + this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel9.SizeF = new System.Drawing.SizeF(206.3333F, 17.70833F); + this.xrLabel9.StylePriority.UseBorders = false; + this.xrLabel9.StylePriority.UseFont = false; + this.xrLabel9.StylePriority.UseForeColor = false; + this.xrLabel9.StylePriority.UseTextAlignment = false; + this.xrLabel9.Text = "Augustastraße 78, 52070 Aachen"; + this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel12 + // + this.xrLabel12.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel12.Font = new System.Drawing.Font("Candara", 9F); + this.xrLabel12.ForeColor = System.Drawing.Color.Black; + this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(327.2918F, 45.41664F); + this.xrLabel12.Multiline = true; + this.xrLabel12.Name = "xrLabel12"; + this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel12.SizeF = new System.Drawing.SizeF(114.6666F, 17.70833F); + this.xrLabel12.StylePriority.UseBorders = false; + this.xrLabel12.StylePriority.UseFont = false; + this.xrLabel12.StylePriority.UseForeColor = false; + this.xrLabel12.StylePriority.UseTextAlignment = false; + this.xrLabel12.Text = "HRB 23508"; + this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel13 + // + this.xrLabel13.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel13.Font = new System.Drawing.Font("Candara", 9F); + this.xrLabel13.ForeColor = System.Drawing.Color.Black; + this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(327.2918F, 27.70831F); + this.xrLabel13.Multiline = true; + this.xrLabel13.Name = "xrLabel13"; + this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel13.SizeF = new System.Drawing.SizeF(114.6666F, 17.70833F); + this.xrLabel13.StylePriority.UseBorders = false; + this.xrLabel13.StylePriority.UseFont = false; + this.xrLabel13.StylePriority.UseForeColor = false; + this.xrLabel13.StylePriority.UseTextAlignment = false; + this.xrLabel13.Text = "Amtsgericht Aachen"; + this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel14 + // + this.xrLabel14.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel14.Font = new System.Drawing.Font("Candara", 9F, System.Drawing.FontStyle.Bold); + this.xrLabel14.ForeColor = System.Drawing.Color.Black; + this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(542.9169F, 9.999974F); + this.xrLabel14.Multiline = true; + this.xrLabel14.Name = "xrLabel14"; + this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel14.SizeF = new System.Drawing.SizeF(233.4166F, 17.70833F); + this.xrLabel14.StylePriority.UseBorders = false; + this.xrLabel14.StylePriority.UseFont = false; + this.xrLabel14.StylePriority.UseForeColor = false; + this.xrLabel14.StylePriority.UseTextAlignment = false; + this.xrLabel14.Text = "Bankverbindung "; + this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel15 + // + this.xrLabel15.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel15.Font = new System.Drawing.Font("Candara", 9F); + this.xrLabel15.ForeColor = System.Drawing.Color.Black; + this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(542.9169F, 27.70831F); + this.xrLabel15.Multiline = true; + this.xrLabel15.Name = "xrLabel15"; + this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel15.SizeF = new System.Drawing.SizeF(233.4166F, 17.70833F); + this.xrLabel15.StylePriority.UseBorders = false; + this.xrLabel15.StylePriority.UseFont = false; + this.xrLabel15.StylePriority.UseForeColor = false; + this.xrLabel15.StylePriority.UseTextAlignment = false; + this.xrLabel15.Text = "IBAN:\tDE59 3905 0000 1073 5187 95"; + this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel16 + // + this.xrLabel16.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel16.Font = new System.Drawing.Font("Candara", 9F); + this.xrLabel16.ForeColor = System.Drawing.Color.Black; + this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(542.9169F, 45.41664F); + this.xrLabel16.Multiline = true; + this.xrLabel16.Name = "xrLabel16"; + this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel16.SizeF = new System.Drawing.SizeF(233.4166F, 17.70833F); + this.xrLabel16.StylePriority.UseBorders = false; + this.xrLabel16.StylePriority.UseFont = false; + this.xrLabel16.StylePriority.UseForeColor = false; + this.xrLabel16.StylePriority.UseTextAlignment = false; + this.xrLabel16.Text = "BIC:\tAACSDE33"; + this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel17 + // + this.xrLabel17.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel17.Font = new System.Drawing.Font("Candara", 9F, System.Drawing.FontStyle.Bold); + this.xrLabel17.ForeColor = System.Drawing.Color.Black; + this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(867.8752F, 9.999974F); + this.xrLabel17.Multiline = true; + this.xrLabel17.Name = "xrLabel17"; + this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel17.SizeF = new System.Drawing.SizeF(201.1249F, 17.70833F); + this.xrLabel17.StylePriority.UseBorders = false; + this.xrLabel17.StylePriority.UseFont = false; + this.xrLabel17.StylePriority.UseForeColor = false; + this.xrLabel17.StylePriority.UseTextAlignment = false; + this.xrLabel17.Text = "Mitgliedschaft"; + this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrPictureBox1 + // + this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image"))); + this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(867.8752F, 27.70831F); + this.xrPictureBox1.Name = "xrPictureBox1"; + this.xrPictureBox1.SizeF = new System.Drawing.SizeF(115.2499F, 30F); + this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // + // 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, 50, 27, 100); + this.PageHeight = 827; + this.PageWidth = 1169; + this.PaperKind = System.Drawing.Printing.PaperKind.A4Rotated; + this.Version = "17.1"; + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).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.GroupFooterBand GroupFooter1; + private DevExpress.XtraReports.UI.CalculatedField fieldKontaktArt; + private DevExpress.XtraReports.UI.XRLabel xrLabel10; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox3; + 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; + private DevExpress.XtraReports.UI.XRLabel xrLabel24; + private DevExpress.XtraReports.UI.XRLabel xrLabel25; + private DevExpress.XtraReports.UI.XRLabel xrLabel26; + private DevExpress.XtraReports.UI.XRLabel xrLabel27; + private DevExpress.XtraReports.UI.XRLabel xrLabel28; + private DevExpress.XtraReports.UI.XRLabel xrLabel29; + private DevExpress.XtraReports.UI.XRTable xrTable1; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow9; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell32; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell33; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell34; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell36; + private DevExpress.XtraReports.UI.XRTable xrTable2; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell6; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell7; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell8; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell9; + private DevExpress.XtraReports.UI.XRLine xrLine1; + private DevExpress.XtraReports.UI.XRLabel xrLabel3; + private DevExpress.XtraReports.UI.XRLabel xrLabel4; + private DevExpress.XtraReports.UI.XRLabel xrLabel5; + private DevExpress.XtraReports.UI.XRLabel xrLabel1; + private DevExpress.XtraReports.UI.XRLabel xrLabel6; + private DevExpress.XtraReports.UI.XRLabel xrLabel7; + private DevExpress.XtraReports.UI.XRLine xrLine2; + private DevExpress.XtraReports.UI.XRLabel xrLabel8; + private DevExpress.XtraReports.UI.XRLabel xrLabel12; + private DevExpress.XtraReports.UI.XRLabel xrLabel13; + private DevExpress.XtraReports.UI.XRLabel xrLabel11; + private DevExpress.XtraReports.UI.XRLabel xrLabel9; + private DevExpress.XtraReports.UI.XRLabel xrLabel14; + private DevExpress.XtraReports.UI.XRLabel xrLabel15; + private DevExpress.XtraReports.UI.XRLabel xrLabel16; + private DevExpress.XtraReports.UI.XRLabel xrLabel17; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1; + } +} diff --git a/ReportImp/AutismusLeben/Quittierungsbeleg.cs b/ReportImp/AutismusLeben/Quittierungsbeleg.cs new file mode 100644 index 000000000..28a9d2357 --- /dev/null +++ b/ReportImp/AutismusLeben/Quittierungsbeleg.cs @@ -0,0 +1,188 @@ +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 AutismusLeben +{ + 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) + { + ServicesOverviewRO.CreateSignatureString(sd); + if (sd.IsGroup) + { + //sd.Notice5 = String.Format("{0} Teilnehmer", sd.CustomerCount); + hatGruppen = true; + } + 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; + // } + // } + //} + + // TODO: Wie anzeigen? Alle? + private void EmployeeSignature_BeforePrint(object sender, System.Drawing.Printing.PrintEventArgs e) + { + return; + + if(sender is XRPictureBox pictureBox) + { + var base64String = pictureBox.Tag as string; + + if(!string.IsNullOrWhiteSpace(base64String)) + { + var base64Data = Regex.Match(base64String, @"data:image/(?.+?),(?.+)").Groups["data"].Value; + var binaryData = Convert.FromBase64String(base64Data); + var image = ByteArrayToImage(binaryData); + + pictureBox.Image = image; + } + else + { + pictureBox.Image = null; + } + } + } + + // TODO: Wie anzeigen? Alle? + // TODO: Visibile der Datumstextboxen auf true setzen! + private void CustomerSignature_BeforePrint(object sender, System.Drawing.Printing.PrintEventArgs e) + { + return; + + if(sender is XRPictureBox pictureBox) + { + var base64String = pictureBox.Tag as string; + + if(!string.IsNullOrWhiteSpace(base64String)) + { + var base64Data = Regex.Match(base64String, @"data:image/(?.+?),(?.+)").Groups["data"].Value; + var binaryData = Convert.FromBase64String(base64Data); + var image = ByteArrayToImage(binaryData); + + pictureBox.Image = image; + } + else + { + pictureBox.Image = null; + } + } + } + + private void picSignature_BeforePrint(object sender, System.Drawing.Printing.PrintEventArgs 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/AutismusLeben/Quittierungsbeleg.resx b/ReportImp/AutismusLeben/Quittierungsbeleg.resx new file mode 100644 index 000000000..06109f3b5 --- /dev/null +++ b/ReportImp/AutismusLeben/Quittierungsbeleg.resx @@ -0,0 +1,1872 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + + + /9j/4AAQSkZJRgABAQEBIAEgAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsN + DhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQU + FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCAOYBb4DASIAAhEBAxEB/8QA + HwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIh + MUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVW + V1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXG + x8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQF + BgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAV + YnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE + hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq + 8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD9U6KKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACioLq8gsbd7i5njtoUGWkmcKqj3J4rgNc/aA8D6G7R + nV/t8q/wWMbSj/vr7v61wYrMMJgVzYqrGHq0vzOzD4PE4t2w9Ny9E2ejUV4VeftaaBGx+y6LqM47GUxx + 59OhaqkP7XGnM2JfDt0i46pcqx/LaK+dlxfkUXZ4lfdL/I9qPDWbSV1Qf3r/ADPoCivH9J/ai8H37hLt + NQ0z1eeAOn/jhY/pXpPh/wAV6P4qtzPpGpW2oRj73kSBmX/eHVfxFezg84y/MHbC14zfZPX7t/wPLxWW + 4zBq+IpOK720+/Y16KKK9g80KKKKACiiigAooooAKK4jxT8TrPQrmS0tYvt11GdrndtRD6E9yPT9a5aP + 4yaqJcvZ2bR5+6ocH89x/lX51mHiBw9luIeFq17yTs+VOST82tPW1z26OT4yvD2kYWT7ux7BRXM+E/Hd + j4qzEoa2vQMm3c5yPVT3H6+1dNX2mX5jhM1w8cVgqinB9V+T6p+T1PLrUamHm6dWNmgrM8ReItM8J6Pc + 6rrF9Dp2nW67pbidsKvOAPckkAAcknArTr4B/bA+LE3jb4gy+HrO4Y6JoTmHy0b5ZbnpI5Hcrygz0w2P + vGvrcnyyWa4lUU7RWrfl/mz5LiDOoZHgniGryekV3f8Akt393U96vv24Ph3a35gig1u8izj7VBaIIzz1 + w8it/wCO16J4C+O3gf4kzLb6Jr0L3zHAsrkGCc8ZO1XA3cf3c1+YlLHI0Tq6MUdTkMpwQR3Br9FrcIYK + cLUpSjLvv96/ysfkGH8Qcyp1OavCMo9rNfc7v8Uz9eqK+K/2ff2vLvSLi38P+O7prvTWwkGsyZaaA9hM + eS6/7X3h3yPu/Z8E8d1DHNDIk0Mih0kjIKspGQQR1BFfmmZZZiMrq+zrrR7Po/67H7Pk+dYTOqHtsM9V + unun5/o9mS0UUV5J7xkeJ/FWj+CtDudZ17UrbSdLtgDLdXcgRFycAZPUk8ADkkgCsH4d/GTwZ8WNFvNV + 8K6/b6pY2b7LmTa8JhOM5dZFVlGASCRg4ODxX5qftmftFXHxq+IU+maZdsfB2iytDZRxv+7uZBlWuSO+ + eQvovoWavP8A4R/Fu7+F+jePrS2lkQ+IdCfTERDgeY8sY3k9isRnwfVq+1pcOSnhVUlJqo7adEvPzsfC + VeJ4QxbpRinTV9era7eV9PM9K+Jn7bXj3WPjLN4k8N6/d2Hh+wuiunaSHZbWe3U4BniyA5cZJ3cruwpG + Bj9Mvhz44sfiV4F0LxRp3y2mq2iXKxlsmIkfNGT6q2VPupr8Pa/RH9g/40aZ4Z/Zz8VnxDeiCw8IXb3D + seStvMN6KozyzSiUAdywFd+eZbTjhYSoQs4tLTqnp83e33nncP5rVqYupDETuppvXZNfkrfkfXvivxdo + vgXQ7nWfEGp22kaXbjMt1dSBEHoB6k9AByTwBmvk3xz/AMFMPCGi3klv4X8Nah4lVDj7VczCxif3XKu+ + Mf3lU+1fGv7QH7QXiH4/+L5dS1OV7bSIGK6dpKOfKto88Ejo0hH3n6noMAADy2qwPDlGMFLF+9Lt0X3b + k5hxRWlNwwfuxXVq7f36I+6LX/gqLerLm5+HVvJHj7sWrsjfXJhP8q9M8E/8FIPhv4gkjh16w1bwvK33 + ppIhdW6/8Cjy/wD45X5l5FJXp1MgwFRWUOX0b/W55VPiTMqbvKal6pfpZn7keDvHnh34gaWNR8N63Y63 + Z8Zlsp1k2EjIDAHKn2OD7Vv1+GXhHxlrvgPWotX8O6teaLqMXC3FnKY2xnJU4+8pwMqcg9xX3t+zd/wU + EtfE1xaeHPiX5Gl6lJiOHX4wEtpmPAEyjiInj5h8nPIQCvksfw9WwydSg+eP4/8AB/rQ+yy7iShipKni + FySf3P8Ay+f3n2vRTVYOoZSGUjIIPBp1fJn2IUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB + RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB + RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB + RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB + RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRWVq3ijR9AH/ABM9VstP4zi5uEjP5E15 + /wCIv2kvBuiRuLW6m1i4HAjtIiFz7u2Bj3Ga8rF5rgMCm8TWjH1av9256GHy/F4tpUKUpeidvv2PVa8e + +Jn7RWk+EGlsNFEes6suVZlb/R4W/wBph94+y/iRXi/xC/aA8ReOI5LSAjRtLfhre2cl5B6PJwSPYAD1 + BrzCvyDPvEByToZQrf32v/SU/wA393U/Sco4OUWq2Y6/3V+r/Rfedl4g+MHjDxJcNJc69dwox4htJDBG + B6YTGfxzWHD4t1y3cPFrOoRv/eW6kB/nWTRX5BVzDF15+0q1ZOXdyZ+k08Hh6UeSnTSXZJHfaH8dPG+g + suzXJryMdY74CcH8W+b8jXqvhP8Aawt5mSLxFpLW54BurA7l+pjY5A+jH6V82UV7eA4pzfL2vZV212l7 + y/Hb5WPKxeQZbjV+8pJPutH+H63Pvnwv460DxlD5mjapb3xAy0atiRf95Dhh+Irfr867e4ls50mgleGZ + DlJI2Ksp9QR0r03wp+0Z4w8NqkVxcx61bLxsvl3OB7SDDZ/3s1+pZb4jUKloZjScX3jqvu3X4nwGO4Jq + wvLBVOZdpaP79n+B9j15f45/aE8MeDZXtYJG1rUFODDZkFFPo0h4H4ZI9K8K+IX7Quv+OLH7Bbxrotg4 + xLHbSFpJfZnwPl9gBnvmvLK5c88QrP2WUK/9+S/KL/N/d1OjKuDbr2mYv/t1P83/AJfefQX/AA11e+fk + eGoPI/u/a23f99bMfpXeeDf2kvC/iaRLe/Mmg3THAF0QYSfaQcD/AIEBXyDRXx2F46zvD1OepUVRdml+ + aSa/rQ+lxHCeV1ocsIOD7pv9W0forHIskaujB0YAqynII9afXxD8PvjJ4h+HjpFa3H2zTM/Np9ySY+vO + w9UPXpxzyDXrniH9quyk8Kh9GsJodel+Qx3QDRQccvkff9hgepHGD+tYDjvKsVh5Va79nOKu4vW/+F9f + wflbU/OsXwjmFCsqdFc8W9GtLeq6fij13xh8Q9A8B26y6zqCWzuMxwKC8sn0Uc49+nvXmdx+1j4cSbbD + pOpyxZILsI1P1A3H+dfMeratea5qE19qFzJd3czbpJpW3MT/AIe3aqlfnWYeIWY1qr+pxVOHS6u/nfT7 + l82fa4PgzBU6a+stzl11svl1+8+wtD/aV8FauypPcXWlO3H+mQHGfqhYfnivRtJ17Ttftxcabf29/D/f + tpVcD2ODxX571NaXlxp86z2s8ltOv3ZIXKsPoRXRgvEfG09MZRjNd1eL/VfgjHFcE4Wprhqji/PVfo/z + P0Kvr620y1kuryeO1tol3PNM4VFHqSeBXgvxC/ajt7VpbLwpAt3IPlOo3KkRj3ROCfqcDjoa+fNU8Tax + rkccepatfagkf3Eurl5Qv0DE4rMrLOPEHF4uHssBH2Se73l8ui/PzRplvBuGw8vaYyXtH22Xz7/l5M2P + Eni/WvF919o1jU7i/kzkCRvkT/dUfKv4AVj0UV+V1atSvN1KsnKT3bd395+gU6cKUVCmkkui0QUUUVia + BVvTNVvNFvI7uwuprO6jOVmgcow/EVUoq4ylCSlF2aJlFSXLJXR9P/Bv9ob/AISC4ttD8TMkeoSER29+ + oCrM3QK46Bj2I4OcYB6+81+c/TkHmvsL4A/E8+O/DpsL+bfrWnKFkZj800fRZPc9m98H+Kv37griqpjp + f2dj5Xn9mT3dt0+76p9Ve+u/4/xRw/DCx+u4SNo/aXbzXl5dD1aiiiv2I/NAooooAKzPEeoNpeg393Hx + JFCzIf8Aaxx+uK06zfEWntqmh39ogzJLCyp/vY4/XFcGYe2+p1vq/wAfLLl9bO34m1Hl9rHn2ur+h86M + xZizEkk5JPU0lKVKMVYFWBwQRgikr/OiV767n7SS2t1LZXMVxBIYpo2DK69QRX0F4W1xfEWh218Btdxi + RR/C44I/z2NfPFev/B1ZV0C7LDETXBKe52rn+lft/hPmWIo5vPALWnUi212cdn+a87rsj5biGhCeGVZ/ + FF/n0Og8d+J4/BfgvW9dlwV0+zluAp/iZVJVfxOB+NflPdXUt9dTXM8jSzzOZJJGOSzE5JPuSa+9f22P + FR0P4QLpkbYl1i9jt2GcHy0zKxH/AAJEH/Aq+Bq/0U4Pw3s8JPEPeb/Bf8Fs/jrxCxvtcdSwiekI3+cv + +Al94UUUV98flIV9H/st/tIS+BtQt/C3iW7Z/Dlw4S2upnJ+wOegz/zzJ69l68DNfOFJzXBjcFRzCi6F + ZXT+9Puj1cszLEZTiY4rDOzXTo12fl/w61P17znkdK8m/aq8eSfDj4A+MdYt5TFetafY7ZlOGEk7CIMv + uu8t/wABrH/ZE+JM3j34XJZ30xm1LRJBZSOxyzxbcxMfwyue+zNeU/8ABTTxQdP+F/hfQUfY+p6q1wyj + q0cEZBH03TIfwFfiFDATpZpHB1Psy180tfxR/TtTNKeIyh4+i7KUbryb0+9PQ/OGkpaT8K/Xj8YFFaFr + 4g1Gy0O/0eC7ki02/lhmurdeFmeIP5Zb12+Y/HTnPYYz6P0pNJ7jUnF3Qn6UtANFMQfrRR+tJQAo6Ud6 + KPc0Afd/7AP7TlxLd23wu8T3TTRsh/sK8mYlk2gk2rMe20Ep6YK85UD73r8JdG1e88P6vY6pp87Wt/ZT + pc28ydY5EYMrD3BAP4V+2nw38ZQfET4f+HfE1uFSPVbGG7Ma/wDLNmQFk/4C2V/CvzTiLAxw9VYimrKe + /r/wT9V4ZzCWJoyw1R3cNvT/AIH5WOmooor48+1CiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo + oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo + oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo + oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo + oAKKKKACiiigAooooAKKKKACiiigAqpfarZaWge9vLe0Q/xTyqg/U14n8ePjlc+Fbx/D3h+RU1EJm6vM + AmDIyEUHjdggk9sjHPT5mv7+51S6e5vLiW6uZDl5pnLux9yTX5fnvHWGyuvLC4an7ScdHrZJ9tndrr+Z + 99lPCVfH0ViK8+SL20u2u/S3kfflv4m0e8x5Gq2M+TtHl3KNz6cGpptb0+3x5t/axcZ+eZR/M1+etFfL + rxMq21wqv/j/APtT3v8AUWnfTEP/AMB/4J9veJPjV4O8MQSNNrVvdzKMi3sWE7sfT5eAf94ivnD4hfH7 + xD40uJIbK4k0TSskJb2shWRx6yOOT9BgfXrXmFFfJZxxpmWbR9kn7OHaN7v1e/yVkfRZbwvgcul7Rrnl + 3l09F/w7FZmkYsxLMxyWPUn1pKKK+CPrwooopAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFAoAKKKK + ACiiigAooooAKKKKACiiigArpfhz4ym8B+MNP1eJm8qN9lxGv/LSFuHX8uR7gGuaorow+IqYWtCvSdpR + aafmjGtRhiKcqVRXjJWfzP0Tt547qGOaJxJFIodGXowIyCKlry39nPxQ3iL4bWsErbrjTJGs2z1KjDJ+ + G0hf+A16lX9lZdjIZjg6WLhtNJ+ndfJ6H8y43CywWJqYeW8W1/wfmFFFFeicQUUUUAebePPhvJqFzJqW + lKplc7prbIG492U+p7ivMbqyuLGUxXMElvIP4ZUKn8jX0vRX4vxB4YZfnGJli8LVdCcneSS5ot9WleNm + +utvI+owefVsNBU6kedLbWz/AFPAPDngnU/EdwgjgaC2J+e5lUhAPb+8fYfpXuWk6XBounQWVsu2GFdo + z1PqT7k8/jV2ivqOFeDMDwrGUqUnOrLRyemnZLou+rb76I8/MMzq5g0pK0V0PiL9vLxIL3xt4d0RTldP + sXuW9mmfGPyiU/jXzDXqH7TniD/hIvjl4qmD747e4FkgByF8pFjYf99Kx+pNeXc1/YWT0Pq+X0af91P5 + vV/mfxpxFifreb4mr/ea+UfdX4IWik5pa9k+dCiiigD6q/YFvjH4k8W2e/Cy2kEpT12Owz+G/wDWvPf+ + CnuuG48feCtG3fLaaZLd7c9PNl2Zxn/pgO3b8u1/YLhdvH3iSUL+7XTApPuZVIH6H8q8W/4KLXz3n7RJ + ibO210i1hTLZ4Jkfj05c8fjX5rWpp8RSl2jf/wAlSP3DLajXCdOPeTX/AJM2fL9LRRX1R80FGRSYpaAD + rRSUtABzj3ooPNH6UAGaKKKAEHtX6v8A7BOsvq37M3h6KTJaxuLu1DN3Hnu479g4HbpX5Q198fsr/HLR + vgN+yHf+INZ33cv9vXFvY6fG4ElzKYoiEGfuqOWZscD1JAPyPFEoU8v9pN2UWn+Z93wXh6+NzaOFw0XK + c00kuruj7uor8l/H37cHxZ8b6lJNb+IW8N2JJ8qy0dBEEGeMyHLscY6tjjoKzvCn7ZXxe8Kail0njG71 + WMMC9rqwW5ikH907huA/3SDX4g86o81lF2P6+j4S5zKjzutTU/5by+6/Lb9PM/Xmivnr9mX9sDQvj4n9 + kXsCaD4wjQu2n790VyoHLwMeTjqUPIHqATX0LXt0a0MRDnpu6PyTMssxeT4mWExtNwnHo/zT2a80FFFF + bnlhRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF + FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF + FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF + FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAVFPMlrBJLI22ONS7MewAyTU + tc18SNQ/sv4f+I7oHDJp8+0/7RQgfqRXPiKqoUZ1X9lN/crm1Gm61WNNdWl958Na5q02va1f6lcEma7n + edsnPLMTj9ao0UV/FE5yqSc5O7ep/UsYqEVGOyCiiisygooooAKKKKADvRRRQAUUUUAFFFFABRRRQAUU + UUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAe8fsm64bfxJrWlMfkurZbhQf70bY/ + lIfyr6gr4r/Z+1E6f8WdE5wk5kgcDvujbH/j22vtSv6Y8P8AEutk3s39iUl8naX6s/C+MaCpZnzr7cU/ + zX6BRRUckiQxs8jBI1G5mY4AHck1+lNqKuz4YkorzfW/jBDb3DRaZai5VTjzpmKqfoOuPypdF+MVvcTL + FqVobYNx50TblH1HUD6Zr8//ANfuG/rX1T60r3tez5b/AOK3L8728z2f7Hx3s/aez0+V/u3PR6Kit7iO + 6hSaF1licbldDkEexqWvv4yUkpRd0zx3daMKZJIsMbO52ooySewFPrlPitqx0P4Y+K9QU7ZLfSrl0P8A + teU239cVtTg6k4wXVpfeYVqio05VZbRTf3H5feIdWfX9f1PU5ARJe3Uty2fV3LH+dZ/NLRX9KxiopRWy + P4ynJzk5y3YUUUnNUSLRRRQB9X/sCWu7XPGNxz+7t7aPpx8zSH/2X+dfPf8AwUM/5OQvv+wdaf8AoJr6 + d/YDsTHpPjO8w2Jp7WLJ6fIsp/8AZ/5V8xf8FDP+Tkb7/sG2n/oBr815ubiKt5RX5RP3LCwcOE8PfrJv + /wAmkfNPFFFJX1R8wLSfzpe1BoAKPrQDSd6AFopKXaKADpSUe9LtFABzXb61qE0nwi8I2vmObWHVNTOz + naJClpu+p27PzriM19KfDH4P3Pxg/ZJ8RvpEC3PiDwv4hl1GCCMZlmgktYFmjA65IiVgO5jI5Jr4XjSl + Ktk81Ho0/wAT9o8H8woZZxjha+JdotSjd9OaLSf3vXyPm2ij8aPWv5tP9RzT8M+JNR8H+INP1vSLprPU + 7Cdbi3njPKupyPqOxHQgkGv2r+GvjKP4ifD7w74mijEK6tYQ3ZiBz5bOgLJ+ByPwr8UfD+gaj4q1qy0f + SbOXUNSvJVht7aBdzyOTwB/njGe1ftJ8I/Bb/Dn4X+FvDMsiy3Gl6fDbTSL91pAo3ke27OK+kyXn55/y + 2/H+rn85+MEcL7HCN29teXry21v5Xtb526nYUUUV9afzMFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFF + FABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFF + FABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFF + FABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFF + FABRRRQAUUUUAFFFFABXAfHiZbf4S+ImYlcxRpx/tSoB/Ou/rzb9oiRU+EOuhjyxtwPc+fGf6GvEzyXL + lWKl/wBO5/8ApLPVylc2YYdf34/+lI+MKKKK/jc/pgKKKKACiiigAooooABRRRQAUUUUAFFFFABRR/Ki + gAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA6T4a3Rs/iF4amzgLqVuD/ALpk + UH9Ca+9K/PrwvN9n8TaTLv8AL2XkLbs4xhxzX6C1+/eGs74bEw7Si/vT/wAj8g45jatQl3T/AAa/zCvK + /ix4qZphots+EXD3BB6nqF/qfwr0fVtSj0jS7m9kGUgjZ8euBwPxOBXzpeXUt9dTXMzb5pXLs3qScmuL + xT4gll+AhlmHlada/N5QXT/t56eia6nzvD+DVaq8RNaR29f+B/kQ0UUV/JJ+iHZ/Dnxg+h6illcyH+z7 + htvzHiJz0YegPf8AOva6+Ya958A66de8N28jtuuIf3MvqSvQ/iMH86/p3wp4jqV4zyTEyvyrmp37faj8 + tGl69EfCcQ4JRaxUFvo/0Z0teTftUak2l/AXxVIpw8scNuB67541P/jpNes14D+21qAs/gqYc4+16lbw + Y55wHk/9k/Sv6hymHtMwoR/vL8z8tz6r7HKsTO9vcl+KaPgKiiiv6FP5HE5paKKACiik5oA+3v2C4FX4 + f+IpgTvfVNhHbAiQj/0I18m/8FDP+TkL/HX+zbT/ANANfW/7Bv8AyTfX/wDsLH/0THXyR/wUM/5OQvuP + +YbaY/75Nfl1H/koK/o//bT99j/yS2G+X5s+af50Ugpa+xPjQo/Gikx78UAL1o7UUlAC0fjSY9KX+KgB + PTmloo+lAAK+/f8Agl3qXmaT8Q9PLf6qexnC4H8azKSO/wDAP0r4C4r1H4QfG3U/g/4V8dWujSNBqXiC + 0hsorhSA0ADsXkHfdsLKCOhYHsK+b4ikqeV1qj+yk/uaPteDMFVzLP8AC4Gh8VSXLrtqnq/Tc739tnUv + hjdfE68t/AmmmLVopn/ti/tZsWcs+TvVIsfeDfedSBnPBOTXznRSfrX8t1J+0m52tfsf6y5Vl6yvBU8G + pynyK15O7f8AXRdFobHhfxbrXgnV49U8P6teaLqMYwt1YzNE+CQSpKnlTgZU8HvX2F+z7/wUM1mz1Wz0 + X4mGLUNLlYRjXYYhHPb54DSoo2uo7kAMOvzdK+JsUVpRxFXDy5qcrfkefnPDuWZ9SdPHUlJ20l9pekt/ + lt3R+71rcxXttFcW8qT28yCSOWNgyupGQwI6gjvU1fJn/BO34sTeNPhbfeFb+dpr7wzKiQs5yTaSAmNf + faySL7DaPSvrOv0DDVliKUaq6n8N53lVXJMxrZfVd3B2v3W6fzTTCiiiuk8MKKKKACiiigAooooAKKKK + ACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKK + ACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKK + ACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKK + ACiiigAooooAKKKKACiiigAooooAK8x/aQ/5JLqn/XWD/wBGrXp1eW/tKTeX8Kb9cZ8yeBevT5wf6frX + z/ELtlGLv/z7l+TPZyZXzLD/AOOP5nxzRRRX8eH9KBRRRzQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQA + UUUUAFLSUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQBZ0v/kJ2n/XZP8A0IV+h9fnSrtG + 6up2spyCOxr9Fq/dfDOXu4uP+D/24/JuOlrhn/i/9tOA+MGrG20S3sVOGupNzf7i8/zK/lXkFdn8VtR+ + 2eKmhBytrEsftuPzH+Y/KuMr8L8QcyeZcRYhp+7TfIv+3dH/AOTczKyeh7DBQXV6/f8A8CwUUUV+cntB + XffCDV/sutT2DNhLqPcoz/GvP8ifyrgau6PqT6Tq1pernMEquQO4B5H4jj8a+k4bzR5Nm2Hx19ISV/8A + C9Jfg2cONw/1rDzpd1+PT8T6Rr5l/byutnw50C23f6zVhJtx12wyDP8A4/8ArX0vHIs0ayIdyMAwI7g1 + 8pft93JXQ/B1vvAElzcybOMnasYz+G79a/0l4dSqZnQt3b/Bs/nDiyXs8kxLfZL72kfGlFJzS1+9H8rh + RRRQAnNLRRQB91/sIqP+FS6w2AG/tyUE9/8Aj3t/8a+T/wDgo9/ycJB/2BLb/wBGS19ZfsI/8ki1f/sO + Tf8ApPb18m/8FHv+ThLf/sCW3/oyWvyqh/yUFf5/of0Cv+SWw3/bv5s+WOKWkpa+1PiQo60UnegBaKPW + kyaAFo4oHp1oNACfSlpOc0vFACfzqzaqrRXRbGRGCPrvUfyJqvU1pGZpGTcVGxicd8KTj9K8HPqftcqx + Mf7kn9yufecBYj6rxXllX/p9TXyckn+DI/rQM0UV/KJ/rmBopKXrQB9S/wDBOfxM2j/H6TTd+ItY0qeD + YTgF0Kyg+5Ajf8zX6f1+Qn7Gl82n/tMeBJVzlrqWHjjh4JUP6Ma/XuvscllehKPZ/oj+Q/FjDqlnsKsf + t04t+qcl+SQUUUV9AfiwUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR + RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR + RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR + RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAV5T+01/ySu5/ + 6+of/Qq9Wryn9pr/AJJXc/8AX1D/AOhV87xH/wAifFf4Jfke3kn/ACM8P/iX5nx7RRRX8fH9JBRRRQAU + UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAU + UUUAFfolayma2ikIwXQMR9Rmvztr70t9V8v4ewairEn+zFmUsepMQI5+pFfs3h1iIYaONqT2jGMn6Lmu + fl/G9N1Fhrd5L7+U8U16+/tLWr+63bhLO7Kf9nPA/LFUKKK/lzEV54mtOvU+KTbfq3c9CEVCKitkFFFF + c5YUUUUAe7fDnVf7V8J2m5t0lvmB/wDgPT/x0rXzN/wUAlVpPAsYPzqt8xHsTb4/ka9l+D+sfZ9VudPd + sJcJ5iA/319PwJ/75rxP9v3/AJCngv8A643X/oUVf6KeEOaLOMLgq0neUFKEvWMWtfVWfzP5w8SsP9Wy + 3FxWzcWvnOL/AD0Pkyiiiv6vP5JCk5paTmgBaKKKAPu39hH/AJJFq/8A2HJv/Se3r5N/4KPf8nCQf9gS + 2/8ARktfWX7CP/JItX/7Dk3/AKT29fJv/BR7/k4S3/7Alt/6Mlr8pof8lBX+f6H9Ar/klsN6R/NnyzR0 + oo/lX2x8SFFAooASlpKWgAoopKAF4oo4ooAKnsW2TMeP9XIOfdGFQU6ONpZERBlmYKB7mvPzCPPg60X1 + jL8me/w/V9jnGDq/y1ab+6SCjrR3o61/IZ/sgFH40fzo4oA9R/ZeYr+0N8PirEH+2IBx6bsV+ydfi9+z + teSWPx6+HUke3cfEFjEdw4w86KfxwTX7Q19ZknwT9Ufyr4vRf9o4WX9x/wDpTCiiivpT8ECiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACvIf2oZGT4ZAKcB76FW9xhj/MCvXq8f/ak/wCSZx/9 + f8X/AKC9fM8Tf8ibFf4Ge7kX/Izw/wDiR8j0UUV/IR/SAUUUUAFFFFABRRRQAUUUUAFFHrRQAUUUUAFF + FFABRRRQAUfWiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACvr7TdZFx+z/o0ivy9nBag + /wC4wQj8kNfINfQ3g7UjJ8C9Etd/3NQmXAbsCzYP4yD9K+nynHPBYLMv71CS+baiv/Sj4/iPD+2hh5fy + 1F91m/0KdFFFfiZxBRRRQAUUUUAaPh3Ujo+uWN5nAhlUt/u5ww/LNed/t8ztJ4i8IxZBjW0ncfUuoP8A + IV2deZftlX/9pSeAbjO5jpkisfVlcKf1Br+vPo75h/wrV8vk+nOvucZf+2n4f4tUf+EKVZd4p/8AgSa/ + U+b6KTmlr/Qc/ioKKKTmgA5paTmloA+5P2DZGPwz15CTsXV2YD3MMWf5Cvlb/go9/wAnCwf9gS2/9GTV + 9T/sG/8AJN9f/wCwsf8A0THXyx/wUe/5OEg/7Alt/wCjJq/LKX/JQ1/n+SP3+P8AySuH+X5s+WM0UetL + X2Z8WHNFJS+lACDFHrR7UtABRSe1LQAUlKe1FABVjTv+Qhbf9dV/mKrirGnf8hC2/wCuq/zFceM/3ap/ + hf5HqZX/AL/h/wDHH/0pEP8AnpRzSetLX8fWP9mxKWjrQKYHc/AmZLX44fDyaQ4jj8RaczHrwLmM1+1d + fhr4J1geHvGegaozbFsdQt7kt6bJVbP6V+5OQw45FfVZHL3akfT9T+X/ABgptYrB1OjjJfc1/mLRRRX0 + 5/PQUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR + RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR + RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR + RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAV4/+1J/yTOP/AK/4v/QXr2CvH/2p + P+SZx/8AX/F/6C9fM8Tf8ibFf4Ge9kP/ACNMP/iR8j0UUV/IR/R4UUUUAFFFFABRRRQAUUUUAFFFFABR + RRQAUUUUAFFFFABRQKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAK9h+Ht8Zvh9a23QQ6 + hc/jlITn+dePV6X8MZGOi3KE/KtwSB7lVz/IVy4ys6OEqxX20l/5NF/oeRmcFOim+jv+a/U6+iiivhD5 + kKKKKACiiigArxb9p6aSaPwoGHyRR3MSn/gSMf8A0Ovaa8O/aWYmTw6v8IFwR+Pl/wCFf0J4D15UeOMP + BfbhUT/8AcvzifkvinBT4VxDfRwf/k8V+p4nRSc0c1/p+fwoLSc0tJzQAtJzS0UAfa/7BJP/AAhficZO + P7QQgf8AbMV8x/8ABR7/AJOEt/8AsCW3/oyWvpL9gWZ28O+L4Scol1buBjuUcH/0EV8x/wDBRK6ef9oy + aNtoEGlWsa47g725/FjX5fFP/WKt6fpE/e6Mk+FMP/XWR8xiik/z0pe1fYHx4UdqKQe9AC8UUdqSgApf + Wk/Wj86AFNFFH1oAKn03H9oW3/XVf5iq/wDKrGnf8hC2/wCuq/zrjxn+7VP8L/I9TK/9/wAP/jj/AOlI + io/GkpeeK/j8/wBmwo9KKTFABX7X/BXxMfGXwh8Ga0+TLe6Rayy5Of3nlKH57/NmvxRr9W/2B/EH9ufs + 1aFA0nmSaZc3Vk/qP3pkUfgsi/hiveyafLXce6PwnxdwntMqw+KW8J2+Uk/1ij6Jooor7M/lAKKKKACi + iigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACi + iigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACi + iigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACi + iigAooooAKKKKACiiigAooooAKKKKACiiigAooooAK8f/ak/5JnH/wBf8X/oL17BXj/7Un/JM4/+v+L/ + ANBevmeJv+RNiv8AAz3sh/5GmH/xI+R6KKK/kI/o8KKKKACij9aKACiiigAooooAKPaiigAooooAKKKK + ACiiigAooooAKKKKACiiigAooooAKKKKACij8KKACiiigAooooAKKKOKACvRfhf/AMg+9/66j+VedV6F + 8Lifs+oDPG9D+hrzcx/3aXy/M87MP93l8vzO4ooor4w+TCiiigAooooAK8N/aW/13h7/AHbj+cde5V4h + +0x08Of9vP8A7Sr918EJ8vHuAXdVV/5Rm/0PyzxPV+EsW+3s/wD05A8Q5paTmjmv9Tj+DRaKKKACiiig + D6//AOCf8ztF46iLZjVrFgvoSLgE/oPyr5m/4KDXCTftKaoiHLQ2FojjHQ+Xu/kwr6K/YDmVda8ZQk4d + re2cD6NID/6EK+Y/28Lnz/2pPFyFceTHZRjnr/ocLZ/8er835f8AjIa7/ur8on7dhZ/8Yphl/ea/8mmz + 5/8ATtS0UlfUHzgtJRS0AFFJS0AFFHX6UUAFFFFAB9Ksaf8A8hC2/wCuqfzFV6VWZXVlJVlOQR1zXFjf + 92q/4X+R6+Tx58yw0e84f+lIX1oo5or+QD/ZgP0ooo59aACv0S/4Ji64Lj4f+M9GDgm01OK7255HnRbM + /wDkD9K/OyvtT/gmHrIg8d+NdJ3Ya602G6CevlSlc/h5w/OvSy2XLioP+tj818RsP9Y4axPePLL7pK/4 + XP0Rooor78/iQKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKK + KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKK + KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKK + KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAK8f/ak/5JnH/wBf8X/o + L17BXj/7Un/JM4/+v+L/ANBevmeJv+RNiv8AAz3sh/5GmH/xI+R6KKK/kI/o8KKKKACiiigAooooAKKK + KACiiigAooooAOaKKKACiiigA/CiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACu/wDh + a+U1JewMZ/Pd/hXAV3vws/5if/bL/wBnrzsw/wB2n8vzR5+P/wB3l8vzR3tFFFfFnyQUUUUAFFFFABXi + f7S0LtD4elA+RWuFJ9z5eP5H8q9srxz9pL/kE6J/13k/9BFftvgtJx49y5rvU/8ATNQ/MvEqKlwnjU+0 + PwqQZ4LSc0c0tf6rH8DhSc0c0tABRRRQB9PfsFXLL468S2427ZNNWQ+vyyqP/Zv5V8tfthXn279pbx7J + 8w23qxfMc/ciRP8A2Wvo39hq6Fv8Yr2MkAz6PNGMn/prC3H/AHzXyV8fNSXWPjh8QLtP9XJr18UwMZUT + uFP5AV8PKnbOq0/7kf6/A/XMDW5uHKFPtOX6v9Tg6T9KWivYPODr34oo9aSgBefWkz1paF6UAFFFFAB9 + KKKKAE/Wl9KKP51xY3/dav8Ahf5Ht5H/AMjXCf8AXyH/AKUh3rR/OgUevFfyAf7KBSUtH9KQBzX0/wD8 + E69UGn/tECDdt+3aRdW+BnnBjkx/5D7+lfMFe4fsUaj/AGb+094Ik3bVkluID1wd9tKoH5kfiBXVhZct + em/NfmfK8VUfb5FjYf8ATub+6Lf6H66UUUV+kH8CBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUU + UUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUU + UUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUU + UUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUU + UUAFFFFABXj/AO1J/wAkzj/6/wCL/wBBevYK8f8A2pP+SZx/9f8AF/6C9fM8Tf8AImxX+BnvZD/yNMP/ + AIkfI9FFFfyEf0eFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFHvRQAUUUUAFFFFA + BRRRQAUUUZoAKKKKACiiigAooooAK7n4W/6/Uf8AdT+bVw1dz8LWH2jUB3KIf1NcGP8A92n8vzRwY7/d + 5f11PQaKKK+JPkQooooAKKKKACvG/wBpL/kE6J/13k/9BFeyV5B+0hEG8P6RJnlbplx25Qn+lftPgzJR + 48y5vvP/ANNTPzbxGi5cK41LtH/0uJ4DRRRX+rR/AYUnNLSc0ALRRRQB6X+zr48sPhv8VtO1vVrlLTSo + oLlbqZzgBTC5H5uEr5S1LUJdV1K6vZzme5leaQj+8xJP6mvTfE//ACL99/1z/wAK8prxMTRjHEOst2kv + ub/zPtspxE5YL6u9oyb+9R/y/FhRR60VkeqJ+NL9aMUlAC80UcUUAFFHBooAPSik+tLQAUelH40VxY3/ + AHWr/hf5Ht5H/wAjXCf9fIf+lIXilpBS8V/ICP8AZQP5Ud6KPpSAO1elfs06kdL/AGgvh5MN2W1y0g+U + 4P7yVY/y+fmvNfeuq+FN19j+KHg+427/ACdYs5NucZxOhx+lXB8sk2ebmVP22Cr039qEl96Z+3VFFFfp + 5/nYFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAU + UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAU + UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAU + UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFeP/ALUn/JM4/wDr/i/9BevYK8f/ + AGpP+SZx/wDX/F/6C9fM8Tf8ibFf4Ge9kP8AyNMP/iR8j0UUV/IR/R4UUUUAFFFFABRRRQAUUUUAFFFF + ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABXbfC//AI/r7/rm + v864mu2+F/8Ax/Xv/XJf51w47/dp/wBdTixv+7y/rqeiUUUV8QfHhRRRQAUUUUAFeP8A7SMxXQtHixw1 + yzZ+i/8A169grxz9pL/kE6J/13k/9BFftXgylLjzLk+8/wD01M/NvEdtcK41rtH/ANLieCc0tJzS1/qy + fwGFFFFABRRRQBmeJFDaDfA/88mNeT16z4j/AOQFf/8AXFv5V5NxXmYr4kfWZP8AwpeofWik/ClriPfC + jNJ3paACjmj9KTFAC0dBR0ooAKKKKACrGnf8hC1/66r/ADFV81Y09tuoWzdcSKf1Fc2Jjz0Jx7p/kd+X + z9ljKNR9JRf3NEP86KKPrX8eH+0AUUfSkpXAPpVzSLxdN1Wyu3UukEySlR1IVgcD8qqetFD1JlFSTi+p + +8lFUdFuftmj2Nx5nm+bBHJ5mfvZUHP41er9Ri+ZXP8AN6UXFuL6BRRRTJCiiigAooooAKKKKACiiigA + ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigA + ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigA + ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigA + ooooAKKKKACiiigAooooAK8f/ak/5JnH/wBf8X/oL17BXj/7Un/JM4/+v+L/ANBevmeJv+RNiv8AAz3s + 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 + S/P7tzToooriO4KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKK + KKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAriPjVCs3wr8SK2cC23fiGBH + 8q7euM+Mv/JLfEv/AF6N/MV5WbK+X4hP+SX/AKSz0cu/32h/ij+aPhqiiiv4xP6cCiiigAooooAKKKKA + CiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAK6P4f + /wDIz2/+6/8A6Ca5yuj8Af8AI0W/+6//AKCa5sV/An6M5sT/AAZ+jPV6KKK+DPiwooooAKWkooAK+LNY + /wCQte/9d3/9CNfadfGniiH7P4m1eIDaEvJlAHbDkV/bH0aJpYjNYdWqT+51P8z+ZvGyLeHwEuzn+Kj/ + AJGbRSc0tf3WfymFFFJzQAtFJzS0Acf8Rv8Ajzs/+uh/lXB13nxG/wCPKz/66N/KuE6V5GI/iM+2yv8A + 3WPz/MPSiikrmPVF96P5UUnagBaKKSgApaD0ooATnjil/Cjmj1oAKSil2igC3qX/ACELo/8ATV/5mq2a + n1D/AJCFz/11b+ZqCv41m7ybP9pcJHkw9OPaK/IKSloNSdQUUUUAdF8N/wDkofhf/sK2v/o5a/cKvxD+ + Ftu158TPCMEeA0ur2iDd0yZkAr9vK+oyP/l58v1P5h8YX/tOCX92f5xCiiivqT+eAooooAKKKKACiiig + AooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKK+VP26P2lrz4QeHLTwt4Zuja + +KdaiMj3kbYksbUHbvX0dyGVT2CueCFNdeFw1TGVo0ae7OPF4qngqMq9XZf1Y9D+Mn7W/wAOvgncSWOq + 6nJqmtp97SdJUTTp/wBdCSFj6jhmBwcgGvmHxJ/wU+1iaZh4f8D2NrCDw+pXjzswz1KoEx9Mn618RTTS + XM0k0sjSyyMXeRySzMTkknuaZX6ThuH8HRivaLnfn/kv+CfluK4lx1aT9k+SPZa/i/0sfY9v/wAFOPHC + zIZ/Cnh+WLPzLGZ0Y/Qlzj8jXrXw7/4KU+DNenitvFuhX3hWRiAbqB/ttuPdtqrIPoEb61+b1A+ldFXI + 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 + +G9HstK0y2jstOsoUt7e3iGEjjUYVR9AK+K4hzKNOn9UpP3nv5Lt8/y9T73hrK5VKn12qvdXw+b7+i/P + 0Pyt/bz8Ht4U/aQ12dU8u31iCDUoQBj7yeW5/GSKQ/jXz12r9Fv+ClHwtl1zwTofjiygaSbRZjaXxQZx + bykbHPssgC/9ta/On9K9vJ8QsRgqb6pWfy/4B4OeYZ4bH1F0k+ZfPX87hX7H/sr+D28Cfs+eB9Lkj8ud + tPW8mUjBDzkzMD7gyY/Cvyy+APwvn+MHxa8O+GI42e1uLkS3zLkeXap80rE9vlBA/wBplHev2hjjWJFR + FCoowFUYAHpXznFGIVqeHXq/yX6n03CeGd6mJf8AhX5v9DxbxB+xp8H/ABN4il1q98HwrdzP5ksdrczQ + QyNnJJjRwoz3wBnvXreg+H9N8K6Ra6Vo9hb6Zptqnlw2trGI4419AB+J9zWjRX51ChSptyhFJvyP1jFZ + njsbTjSxVeU4x2UpNpeib0CiiitzzQooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo + ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo + ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo + ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo + ooAKKKKACiiigAooooAKKKKACiiigAooooAwfG3hGz8c+Gr3Rr0lYrhflkUfNG4OVYfQj8RkV8o6r+zr + 440/UHt4NLXUIg2EuIJ4wjj1+ZgR+Ir7Mor5DPOF8Bn0o1MReM46Xi0nbs7pn0mVZ9i8ojKFGzi9bPv3 + Vmjxn4I/AyTwDdNrWsyxTauyGOKGE7kt1PU7u7EcccAE9c17NRRXt5bluGynDRwuFjaK+9vu/M8vHY6v + mNd4jEO8n9yXZBRRRXqHnhRRRQAVRm0XT7ht0thbSNjG54VJ/lV6iolCM/iVyoylH4XYow6Jp1vIHisL + WJx0ZIVBH6VeooojCMNIqwSlKXxO4UUUVZIUUUUAFFFFABRRXH+PPip4f+HUK/2pcs93Iu6OytwHmYeu + MgAe5IHBrlxOKoYOk62ImoxXVuyN6GHq4moqVGLlJ9EdhRXzvN+15AtwVi8LyPDnh3vgrY9dvln+dem/ + Dn4w6D8SA8Vk0lpqMa7nsrnAfHdlIOGH6+oFeFguJsozGt9Xw1dOfazV/S6V/kevisizLBUvbV6LUe90 + 7etm7fM7uiiivpzwQooooAKKKKACiiigBGXcCDyK8L+IHhNvDOrNJCh/s+4JaJh0Q90/Dt7fjXutUtW0 + m21uxktLyPzYZBz6g9iD2Ir4PjDhelxRgPYX5asNYS7Pqn5Pr8n0sevluPlgK3PvF7r+ux83UVv+LfB9 + 54VuysgMto5IiuAOD7H0P+FYFfxFj8BicsxE8Ji4OE46NP8ArVPo9mtj9TpVoV4KpTd0wooorgNgrmvi + F4RXxp4XutOyqXPEtvI3RZF6fQHkH2Y10tafhzQZ/EWrQ2UIxuOXfsiDq3+e+K9/IcVj8FmuGxOV/wC8 + RnFwt/NfRej2a2te552ZYXDY3B1cNjFenOLUvRrX/geZ8Manpd3ot/NZX1u9rdQtteKQYI/xHoehrf8A + APwx8S/EzVEsvD+lzXp3hZLjBWCH3dzwvHPqewNfp3c+E9FvrO2tLzSrO+gt0CRJdW6S7QPTcDWlbWsN + nCsNvDHbwr92OJQqj6AV/qdHjOs8NFSopVbK+r5b9bK17X2u/mfx7Hw5orENyxLdK+i5bSt2bva/nb5I + 89+BvwX074L+FTYQOt3qt0Vlv77bjzXAwFXuEXJwD6k969Ioor4GvXqYmrKtVd5Pdn6zhcNRwdGOHoR5 + YR0SIri3ivLeWCaNZYZVKSRuMhlIwQR6EV+ePxe/Zh8W+B/FV1FomiX+vaFPIz2c+nwPcMiE8JIFBIZR + xk8Hr6gfonRXq5Vm9fKZylSV1LdP8Dws9yDDZ9SjCu3GUdmt1fdejPm79k39n28+HNvceJ/Elt9n168j + 8m2tGILWsJwSWxwHYgcdVAx1JA+kaKK4sdjauYV5Yitu/uXkj08sy2hlOFjhMOvdj33b6t+YUUUVwHqB + WN4o8I6J440iXS/EGk2es6dIctbXsKypnsQCOCOxHIrZopxk4u6dmKUVJWkro+UvGP8AwTi+GXiC4kuN + Hu9Y8Mux4gtrhZ4B/wABkUv/AOP49qj8G/8ABN/4b+H76O61nUNY8S+Wc/ZZ5Vggbn+IRgOf++xX1jRX + q/2tjuXk9q7fj9+55H9j4Dn5/Yq/pp92xnaFoOm+F9JttL0ewt9M062XZDa2sYjjjX0CjgVo0UV5Tbbu + z10klZGfr2h2HibRb7SNUto7zTr6F7e4t5BlZI2GGB/A1+dvxC/4Jt+NLHxRKvg/UtO1PQJpCYJNQnMM + 8Ck8LIApDY/vL1xnaOlfpFRXpYLMcRgG/YvR9HseXjssw2YpKutVs1ueEfss/st6d+ztod1LPcx6t4q1 + FVW81BEISNByIYs8hM8knBYgEgYAHu9FFcdevUxNR1arvJnbh8PSwtJUaKtFBRRRWB0BRRRQAUUUUAFF + FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF + FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF + FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF + FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF + FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAcz8RfGCeBfBupaywV5YU2wxt0eVjtQfTJB + PsDXwxq2rXeualcahfztc3lw5kllc8sT/T27YxX1D+1c8q+AdNVciJtSTfj/AK5SYB/X8q+U+a/nPxDx + 1WrmMcG37kIp27t9fu0+8/a+C8JTp4KWJt70m1fyXT9QrR8O69d+F9bstUsZDFdWsgkQ9jjqp9iMg+xr + Op8MT3EqRRI0kjsFVFGSxPAAr8tpTnTnGdN2kndW79D7+cYzi4zV09z9CdJ1KLWNKsr+D/U3UKTpzn5W + UMP0NXKyfCultoXhfR9NkOXs7OG3Y5zkogU/yrWr+2KLnKlF1FaVlf16n8tVVFVJKG13b0CiiitjIKKK + KACiiigAooooAgurSG+t3guIlmhcYZHGQa808SfCJ9zTaNICvX7LM3I/3WP9fzr1Kivl884ayziKkqeP + p3a2ktJL0f6O68jvwmOr4KV6Mvl0Z83alo19o8my9tJrY5wC6kA/Q9D+FUq+nGUOpDAEehHFVP7G0/zN + /wBhtt/Xd5K5/lX4pifB29S+Gxto9pQu181JJ/cj6mnxLp+8pa+T/wCAeD6B4T1LxHMq2lu3lZ5uJARG + v49/oOa9o8J+E7XwpY+TD+8nfmWcjBc/0A9K21UKAAMAU6v0jhbgTL+GZfWE/a19uZq1u/KtbX73b6Xs + eJmGb1scuS3LHt/mwooor9LPCCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo + oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo + oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo + oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo + oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo + oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAOZ+InguHx/4RvtGlcRSSgND + MRny5FOVJ9s8H2Jr4i8S+F9T8I6tNp2q2j2l1GejD5WH95T0YH1FfoHWbrXh3TPElqLbVdPt9QhByEuI + g4U+oz0PuK+A4m4TpZ/y1qc+SrFWvumuz/z/AAZ9hkPEVTJ70px5qb1t1T7r/I/PmvoT9n/4KXX9oW/i + jX7ZreKEiSxtJRh3ftKw7Adh1JwegGfZdH+Evg/Qb5byy0C0juVOVkcGQqfUbicH3FdfXz+QcBLAYhYr + MJqbjqoq9r93e17drHs5xxe8ZReHwcHFS3b3t2VvzCiiiv18/NgooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooA/9k= + + + + + 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 + + + \ No newline at end of file diff --git a/ReportImp/AutismusLeben/ServiceInvoiceReport.Designer.cs b/ReportImp/AutismusLeben/ServiceInvoiceReport.Designer.cs new file mode 100644 index 000000000..54bbd53e8 --- /dev/null +++ b/ReportImp/AutismusLeben/ServiceInvoiceReport.Designer.cs @@ -0,0 +1,1128 @@ +using BeWo.Report.ReportObjects; +namespace AutismusLeben +{ + partial class ServiceInvoiceReport + { + /// + /// 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); + } + + + /// + /// 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(ServiceInvoiceReport)); + DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary3 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary2 = new DevExpress.XtraReports.UI.XRSummary(); + this.Detail = new DevExpress.XtraReports.UI.DetailBand(); + this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); + this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.ruleRateFactorNull = new DevExpress.XtraReports.UI.FormattingRule(); + this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); + this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); + this.Page1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel16 = 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.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel7 = 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.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrTable4 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow14 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); + this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); + this.DetailReport2 = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail3 = new DevExpress.XtraReports.UI.DetailBand(); + this.xrTable6 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow25 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell42 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell45 = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); + this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLine2 = new DevExpress.XtraReports.UI.XRLine(); + this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel23 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel24 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel26 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel27 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).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.xrPictureBox3}); + this.ReportHeader.Font = new System.Drawing.Font("Verdana", 10F); + this.ReportHeader.HeightF = 152.0833F; + this.ReportHeader.Name = "ReportHeader"; + this.ReportHeader.StylePriority.UseFont = false; + // + // xrPictureBox3 + // + this.xrPictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox3.Image"))); + this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(512.7083F, 0F); + this.xrPictureBox3.Name = "xrPictureBox3"; + this.xrPictureBox3.SizeF = new System.Drawing.SizeF(226.2917F, 152.0833F); + this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // + // ruleRateFactorNull + // + this.ruleRateFactorNull.Condition = "[RateFactorText2] == ?"; + this.ruleRateFactorNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; + this.ruleRateFactorNull.Name = "ruleRateFactorNull"; + // + // topMarginBand1 + // + this.topMarginBand1.HeightF = 45F; + this.topMarginBand1.Name = "topMarginBand1"; + // + // bottomMarginBand1 + // + this.bottomMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLine2, + this.xrLabel5, + this.xrLabel14, + this.xrLabel15, + this.xrLabel22, + this.xrLabel23, + this.xrLabel24, + this.xrLabel25, + this.xrLabel26, + this.xrLabel27, + this.xrPictureBox1}); + this.bottomMarginBand1.HeightF = 108F; + this.bottomMarginBand1.Name = "bottomMarginBand1"; + // + // Page1 + // + this.Page1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel21, + this.xrLabel20, + this.xrLabel19, + this.xrLabel18, + this.xrLabel17, + this.xrLabel16, + this.xrLabel13, + this.xrLabel12, + this.xrLabel11, + this.xrLabel10, + this.xrLabel6, + this.xrLabel7, + this.xrLabel4, + this.xrLabel3, + this.xrLabel2, + this.xrLabel8}); + this.Page1.Font = new System.Drawing.Font("Verdana", 10F); + this.Page1.HeightF = 303.1249F; + this.Page1.Name = "Page1"; + this.Page1.StylePriority.UseFont = false; + // + // xrLabel21 + // + this.xrLabel21.BackColor = System.Drawing.Color.Transparent; + this.xrLabel21.CanShrink = true; + this.xrLabel21.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(0F, 265.4166F); + this.xrLabel21.Multiline = true; + this.xrLabel21.Name = "xrLabel21"; + this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel21.SizeF = new System.Drawing.SizeF(739F, 20F); + this.xrLabel21.StylePriority.UseBackColor = false; + this.xrLabel21.StylePriority.UseFont = false; + this.xrLabel21.Text = "Aktenzeichen LVR: [CustomerReferenceNumber]"; + this.xrLabel21.WordWrap = false; + // + // xrLabel20 + // + this.xrLabel20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceDate")}); + this.xrLabel20.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(587.0831F, 134.625F); + this.xrLabel20.Name = "xrLabel20"; + this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel20.SizeF = new System.Drawing.SizeF(151.7501F, 18F); + this.xrLabel20.StylePriority.UseFont = false; + this.xrLabel20.StylePriority.UseTextAlignment = false; + this.xrLabel20.Text = "xrLabel8"; + this.xrLabel20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrLabel19 + // + this.xrLabel19.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(587.2499F, 116.625F); + this.xrLabel19.Name = "xrLabel19"; + this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel19.SizeF = new System.Drawing.SizeF(151.7501F, 18F); + this.xrLabel19.StylePriority.UseFont = false; + this.xrLabel19.StylePriority.UseTextAlignment = false; + this.xrLabel19.Text = "201 5900 4337"; + this.xrLabel19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrLabel18 + // + this.xrLabel18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "RecipientContactPerson")}); + this.xrLabel18.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(587.0831F, 98.62498F); + this.xrLabel18.Name = "xrLabel18"; + this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel18.SizeF = new System.Drawing.SizeF(151.7501F, 18F); + this.xrLabel18.StylePriority.UseFont = false; + this.xrLabel18.StylePriority.UseTextAlignment = false; + this.xrLabel18.Text = "xrLabel8"; + this.xrLabel18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrLabel17 + // + this.xrLabel17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "DebitorNumber")}); + this.xrLabel17.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(587.0831F, 80.62498F); + this.xrLabel17.Name = "xrLabel17"; + this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel17.SizeF = new System.Drawing.SizeF(151.7501F, 18F); + this.xrLabel17.StylePriority.UseFont = false; + this.xrLabel17.StylePriority.UseTextAlignment = false; + this.xrLabel17.Text = "xrLabel8"; + this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrLabel16 + // + this.xrLabel16.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(450.7083F, 134.625F); + this.xrLabel16.Name = "xrLabel16"; + this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel16.SizeF = new System.Drawing.SizeF(120.5F, 18F); + this.xrLabel16.StylePriority.UseFont = false; + this.xrLabel16.StylePriority.UseTextAlignment = false; + this.xrLabel16.Text = "Datum:"; + this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel13 + // + this.xrLabel13.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(450.7083F, 116.625F); + this.xrLabel13.Name = "xrLabel13"; + this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel13.SizeF = new System.Drawing.SizeF(120.5F, 18F); + this.xrLabel13.StylePriority.UseFont = false; + this.xrLabel13.StylePriority.UseTextAlignment = false; + this.xrLabel13.Text = "Steuernr.:"; + this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel12 + // + this.xrLabel12.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(450.7083F, 98.62498F); + this.xrLabel12.Name = "xrLabel12"; + this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel12.SizeF = new System.Drawing.SizeF(120.5F, 18F); + this.xrLabel12.StylePriority.UseFont = false; + this.xrLabel12.StylePriority.UseTextAlignment = false; + this.xrLabel12.Text = "Bearbeiter:"; + this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel11 + // + this.xrLabel11.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(450.7083F, 80.62498F); + this.xrLabel11.Name = "xrLabel11"; + this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel11.SizeF = new System.Drawing.SizeF(120.5F, 18F); + this.xrLabel11.StylePriority.UseFont = false; + this.xrLabel11.StylePriority.UseTextAlignment = false; + this.xrLabel11.Text = "Kunden Nr.:"; + this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel10 + // + this.xrLabel10.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(450.7083F, 62.62501F); + this.xrLabel10.Name = "xrLabel10"; + this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel10.SizeF = new System.Drawing.SizeF(120.5F, 18F); + this.xrLabel10.StylePriority.UseFont = false; + this.xrLabel10.StylePriority.UseTextAlignment = false; + this.xrLabel10.Text = "Rechnung Nr.:"; + this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel6 + // + this.xrLabel6.Font = new System.Drawing.Font("Arial", 8F); + this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + 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(372.9167F, 20.00001F); + this.xrLabel6.StylePriority.UseFont = false; + this.xrLabel6.Text = "Autismus leben gemeinnützige GmbH, Augustastraße 78, 52070 Aachen"; + // + // xrLabel7 + // + this.xrLabel7.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 39.99999F); + this.xrLabel7.Multiline = true; + this.xrLabel7.Name = "xrLabel7"; + this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel7.SizeF = new System.Drawing.SizeF(317F, 94.00002F); + this.xrLabel7.StylePriority.UseFont = false; + this.xrLabel7.Text = "[RecipientOrganisation]\r\n[RecipientDivision]\r\n[RecipientStreet]\r\n[RecipientPostCo" + + "deAndTown]"; + // + // xrLabel4 + // + this.xrLabel4.BackColor = System.Drawing.Color.Transparent; + this.xrLabel4.CanShrink = true; + this.xrLabel4.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(1.766064E-05F, 245.4166F); + 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(739F, 20F); + this.xrLabel4.StylePriority.UseBackColor = false; + this.xrLabel4.StylePriority.UseFont = false; + this.xrLabel4.Text = "[CustomerLastName], [CustomerFirstName]; [CustomerBirthdate!dd.MM.yyyy]"; + this.xrLabel4.WordWrap = false; + // + // xrLabel3 + // + this.xrLabel3.BackColor = System.Drawing.Color.Transparent; + this.xrLabel3.CanShrink = true; + this.xrLabel3.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(1.766064E-05F, 215F); + this.xrLabel3.Name = "xrLabel3"; + this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel3.SizeF = new System.Drawing.SizeF(739F, 20.00003F); + this.xrLabel3.StylePriority.UseBackColor = false; + this.xrLabel3.StylePriority.UseFont = false; + this.xrLabel3.Text = "Abrechnungszeitraum: [AccountingPeriod]"; + this.xrLabel3.WordWrap = false; + // + // xrLabel2 + // + this.xrLabel2.BackColor = System.Drawing.Color.Transparent; + this.xrLabel2.CanShrink = true; + this.xrLabel2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 195F); + this.xrLabel2.Name = "xrLabel2"; + this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel2.SizeF = new System.Drawing.SizeF(739F, 20F); + this.xrLabel2.StylePriority.UseBackColor = false; + this.xrLabel2.StylePriority.UseFont = false; + this.xrLabel2.Text = "Rechnung Nr. [InvoiceNumber]"; + this.xrLabel2.WordWrap = false; + // + // xrLabel8 + // + this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceNumber")}); + this.xrLabel8.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(587.2499F, 62.62501F); + this.xrLabel8.Name = "xrLabel8"; + this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel8.SizeF = new System.Drawing.SizeF(151.7501F, 18F); + this.xrLabel8.StylePriority.UseFont = false; + this.xrLabel8.StylePriority.UseTextAlignment = false; + this.xrLabel8.Text = "xrLabel8"; + this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrTable4 + // + this.xrTable4.Font = new System.Drawing.Font("Verdana", 10F); + this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 68.75003F); + this.xrTable4.Name = "xrTable4"; + this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow10, + this.xrTableRow14}); + this.xrTable4.SizeF = new System.Drawing.SizeF(739F, 26F); + this.xrTable4.StylePriority.UseFont = false; + // + // xrTableRow10 + // + this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell9}); + this.xrTableRow10.Name = "xrTableRow10"; + this.xrTableRow10.Weight = 0.38095238095238093D; + // + // xrTableCell9 + // + this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Notice")}); + this.xrTableCell9.Name = "xrTableCell9"; + this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell9.StylePriority.UsePadding = false; + this.xrTableCell9.Text = "xrTableCell1"; + this.xrTableCell9.Weight = 3D; + // + // xrTableRow14 + // + this.xrTableRow14.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell12}); + this.xrTableRow14.Name = "xrTableRow14"; + this.xrTableRow14.Weight = 0.23809523809523808D; + // + // xrTableCell12 + // + this.xrTableCell12.Name = "xrTableCell12"; + this.xrTableCell12.Weight = 3D; + // + // xrLabel9 + // + this.xrLabel9.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Italic); + this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(0F, 43.75F); + this.xrLabel9.Name = "xrLabel9"; + this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel9.SizeF = new System.Drawing.SizeF(250F, 17F); + this.xrLabel9.StylePriority.UseFont = false; + this.xrLabel9.Text = "Abschließende Bemerkungen:"; + // + // DetailReport + // + this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail1, + this.DetailReport2}); + this.DetailReport.DataMember = "ServiceInvoicePeriods"; + this.DetailReport.DataSource = this.bindingSource1; + this.DetailReport.Level = 0; + this.DetailReport.Name = "DetailReport"; + // + // Detail1 + // + this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable1}); + this.Detail1.HeightF = 40.625F; + this.Detail1.Name = "Detail1"; + // + // DetailReport2 + // + this.DetailReport2.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail3, + this.GroupFooter1}); + this.DetailReport2.DataMember = "ServiceInvoicePeriods.ServiceInvoiceItems"; + this.DetailReport2.DataSource = this.bindingSource1; + this.DetailReport2.Level = 0; + this.DetailReport2.Name = "DetailReport2"; + this.DetailReport2.PageBreak = DevExpress.XtraReports.UI.PageBreak.AfterBand; + // + // Detail3 + // + this.Detail3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable6}); + this.Detail3.HeightF = 25F; + this.Detail3.Name = "Detail3"; + // + // xrTable6 + // + this.xrTable6.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable6.Name = "xrTable6"; + this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow25}); + this.xrTable6.SizeF = new System.Drawing.SizeF(739F, 25F); + this.xrTable6.StylePriority.UseFont = false; + // + // xrTableRow25 + // + this.xrTableRow25.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell40, + this.xrTableCell42, + this.xrTableCell43, + this.xrTableCell44, + this.xrTableCell45}); + this.xrTableRow25.Name = "xrTableRow25"; + this.xrTableRow25.Weight = 1D; + // + // xrTableCell40 + // + this.xrTableCell40.BorderColor = System.Drawing.Color.Black; + this.xrTableCell40.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell40.Font = new System.Drawing.Font("Arial", 9F); + this.xrTableCell40.Name = "xrTableCell40"; + this.xrTableCell40.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell40.StylePriority.UseBorderColor = false; + this.xrTableCell40.StylePriority.UseBorders = false; + this.xrTableCell40.StylePriority.UseFont = false; + this.xrTableCell40.StylePriority.UsePadding = false; + this.xrTableCell40.StylePriority.UseTextAlignment = false; + xrSummary1.FormatString = "{0:#}"; + xrSummary1.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; + this.xrTableCell40.Summary = xrSummary1; + this.xrTableCell40.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell40.Weight = 0.22765882821695849D; + // + // xrTableCell42 + // + this.xrTableCell42.BorderColor = System.Drawing.Color.Black; + this.xrTableCell42.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell42.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.Hours", "{0:0.00}")}); + this.xrTableCell42.Font = new System.Drawing.Font("Arial", 9F); + this.xrTableCell42.Name = "xrTableCell42"; + this.xrTableCell42.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell42.StylePriority.UseBorderColor = false; + this.xrTableCell42.StylePriority.UseBorders = false; + this.xrTableCell42.StylePriority.UseFont = false; + this.xrTableCell42.StylePriority.UsePadding = false; + this.xrTableCell42.StylePriority.UseTextAlignment = false; + this.xrTableCell42.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell42.Weight = 0.49704593675351383D; + // + // xrTableCell43 + // + this.xrTableCell43.BorderColor = System.Drawing.Color.Black; + this.xrTableCell43.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell43.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.ServiceDescription", "{0:0.00}")}); + this.xrTableCell43.Font = new System.Drawing.Font("Arial", 9F); + this.xrTableCell43.Name = "xrTableCell43"; + this.xrTableCell43.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 2, 2, 100F); + this.xrTableCell43.StylePriority.UseBorderColor = false; + this.xrTableCell43.StylePriority.UseBorders = false; + this.xrTableCell43.StylePriority.UseFont = false; + this.xrTableCell43.StylePriority.UsePadding = false; + this.xrTableCell43.StylePriority.UseTextAlignment = false; + this.xrTableCell43.Text = "xrTableCell43"; + this.xrTableCell43.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell43.Weight = 1.272525133727396D; + // + // xrTableCell44 + // + this.xrTableCell44.BorderColor = System.Drawing.Color.Black; + this.xrTableCell44.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell44.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.AmountPerUnit", "{0:c}")}); + this.xrTableCell44.Font = new System.Drawing.Font("Arial", 9F); + this.xrTableCell44.Name = "xrTableCell44"; + this.xrTableCell44.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 2, 2, 100F); + this.xrTableCell44.StylePriority.UseBorderColor = false; + this.xrTableCell44.StylePriority.UseBorders = false; + this.xrTableCell44.StylePriority.UseFont = false; + this.xrTableCell44.StylePriority.UsePadding = false; + this.xrTableCell44.StylePriority.UseTextAlignment = false; + this.xrTableCell44.Text = "xrTableCell44"; + this.xrTableCell44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell44.Weight = 0.4523640777723123D; + // + // xrTableCell45 + // + this.xrTableCell45.BorderColor = System.Drawing.Color.Black; + this.xrTableCell45.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell45.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.GrossAmount", "{0:0.00}")}); + this.xrTableCell45.Font = new System.Drawing.Font("Arial", 9F); + this.xrTableCell45.Name = "xrTableCell45"; + this.xrTableCell45.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 2, 2, 100F); + this.xrTableCell45.StylePriority.UseBorderColor = false; + this.xrTableCell45.StylePriority.UseBorders = false; + this.xrTableCell45.StylePriority.UseFont = false; + this.xrTableCell45.StylePriority.UsePadding = false; + this.xrTableCell45.StylePriority.UseTextAlignment = false; + this.xrTableCell45.Text = "xrTableCell45"; + this.xrTableCell45.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell45.Weight = 0.54972925588307786D; + // + // GroupFooter1 + // + this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel1, + this.xrTable3, + this.xrTable2, + this.xrLabel9, + this.xrTable4}); + this.GroupFooter1.HeightF = 206.5833F; + this.GroupFooter1.Name = "GroupFooter1"; + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO); + // + // xrTable1 + // + this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable1.Name = "xrTable1"; + this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow1}); + this.xrTable1.SizeF = new System.Drawing.SizeF(739F, 40.625F); + // + // xrTableRow1 + // + this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell1, + this.xrTableCell2, + this.xrTableCell3, + this.xrTableCell4, + this.xrTableCell5}); + this.xrTableRow1.Name = "xrTableRow1"; + this.xrTableRow1.Weight = 1D; + // + // xrTableCell1 + // + this.xrTableCell1.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell1.BorderColor = System.Drawing.Color.Black; + this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell1.Font = new System.Drawing.Font("Arial", 10F); + this.xrTableCell1.Name = "xrTableCell1"; + this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell1.StylePriority.UseBackColor = false; + this.xrTableCell1.StylePriority.UseBorderColor = false; + this.xrTableCell1.StylePriority.UseBorders = false; + this.xrTableCell1.StylePriority.UseFont = false; + this.xrTableCell1.StylePriority.UsePadding = false; + this.xrTableCell1.StylePriority.UseTextAlignment = false; + this.xrTableCell1.Text = "Pos"; + this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell1.Weight = 0.22765882821695843D; + // + // xrTableCell2 + // + this.xrTableCell2.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell2.BorderColor = System.Drawing.Color.Black; + this.xrTableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell2.Font = new System.Drawing.Font("Arial", 10F); + this.xrTableCell2.Name = "xrTableCell2"; + this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell2.StylePriority.UseBackColor = false; + this.xrTableCell2.StylePriority.UseBorderColor = false; + this.xrTableCell2.StylePriority.UseBorders = false; + this.xrTableCell2.StylePriority.UseFont = false; + this.xrTableCell2.StylePriority.UsePadding = false; + this.xrTableCell2.StylePriority.UseTextAlignment = false; + this.xrTableCell2.Text = "Stunden"; + this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell2.Weight = 0.49704590294526635D; + // + // xrTableCell3 + // + this.xrTableCell3.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell3.BorderColor = System.Drawing.Color.Black; + this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell3.Font = new System.Drawing.Font("Arial", 10F); + this.xrTableCell3.Name = "xrTableCell3"; + this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 2, 2, 100F); + this.xrTableCell3.StylePriority.UseBackColor = false; + this.xrTableCell3.StylePriority.UseBorderColor = false; + this.xrTableCell3.StylePriority.UseBorders = false; + this.xrTableCell3.StylePriority.UseFont = false; + this.xrTableCell3.StylePriority.UsePadding = false; + this.xrTableCell3.StylePriority.UseTextAlignment = false; + this.xrTableCell3.Text = "Text"; + this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell3.Weight = 1.2725254407560294D; + // + // xrTableCell4 + // + this.xrTableCell4.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell4.BorderColor = System.Drawing.Color.Black; + this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell4.Font = new System.Drawing.Font("Arial", 10F); + this.xrTableCell4.Multiline = true; + this.xrTableCell4.Name = "xrTableCell4"; + this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 2, 2, 100F); + this.xrTableCell4.StylePriority.UseBackColor = false; + this.xrTableCell4.StylePriority.UseBorderColor = false; + this.xrTableCell4.StylePriority.UseBorders = false; + this.xrTableCell4.StylePriority.UseFont = false; + this.xrTableCell4.StylePriority.UsePadding = false; + this.xrTableCell4.StylePriority.UseTextAlignment = false; + this.xrTableCell4.Text = "Einzelpreis\r\nEUR"; + this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell4.Weight = 0.452364079324422D; + // + // xrTableCell5 + // + this.xrTableCell5.BackColor = System.Drawing.Color.Transparent; + this.xrTableCell5.BorderColor = System.Drawing.Color.Black; + 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); + this.xrTableCell5.Multiline = true; + this.xrTableCell5.Name = "xrTableCell5"; + this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 2, 2, 100F); + this.xrTableCell5.StylePriority.UseBackColor = false; + this.xrTableCell5.StylePriority.UseBorderColor = false; + this.xrTableCell5.StylePriority.UseBorders = false; + this.xrTableCell5.StylePriority.UseFont = false; + this.xrTableCell5.StylePriority.UsePadding = false; + this.xrTableCell5.StylePriority.UseTextAlignment = false; + this.xrTableCell5.Text = "Gesamtpreis\r\nEUR"; + this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell5.Weight = 0.5496668642518252D; + // + // xrTable2 + // + this.xrTable2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable2.Name = "xrTable2"; + this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow2}); + this.xrTable2.SizeF = new System.Drawing.SizeF(738.8333F, 25F); + this.xrTable2.StylePriority.UseFont = false; + // + // xrTableRow2 + // + this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell6, + this.xrTableCell11}); + this.xrTableRow2.Name = "xrTableRow2"; + this.xrTableRow2.Weight = 1D; + // + // xrTableCell6 + // + this.xrTableCell6.BorderColor = System.Drawing.Color.Black; + this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell6.Font = new System.Drawing.Font("Arial", 9F); + this.xrTableCell6.Name = "xrTableCell6"; + this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell6.StylePriority.UseBorderColor = false; + this.xrTableCell6.StylePriority.UseBorders = false; + this.xrTableCell6.StylePriority.UseFont = false; + this.xrTableCell6.StylePriority.UsePadding = false; + this.xrTableCell6.StylePriority.UseTextAlignment = false; + xrSummary3.FormatString = "{0:#}"; + xrSummary3.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.xrTableCell6.Summary = xrSummary3; + this.xrTableCell6.Text = "Rechnungsbetrag EUR"; + this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell6.Weight = 2.6745323677006638D; + // + // xrTableCell11 + // + this.xrTableCell11.BorderColor = System.Drawing.Color.Black; + this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "GrossClaim", "{0:0.00}")}); + this.xrTableCell11.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrTableCell11.Name = "xrTableCell11"; + this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 2, 2, 100F); + this.xrTableCell11.StylePriority.UseBorderColor = false; + this.xrTableCell11.StylePriority.UseBorders = false; + this.xrTableCell11.StylePriority.UseFont = false; + this.xrTableCell11.StylePriority.UsePadding = false; + this.xrTableCell11.StylePriority.UseTextAlignment = false; + this.xrTableCell11.Text = "xrTableCell45"; + this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell11.Weight = 0.59947049635375782D; + // + // xrTable3 + // + this.xrTable3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 25.00003F); + this.xrTable3.Name = "xrTable3"; + this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow3}); + this.xrTable3.SizeF = new System.Drawing.SizeF(738.8333F, 18.74996F); + this.xrTable3.StylePriority.UseFont = false; + // + // xrTableRow3 + // + this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell7, + this.xrTableCell8}); + this.xrTableRow3.Name = "xrTableRow3"; + this.xrTableRow3.Weight = 1D; + // + // xrTableCell7 + // + this.xrTableCell7.BorderColor = System.Drawing.Color.Black; + this.xrTableCell7.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrTableCell7.BorderWidth = 2F; + this.xrTableCell7.Font = new System.Drawing.Font("Arial", 9F); + this.xrTableCell7.Name = "xrTableCell7"; + this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell7.StylePriority.UseBorderColor = false; + this.xrTableCell7.StylePriority.UseBorders = false; + this.xrTableCell7.StylePriority.UseBorderWidth = false; + this.xrTableCell7.StylePriority.UseFont = false; + this.xrTableCell7.StylePriority.UsePadding = false; + this.xrTableCell7.StylePriority.UseTextAlignment = false; + xrSummary2.FormatString = "{0:#}"; + xrSummary2.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; + this.xrTableCell7.Summary = xrSummary2; + this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell7.Weight = 2.6745320769553356D; + // + // xrTableCell8 + // + this.xrTableCell8.BorderColor = System.Drawing.Color.Black; + this.xrTableCell8.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrTableCell8.BorderWidth = 2F; + this.xrTableCell8.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrTableCell8.Name = "xrTableCell8"; + this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 2, 2, 100F); + this.xrTableCell8.StylePriority.UseBorderColor = false; + this.xrTableCell8.StylePriority.UseBorders = false; + this.xrTableCell8.StylePriority.UseBorderWidth = false; + this.xrTableCell8.StylePriority.UseFont = false; + this.xrTableCell8.StylePriority.UsePadding = false; + this.xrTableCell8.StylePriority.UseTextAlignment = false; + this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell8.Weight = 0.59947049193031487D; + // + // xrLabel1 + // + this.xrLabel1.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 94.74995F); + this.xrLabel1.Name = "xrLabel1"; + this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel1.SizeF = new System.Drawing.SizeF(738.8333F, 17.00002F); + this.xrLabel1.StylePriority.UseFont = false; + this.xrLabel1.Text = "Umsatzsteuerfrei gemäß §4 Nr. 18 UStG"; + // + // xrLine2 + // + this.xrLine2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(127)))), ((int)(((byte)(49))))); + this.xrLine2.LineDirection = DevExpress.XtraReports.UI.LineDirection.Vertical; + this.xrLine2.LineWidth = 2; + this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 17.06246F); + this.xrLine2.Name = "xrLine2"; + this.xrLine2.SizeF = new System.Drawing.SizeF(7.541609F, 55.87502F); + this.xrLine2.StylePriority.UseForeColor = false; + // + // xrLabel5 + // + this.xrLabel5.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel5.Font = new System.Drawing.Font("Candara", 9F, System.Drawing.FontStyle.Bold); + this.xrLabel5.ForeColor = System.Drawing.Color.Black; + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(22.01923F, 19.81256F); + this.xrLabel5.Multiline = true; + this.xrLabel5.Name = "xrLabel5"; + this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel5.SizeF = new System.Drawing.SizeF(206.3333F, 17.70833F); + this.xrLabel5.StylePriority.UseBorders = false; + this.xrLabel5.StylePriority.UseFont = false; + this.xrLabel5.StylePriority.UseForeColor = false; + this.xrLabel5.StylePriority.UseTextAlignment = false; + this.xrLabel5.Text = "Autismus leben gemeinnützige GmbH"; + this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel14 + // + this.xrLabel14.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel14.Font = new System.Drawing.Font("Candara", 9F); + this.xrLabel14.ForeColor = System.Drawing.Color.Black; + this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(22.01923F, 37.52087F); + this.xrLabel14.Multiline = true; + this.xrLabel14.Name = "xrLabel14"; + this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel14.SizeF = new System.Drawing.SizeF(206.3333F, 17.70833F); + this.xrLabel14.StylePriority.UseBorders = false; + this.xrLabel14.StylePriority.UseFont = false; + this.xrLabel14.StylePriority.UseForeColor = false; + this.xrLabel14.StylePriority.UseTextAlignment = false; + this.xrLabel14.Text = "Augustastraße 78, 52070 Aachen"; + this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel15 + // + this.xrLabel15.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel15.Font = new System.Drawing.Font("Candara", 9F); + this.xrLabel15.ForeColor = System.Drawing.Color.Black; + this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(22.01923F, 55.22928F); + this.xrLabel15.Multiline = true; + this.xrLabel15.Name = "xrLabel15"; + this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel15.SizeF = new System.Drawing.SizeF(206.3333F, 17.70833F); + this.xrLabel15.StylePriority.UseBorders = false; + this.xrLabel15.StylePriority.UseFont = false; + this.xrLabel15.StylePriority.UseForeColor = false; + this.xrLabel15.StylePriority.UseTextAlignment = false; + this.xrLabel15.Text = "Geschäftsführerin: Sonja Howe"; + this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel22 + // + this.xrLabel22.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel22.Font = new System.Drawing.Font("Candara", 9F); + this.xrLabel22.ForeColor = System.Drawing.Color.Black; + this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(245.0737F, 37.52073F); + this.xrLabel22.Multiline = true; + this.xrLabel22.Name = "xrLabel22"; + this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel22.SizeF = new System.Drawing.SizeF(114.6666F, 17.70833F); + this.xrLabel22.StylePriority.UseBorders = false; + this.xrLabel22.StylePriority.UseFont = false; + this.xrLabel22.StylePriority.UseForeColor = false; + this.xrLabel22.StylePriority.UseTextAlignment = false; + this.xrLabel22.Text = "Amtsgericht Aachen"; + this.xrLabel22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel23 + // + this.xrLabel23.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel23.Font = new System.Drawing.Font("Candara", 9F); + this.xrLabel23.ForeColor = System.Drawing.Color.Black; + this.xrLabel23.LocationFloat = new DevExpress.Utils.PointFloat(245.0737F, 55.22914F); + this.xrLabel23.Multiline = true; + this.xrLabel23.Name = "xrLabel23"; + this.xrLabel23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel23.SizeF = new System.Drawing.SizeF(114.6666F, 17.70833F); + this.xrLabel23.StylePriority.UseBorders = false; + this.xrLabel23.StylePriority.UseFont = false; + this.xrLabel23.StylePriority.UseForeColor = false; + this.xrLabel23.StylePriority.UseTextAlignment = false; + this.xrLabel23.Text = "HRB 23508"; + this.xrLabel23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel24 + // + this.xrLabel24.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel24.Font = new System.Drawing.Font("Candara", 9F); + this.xrLabel24.ForeColor = System.Drawing.Color.Black; + this.xrLabel24.LocationFloat = new DevExpress.Utils.PointFloat(373.359F, 55.22928F); + this.xrLabel24.Multiline = true; + this.xrLabel24.Name = "xrLabel24"; + this.xrLabel24.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel24.SizeF = new System.Drawing.SizeF(233.4166F, 17.70833F); + this.xrLabel24.StylePriority.UseBorders = false; + this.xrLabel24.StylePriority.UseFont = false; + this.xrLabel24.StylePriority.UseForeColor = false; + this.xrLabel24.StylePriority.UseTextAlignment = false; + this.xrLabel24.Text = "BIC:\tAACSDE33"; + this.xrLabel24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel25 + // + this.xrLabel25.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel25.Font = new System.Drawing.Font("Candara", 9F); + this.xrLabel25.ForeColor = System.Drawing.Color.Black; + this.xrLabel25.LocationFloat = new DevExpress.Utils.PointFloat(373.359F, 37.52087F); + this.xrLabel25.Multiline = true; + this.xrLabel25.Name = "xrLabel25"; + this.xrLabel25.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel25.SizeF = new System.Drawing.SizeF(233.4166F, 17.70833F); + this.xrLabel25.StylePriority.UseBorders = false; + this.xrLabel25.StylePriority.UseFont = false; + this.xrLabel25.StylePriority.UseForeColor = false; + this.xrLabel25.StylePriority.UseTextAlignment = false; + this.xrLabel25.Text = "IBAN:\tDE59 3905 0000 1073 5187 95"; + this.xrLabel25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel26 + // + this.xrLabel26.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel26.Font = new System.Drawing.Font("Candara", 9F, System.Drawing.FontStyle.Bold); + this.xrLabel26.ForeColor = System.Drawing.Color.Black; + this.xrLabel26.LocationFloat = new DevExpress.Utils.PointFloat(373.359F, 19.81266F); + this.xrLabel26.Multiline = true; + this.xrLabel26.Name = "xrLabel26"; + this.xrLabel26.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel26.SizeF = new System.Drawing.SizeF(233.4166F, 17.70833F); + this.xrLabel26.StylePriority.UseBorders = false; + this.xrLabel26.StylePriority.UseFont = false; + this.xrLabel26.StylePriority.UseForeColor = false; + this.xrLabel26.StylePriority.UseTextAlignment = false; + this.xrLabel26.Text = "Bankverbindung "; + this.xrLabel26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel27 + // + this.xrLabel27.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel27.Font = new System.Drawing.Font("Candara", 9F, System.Drawing.FontStyle.Bold); + this.xrLabel27.ForeColor = System.Drawing.Color.Black; + this.xrLabel27.LocationFloat = new DevExpress.Utils.PointFloat(623.7501F, 19.81256F); + this.xrLabel27.Multiline = true; + this.xrLabel27.Name = "xrLabel27"; + this.xrLabel27.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel27.SizeF = new System.Drawing.SizeF(115.2499F, 17.70833F); + this.xrLabel27.StylePriority.UseBorders = false; + this.xrLabel27.StylePriority.UseFont = false; + this.xrLabel27.StylePriority.UseForeColor = false; + this.xrLabel27.StylePriority.UseTextAlignment = false; + this.xrLabel27.Text = "Mitgliedschaft"; + this.xrLabel27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrPictureBox1 + // + this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image"))); + this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(623.7501F, 37.52082F); + this.xrPictureBox1.Name = "xrPictureBox1"; + this.xrPictureBox1.SizeF = new System.Drawing.SizeF(115.2499F, 30F); + this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // + // ServiceInvoiceReport + // + this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail, + this.ReportHeader, + this.topMarginBand1, + this.bottomMarginBand1, + this.Page1, + this.DetailReport}); + this.DataSource = this.bindingSource1; + this.ExportOptions.PrintPreview.DefaultFileName = "Spitzabrechnung"; + this.Font = new System.Drawing.Font("Verdana", 10F); + this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { + this.ruleRateFactorNull}); + this.Margins = new System.Drawing.Printing.Margins(33, 55, 45, 108); + this.PageHeight = 1169; + this.PageWidth = 827; + this.PaperKind = System.Drawing.Printing.PaperKind.A4; + this.Version = "17.1"; + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); + + } + + + private DevExpress.XtraReports.UI.DetailBand Detail; + private System.Windows.Forms.BindingSource bindingSource1; + private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader; + private DevExpress.XtraReports.UI.FormattingRule ruleRateFactorNull; + private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1; + private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1; + private DevExpress.XtraReports.UI.GroupHeaderBand Page1; + private DevExpress.XtraReports.UI.XRLabel xrLabel4; + private DevExpress.XtraReports.UI.XRLabel xrLabel3; + private DevExpress.XtraReports.UI.XRLabel xrLabel2; + private DevExpress.XtraReports.UI.XRLabel xrLabel8; + private DevExpress.XtraReports.UI.XRTable xrTable4; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow10; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell9; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow14; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell12; + private DevExpress.XtraReports.UI.XRLabel xrLabel9; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport; + private DevExpress.XtraReports.UI.DetailBand Detail1; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport2; + private DevExpress.XtraReports.UI.DetailBand Detail3; + private DevExpress.XtraReports.UI.XRTable xrTable6; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow25; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell40; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell42; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell43; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell44; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell45; + private DevExpress.XtraReports.UI.XRLabel xrLabel7; + private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox3; + private DevExpress.XtraReports.UI.XRLabel xrLabel6; + private DevExpress.XtraReports.UI.XRLabel xrLabel10; + private DevExpress.XtraReports.UI.XRLabel xrLabel11; + private DevExpress.XtraReports.UI.XRLabel xrLabel12; + private DevExpress.XtraReports.UI.XRLabel xrLabel13; + private DevExpress.XtraReports.UI.XRLabel xrLabel16; + private DevExpress.XtraReports.UI.XRLabel xrLabel20; + private DevExpress.XtraReports.UI.XRLabel xrLabel19; + private DevExpress.XtraReports.UI.XRLabel xrLabel18; + private DevExpress.XtraReports.UI.XRLabel xrLabel17; + private DevExpress.XtraReports.UI.XRLabel xrLabel21; + private DevExpress.XtraReports.UI.XRTable xrTable1; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell4; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell5; + private DevExpress.XtraReports.UI.XRTable xrTable2; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell6; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell11; + private DevExpress.XtraReports.UI.XRTable xrTable3; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell7; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell8; + private DevExpress.XtraReports.UI.XRLabel xrLabel1; + private DevExpress.XtraReports.UI.XRLine xrLine2; + private DevExpress.XtraReports.UI.XRLabel xrLabel5; + private DevExpress.XtraReports.UI.XRLabel xrLabel14; + private DevExpress.XtraReports.UI.XRLabel xrLabel15; + private DevExpress.XtraReports.UI.XRLabel xrLabel22; + private DevExpress.XtraReports.UI.XRLabel xrLabel23; + private DevExpress.XtraReports.UI.XRLabel xrLabel24; + private DevExpress.XtraReports.UI.XRLabel xrLabel25; + private DevExpress.XtraReports.UI.XRLabel xrLabel26; + private DevExpress.XtraReports.UI.XRLabel xrLabel27; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1; + } +} diff --git a/ReportImp/AutismusLeben/ServiceInvoiceReport.cs b/ReportImp/AutismusLeben/ServiceInvoiceReport.cs new file mode 100644 index 000000000..5ca5c83a0 --- /dev/null +++ b/ReportImp/AutismusLeben/ServiceInvoiceReport.cs @@ -0,0 +1,32 @@ +using System; +using BeWo.Report; +using BeWo.Report.ReportObjects; + +using DevExpress.XtraReports.UI; + +namespace AutismusLeben +{ + public partial class ServiceInvoiceReport : XtraReport, IBeWoReport + { + public ServiceInvoiceReport() + { + this.InitializeComponent(); + } + + public void SetReportDataSource(ServiceInvoiceRO pRO) + { + DateTime start = pRO.AccountingPeriodStart; + DateTime end = pRO.AccountingPeriodEnd; + //if (start.Month == end.Month && start.Year == end.Year) + //{ + // lblAbrechnungszeitraum.Text = String.Format("hiermit berechnen wir für den Monat {0:MMMM yyyy} folgende erbrachte Tätigkeiten:", start); + //} + //else + //{ + // lblAbrechnungszeitraum.Text = String.Format("hiermit berechnen wir für den Zeitraum {0:MMMM yyyy} - {1:MMMM yyyy} folgende erbrachte Tätigkeiten:", start, end); + //} + + this.bindingSource1.DataSource = pRO; + } + } +} \ No newline at end of file diff --git a/ReportImp/AutismusLeben/ServiceInvoiceReport.resx b/ReportImp/AutismusLeben/ServiceInvoiceReport.resx new file mode 100644 index 000000000..927c47c9c --- /dev/null +++ b/ReportImp/AutismusLeben/ServiceInvoiceReport.resx @@ -0,0 +1,1872 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + + + /9j/4AAQSkZJRgABAQEBIAEgAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsN + DhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQU + FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCAOYBb4DASIAAhEBAxEB/8QA + HwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIh + MUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVW + V1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXG + x8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQF + BgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAV + YnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE + hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq + 8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD9U6KKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACioLq8gsbd7i5njtoUGWkmcKqj3J4rgNc/aA8D6G7R + nV/t8q/wWMbSj/vr7v61wYrMMJgVzYqrGHq0vzOzD4PE4t2w9Ny9E2ejUV4VeftaaBGx+y6LqM47GUxx + 59OhaqkP7XGnM2JfDt0i46pcqx/LaK+dlxfkUXZ4lfdL/I9qPDWbSV1Qf3r/ADPoCivH9J/ai8H37hLt + NQ0z1eeAOn/jhY/pXpPh/wAV6P4qtzPpGpW2oRj73kSBmX/eHVfxFezg84y/MHbC14zfZPX7t/wPLxWW + 4zBq+IpOK720+/Y16KKK9g80KKKKACiiigAooooAKK4jxT8TrPQrmS0tYvt11GdrndtRD6E9yPT9a5aP + 4yaqJcvZ2bR5+6ocH89x/lX51mHiBw9luIeFq17yTs+VOST82tPW1z26OT4yvD2kYWT7ux7BRXM+E/Hd + j4qzEoa2vQMm3c5yPVT3H6+1dNX2mX5jhM1w8cVgqinB9V+T6p+T1PLrUamHm6dWNmgrM8ReItM8J6Pc + 6rrF9Dp2nW67pbidsKvOAPckkAAcknArTr4B/bA+LE3jb4gy+HrO4Y6JoTmHy0b5ZbnpI5Hcrygz0w2P + vGvrcnyyWa4lUU7RWrfl/mz5LiDOoZHgniGryekV3f8Akt393U96vv24Ph3a35gig1u8izj7VBaIIzz1 + w8it/wCO16J4C+O3gf4kzLb6Jr0L3zHAsrkGCc8ZO1XA3cf3c1+YlLHI0Tq6MUdTkMpwQR3Br9FrcIYK + cLUpSjLvv96/ysfkGH8Qcyp1OavCMo9rNfc7v8Uz9eqK+K/2ff2vLvSLi38P+O7prvTWwkGsyZaaA9hM + eS6/7X3h3yPu/Z8E8d1DHNDIk0Mih0kjIKspGQQR1BFfmmZZZiMrq+zrrR7Po/67H7Pk+dYTOqHtsM9V + unun5/o9mS0UUV5J7xkeJ/FWj+CtDudZ17UrbSdLtgDLdXcgRFycAZPUk8ADkkgCsH4d/GTwZ8WNFvNV + 8K6/b6pY2b7LmTa8JhOM5dZFVlGASCRg4ODxX5qftmftFXHxq+IU+maZdsfB2iytDZRxv+7uZBlWuSO+ + eQvovoWavP8A4R/Fu7+F+jePrS2lkQ+IdCfTERDgeY8sY3k9isRnwfVq+1pcOSnhVUlJqo7adEvPzsfC + VeJ4QxbpRinTV9era7eV9PM9K+Jn7bXj3WPjLN4k8N6/d2Hh+wuiunaSHZbWe3U4BniyA5cZJ3cruwpG + Bj9Mvhz44sfiV4F0LxRp3y2mq2iXKxlsmIkfNGT6q2VPupr8Pa/RH9g/40aZ4Z/Zz8VnxDeiCw8IXb3D + seStvMN6KozyzSiUAdywFd+eZbTjhYSoQs4tLTqnp83e33nncP5rVqYupDETuppvXZNfkrfkfXvivxdo + vgXQ7nWfEGp22kaXbjMt1dSBEHoB6k9AByTwBmvk3xz/AMFMPCGi3klv4X8Nah4lVDj7VczCxif3XKu+ + Mf3lU+1fGv7QH7QXiH4/+L5dS1OV7bSIGK6dpKOfKto88Ejo0hH3n6noMAADy2qwPDlGMFLF+9Lt0X3b + k5hxRWlNwwfuxXVq7f36I+6LX/gqLerLm5+HVvJHj7sWrsjfXJhP8q9M8E/8FIPhv4gkjh16w1bwvK33 + ppIhdW6/8Cjy/wD45X5l5FJXp1MgwFRWUOX0b/W55VPiTMqbvKal6pfpZn7keDvHnh34gaWNR8N63Y63 + Z8Zlsp1k2EjIDAHKn2OD7Vv1+GXhHxlrvgPWotX8O6teaLqMXC3FnKY2xnJU4+8pwMqcg9xX3t+zd/wU + EtfE1xaeHPiX5Gl6lJiOHX4wEtpmPAEyjiInj5h8nPIQCvksfw9WwydSg+eP4/8AB/rQ+yy7iShipKni + FySf3P8Ay+f3n2vRTVYOoZSGUjIIPBp1fJn2IUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB + RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB + RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB + RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB + RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRWVq3ijR9AH/ABM9VstP4zi5uEjP5E15 + /wCIv2kvBuiRuLW6m1i4HAjtIiFz7u2Bj3Ga8rF5rgMCm8TWjH1av9256GHy/F4tpUKUpeidvv2PVa8e + +Jn7RWk+EGlsNFEes6suVZlb/R4W/wBph94+y/iRXi/xC/aA8ReOI5LSAjRtLfhre2cl5B6PJwSPYAD1 + BrzCvyDPvEByToZQrf32v/SU/wA393U/Sco4OUWq2Y6/3V+r/Rfedl4g+MHjDxJcNJc69dwox4htJDBG + B6YTGfxzWHD4t1y3cPFrOoRv/eW6kB/nWTRX5BVzDF15+0q1ZOXdyZ+k08Hh6UeSnTSXZJHfaH8dPG+g + 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 + /r/wT9V4ZzCWJoyw1R3cNvT/AIH5WOmooor48+1CiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo + oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo + oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo + oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo + oAKKKKACiiigAooooAKKKKACiiigAqpfarZaWge9vLe0Q/xTyqg/U14n8ePjlc+Fbx/D3h+RU1EJm6vM + AmDIyEUHjdggk9sjHPT5mv7+51S6e5vLiW6uZDl5pnLux9yTX5fnvHWGyuvLC4an7ScdHrZJ9tndrr+Z + 99lPCVfH0ViK8+SL20u2u/S3kfflv4m0e8x5Gq2M+TtHl3KNz6cGpptb0+3x5t/axcZ+eZR/M1+etFfL + rxMq21wqv/j/APtT3v8AUWnfTEP/AMB/4J9veJPjV4O8MQSNNrVvdzKMi3sWE7sfT5eAf94ivnD4hfH7 + xD40uJIbK4k0TSskJb2shWRx6yOOT9BgfXrXmFFfJZxxpmWbR9kn7OHaN7v1e/yVkfRZbwvgcul7Rrnl + 3l09F/w7FZmkYsxLMxyWPUn1pKKK+CPrwooopAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFAoAKKKK + ACiiigAooooAKKKKACiiigArpfhz4ym8B+MNP1eJm8qN9lxGv/LSFuHX8uR7gGuaorow+IqYWtCvSdpR + aafmjGtRhiKcqVRXjJWfzP0Tt547qGOaJxJFIodGXowIyCKlry39nPxQ3iL4bWsErbrjTJGs2z1KjDJ+ + G0hf+A16lX9lZdjIZjg6WLhtNJ+ndfJ6H8y43CywWJqYeW8W1/wfmFFFFeicQUUUUAebePPhvJqFzJqW + lKplc7prbIG492U+p7ivMbqyuLGUxXMElvIP4ZUKn8jX0vRX4vxB4YZfnGJli8LVdCcneSS5ot9WleNm + +utvI+owefVsNBU6kedLbWz/AFPAPDngnU/EdwgjgaC2J+e5lUhAPb+8fYfpXuWk6XBounQWVsu2GFdo + z1PqT7k8/jV2ivqOFeDMDwrGUqUnOrLRyemnZLou+rb76I8/MMzq5g0pK0V0PiL9vLxIL3xt4d0RTldP + sXuW9mmfGPyiU/jXzDXqH7TniD/hIvjl4qmD747e4FkgByF8pFjYf99Kx+pNeXc1/YWT0Pq+X0af91P5 + vV/mfxpxFifreb4mr/ea+UfdX4IWik5pa9k+dCiiigD6q/YFvjH4k8W2e/Cy2kEpT12Owz+G/wDWvPf+ + CnuuG48feCtG3fLaaZLd7c9PNl2Zxn/pgO3b8u1/YLhdvH3iSUL+7XTApPuZVIH6H8q8W/4KLXz3n7RJ + ibO210i1hTLZ4Jkfj05c8fjX5rWpp8RSl2jf/wAlSP3DLajXCdOPeTX/AJM2fL9LRRX1R80FGRSYpaAD + rRSUtABzj3ooPNH6UAGaKKKAEHtX6v8A7BOsvq37M3h6KTJaxuLu1DN3Hnu479g4HbpX5Q198fsr/HLR + vgN+yHf+INZ33cv9vXFvY6fG4ElzKYoiEGfuqOWZscD1JAPyPFEoU8v9pN2UWn+Z93wXh6+NzaOFw0XK + c00kuruj7uor8l/H37cHxZ8b6lJNb+IW8N2JJ8qy0dBEEGeMyHLscY6tjjoKzvCn7ZXxe8Kail0njG71 + WMMC9rqwW5ikH907huA/3SDX4g86o81lF2P6+j4S5zKjzutTU/5by+6/Lb9PM/Xmivnr9mX9sDQvj4n9 + kXsCaD4wjQu2n790VyoHLwMeTjqUPIHqATX0LXt0a0MRDnpu6PyTMssxeT4mWExtNwnHo/zT2a80FFFF + bnlhRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF + FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF + FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF + FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAVFPMlrBJLI22ONS7MewAyTU + tc18SNQ/sv4f+I7oHDJp8+0/7RQgfqRXPiKqoUZ1X9lN/crm1Gm61WNNdWl958Na5q02va1f6lcEma7n + edsnPLMTj9ao0UV/FE5yqSc5O7ep/UsYqEVGOyCiiisygooooAKKKKADvRRRQAUUUUAFFFFABRRRQAUU + UUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAe8fsm64bfxJrWlMfkurZbhQf70bY/ + lIfyr6gr4r/Z+1E6f8WdE5wk5kgcDvujbH/j22vtSv6Y8P8AEutk3s39iUl8naX6s/C+MaCpZnzr7cU/ + zX6BRRUckiQxs8jBI1G5mY4AHck1+lNqKuz4YkorzfW/jBDb3DRaZai5VTjzpmKqfoOuPypdF+MVvcTL + FqVobYNx50TblH1HUD6Zr8//ANfuG/rX1T60r3tez5b/AOK3L8728z2f7Hx3s/aez0+V/u3PR6Kit7iO + 6hSaF1licbldDkEexqWvv4yUkpRd0zx3daMKZJIsMbO52ooySewFPrlPitqx0P4Y+K9QU7ZLfSrl0P8A + teU239cVtTg6k4wXVpfeYVqio05VZbRTf3H5feIdWfX9f1PU5ARJe3Uty2fV3LH+dZ/NLRX9KxiopRWy + P4ynJzk5y3YUUUnNUSLRRRQB9X/sCWu7XPGNxz+7t7aPpx8zSH/2X+dfPf8AwUM/5OQvv+wdaf8AoJr6 + d/YDsTHpPjO8w2Jp7WLJ6fIsp/8AZ/5V8xf8FDP+Tkb7/sG2n/oBr815ubiKt5RX5RP3LCwcOE8PfrJv + /wAmkfNPFFFJX1R8wLSfzpe1BoAKPrQDSd6AFopKXaKADpSUe9LtFABzXb61qE0nwi8I2vmObWHVNTOz + naJClpu+p27PzriM19KfDH4P3Pxg/ZJ8RvpEC3PiDwv4hl1GCCMZlmgktYFmjA65IiVgO5jI5Jr4XjSl + Ktk81Ho0/wAT9o8H8woZZxjha+JdotSjd9OaLSf3vXyPm2ij8aPWv5tP9RzT8M+JNR8H+INP1vSLprPU + 7Cdbi3njPKupyPqOxHQgkGv2r+GvjKP4ifD7w74mijEK6tYQ3ZiBz5bOgLJ+ByPwr8UfD+gaj4q1qy0f + SbOXUNSvJVht7aBdzyOTwB/njGe1ftJ8I/Bb/Dn4X+FvDMsiy3Gl6fDbTSL91pAo3ke27OK+kyXn55/y + 2/H+rn85+MEcL7HCN29teXry21v5Xtb526nYUUUV9afzMFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFF + FABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFF + FABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFF + FABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFF + FABRRRQAUUUUAFFFFABXAfHiZbf4S+ImYlcxRpx/tSoB/Ou/rzb9oiRU+EOuhjyxtwPc+fGf6GvEzyXL + lWKl/wBO5/8ApLPVylc2YYdf34/+lI+MKKKK/jc/pgKKKKACiiigAooooABRRRQAUUUUAFFFFABRR/Ki + gAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA6T4a3Rs/iF4amzgLqVuD/ALpk + UH9Ca+9K/PrwvN9n8TaTLv8AL2XkLbs4xhxzX6C1+/eGs74bEw7Si/vT/wAj8g45jatQl3T/AAa/zCvK + /ix4qZphots+EXD3BB6nqF/qfwr0fVtSj0jS7m9kGUgjZ8euBwPxOBXzpeXUt9dTXMzb5pXLs3qScmuL + xT4gll+AhlmHlada/N5QXT/t56eia6nzvD+DVaq8RNaR29f+B/kQ0UUV/JJ+iHZ/Dnxg+h6illcyH+z7 + htvzHiJz0YegPf8AOva6+Ya958A66de8N28jtuuIf3MvqSvQ/iMH86/p3wp4jqV4zyTEyvyrmp37faj8 + tGl69EfCcQ4JRaxUFvo/0Z0teTftUak2l/AXxVIpw8scNuB67541P/jpNes14D+21qAs/gqYc4+16lbw + Y55wHk/9k/Sv6hymHtMwoR/vL8z8tz6r7HKsTO9vcl+KaPgKiiiv6FP5HE5paKKACiik5oA+3v2C4FX4 + f+IpgTvfVNhHbAiQj/0I18m/8FDP+TkL/HX+zbT/ANANfW/7Bv8AyTfX/wDsLH/0THXyR/wUM/5OQvuP + +YbaY/75Nfl1H/koK/o//bT99j/yS2G+X5s+af50Ugpa+xPjQo/Gikx78UAL1o7UUlAC0fjSY9KX+KgB + PTmloo+lAAK+/f8Agl3qXmaT8Q9PLf6qexnC4H8azKSO/wDAP0r4C4r1H4QfG3U/g/4V8dWujSNBqXiC + 0hsorhSA0ADsXkHfdsLKCOhYHsK+b4ikqeV1qj+yk/uaPteDMFVzLP8AC4Gh8VSXLrtqnq/Tc739tnUv + hjdfE68t/AmmmLVopn/ti/tZsWcs+TvVIsfeDfedSBnPBOTXznRSfrX8t1J+0m52tfsf6y5Vl6yvBU8G + pynyK15O7f8AXRdFobHhfxbrXgnV49U8P6teaLqMYwt1YzNE+CQSpKnlTgZU8HvX2F+z7/wUM1mz1Wz0 + X4mGLUNLlYRjXYYhHPb54DSoo2uo7kAMOvzdK+JsUVpRxFXDy5qcrfkefnPDuWZ9SdPHUlJ20l9pekt/ + lt3R+71rcxXttFcW8qT28yCSOWNgyupGQwI6gjvU1fJn/BO34sTeNPhbfeFb+dpr7wzKiQs5yTaSAmNf + faySL7DaPSvrOv0DDVliKUaq6n8N53lVXJMxrZfVd3B2v3W6fzTTCiiiuk8MKKKKACiiigAooooAKKKK + ACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKK + ACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKK + ACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKK + ACiiigAooooAKKKKACiiigAooooAK8x/aQ/5JLqn/XWD/wBGrXp1eW/tKTeX8Kb9cZ8yeBevT5wf6frX + z/ELtlGLv/z7l+TPZyZXzLD/AOOP5nxzRRRX8eH9KBRRRzQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQA + UUUUAFLSUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQBZ0v/kJ2n/XZP8A0IV+h9fnSrtG + 6up2spyCOxr9Fq/dfDOXu4uP+D/24/JuOlrhn/i/9tOA+MGrG20S3sVOGupNzf7i8/zK/lXkFdn8VtR+ + 2eKmhBytrEsftuPzH+Y/KuMr8L8QcyeZcRYhp+7TfIv+3dH/AOTczKyeh7DBQXV6/f8A8CwUUUV+cntB + XffCDV/sutT2DNhLqPcoz/GvP8ifyrgau6PqT6Tq1pernMEquQO4B5H4jj8a+k4bzR5Nm2Hx19ISV/8A + C9Jfg2cONw/1rDzpd1+PT8T6Rr5l/byutnw50C23f6zVhJtx12wyDP8A4/8ArX0vHIs0ayIdyMAwI7g1 + 8pft93JXQ/B1vvAElzcybOMnasYz+G79a/0l4dSqZnQt3b/Bs/nDiyXs8kxLfZL72kfGlFJzS1+9H8rh + RRRQAnNLRRQB91/sIqP+FS6w2AG/tyUE9/8Aj3t/8a+T/wDgo9/ycJB/2BLb/wBGS19ZfsI/8ki1f/sO + Tf8ApPb18m/8FHv+ThLf/sCW3/oyWvyqh/yUFf5/of0Cv+SWw3/bv5s+WOKWkpa+1PiQo60UnegBaKPW + kyaAFo4oHp1oNACfSlpOc0vFACfzqzaqrRXRbGRGCPrvUfyJqvU1pGZpGTcVGxicd8KTj9K8HPqftcqx + Mf7kn9yufecBYj6rxXllX/p9TXyckn+DI/rQM0UV/KJ/rmBopKXrQB9S/wDBOfxM2j/H6TTd+ItY0qeD + YTgF0Kyg+5Ajf8zX6f1+Qn7Gl82n/tMeBJVzlrqWHjjh4JUP6Ma/XuvscllehKPZ/oj+Q/FjDqlnsKsf + t04t+qcl+SQUUUV9AfiwUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR + RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR + RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR + RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAV5T+01/ySu5/ + 6+of/Qq9Wryn9pr/AJJXc/8AX1D/AOhV87xH/wAifFf4Jfke3kn/ACM8P/iX5nx7RRRX8fH9JBRRRQAU + UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAU + UUUAFfolayma2ikIwXQMR9Rmvztr70t9V8v4ewairEn+zFmUsepMQI5+pFfs3h1iIYaONqT2jGMn6Lmu + fl/G9N1Fhrd5L7+U8U16+/tLWr+63bhLO7Kf9nPA/LFUKKK/lzEV54mtOvU+KTbfq3c9CEVCKitkFFFF + c5YUUUUAe7fDnVf7V8J2m5t0lvmB/wDgPT/x0rXzN/wUAlVpPAsYPzqt8xHsTb4/ka9l+D+sfZ9VudPd + sJcJ5iA/319PwJ/75rxP9v3/AJCngv8A643X/oUVf6KeEOaLOMLgq0neUFKEvWMWtfVWfzP5w8SsP9Wy + 3FxWzcWvnOL/AD0Pkyiiiv6vP5JCk5paTmgBaKKKAPu39hH/AJJFq/8A2HJv/Se3r5N/4KPf8nCQf9gS + 2/8ARktfWX7CP/JItX/7Dk3/AKT29fJv/BR7/k4S3/7Alt/6Mlr8pof8lBX+f6H9Ar/klsN6R/NnyzR0 + oo/lX2x8SFFAooASlpKWgAoopKAF4oo4ooAKnsW2TMeP9XIOfdGFQU6ONpZERBlmYKB7mvPzCPPg60X1 + jL8me/w/V9jnGDq/y1ab+6SCjrR3o61/IZ/sgFH40fzo4oA9R/ZeYr+0N8PirEH+2IBx6bsV+ydfi9+z + teSWPx6+HUke3cfEFjEdw4w86KfxwTX7Q19ZknwT9Ufyr4vRf9o4WX9x/wDpTCiiivpT8ECiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACvIf2oZGT4ZAKcB76FW9xhj/MCvXq8f/ak/wCSZx/9 + f8X/AKC9fM8Tf8ibFf4Ge7kX/Izw/wDiR8j0UUV/IR/SAUUUUAFFFFABRRRQAUUUUAFFHrRQAUUUUAFF + FFABRRRQAUfWiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACvr7TdZFx+z/o0ivy9nBag + /wC4wQj8kNfINfQ3g7UjJ8C9Etd/3NQmXAbsCzYP4yD9K+nynHPBYLMv71CS+baiv/Sj4/iPD+2hh5fy + 1F91m/0KdFFFfiZxBRRRQAUUUUAaPh3Ujo+uWN5nAhlUt/u5ww/LNed/t8ztJ4i8IxZBjW0ncfUuoP8A + IV2deZftlX/9pSeAbjO5jpkisfVlcKf1Br+vPo75h/wrV8vk+nOvucZf+2n4f4tUf+EKVZd4p/8AgSa/ + U+b6KTmlr/Qc/ioKKKTmgA5paTmloA+5P2DZGPwz15CTsXV2YD3MMWf5Cvlb/go9/wAnCwf9gS2/9GTV + 9T/sG/8AJN9f/wCwsf8A0THXyx/wUe/5OEg/7Alt/wCjJq/LKX/JQ1/n+SP3+P8AySuH+X5s+WM0UetL + X2Z8WHNFJS+lACDFHrR7UtABRSe1LQAUlKe1FABVjTv+Qhbf9dV/mKrirGnf8hC2/wCuq/zFceM/3ap/ + hf5HqZX/AL/h/wDHH/0pEP8AnpRzSetLX8fWP9mxKWjrQKYHc/AmZLX44fDyaQ4jj8RaczHrwLmM1+1d + fhr4J1geHvGegaozbFsdQt7kt6bJVbP6V+5OQw45FfVZHL3akfT9T+X/ABgptYrB1OjjJfc1/mLRRRX0 + 5/PQUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR + RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR + RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR + RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAV4/+1J/yTOP/AK/4v/QXr2CvH/2p + P+SZx/8AX/F/6C9fM8Tf8ibFf4Ge9kP/ACNMP/iR8j0UUV/IR/R4UUUUAFFFFABRRRQAUUUUAFFFFABR + RRQAUUUUAFFFFABRQKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAK9h+Ht8Zvh9a23QQ6 + hc/jlITn+dePV6X8MZGOi3KE/KtwSB7lVz/IVy4ys6OEqxX20l/5NF/oeRmcFOim+jv+a/U6+iiivhD5 + kKKKKACiiigArxb9p6aSaPwoGHyRR3MSn/gSMf8A0Ovaa8O/aWYmTw6v8IFwR+Pl/wCFf0J4D15UeOMP + BfbhUT/8AcvzifkvinBT4VxDfRwf/k8V+p4nRSc0c1/p+fwoLSc0tJzQAtJzS0UAfa/7BJP/AAhficZO + P7QQgf8AbMV8x/8ABR7/AJOEt/8AsCW3/oyWvpL9gWZ28O+L4Scol1buBjuUcH/0EV8x/wDBRK6ef9oy + aNtoEGlWsa47g725/FjX5fFP/WKt6fpE/e6Mk+FMP/XWR8xiik/z0pe1fYHx4UdqKQe9AC8UUdqSgApf + Wk/Wj86AFNFFH1oAKn03H9oW3/XVf5iq/wDKrGnf8hC2/wCuq/zrjxn+7VP8L/I9TK/9/wAP/jj/AOlI + io/GkpeeK/j8/wBmwo9KKTFABX7X/BXxMfGXwh8Ga0+TLe6Rayy5Of3nlKH57/NmvxRr9W/2B/EH9ufs + 1aFA0nmSaZc3Vk/qP3pkUfgsi/hiveyafLXce6PwnxdwntMqw+KW8J2+Uk/1ij6Jooor7M/lAKKKKACi + iigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACi + iigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACi + iigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACi + iigAooooAKKKKACiiigAooooAKKKKACiiigAooooAK8f/ak/5JnH/wBf8X/oL17BXj/7Un/JM4/+v+L/ + ANBevmeJv+RNiv8AAz3sh/5GmH/xI+R6KKK/kI/o8KKKKACij9aKACiiigAooooAKPaiigAooooAKKKK + ACiiigAooooAKKKKACiiigAooooAKKKKACij8KKACiiigAooooAKKKOKACvRfhf/AMg+9/66j+VedV6F + 8Lifs+oDPG9D+hrzcx/3aXy/M87MP93l8vzO4ooor4w+TCiiigAooooAK8N/aW/13h7/AHbj+cde5V4h + +0x08Of9vP8A7Sr918EJ8vHuAXdVV/5Rm/0PyzxPV+EsW+3s/wD05A8Q5paTmjmv9Tj+DRaKKKACiiig + D6//AOCf8ztF46iLZjVrFgvoSLgE/oPyr5m/4KDXCTftKaoiHLQ2FojjHQ+Xu/kwr6K/YDmVda8ZQk4d + re2cD6NID/6EK+Y/28Lnz/2pPFyFceTHZRjnr/ocLZ/8er835f8AjIa7/ur8on7dhZ/8Yphl/ea/8mmz + 5/8ATtS0UlfUHzgtJRS0AFFJS0AFFHX6UUAFFFFAB9Ksaf8A8hC2/wCuqfzFV6VWZXVlJVlOQR1zXFjf + 92q/4X+R6+Tx58yw0e84f+lIX1oo5or+QD/ZgP0ooo59aACv0S/4Ji64Lj4f+M9GDgm01OK7255HnRbM + /wDkD9K/OyvtT/gmHrIg8d+NdJ3Ya602G6CevlSlc/h5w/OvSy2XLioP+tj818RsP9Y4axPePLL7pK/4 + XP0Rooor78/iQKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKK + KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKK + KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKK + KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAK8f/ak/5JnH/wBf8X/o + L17BXj/7Un/JM4/+v+L/ANBevmeJv+RNiv8AAz3sh/5GmH/xI+R6KKK/kI/o8KKKKACiiigAooooAKKK + KACiiigAooooAOaKKKACiiigA/CiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACu/wDh + a+U1JewMZ/Pd/hXAV3vws/5if/bL/wBnrzsw/wB2n8vzR5+P/wB3l8vzR3tFFFfFnyQUUUUAFFFFABXi + f7S0LtD4elA+RWuFJ9z5eP5H8q9srxz9pL/kE6J/13k/9BFftvgtJx49y5rvU/8ATNQ/MvEqKlwnjU+0 + PwqQZ4LSc0c0tf6rH8DhSc0c0tABRRRQB9PfsFXLL468S2427ZNNWQ+vyyqP/Zv5V8tfthXn279pbx7J + 8w23qxfMc/ciRP8A2Wvo39hq6Fv8Yr2MkAz6PNGMn/prC3H/AHzXyV8fNSXWPjh8QLtP9XJr18UwMZUT + uFP5AV8PKnbOq0/7kf6/A/XMDW5uHKFPtOX6v9Tg6T9KWivYPODr34oo9aSgBefWkz1paF6UAFFFFAB9 + KKKKAE/Wl9KKP51xY3/dav8Ahf5Ht5H/AMjXCf8AXyH/AKUh3rR/OgUevFfyAf7KBSUtH9KQBzX0/wD8 + E69UGn/tECDdt+3aRdW+BnnBjkx/5D7+lfMFe4fsUaj/AGb+094Ik3bVkluID1wd9tKoH5kfiBXVhZct + em/NfmfK8VUfb5FjYf8ATub+6Lf6H66UUUV+kH8CBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUU + UUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUU + UUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUU + UUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUU + UUAFFFFABXj/AO1J/wAkzj/6/wCL/wBBevYK8f8A2pP+SZx/9f8AF/6C9fM8Tf8AImxX+BnvZD/yNMP/ + AIkfI9FFFfyEf0eFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFHvRQAUUUUAFFFFA + BRRRQAUUUZoAKKKKACiiigAooooAK7n4W/6/Uf8AdT+bVw1dz8LWH2jUB3KIf1NcGP8A92n8vzRwY7/d + 5f11PQaKKK+JPkQooooAKKKKACvG/wBpL/kE6J/13k/9BFeyV5B+0hEG8P6RJnlbplx25Qn+lftPgzJR + 48y5vvP/ANNTPzbxGi5cK41LtH/0uJ4DRRRX+rR/AYUnNLSc0ALRRRQB6X+zr48sPhv8VtO1vVrlLTSo + oLlbqZzgBTC5H5uEr5S1LUJdV1K6vZzme5leaQj+8xJP6mvTfE//ACL99/1z/wAK8prxMTRjHEOst2kv + ub/zPtspxE5YL6u9oyb+9R/y/FhRR60VkeqJ+NL9aMUlAC80UcUUAFFHBooAPSik+tLQAUelH40VxY3/ + AHWr/hf5Ht5H/wAjXCf9fIf+lIXilpBS8V/ICP8AZQP5Ud6KPpSAO1elfs06kdL/AGgvh5MN2W1y0g+U + 4P7yVY/y+fmvNfeuq+FN19j+KHg+427/ACdYs5NucZxOhx+lXB8sk2ebmVP22Cr039qEl96Z+3VFFFfp + 5/nYFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAU + UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAU + UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAU + UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFeP/ALUn/JM4/wDr/i/9BevYK8f/ + AGpP+SZx/wDX/F/6C9fM8Tf8ibFf4Ge9kP8AyNMP/iR8j0UUV/IR/R4UUUUAFFFFABRRRQAUUUUAFFFF + ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABXbfC//AI/r7/rm + v864mu2+F/8Ax/Xv/XJf51w47/dp/wBdTixv+7y/rqeiUUUV8QfHhRRRQAUUUUAFeP8A7SMxXQtHixw1 + yzZ+i/8A169grxz9pL/kE6J/13k/9BFftXgylLjzLk+8/wD01M/NvEdtcK41rtH/ANLieCc0tJzS1/qy + fwGFFFFABRRRQBmeJFDaDfA/88mNeT16z4j/AOQFf/8AXFv5V5NxXmYr4kfWZP8AwpeofWik/ClriPfC + jNJ3paACjmj9KTFAC0dBR0ooAKKKKACrGnf8hC1/66r/ADFV81Y09tuoWzdcSKf1Fc2Jjz0Jx7p/kd+X + z9ljKNR9JRf3NEP86KKPrX8eH+0AUUfSkpXAPpVzSLxdN1Wyu3UukEySlR1IVgcD8qqetFD1JlFSTi+p + +8lFUdFuftmj2Nx5nm+bBHJ5mfvZUHP41er9Ri+ZXP8AN6UXFuL6BRRRTJCiiigAooooAKKKKACiiigA + ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigA + ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigA + ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigA + ooooAKKKKACiiigAooooAK8f/ak/5JnH/wBf8X/oL17BXj/7Un/JM4/+v+L/ANBevmeJv+RNiv8AAz3s + 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 + S/P7tzToooriO4KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKK + KKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAriPjVCs3wr8SK2cC23fiGBH + 8q7euM+Mv/JLfEv/AF6N/MV5WbK+X4hP+SX/AKSz0cu/32h/ij+aPhqiiiv4xP6cCiiigAooooAKKKKA + CiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAK6P4f + /wDIz2/+6/8A6Ca5yuj8Af8AI0W/+6//AKCa5sV/An6M5sT/AAZ+jPV6KKK+DPiwooooAKWkooAK+LNY + /wCQte/9d3/9CNfadfGniiH7P4m1eIDaEvJlAHbDkV/bH0aJpYjNYdWqT+51P8z+ZvGyLeHwEuzn+Kj/ + AJGbRSc0tf3WfymFFFJzQAtFJzS0Acf8Rv8Ajzs/+uh/lXB13nxG/wCPKz/66N/KuE6V5GI/iM+2yv8A + 3WPz/MPSiikrmPVF96P5UUnagBaKKSgApaD0ooATnjil/Cjmj1oAKSil2igC3qX/ACELo/8ATV/5mq2a + n1D/AJCFz/11b+ZqCv41m7ybP9pcJHkw9OPaK/IKSloNSdQUUUUAdF8N/wDkofhf/sK2v/o5a/cKvxD+ + Ftu158TPCMEeA0ur2iDd0yZkAr9vK+oyP/l58v1P5h8YX/tOCX92f5xCiiivqT+eAooooAKKKKACiiig + AooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKK+VP26P2lrz4QeHLTwt4Zuja + +KdaiMj3kbYksbUHbvX0dyGVT2CueCFNdeFw1TGVo0ae7OPF4qngqMq9XZf1Y9D+Mn7W/wAOvgncSWOq + 6nJqmtp97SdJUTTp/wBdCSFj6jhmBwcgGvmHxJ/wU+1iaZh4f8D2NrCDw+pXjzswz1KoEx9Mn618RTTS + XM0k0sjSyyMXeRySzMTkknuaZX6ThuH8HRivaLnfn/kv+CfluK4lx1aT9k+SPZa/i/0sfY9v/wAFOPHC + zIZ/Cnh+WLPzLGZ0Y/Qlzj8jXrXw7/4KU+DNenitvFuhX3hWRiAbqB/ttuPdtqrIPoEb61+b1A+ldFXI + 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 + +G9HstK0y2jstOsoUt7e3iGEjjUYVR9AK+K4hzKNOn9UpP3nv5Lt8/y9T73hrK5VKn12qvdXw+b7+i/P + 0Pyt/bz8Ht4U/aQ12dU8u31iCDUoQBj7yeW5/GSKQ/jXz12r9Fv+ClHwtl1zwTofjiygaSbRZjaXxQZx + bykbHPssgC/9ta/On9K9vJ8QsRgqb6pWfy/4B4OeYZ4bH1F0k+ZfPX87hX7H/sr+D28Cfs+eB9Lkj8ud + tPW8mUjBDzkzMD7gyY/Cvyy+APwvn+MHxa8O+GI42e1uLkS3zLkeXap80rE9vlBA/wBplHev2hjjWJFR + FCoowFUYAHpXznFGIVqeHXq/yX6n03CeGd6mJf8AhX5v9DxbxB+xp8H/ABN4il1q98HwrdzP5ksdrczQ + QyNnJJjRwoz3wBnvXreg+H9N8K6Ra6Vo9hb6Zptqnlw2trGI4419AB+J9zWjRX51ChSptyhFJvyP1jFZ + njsbTjSxVeU4x2UpNpeib0CiiitzzQooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo + ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo + ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo + ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo + ooAKKKKACiiigAooooAKKKKACiiigAooooAwfG3hGz8c+Gr3Rr0lYrhflkUfNG4OVYfQj8RkV8o6r+zr + 440/UHt4NLXUIg2EuIJ4wjj1+ZgR+Ir7Mor5DPOF8Bn0o1MReM46Xi0nbs7pn0mVZ9i8ojKFGzi9bPv3 + Vmjxn4I/AyTwDdNrWsyxTauyGOKGE7kt1PU7u7EcccAE9c17NRRXt5bluGynDRwuFjaK+9vu/M8vHY6v + mNd4jEO8n9yXZBRRRXqHnhRRRQAVRm0XT7ht0thbSNjG54VJ/lV6iolCM/iVyoylH4XYow6Jp1vIHisL + WJx0ZIVBH6VeooojCMNIqwSlKXxO4UUUVZIUUUUAFFFFABRRXH+PPip4f+HUK/2pcs93Iu6OytwHmYeu + MgAe5IHBrlxOKoYOk62ImoxXVuyN6GHq4moqVGLlJ9EdhRXzvN+15AtwVi8LyPDnh3vgrY9dvln+dem/ + Dn4w6D8SA8Vk0lpqMa7nsrnAfHdlIOGH6+oFeFguJsozGt9Xw1dOfazV/S6V/kevisizLBUvbV6LUe90 + 7etm7fM7uiiivpzwQooooAKKKKACiiigBGXcCDyK8L+IHhNvDOrNJCh/s+4JaJh0Q90/Dt7fjXutUtW0 + m21uxktLyPzYZBz6g9iD2Ir4PjDhelxRgPYX5asNYS7Pqn5Pr8n0sevluPlgK3PvF7r+ux83UVv+LfB9 + 54VuysgMto5IiuAOD7H0P+FYFfxFj8BicsxE8Ji4OE46NP8ArVPo9mtj9TpVoV4KpTd0wooorgNgrmvi + F4RXxp4XutOyqXPEtvI3RZF6fQHkH2Y10tafhzQZ/EWrQ2UIxuOXfsiDq3+e+K9/IcVj8FmuGxOV/wC8 + RnFwt/NfRej2a2te552ZYXDY3B1cNjFenOLUvRrX/geZ8Manpd3ot/NZX1u9rdQtteKQYI/xHoehrf8A + APwx8S/EzVEsvD+lzXp3hZLjBWCH3dzwvHPqewNfp3c+E9FvrO2tLzSrO+gt0CRJdW6S7QPTcDWlbWsN + nCsNvDHbwr92OJQqj6AV/qdHjOs8NFSopVbK+r5b9bK17X2u/mfx7Hw5orENyxLdK+i5bSt2bva/nb5I + 89+BvwX074L+FTYQOt3qt0Vlv77bjzXAwFXuEXJwD6k969Ioor4GvXqYmrKtVd5Pdn6zhcNRwdGOHoR5 + YR0SIri3ivLeWCaNZYZVKSRuMhlIwQR6EV+ePxe/Zh8W+B/FV1FomiX+vaFPIz2c+nwPcMiE8JIFBIZR + xk8Hr6gfonRXq5Vm9fKZylSV1LdP8Dws9yDDZ9SjCu3GUdmt1fdejPm79k39n28+HNvceJ/Elt9n168j + 8m2tGILWsJwSWxwHYgcdVAx1JA+kaKK4sdjauYV5Yitu/uXkj08sy2hlOFjhMOvdj33b6t+YUUUVwHqB + WN4o8I6J440iXS/EGk2es6dIctbXsKypnsQCOCOxHIrZopxk4u6dmKUVJWkro+UvGP8AwTi+GXiC4kuN + Hu9Y8Mux4gtrhZ4B/wABkUv/AOP49qj8G/8ABN/4b+H76O61nUNY8S+Wc/ZZ5Vggbn+IRgOf++xX1jRX + q/2tjuXk9q7fj9+55H9j4Dn5/Yq/pp92xnaFoOm+F9JttL0ewt9M062XZDa2sYjjjX0CjgVo0UV5Tbbu + z10klZGfr2h2HibRb7SNUto7zTr6F7e4t5BlZI2GGB/A1+dvxC/4Jt+NLHxRKvg/UtO1PQJpCYJNQnMM + 8Ck8LIApDY/vL1xnaOlfpFRXpYLMcRgG/YvR9HseXjssw2YpKutVs1ueEfss/st6d+ztod1LPcx6t4q1 + FVW81BEISNByIYs8hM8knBYgEgYAHu9FFcdevUxNR1arvJnbh8PSwtJUaKtFBRRRWB0BRRRQAUUUUAFF + FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF + FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF + FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF + FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF + FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAcz8RfGCeBfBupaywV5YU2wxt0eVjtQfTJB + PsDXwxq2rXeualcahfztc3lw5kllc8sT/T27YxX1D+1c8q+AdNVciJtSTfj/AK5SYB/X8q+U+a/nPxDx + 1WrmMcG37kIp27t9fu0+8/a+C8JTp4KWJt70m1fyXT9QrR8O69d+F9bstUsZDFdWsgkQ9jjqp9iMg+xr + Op8MT3EqRRI0kjsFVFGSxPAAr8tpTnTnGdN2kndW79D7+cYzi4zV09z9CdJ1KLWNKsr+D/U3UKTpzn5W + UMP0NXKyfCultoXhfR9NkOXs7OG3Y5zkogU/yrWr+2KLnKlF1FaVlf16n8tVVFVJKG13b0CiiitjIKKK + KACiiigAooooAgurSG+t3guIlmhcYZHGQa808SfCJ9zTaNICvX7LM3I/3WP9fzr1Kivl884ayziKkqeP + p3a2ktJL0f6O68jvwmOr4KV6Mvl0Z83alo19o8my9tJrY5wC6kA/Q9D+FUq+nGUOpDAEehHFVP7G0/zN + /wBhtt/Xd5K5/lX4pifB29S+Gxto9pQu181JJ/cj6mnxLp+8pa+T/wCAeD6B4T1LxHMq2lu3lZ5uJARG + v49/oOa9o8J+E7XwpY+TD+8nfmWcjBc/0A9K21UKAAMAU6v0jhbgTL+GZfWE/a19uZq1u/KtbX73b6Xs + eJmGb1scuS3LHt/mwooor9LPCCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo + oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo + oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo + oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo + oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo + oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAOZ+InguHx/4RvtGlcRSSgND + MRny5FOVJ9s8H2Jr4i8S+F9T8I6tNp2q2j2l1GejD5WH95T0YH1FfoHWbrXh3TPElqLbVdPt9QhByEuI + g4U+oz0PuK+A4m4TpZ/y1qc+SrFWvumuz/z/AAZ9hkPEVTJ70px5qb1t1T7r/I/PmvoT9n/4KXX9oW/i + jX7ZreKEiSxtJRh3ftKw7Adh1JwegGfZdH+Evg/Qb5byy0C0juVOVkcGQqfUbicH3FdfXz+QcBLAYhYr + MJqbjqoq9r93e17drHs5xxe8ZReHwcHFS3b3t2VvzCiiiv18/NgooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii + igAooooAKKKKACiiigAooooA/9k= + + + + + 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 + + + + 17, 17 + + \ No newline at end of file diff --git a/ReportImp/AutismusLeben/SettlementReport.Designer.cs b/ReportImp/AutismusLeben/SettlementReport.Designer.cs new file mode 100644 index 000000000..bd09f378b --- /dev/null +++ b/ReportImp/AutismusLeben/SettlementReport.Designer.cs @@ -0,0 +1,1142 @@ +namespace AutismusLeben +{ + 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)); + 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.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell(); + this.ruleRateFactorNull = new DevExpress.XtraReports.UI.FormattingRule(); + this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow11 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell(); + this.rowErbrachteLeistung = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell(); + 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.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.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.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.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); + this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); + this.xrTable5 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow15 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrTable4 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow30 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell(); + 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.xrTableRow33 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell52 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell53 = 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.xrTableRow36 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell57 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell58 = new DevExpress.XtraReports.UI.XRTableCell(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).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 System.Drawing.Font("Verdana", 10F); + this.ReportHeader.HeightF = 120F; + this.ReportHeader.Name = "ReportHeader"; + this.ReportHeader.StylePriority.UseFont = false; + // + // xrLabel9 + // + this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(187.5F, 50F); + 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")}); + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(367.0001F, 169F); + 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, 375.3333F); + this.xrTable1.Name = "xrTable1"; + this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow9, + this.xrTableRow10, + this.xrTableRow11, + this.rowErbrachteLeistung}); + this.xrTable1.SizeF = new System.Drawing.SizeF(650F, 68F); + this.xrTable1.StylePriority.UseBorderColor = false; + // + // xrTableRow9 + // + this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell19, + this.xrTableCell6}); + this.xrTableRow9.Name = "xrTableRow9"; + this.xrTableRow9.Weight = 0.085D; + // + // xrTableCell19 + // + this.xrTableCell19.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell19.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell19.Name = "xrTableCell19"; + this.xrTableCell19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell19.StylePriority.UseBorderColor = false; + this.xrTableCell19.StylePriority.UseBorders = false; + this.xrTableCell19.StylePriority.UseFont = false; + this.xrTableCell19.Text = "Bewilligte Fachleistungsstunden (FLS) gesamt:"; + this.xrTableCell19.Weight = 0.78314100999098568D; + // + // xrTableCell6 + // + this.xrTableCell6.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell6.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold); + this.xrTableCell6.Name = "xrTableCell6"; + this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell6.StylePriority.UseBorderColor = false; + this.xrTableCell6.StylePriority.UseBorders = false; + this.xrTableCell6.StylePriority.UseFont = false; + this.xrTableCell6.StylePriority.UseTextAlignment = false; + this.xrTableCell6.Text = "[ApprovedFLS]"; + this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell6.Weight = 0.21685899000901443D; + // + // xrTableRow10 + // + this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell20, + this.xrTableCell7}); + this.xrTableRow10.FormattingRules.Add(this.ruleRateFactorNull); + this.xrTableRow10.Name = "xrTableRow10"; + this.xrTableRow10.Weight = 0.085D; + // + // xrTableCell20 + // + this.xrTableCell20.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell20.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell20.FormattingRules.Add(this.ruleRateFactorNull); + this.xrTableCell20.Name = "xrTableCell20"; + this.xrTableCell20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell20.StylePriority.UseBorderColor = false; + this.xrTableCell20.StylePriority.UseBorders = false; + this.xrTableCell20.StylePriority.UseFont = false; + this.xrTableCell20.Text = "- zzgl. Faktor [RateFactorText2]:"; + this.xrTableCell20.Weight = 0.78314100999098568D; + // + // ruleRateFactorNull + // + this.ruleRateFactorNull.Condition = "[RateFactorText2] == ?"; + this.ruleRateFactorNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; + this.ruleRateFactorNull.Name = "ruleRateFactorNull"; + // + // xrTableCell7 + // + this.xrTableCell7.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell7.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold); + this.xrTableCell7.FormattingRules.Add(this.ruleRateFactorNull); + 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.UseTextAlignment = false; + this.xrTableCell7.Text = "[ApprovedFLSWithFactor]"; + this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell7.Weight = 0.21685899000901443D; + // + // xrTableRow11 + // + this.xrTableRow11.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell21}); + this.xrTableRow11.Name = "xrTableRow11"; + this.xrTableRow11.Weight = 0.085D; + // + // xrTableCell21 + // + this.xrTableCell21.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell21.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell21.Name = "xrTableCell21"; + this.xrTableCell21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell21.StylePriority.UseBorderColor = false; + this.xrTableCell21.StylePriority.UseBorders = false; + this.xrTableCell21.Weight = 1D; + // + // rowErbrachteLeistung + // + this.rowErbrachteLeistung.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell22}); + 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.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 = 1D; + // + // xrLabel6 + // + this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 300.3333F); + 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.UseFont = false; + this.xrLabel6.Text = resources.GetString("xrLabel6.Text"); + // + // xrLabel5 + // + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 267.3333F); + this.xrLabel5.Name = "xrLabel5"; + this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel5.SizeF = new System.Drawing.SizeF(317F, 17F); + this.xrLabel5.StylePriority.UseFont = false; + this.xrLabel5.Text = "Sehr geehrte Damen und Herren,"; + // + // xrLabel4 + // + this.xrLabel4.BackColor = System.Drawing.Color.Transparent; + this.xrLabel4.CanShrink = true; + this.xrLabel4.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 225F); + 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 System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 209F); + 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] [CustomerName]"; + this.xrLabel3.WordWrap = false; + // + // xrLabel2 + // + this.xrLabel2.BackColor = System.Drawing.Color.Transparent; + this.xrLabel2.CanShrink = true; + this.xrLabel2.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 192F); + this.xrLabel2.Name = "xrLabel2"; + this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel2.SizeF = new System.Drawing.SizeF(650F, 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.xrTable2.SizeF = new System.Drawing.SizeF(283F, 134F); + // + // 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; + // + // 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 System.Drawing.Font("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, 117F); + 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.xrTableRow21, + this.xrTableRow22, + this.xrTableRow23, + this.xrTableRow24}); + this.xrTable3.SizeF = new System.Drawing.SizeF(650F, 68F); + 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.CanShrink = true; + 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; + // + // 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.CanShrink = true; + 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.38095238095238093D; + // + // xrTableCell31 + // + this.xrTableCell31.CanShrink = true; + 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 System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.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.HeightF = 100F; + this.topMarginBand1.Name = "topMarginBand1"; + // + // bottomMarginBand1 + // + this.bottomMarginBand1.HeightF = 100F; + 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.xrLabel5, + this.xrLabel6, + this.xrTable1, + this.xrLabel8}); + this.GroupHeader1.Font = new System.Drawing.Font("Verdana", 10F); + this.GroupHeader1.HeightF = 443.3333F; + this.GroupHeader1.Name = "GroupHeader1"; + this.GroupHeader1.StylePriority.UseFont = false; + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.SettlementRO); + // + // DetailReport + // + this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail1}); + 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.xrTable5}); + this.Detail1.Font = new System.Drawing.Font("Verdana", 10F); + this.Detail1.HeightF = 17F; + this.Detail1.Name = "Detail1"; + this.Detail1.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.xrTableRow15}); + this.xrTable5.SizeF = new System.Drawing.SizeF(650F, 17F); + this.xrTable5.StylePriority.UseBorderColor = false; + // + // xrTableRow15 + // + this.xrTableRow15.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell17, + this.xrTableCell23}); + this.xrTableRow15.Name = "xrTableRow15"; + this.xrTableRow15.Weight = 0.085D; + // + // xrTableCell17 + // + this.xrTableCell17.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell17.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell17.CanShrink = true; + this.xrTableCell17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceItems.ItemDescription")}); + this.xrTableCell17.Name = "xrTableCell17"; + this.xrTableCell17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell17.StylePriority.UseBorderColor = false; + this.xrTableCell17.StylePriority.UseBorders = false; + this.xrTableCell17.StylePriority.UseFont = false; + this.xrTableCell17.StylePriority.UsePadding = false; + this.xrTableCell17.Weight = 0.78314100999098546D; + // + // xrTableCell23 + // + this.xrTableCell23.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell23.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell23.CanShrink = true; + this.xrTableCell23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceItems.GrossAmountTotal", "{0:c}")}); + this.xrTableCell23.Name = "xrTableCell23"; + this.xrTableCell23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell23.StylePriority.UseBorderColor = false; + this.xrTableCell23.StylePriority.UseBorders = false; + this.xrTableCell23.StylePriority.UseFont = false; + this.xrTableCell23.StylePriority.UsePadding = false; + this.xrTableCell23.StylePriority.UseTextAlignment = false; + this.xrTableCell23.Text = "xrTableCell23"; + this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell23.Weight = 0.21685899000901443D; + // + // GroupFooter1 + // + this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable4}); + this.GroupFooter1.Font = new System.Drawing.Font("Verdana", 10F); + this.GroupFooter1.HeightF = 132F; + this.GroupFooter1.Name = "GroupFooter1"; + this.GroupFooter1.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.xrTableRow30, + this.xrTableRow31, + this.xrTableRow32, + this.xrTableRow33, + this.xrTableRow34, + this.xrTableRow35, + this.xrTableRow36}); + this.xrTable4.SizeF = new System.Drawing.SizeF(650F, 132F); + this.xrTable4.StylePriority.UseBorderColor = false; + // + // xrTableRow30 + // + this.xrTableRow30.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell48}); + this.xrTableRow30.Name = "xrTableRow30"; + this.xrTableRow30.Weight = 0.085D; + // + // xrTableCell48 + // + this.xrTableCell48.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell48.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell48.Name = "xrTableCell48"; + this.xrTableCell48.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell48.StylePriority.UseBorderColor = false; + this.xrTableCell48.StylePriority.UseBorders = false; + this.xrTableCell48.Weight = 1D; + // + // 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.78314100999098546D; + // + // 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, "AmountRecordedFLSString")}); + 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 = "[AmountRecordedFLSString]"; + this.xrTableCell50.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell50.Weight = 0.21685899000901443D; + // + // 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; + // + // 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.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.78314100999098568D; + // + // 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.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 = "[AmountAdvancedPayments]"; + this.xrTableCell53.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell53.Weight = 0.21685899000901443D; + // + // 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.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.UseBorders = false; + this.xrTableCell54.StylePriority.UsePadding = false; + this.xrTableCell54.Text = "abzüglich Eigenanteil:"; + this.xrTableCell54.Weight = 0.78314100999098568D; + // + // xrTableCell55 + // + 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, "Eigenbeteiligung", "{0:c}")}); + this.xrTableCell55.Name = "xrTableCell55"; + this.xrTableCell55.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell55.StylePriority.UseBorders = false; + this.xrTableCell55.StylePriority.UsePadding = false; + this.xrTableCell55.StylePriority.UseTextAlignment = false; + this.xrTableCell55.Text = "xrTableCell15"; + this.xrTableCell55.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell55.Weight = 0.21685899000901443D; + // + // xrTableRow35 + // + this.xrTableRow35.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell56}); + this.xrTableRow35.Name = "xrTableRow35"; + this.xrTableRow35.Weight = 0.085D; + // + // xrTableCell56 + // + this.xrTableCell56.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell56.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell56.Name = "xrTableCell56"; + this.xrTableCell56.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell56.StylePriority.UseBorderColor = false; + this.xrTableCell56.StylePriority.UseBorders = false; + this.xrTableCell56.Weight = 1D; + // + // xrTableRow36 + // + this.xrTableRow36.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell57, + this.xrTableCell58}); + this.xrTableRow36.Name = "xrTableRow36"; + this.xrTableRow36.Weight = 0.15D; + // + // xrTableCell57 + // + this.xrTableCell57.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell57.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell57.Name = "xrTableCell57"; + this.xrTableCell57.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell57.StylePriority.UseBorderColor = false; + this.xrTableCell57.StylePriority.UseBorders = false; + this.xrTableCell57.StylePriority.UseFont = false; + this.xrTableCell57.Text = "Restforderung:"; + this.xrTableCell57.Weight = 0.78314100999098568D; + // + // 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.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold); + 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.StylePriority.UseFont = false; + this.xrTableCell58.StylePriority.UseTextAlignment = false; + this.xrTableCell58.Text = "[Claim]"; + this.xrTableCell58.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell58.Weight = 0.21685899000901443D; + // + // 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.DataSource = this.bindingSource1; + this.ExportOptions.PrintPreview.DefaultFileName = "Spitzabrechnung"; + this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { + this.ruleRateFactorNull}); + this.Margins = new System.Drawing.Printing.Margins(75, 74, 100, 100); + this.PageHeight = 1169; + this.PageWidth = 827; + this.PaperKind = System.Drawing.Printing.PaperKind.A4; + this.Version = "17.1"; + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).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 xrLabel5; + 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 xrTableRow9; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell19; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow10; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell20; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell7; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow11; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell21; + private DevExpress.XtraReports.UI.XRTableRow rowErbrachteLeistung; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell22; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell6; + 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.XRLabel xrLabel9; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport; + private DevExpress.XtraReports.UI.DetailBand Detail1; + private DevExpress.XtraReports.UI.XRTable xrTable5; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow15; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell17; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell23; + private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1; + private DevExpress.XtraReports.UI.XRTable xrTable4; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow30; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell48; + 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 xrTableRow33; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell52; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell53; + 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.XRTableRow xrTableRow36; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell57; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell58; + } +} diff --git a/ReportImp/AutismusLeben/SettlementReport.cs b/ReportImp/AutismusLeben/SettlementReport.cs new file mode 100644 index 000000000..cd33be948 --- /dev/null +++ b/ReportImp/AutismusLeben/SettlementReport.cs @@ -0,0 +1,222 @@ +using System; +using System.Collections.Generic; +using BeWo.Data.Access; +using BeWo.Data.Entities; +using BeWo.Report; +using BeWo.Report.ReportObjects; +using BS.Shared.DataContracts; + +namespace AutismusLeben +{ + public partial class Spitzabrechnung : DevExpress.XtraReports.UI.XtraReport, IBeWoReport + { + public Spitzabrechnung() + { + InitializeComponent(); + } + + public void SetReportDataSource(SettlementRO pRO) + { + bool isDefaultSpitzabrechnung = false; + + if (String.IsNullOrEmpty(pRO.Notice)) + { + lblNotice.Visible = false; + } + + if (pRO.InvoiceItems != null && pRO.InvoiceItems.Count == 1) + { + var ii = pRO.InvoiceItems[0]; + if ((ii.ItemDescription == "Spitzabrechung" || ii.ItemDescription == "Spitzabrechnung") && ii.GrossAmountTotal == null && ii.RateFactor == null) + { + isDefaultSpitzabrechnung = true; + } + } + if (!isDefaultSpitzabrechnung) + { + if (pRO.DifferentHourlyRateCount > 0 && pRO.HourlyRateNew.HasValue) + { + isDefaultSpitzabrechnung = true; + } + } + + if (isDefaultSpitzabrechnung) + { + //UpdateAbrechnungsFelder(pRO); + + pRO.InvoiceItems = CreateDefaultSpitzabrechnungInvoiceItems(pRO); + } + else + { + var id = GetCustomerId(pRO); + if (id == "LWLNEU") + { + pRO.RateFactorText = null; + pRO.RateFactorText2 = null; + + if (pRO.InvoiceItems != null) + { + foreach (var ii in pRO.InvoiceItems) + { + ii.ItemDescription = String.Format("{0:dd.MM.yyyy} bis {1:dd.MM.yyyy}: {2:0.##} FLS x {3:c}", + ii.ItemPeriodStart, ii.ItemPeriodEnd, ii.UnitCount, ii.AmountPerUnit); + } + } + } + else + { + if (pRO.InvoiceItems != null) + { + foreach (var ii in pRO.InvoiceItems) + { + ii.ItemDescription = String.Format("{0:dd.MM.yyyy} bis {1:dd.MM.yyyy}: {2:0.##} FLS {3}x {4:c}", + ii.ItemPeriodStart, ii.ItemPeriodEnd, + ii.UnitCount, ii.RateFactor == 0 ? "" : "x " + pRO.RateFactorText2 + " ", + ii.AmountPerUnit); + } + } + } + } + + + this.bindingSource1.DataSource = pRO; + } + + private String GetCustomerId(SettlementRO pRO) + { + var cb2sc = DAOFactory.GenericDAO.LoadByID(pRO.CostBearer2SupportConceptOid); + return cb2sc.CostBearer.ID; + } + + private IList CreateDefaultSpitzabrechnungInvoiceItems(SettlementRO pRO) + { + IList itemList = new List(); + if (pRO.DifferentHourlyRateCount == 3) + { + itemList.Add(new InvoiceItemDC + { + ItemDescription = String.Format("{0} bis {1}: {2:0.##} FLS {3}x {4:c}", + pRO.AccountingStartDateString, pRO.HourlyRate3EndDateString, + pRO.GeleisteteFLSMitStundensatz3, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRate3), + + GrossAmountTotal = pRO.GeleisteteFLSMitStundensatz3 * pRO.RateFactor * pRO.HourlyRate3 + }); + + itemList.Add(new InvoiceItemDC + { + ItemDescription = String.Format("{0} bis {1}: {2:0.##} FLS {3}x {4:c}", + pRO.HourlyRateOldStartDateString, pRO.HourlyRateOldEndDateString, + pRO.GeleisteteFLSMitStundensatzAlt, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateOld), + + GrossAmountTotal = pRO.GeleisteteFLSMitStundensatzAlt * pRO.RateFactor * pRO.HourlyRateOld + }); + + itemList.Add(new InvoiceItemDC + { + ItemDescription = String.Format("{0} bis {1}: {2:0.##} FLS {3}x {4:c}", + pRO.HourlyRateNewStartDateString, pRO.AccountingEndDateString, + pRO.GeleisteteFLSMitStundensatzAktuell, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateNew), + + GrossAmountTotal = pRO.GeleisteteFLSMitStundensatzAktuell * pRO.RateFactor * pRO.HourlyRateNew + }); + + } + else if (pRO.DifferentHourlyRateCount == 2) + { + itemList.Add(new InvoiceItemDC + { + ItemDescription = String.Format("{0} bis {1}: {2:0.##} FLS {3}x {4:c}", + pRO.AccountingStartDateString, pRO.HourlyRateOldEndDateString, + pRO.GeleisteteFLSMitStundensatzAlt, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateOld), + + GrossAmountTotal = pRO.GeleisteteFLSMitStundensatzAlt * (decimal)pRO.RateFactor * pRO.HourlyRateOld + }); + + itemList.Add(new InvoiceItemDC + { + ItemDescription = String.Format("{0} bis {1}: {2:0.##} FLS {3}x {4:c}", + pRO.HourlyRateNewStartDateString, pRO.AccountingEndDateString, + pRO.GeleisteteFLSMitStundensatzAktuell, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateNew), + + GrossAmountTotal = pRO.GeleisteteFLSMitStundensatzAktuell * pRO.RateFactor * pRO.HourlyRateNew + }); + + } + else + { + itemList.Add(new InvoiceItemDC + { + ItemDescription = String.Format("{0} bis {1}: {2:0.##} FLS {3}x {4:c}", + pRO.AccountingStartDateString, pRO.AccountingEndDateString, + pRO.GeleisteteFLSMitStundensatzAktuell, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateNew), + + GrossAmountTotal = pRO.GeleisteteFLSMitStundensatzAktuell * pRO.RateFactor * pRO.HourlyRateNew + }); + + } + + return itemList; + } + + private void UpdateAbrechnungsFelder(SettlementRO pRO) + { + if (pRO.DifferentHourlyRateCount == 3) + { + //Erbrachte Leistungen (FLS) - bis [HourlyRateOldEndDateString] à [HourlyRateOldString] € + + pRO.Abrechnungstext1 = String.Format("{0} bis {1}", + pRO.AccountingStartDateString, pRO.HourlyRate3EndDateString); + + pRO.Abrechnungstext1 += String.Format(": {0:0.##} FLS {1}x {2:c}", + pRO.GeleisteteFLSMitStundensatz3, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRate3); + + //[AccountingStartDateString] - [HourlyRate3EndDateString] sind [RecordedFLSWithHourlyRate3String] Std. x [HourlyRate3String] € ="; + + pRO.Betrag1 = String.Format("{0:c}", pRO.GeleisteteFLSMitStundensatz3 * (decimal)pRO.RateFactor * pRO.HourlyRate3); + + + pRO.Abrechnungstext2 = String.Format("{0} bis {1}", + pRO.HourlyRateOldStartDateString, pRO.HourlyRateOldEndDateString); + pRO.Abrechnungstext2 += String.Format(": {0:0.##} FLS {1}x {2:c}", + pRO.GeleisteteFLSMitStundensatzAlt, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateOld); + + pRO.Betrag2 = String.Format("{0:c}", pRO.GeleisteteFLSMitStundensatzAlt * (decimal)pRO.RateFactor * pRO.HourlyRateOld); + + + pRO.Abrechnungstext3 = String.Format("{0} bis {1}", + pRO.HourlyRateNewStartDateString, pRO.AccountingEndDateString); + pRO.Abrechnungstext3 += String.Format(": {0:0.##} FLS {1}x {2:c}", + pRO.GeleisteteFLSMitStundensatzAktuell, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateNew); + + pRO.Betrag3 = String.Format("{0:c}", pRO.GeleisteteFLSMitStundensatzAktuell * (decimal)pRO.RateFactor * pRO.HourlyRateNew); + } + else if (pRO.DifferentHourlyRateCount == 2) + { + + pRO.Abrechnungstext2 = String.Format("{0} bis {1}", + pRO.AccountingStartDateString, pRO.HourlyRateOldEndDateString); + pRO.Abrechnungstext2 += String.Format(": {0:0.##} FLS {1}x {2:c}", + pRO.GeleisteteFLSMitStundensatzAlt, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateOld); + + pRO.Betrag2 = String.Format("{0:c}", pRO.GeleisteteFLSMitStundensatzAlt * (decimal)pRO.RateFactor * pRO.HourlyRateOld); + + + pRO.Abrechnungstext3 = String.Format("{0} bis {1}", + pRO.HourlyRateNewStartDateString, pRO.AccountingEndDateString); + pRO.Abrechnungstext3 += String.Format(": {0:0.##} FLS {1}x {2:c}", + pRO.GeleisteteFLSMitStundensatzAktuell, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateNew); + + pRO.Betrag3 = String.Format("{0:c}", pRO.GeleisteteFLSMitStundensatzAktuell * (decimal)pRO.RateFactor * pRO.HourlyRateNew); + } + else + { + pRO.Abrechnungstext3 = String.Format("{0} bis {1}", + pRO.AccountingStartDateString, pRO.AccountingEndDateString); + pRO.Abrechnungstext3 += String.Format(": {0:0.##} FLS {1}x {2:c}", + pRO.GeleisteteFLSMitStundensatzAktuell, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateNew); + + pRO.Betrag3 = String.Format("{0:c}", pRO.GeleisteteFLSMitStundensatzAktuell * (decimal)pRO.RateFactor * pRO.HourlyRateNew); + } + } + } +} diff --git a/ReportImp/AutismusLeben/SettlementReport.resx b/ReportImp/AutismusLeben/SettlementReport.resx new file mode 100644 index 000000000..3b9821114 --- /dev/null +++ b/ReportImp/AutismusLeben/SettlementReport.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] [CustomerName] erbrachten Leistungen zu. Nach unserer Berechnung ergeben sich für den Betreuungszeitraum [AccountingPeriod] hieraus: + + + + 17, 17 + + \ No newline at end of file diff --git a/ReportImp/AutismusLeben/footerLogo.png b/ReportImp/AutismusLeben/footerLogo.png new file mode 100644 index 000000000..4a70d2849 Binary files /dev/null and b/ReportImp/AutismusLeben/footerLogo.png differ diff --git a/ReportImp/AutismusLeben/logo.jpg b/ReportImp/AutismusLeben/logo.jpg new file mode 100644 index 000000000..d28a8c8b5 Binary files /dev/null and b/ReportImp/AutismusLeben/logo.jpg differ diff --git a/ReportImp/FrauenhausEWFRA/QuittierungsbelegMitDatum.Designer.cs b/ReportImp/FrauenhausEWFRA/QuittierungsbelegMitDatum.Designer.cs index b9814117e..f7902ca71 100644 --- a/ReportImp/FrauenhausEWFRA/QuittierungsbelegMitDatum.Designer.cs +++ b/ReportImp/FrauenhausEWFRA/QuittierungsbelegMitDatum.Designer.cs @@ -64,7 +64,6 @@ namespace FrauenhausEWFRA this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel(); 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.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); @@ -73,7 +72,6 @@ namespace FrauenhausEWFRA 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(); @@ -115,12 +113,15 @@ namespace FrauenhausEWFRA this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.fieldKontaktArt = new DevExpress.XtraReports.UI.CalculatedField(); + this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); ((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.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail @@ -569,10 +570,6 @@ namespace FrauenhausEWFRA 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]"; @@ -588,9 +585,8 @@ namespace FrauenhausEWFRA this.xrLabel6, this.xrLabel5, this.xrLabel4, - this.xrLabel3, - this.xrLabel2}); - this.ReportHeader.HeightF = 130F; + this.xrLabel3}); + this.ReportHeader.HeightF = 113.3333F; this.ReportHeader.Name = "ReportHeader"; // // xrLabel7 @@ -600,7 +596,7 @@ namespace FrauenhausEWFRA | 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.LocationFloat = new DevExpress.Utils.PointFloat(415F, 52.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); @@ -617,7 +613,7 @@ namespace FrauenhausEWFRA 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.LocationFloat = new DevExpress.Utils.PointFloat(535.6389F, 52.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); @@ -634,7 +630,7 @@ namespace FrauenhausEWFRA 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.LocationFloat = new DevExpress.Utils.PointFloat(170F, 52.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); @@ -650,7 +646,7 @@ namespace FrauenhausEWFRA // 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.11109F); + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(170F, 22.1111F); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); this.xrLabel5.SizeF = new System.Drawing.SizeF(158.3612F, 30.50001F); @@ -669,7 +665,7 @@ namespace FrauenhausEWFRA | 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.LocationFloat = new DevExpress.Utils.PointFloat(49.3611F, 52.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); @@ -687,7 +683,7 @@ namespace FrauenhausEWFRA 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.LocationFloat = new DevExpress.Utils.PointFloat(49.3611F, 22.1111F); 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); @@ -699,19 +695,6 @@ namespace FrauenhausEWFRA 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.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.UseTextAlignment = false; - this.xrLabel2.Text = "Quittierungsbeleg [Mandator.Name]"; - this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; - // // formattingRuleServiceDesc // this.formattingRuleServiceDesc.Condition = "[StartDate2] < [StartDate]"; @@ -735,7 +718,10 @@ namespace FrauenhausEWFRA // // topMarginBand1 // - this.topMarginBand1.HeightF = 100F; + this.topMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel14, + this.xrPictureBox1}); + this.topMarginBand1.HeightF = 140.75F; this.topMarginBand1.Name = "topMarginBand1"; // // bottomMarginBand1 @@ -1177,6 +1163,31 @@ namespace FrauenhausEWFRA this.fieldKontaktArt.FieldType = DevExpress.XtraReports.UI.FieldType.String; this.fieldKontaktArt.Name = "fieldKontaktArt"; // + // xrPictureBox1 + // + this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image"))); + this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(574.0342F, 20.83333F); + this.xrPictureBox1.Name = "xrPictureBox1"; + this.xrPictureBox1.SizeF = new System.Drawing.SizeF(172.9659F, 119.9166F); + this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // + // xrLabel14 + // + this.xrLabel14.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(9.034157F, 76.16663F); + this.xrLabel14.Multiline = true; + this.xrLabel14.Name = "xrLabel14"; + this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel14.SizeF = new System.Drawing.SizeF(565F, 25.00001F); + this.xrLabel14.StylePriority.UseFont = false; + this.xrLabel14.StylePriority.UseTextAlignment = false; + this.xrLabel14.Text = "Quittierungsbeleg [Mandator.Name]"; + this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO); + // // Quittierungsbeleg2 // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { @@ -1196,17 +1207,17 @@ namespace FrauenhausEWFRA this.formattingRuleServiceDesc, this.formattingRuleCostBearer, this.formattingRuleEmployeeName}); - this.Margins = new System.Drawing.Printing.Margins(50, 30, 100, 30); + this.Margins = new System.Drawing.Printing.Margins(50, 30, 141, 30); this.PageHeight = 1169; this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.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.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); } @@ -1224,7 +1235,6 @@ namespace FrauenhausEWFRA 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; @@ -1297,5 +1307,7 @@ namespace FrauenhausEWFRA private DevExpress.XtraReports.UI.XRLabel xrLabel17; private DevExpress.XtraReports.UI.XRLabel xrLabel18; private DevExpress.XtraReports.UI.XRPictureBox picSignature; + private DevExpress.XtraReports.UI.XRLabel xrLabel14; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1; } } diff --git a/ReportImp/FrauenhausEWFRA/QuittierungsbelegMitDatum.cs b/ReportImp/FrauenhausEWFRA/QuittierungsbelegMitDatum.cs index 847948103..aaa8488f0 100644 --- a/ReportImp/FrauenhausEWFRA/QuittierungsbelegMitDatum.cs +++ b/ReportImp/FrauenhausEWFRA/QuittierungsbelegMitDatum.cs @@ -35,7 +35,7 @@ namespace FrauenhausEWFRA //sd.Notice5 = String.Format("{0} Teilnehmer", sd.CustomerCount); hatGruppen = true; } - if (sd.SignatureDate.Value.Date == sd.StartDate.Date) + if (sd.SignatureDate.HasValue && sd.SignatureDate.Value.Date == sd.StartDate.Date) sd.SignatureDate = null; servicesBillable.Add(sd); } diff --git a/ReportImp/FrauenhausEWFRA/QuittierungsbelegMitDatum.resx b/ReportImp/FrauenhausEWFRA/QuittierungsbelegMitDatum.resx index 9f46badba..740186dab 100644 --- a/ReportImp/FrauenhausEWFRA/QuittierungsbelegMitDatum.resx +++ b/ReportImp/FrauenhausEWFRA/QuittierungsbelegMitDatum.resx @@ -120,6 +120,791 @@ 21, 17 + + + + /9j/4AAQSkZJRgABAQEBLAEsAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsN + DhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQU + FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCAJPAooDASIAAhEBAxEB/8QA + HwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIh + MUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVW + V1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXG + x8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQF + BgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAV + YnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE + hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq + 8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD9U6KKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKazBVJJwBySaw/HHjTS/h74W1DxBrM3k2FnHvfbyznoqKO7 + MSAB6mvzk+Mf7Q/in4v6jOLm7k07Qdx8jSLaQiILnjzMY8xvc/gBXnYvGwwqs9W+h9BlWTV80k3F8sFu + /wBF3Z+iFx8U/Bdrd/ZZ/F+gw3PTyZNTgV/ToWz2P5V0VneW+oW6XFrPHcwSDKywuHVvoRwa/Hzniup8 + A/E3xN8M9UW+8PatPYPuDSQht0M3s8Z+Vh9eR2IryoZw7+/DTyPqq3B6UL0a3vea0/Db8T9YaK8o+AHx + 60342+HXkCJY6/ZqBfaeDwM9JI88lD+ang9ifV6+ip1I1YqcHdM/PcRh6mFqyo1laSCiiitDnCiiigAo + oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo + oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo + oooAKKKKACiiigAooooAKKKKACiiigD4z/b88cT/AG7w74RhlK24iOp3KDo7Fmjiz9Nsn/fQr5B/WveP + 21rw3Xx2voiW/wBGsraIZ6cpv4/77rwavg8dNzxE2+9vuP3bI6Ko5dRS6q/36i80GiiuA906v4X/ABE1 + H4WeNtO8RaaxL274mg3YWeE/fjb2I/IgHtX6meG/ENj4s0DT9Z02bz7C+gW4hfoSrDIBHYjoR2INfkQK + +yv2Efip5tvqPgK+m+aLdfabuP8ACT+9jH0JDgf7TntXu5XifZ1PZS2f5/8ABPhOKcuVegsXBe9Dfzj/ + AMD8rn2BRRRX1x+ThRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFA + BRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFA + BRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQB+dX7aduIfjzqT7s+daWzken7sL + j/x39a8KxX0V+3XafZ/jRayYUfaNHgkyvU4klTJ9/l/QV86/WvgMYrYifqz97yeXNl9B/wB1B+lFFHvX + GewGa3fAvi688BeMNI8Q2BIutPuFmC5xvUcMhPoykqfYmsLvzSVSbi7oicI1IuEldPQ/Xjw14gs/Fnh/ + TdZ0+TzbG/t0uIWPXayggEdjzyOxFadfKP7CXxM/tTw9qXgm8m3XGmk3lkGPWB2+dR7K5z/219q+rq+/ + w1ZYilGofgOY4OWAxU8O+j09OgUUUV1HmhRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFF + ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFF + ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFYXjXxhpvgHwtqPiDV5v + JsLGIyOf4mPRUX1ZiQoHqRW7Xwd+2t8Ym8VeLF8GabPnStGfN2UPE11jBB9oxlfqX9BXFjMQsNSc+vQ9 + nKcvlmWKjR+zu35f8HY8T+KfxK1T4r+NL7xDqrYeY7ILcNlLeEE7I19hk59SSe9clRRXwkpObcpbs/da + dOFGCp01ZLRB+lFFH1qDUP1oo5ooA6n4YePrz4Y+OtJ8R2WXezlzJDnAmiI2yIfqpP0OD2r9TPC/iXT/ + ABh4e0/W9KnFzp99Cs0Mg9D2I7EHII7EEV+RVfRX7Jn7Qg+Gusf8Izr9xt8M6hLmOeQ8WU5wN2eyNwG9 + DhuPmz7WW4tUJ+zn8L/BnxfEmUvG0liKKvOH4r/NdPmfoBRTEYOoZSGUjII6EU+vsT8gCiiigAooooAK + KKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAK + KKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAK + KKKACiiigAooooA89+O/xMT4T/DPVtdBX7dt+zWKNzuuHBCfULyxHohr8u7i4lu7iSaaRpZpGLvI5yzM + TkknuSa+kv25PiSfEfj608K2subHQ4904U8NcyAE/Xam0exZxXzTXxeZYj21ZxW0dP8AM/ZeGsD9Uwaq + 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 + IpxjPXkdB+idFRUo88lNOzRrhsb7ClKjOClGWtnff1R+cnx/8N/tCftKeC38Q6x4Ll0Hw/o8iy2Xhi3R + 2vbh3O0y+V/rHZVJ6quATtXljXunwx0HxT8df2R9U8AeJfCl74GvrLTYNDsTqkcsTXLW8MRjnZHRWVTI + gyAD0OCa+p6KzjhkpOTk3fc6KmZudONONNR5XeNr6f5/M/PX4K/Ez47/ALM/h2fwLffBzWvFen2MsrWc + lnbTssJdizATRRyJIhclsDB+Y89Mcn+0N8Ofj18d9OsPHHiTwnd25E/2LTPC+m2zyS2sBVmeZ0BLISyo + CX+Zj2UBQf02oqHhOaPI5uxvHN+Sr7eFGKm93r/SueLfHz4Cp8evgjB4YklXT9ZtY4bqwuJlO2K5SPbt + fHO1gzKcdM5wcYr57+H/AMaP2hPgPo9v4N8Q/CDVPG1vpcQtrO+0+KZz5SjCAzQpKjqBjHAbAween3bR + W0qF5KcXZnFRx3JTdGrBThe9nfR+TR8G6T8Lfir+138XtC8U/Evw9J4L8FaDIHg0m6iaN5AGVmjWN/nJ + kKqHdgo2jA5GK6X9sT4a+KvF/wC0J8J9V0Tw7qWrabp8sBu7uztnkjgxdqx3sBhcLzz2r7NoqPqsXFxb + 1fU2WaTjVjOMUlFNJdFff5hXxN4X+GPi22/4KIan4rl8N6nH4Zd5yurNbOLZs2OwYkxj73y9etfbNFb1 + KSqOLb2dziw2KlhlUUVfmi4/eFFFFbHEFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA + FFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA + FFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA + FFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA + FFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA + FFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQB//9k= + + ewBcAHIAdABmADEAXABkAGUAZgBmADAAewBcAGYAbwBuAHQAdABiAGwAewBcAGYAMAAgAEMAYQBsAGkAYgByAGkAOwB9AHsAXABmADEAIABUAGkAbQBlAHMAIABOAGUAdwAgAFIAbwBtAGEAbgA7AH0AewBcAGYAMgAgAEEAcgBpAGEAbAA7AH0AfQB7AFwAYwBvAGwAbwByAHQAYgBsACAAOwBcAHIAZQBkADAAXABnAHIAZQBlAG4AMABcAGIAbAB1AGUAMAAgADsAXAByAGUAZAAwAFwAZwByAGUAZQBuADAAXABiAGwAdQBlADIANQA1ACAAOwB9AHsAXAAqAFwAZABlAGYAYwBoAHAAIABcAGYAMQBcAGYAcwAyADQAfQB7AFwAcwB0AHkAbABlAHMAaABlAGUAdAAgAHsAXABxAGwAXABmADEAXABmAHMAMgA0ACAATgBvAHIAbQBhAGwAOwB9AHsAXAAqAFwAYwBzADEAXABmADEAXABmAHMAMgA0AFwAYwBmADEAIABEAGUAZgBhAHUAbAB0ACAAUABhAHIAYQBnAHIAYQBwAGgAIABGAG8AbgB0ADsAfQB7AFwAKgBcAGMAcwAyAFwAcwBiAGEAcwBlAGQAbwBuADEAXABmADEAXABmAHMAMgA0AFwAYwBmADEAIABMAGkAbgBlACAATgB1AG0AYgBlAHIAOwB9AHsAXAAqAFwAYwBzADMAXAB1AGwAXABmADEAXABmAHMAMgA0AFwAYwBmADIAIABIAHkAcABlAHIAbABpAG4AawA7AH0AewBcACoAXAB0AHMANABcAHQAcwByAG8AdwBkAFwAZgAxAFwAZgBzADIANABcAHEAbABcAHQAcwBjAGUAbABsAHAAYQBkAGQAZgBsADMAXAB0AHMAYwBlAGwAbABwAGEAZABkAGwAMQAwADgAXAB0AHMAYwBlAGwAbABwAGEAZABkAGYAYgAzAFwAdABzAGMAZQBsAGwAcABhAGQAZABmAHIAMwBcAHQAcwBjAGUAbABsAHAAYQBkAGQAcgAxADAAOABcAHQAcwBjAGUAbABsAHAAYQBkAGQAZgB0ADMAXAB0AHMAdgBlAHIAdABhAGwAdABcAGMAbAB0AHgAbAByAHQAYgAgAE4AbwByAG0AYQBsACAAVABhAGIAbABlADsAfQB7AFwAKgBcAHQAcwA1AFwAdABzAHIAbwB3AGQAXABzAGIAYQBzAGUAZABvAG4ANABcAGYAMQBcAGYAcwAyADQAXABxAGwAXAB0AHIAYgByAGQAcgB0AFwAYgByAGQAcgBzAFwAYgByAGQAcgB3ADEAMABcAHQAcgBiAHIAZAByAGwAXABiAHIAZAByAHMAXABiAHIAZAByAHcAMQAwAFwAdAByAGIAcgBkAHIAYgBcAGIAcgBkAHIAcwBcAGIAcgBkAHIAdwAxADAAXAB0AHIAYgByAGQAcgByAFwAYgByAGQAcgBzAFwAYgByAGQAcgB3ADEAMABcAHQAcgBiAHIAZAByAGgAXABiAHIAZAByAHMAXABiAHIAZAByAHcAMQAwAFwAdAByAGIAcgBkAHIAdgBcAGIAcgBkAHIAcwBcAGIAcgBkAHIAdwAxADAAXAB0AHMAYwBlAGwAbABwAGEAZABkAGYAbAAzAFwAdABzAGMAZQBsAGwAcABhAGQAZABsADEAMAA4AFwAdABzAGMAZQBsAGwAcABhAGQAZABmAHIAMwBcAHQAcwBjAGUAbABsAHAAYQBkAGQAcgAxADAAOABcAHQAcwB2AGUAcgB0AGEAbAB0AFwAYwBsAHQAeABsAHIAdABiACAAVABhAGIAbABlACAAUwBpAG0AcABsAGUAIAAxADsAfQB9AHsAXAAqAFwAbABpAHMAdABvAHYAZQByAHIAaQBkAGUAdABhAGIAbABlAH0AXABuAG8AdQBpAGMAbwBtAHAAYQB0AFwAcwBwAGwAeQB0AHcAbgBpAG4AZQBcAGgAdABtAGEAdQB0AHMAcABcAHAAYQByAGQAXABwAGwAYQBpAG4AXABxAGwAewBcAGYAMgBcAGYAcwAyADAAXABjAGYAMQAgAEsAZQBpAG4AZQAgAH0AewBcAGwAYQBuAGcAMQAwADMAMQBcAGwAYQBuAGcAZgBlADEAMAAzADEAXAB1AGwAXABmADIAXABmAHMAMgAwAFwAYwBmADEAIABLAHIAYQBuAGsAZQBuAGgAYQB1AHMAYQB1AGYAZQBuAHQAaABhAGwAdABlAH0AXABsAGEAbgBnADEAMAAzADEAXABsAGEAbgBnAGYAZQAxADAAMwAxAFwAdQBsAFwAZgAyAFwAZgBzADIAMABcAGMAZgAxAFwAcABhAHIAXABwAGEAcgBkAFwAcABsAGEAaQBuAFwAcQBsAHsAXABsAGEAbgBnADEAMAAzADEAXABsAGEAbgBnAGYAZQAxADAAMwAxAFwAdQBsAFwAZgAyAFwAZgBzADIAMABcAGMAZgAxACAAYgBlAGsAYQBuAG4AdAAgAG8AZABlAHIAIAB9AFwAbABhAG4AZwAxADAAMwAxAFwAbABhAG4AZwBmAGUAMQAwADMAMQBcAHUAbABcAGYAMgBcAGYAcwAyADAAXABjAGYAMQBcAHAAYQByAFwAcABhAHIAZABcAHAAbABhAGkAbgBcAHEAbAB7AFwAbABhAG4AZwAxADAAMwAxAFwAbABhAG4AZwBmAGUAMQAwADMAMQBcAHUAbABcAGYAMgBcAGYAcwAyADAAXABjAGYAMQAgAGEAYgByAGUAYwBoAG4AdQBuAGcAcwByAGUAbABlAHYAYQBuAHQAfQB7AFwAbABhAG4AZwAxADAAMwAxAFwAbABhAG4AZwBmAGUAMQAwADMAMQBcAGYAMgBcAGYAcwAyADAAXABjAGYAMQAgACAAaQBtACAAQQBiAHIAZQBjAGgAbgB1AG4AZwBzAHoAZQBpAHQAcgBhAHUAbQB9AFwAbABhAG4AZwAxADAAMwAxAFwAbABhAG4AZwBmAGUAMQAwADMAMQBcAGYAMQBcAGYAcwAyADQAXABjAGYAMQBcAHAAYQByAH0A diff --git a/ReportImp/FrauenhausEWFRA/ServiceInvoiceReport.Designer.cs b/ReportImp/FrauenhausEWFRA/ServiceInvoiceReport.Designer.cs index b47641062..22ca8165e 100644 --- a/ReportImp/FrauenhausEWFRA/ServiceInvoiceReport.Designer.cs +++ b/ReportImp/FrauenhausEWFRA/ServiceInvoiceReport.Designer.cs @@ -221,7 +221,7 @@ namespace FrauenhausEWFRA this.xrLabel6.CanShrink = true; this.xrLabel6.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel6.ForeColor = System.Drawing.Color.Maroon; - this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(29.50004F, 63.00001F); + this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(29.5F, 58F); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel6.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; @@ -259,10 +259,10 @@ namespace FrauenhausEWFRA // this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceDateTime", "Solingen, den {0:dd.MM.yyyy}")}); - this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(393.9999F, 249.8888F); + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(373.4581F, 246.7638F); 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.SizeF = new System.Drawing.SizeF(273.0001F, 22.99998F); this.xrLabel8.StylePriority.UseTextAlignment = false; this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; // diff --git a/ReportImp/FrauenhausEWFRA/SettlementReport.Designer.cs b/ReportImp/FrauenhausEWFRA/SettlementReport.Designer.cs index b75167b01..b254ba870 100644 --- a/ReportImp/FrauenhausEWFRA/SettlementReport.Designer.cs +++ b/ReportImp/FrauenhausEWFRA/SettlementReport.Designer.cs @@ -81,9 +81,6 @@ namespace FrauenhausEWFRA this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.xrTable4 = new DevExpress.XtraReports.UI.XRTable(); - this.xrTableRow30 = new DevExpress.XtraReports.UI.XRTableRow(); - this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow31 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); @@ -130,7 +127,7 @@ namespace FrauenhausEWFRA this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(385F, 235.6667F); 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.SizeF = new System.Drawing.SizeF(265.0003F, 23F); this.xrLabel8.StylePriority.UseTextAlignment = false; this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; // @@ -409,7 +406,7 @@ namespace FrauenhausEWFRA this.xrLabel14.CanShrink = true; this.xrLabel14.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel14.ForeColor = System.Drawing.Color.Maroon; - this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(25F, 74.45834F); + this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(25F, 70F); this.xrLabel14.Name = "xrLabel14"; this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel14.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; @@ -445,7 +442,7 @@ namespace FrauenhausEWFRA this.xrLabel19.SizeF = new System.Drawing.SizeF(342.7083F, 20F); this.xrLabel19.StylePriority.UseBackColor = false; this.xrLabel19.StylePriority.UseFont = false; - this.xrLabel19.Text = "[ApprovedFLS]"; + this.xrLabel19.Text = "[ApprovedFLSWeekly!#.00] FLS pro Woche"; this.xrLabel19.WordWrap = false; // // xrLabel13 @@ -680,55 +677,25 @@ namespace FrauenhausEWFRA this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable4}); this.GroupFooter1.Font = new System.Drawing.Font("Verdana", 10F); - this.GroupFooter1.HeightF = 85F; + this.GroupFooter1.HeightF = 68F; this.GroupFooter1.Name = "GroupFooter1"; this.GroupFooter1.StylePriority.UseFont = false; // // xrTable4 // - this.xrTable4.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTable4.BorderColor = System.Drawing.Color.Black; this.xrTable4.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(154.625F, 0F); this.xrTable4.Name = "xrTable4"; this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { - this.xrTableRow30, this.xrTableRow31, this.xrTableRow33, this.xrTableRow34, this.xrTableRow36}); - this.xrTable4.SizeF = new System.Drawing.SizeF(495.375F, 85F); + this.xrTable4.SizeF = new System.Drawing.SizeF(495.375F, 68F); this.xrTable4.StylePriority.UseBorderColor = false; this.xrTable4.StylePriority.UseFont = false; // - // xrTableRow30 - // - this.xrTableRow30.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell1, - this.xrTableCell48}); - this.xrTableRow30.Name = "xrTableRow30"; - this.xrTableRow30.Weight = 0.085D; - // - // xrTableCell1 - // - this.xrTableCell1.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell1.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrTableCell1.Name = "xrTableCell1"; - this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell1.StylePriority.UseBorderColor = false; - this.xrTableCell1.StylePriority.UseBorders = false; - this.xrTableCell1.StylePriority.UsePadding = false; - this.xrTableCell1.Weight = 0.29583789033677382D; - // - // xrTableCell48 - // - this.xrTableCell48.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell48.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrTableCell48.Name = "xrTableCell48"; - this.xrTableCell48.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell48.StylePriority.UseBorderColor = false; - this.xrTableCell48.StylePriority.UseBorders = false; - this.xrTableCell48.Weight = 0.4463474815759505D; - // // xrTableRow31 // this.xrTableRow31.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { @@ -741,7 +708,8 @@ namespace FrauenhausEWFRA // // xrTableCell2 // - this.xrTableCell2.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell2.StylePriority.UseBorders = false; @@ -751,7 +719,8 @@ namespace FrauenhausEWFRA // // xrTableCell8 // - this.xrTableCell8.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "RecordedFLSTotal", "{0:#.00} FLS")}); this.xrTableCell8.Name = "xrTableCell8"; @@ -765,7 +734,8 @@ namespace FrauenhausEWFRA // // xrTableCell49 // - this.xrTableCell49.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell49.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | 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; @@ -776,7 +746,9 @@ namespace FrauenhausEWFRA // // xrTableCell50 // - this.xrTableCell50.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell50.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell50.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "AmountRecordedFLSString")}); this.xrTableCell50.Name = "xrTableCell50"; @@ -801,8 +773,8 @@ namespace FrauenhausEWFRA // // xrTableCell4 // - this.xrTableCell4.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell4.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell4.BorderColor = System.Drawing.Color.Black; + this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell4.StylePriority.UseBorderColor = false; @@ -813,8 +785,8 @@ namespace FrauenhausEWFRA // // xrTableCell9 // - this.xrTableCell9.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell9.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell9.BorderColor = System.Drawing.Color.Black; + this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "ApprovedFLS")}); this.xrTableCell9.Name = "xrTableCell9"; @@ -829,8 +801,8 @@ namespace FrauenhausEWFRA // // xrTableCell52 // - this.xrTableCell52.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell52.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell52.BorderColor = System.Drawing.Color.Black; + this.xrTableCell52.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell52.Name = "xrTableCell52"; this.xrTableCell52.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell52.StylePriority.UseBorderColor = false; @@ -841,8 +813,9 @@ namespace FrauenhausEWFRA // // xrTableCell53 // - this.xrTableCell53.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell53.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell53.BorderColor = System.Drawing.Color.Black; + this.xrTableCell53.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell53.Name = "xrTableCell53"; this.xrTableCell53.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell53.StylePriority.UseBorderColor = false; @@ -865,7 +838,7 @@ namespace FrauenhausEWFRA // // xrTableCell5 // - this.xrTableCell5.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell5.StylePriority.UseBorders = false; @@ -875,11 +848,13 @@ namespace FrauenhausEWFRA // // xrTableCell10 // - this.xrTableCell10.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell10.BorderColor = System.Drawing.Color.Black; + this.xrTableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "RecordedFLS")}); 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.UsePadding = false; this.xrTableCell10.StylePriority.UseTextAlignment = false; @@ -889,9 +864,11 @@ namespace FrauenhausEWFRA // // xrTableCell54 // - this.xrTableCell54.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell54.BorderColor = System.Drawing.Color.Black; + 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.UsePadding = false; this.xrTableCell54.Text = "Abschläge/Avis"; @@ -899,9 +876,12 @@ namespace FrauenhausEWFRA // // xrTableCell55 // - this.xrTableCell55.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell55.BorderColor = System.Drawing.Color.Black; + this.xrTableCell55.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); 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.UsePadding = false; this.xrTableCell55.StylePriority.UseTextAlignment = false; @@ -919,20 +899,21 @@ namespace FrauenhausEWFRA // // xrTableCell57 // - this.xrTableCell57.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell57.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell57.BorderColor = System.Drawing.Color.Black; + this.xrTableCell57.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell57.Name = "xrTableCell57"; this.xrTableCell57.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell57.StylePriority.UseBorderColor = false; this.xrTableCell57.StylePriority.UseBorders = false; this.xrTableCell57.StylePriority.UseFont = false; this.xrTableCell57.Text = "Nachzahlung/Rückforderung"; - this.xrTableCell57.Weight = 0.54525635735497713D; + this.xrTableCell57.Weight = 0.39192314106668991D; // // xrTableCell58 // - this.xrTableCell58.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell58.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell58.BorderColor = System.Drawing.Color.Black; + this.xrTableCell58.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell58.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold); this.xrTableCell58.Name = "xrTableCell58"; this.xrTableCell58.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); @@ -942,7 +923,7 @@ namespace FrauenhausEWFRA this.xrTableCell58.StylePriority.UseTextAlignment = false; this.xrTableCell58.Text = "[Claim]"; this.xrTableCell58.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; - this.xrTableCell58.Weight = 0.21685899000901443D; + this.xrTableCell58.Weight = 0.37019220629730171D; // // bindingSource1 // @@ -1002,8 +983,6 @@ namespace FrauenhausEWFRA private DevExpress.XtraReports.UI.XRTableCell xrTableCell23; private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1; private DevExpress.XtraReports.UI.XRTable xrTable4; - private DevExpress.XtraReports.UI.XRTableRow xrTableRow30; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell48; private DevExpress.XtraReports.UI.XRTableRow xrTableRow31; private DevExpress.XtraReports.UI.XRTableCell xrTableCell49; private DevExpress.XtraReports.UI.XRTableCell xrTableCell50; @@ -1043,7 +1022,6 @@ namespace FrauenhausEWFRA private DevExpress.XtraReports.UI.XRTableRow xrTableRow24; private DevExpress.XtraReports.UI.XRTableCell xrTableCell31; private DevExpress.XtraReports.UI.XRLabel lblNotice; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell1; private DevExpress.XtraReports.UI.XRTableCell xrTableCell2; private DevExpress.XtraReports.UI.XRTableCell xrTableCell8; private DevExpress.XtraReports.UI.XRTableCell xrTableCell4; diff --git a/ReportImp/FrauenhausEWFRA/SettlementReport2.Designer.cs b/ReportImp/FrauenhausEWFRA/SettlementReport2.Designer.cs index 81d14ab13..ab8a5c405 100644 --- a/ReportImp/FrauenhausEWFRA/SettlementReport2.Designer.cs +++ b/ReportImp/FrauenhausEWFRA/SettlementReport2.Designer.cs @@ -32,39 +32,13 @@ namespace FrauenhausEWFRA.Alt this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Spitzabrechnung)); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); - this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); - 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.ruleRateFactorNull = new DevExpress.XtraReports.UI.FormattingRule(); - 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.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.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(); @@ -76,8 +50,6 @@ namespace FrauenhausEWFRA.Alt 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(); @@ -89,34 +61,50 @@ namespace FrauenhausEWFRA.Alt this.xrTableRow33 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell52 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell53 = 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.xrTableRow30 = new DevExpress.XtraReports.UI.XRTableRow(); - this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell(); - 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.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); - ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); + this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); + this.lblAktenzeichen = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel18 = 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.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel23 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail @@ -126,274 +114,16 @@ namespace FrauenhausEWFRA.Alt 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 System.Drawing.Font("Verdana", 10F); - this.ReportHeader.HeightF = 120F; - this.ReportHeader.Name = "ReportHeader"; - this.ReportHeader.StylePriority.UseFont = false; - // - // 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(367.0001F, 169F); - 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, 375.3333F); - 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.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 = 1D; - // // 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, 300.3333F); - 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"); - // - // xrLabel5 - // - this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 267.3333F); - this.xrLabel5.Name = "xrLabel5"; - this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel5.SizeF = new System.Drawing.SizeF(317F, 17F); - this.xrLabel5.StylePriority.UseFont = false; - this.xrLabel5.Text = "Sehr geehrte Damen und Herren,"; - // - // xrLabel4 - // - this.xrLabel4.BackColor = System.Drawing.Color.Transparent; - this.xrLabel4.CanShrink = true; - this.xrLabel4.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold); - this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 225F); - 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 System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold); - this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 209F); - 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]"; - this.xrLabel3.WordWrap = false; - // - // xrLabel2 - // - this.xrLabel2.BackColor = System.Drawing.Color.Transparent; - this.xrLabel2.CanShrink = true; - this.xrLabel2.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold); - this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 192F); - this.xrLabel2.Name = "xrLabel2"; - this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel2.SizeF = new System.Drawing.SizeF(650F, 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.xrTable2.SizeF = new System.Drawing.SizeF(283F, 134F); - // - // 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; - // // RecipientPostCodeAndTown // this.RecipientPostCodeAndTown.CanShrink = true; - this.RecipientPostCodeAndTown.LocationFloat = new DevExpress.Utils.PointFloat(0F, 68.00003F); + this.RecipientPostCodeAndTown.LocationFloat = new DevExpress.Utils.PointFloat(27.08333F, 168F); this.RecipientPostCodeAndTown.Name = "RecipientPostCodeAndTown"; this.RecipientPostCodeAndTown.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.RecipientPostCodeAndTown.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; @@ -404,7 +134,7 @@ namespace FrauenhausEWFRA.Alt // xrLabel_RecipientStreet // this.xrLabel_RecipientStreet.CanShrink = true; - this.xrLabel_RecipientStreet.LocationFloat = new DevExpress.Utils.PointFloat(0F, 51.00002F); + this.xrLabel_RecipientStreet.LocationFloat = new DevExpress.Utils.PointFloat(27.08333F, 151F); 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; @@ -415,7 +145,7 @@ namespace FrauenhausEWFRA.Alt // xrLabel_RecipientDivision // this.xrLabel_RecipientDivision.CanShrink = true; - this.xrLabel_RecipientDivision.LocationFloat = new DevExpress.Utils.PointFloat(0F, 34.00002F); + this.xrLabel_RecipientDivision.LocationFloat = new DevExpress.Utils.PointFloat(27.08333F, 134F); 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; @@ -426,7 +156,7 @@ namespace FrauenhausEWFRA.Alt // xrLabel_RecipientContactPerson // this.xrLabel_RecipientContactPerson.CanShrink = true; - this.xrLabel_RecipientContactPerson.LocationFloat = new DevExpress.Utils.PointFloat(0F, 17.00001F); + this.xrLabel_RecipientContactPerson.LocationFloat = new DevExpress.Utils.PointFloat(27.08333F, 117F); 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; @@ -437,7 +167,7 @@ namespace FrauenhausEWFRA.Alt // xrLabel1 // this.xrLabel1.CanShrink = true; - this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(27.08333F, 100F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; @@ -448,26 +178,16 @@ namespace FrauenhausEWFRA.Alt // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.xrLabel10, + this.xrLabel2, + this.xrLabel3, this.xrTable3, - this.xrLabel12, - this.xrLabel11, this.lblNotice}); this.ReportFooter.Font = new System.Drawing.Font("Verdana", 10F); - this.ReportFooter.HeightF = 209F; + this.ReportFooter.HeightF = 234F; this.ReportFooter.KeepTogether = true; this.ReportFooter.Name = "ReportFooter"; this.ReportFooter.StylePriority.UseFont = false; // - // xrLabel10 - // - this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(0F, 117F); - 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); @@ -556,26 +276,6 @@ namespace FrauenhausEWFRA.Alt 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; @@ -589,32 +289,42 @@ namespace FrauenhausEWFRA.Alt // // topMarginBand1 // - this.topMarginBand1.HeightF = 100F; + this.topMarginBand1.HeightF = 77.08334F; this.topMarginBand1.Name = "topMarginBand1"; // // bottomMarginBand1 // + this.bottomMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel4}); this.bottomMarginBand1.HeightF = 100F; this.bottomMarginBand1.Name = "bottomMarginBand1"; // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel8, + this.xrLabel13, + this.xrLabel17, + this.lblAktenzeichen, + this.xrLabel16, + this.xrLabel15, + this.xrLabel18, + this.xrLabel19, + this.xrLabel20, + this.xrLabel21, + this.xrLabel22, + this.xrLabel23, + this.xrPictureBox1, + this.xrLabel7, + this.xrLabel14, + this.xrLabel9, this.xrLabel1, this.xrLabel_RecipientContactPerson, this.xrLabel_RecipientDivision, this.xrLabel_RecipientStreet, - this.RecipientPostCodeAndTown, - this.xrTable2, - this.xrLabel2, - this.xrLabel3, - this.xrLabel4, - this.xrLabel5, - this.xrLabel6, - this.xrTable1, - this.xrLabel8}); + this.RecipientPostCodeAndTown}); this.GroupHeader1.Font = new System.Drawing.Font("Verdana", 10F); - this.GroupHeader1.HeightF = 392.3333F; + this.GroupHeader1.HeightF = 478.7917F; this.GroupHeader1.Name = "GroupHeader1"; this.GroupHeader1.StylePriority.UseFont = false; // @@ -663,7 +373,7 @@ namespace FrauenhausEWFRA.Alt // xrTableCell52 // this.xrTableCell52.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell52.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell52.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrTableCell52.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceItems.DetailDescription")}); this.xrTableCell52.Name = "xrTableCell52"; @@ -677,8 +387,7 @@ namespace FrauenhausEWFRA.Alt // 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.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrTableCell53.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceItems.GrossAmountTotal", "{0:c}")}); this.xrTableCell53.Name = "xrTableCell53"; @@ -691,244 +400,543 @@ namespace FrauenhausEWFRA.Alt this.xrTableCell53.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; this.xrTableCell53.Weight = 0.21685899000901443D; // - // bindingSource1 - // - this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.Settlement2RO); - // // GroupFooter1 // this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.xrTable5}); + this.xrTable1}); this.GroupFooter1.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.GroupFooter1.HeightF = 132F; + this.GroupFooter1.HeightF = 68F; this.GroupFooter1.Name = "GroupFooter1"; this.GroupFooter1.StylePriority.UseFont = false; // - // xrTable5 + // xrLabel14 // - 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.xrTableRow30, - this.xrTableRow31, - this.xrTableRow32, - this.xrTableRow34, - this.xrTableRow35, - this.xrTableRow36, - this.xrTableRow37}); - this.xrTable5.SizeF = new System.Drawing.SizeF(650F, 132F); - this.xrTable5.StylePriority.UseBorderColor = false; - // - // xrTableRow30 - // - this.xrTableRow30.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell48}); - this.xrTableRow30.Name = "xrTableRow30"; - this.xrTableRow30.Weight = 0.085D; - // - // xrTableCell48 - // - this.xrTableCell48.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell48.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell48.Name = "xrTableCell48"; - this.xrTableCell48.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell48.StylePriority.UseBorderColor = false; - this.xrTableCell48.StylePriority.UseBorders = false; - this.xrTableCell48.Weight = 1D; - // - // 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.78314100999098546D; - // - // 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.21685899000901443D; - // - // 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.78314100999098568D; - // - // 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.21685899000901443D; - // - // 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.78314100999098568D; - // - // 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.21685899000901443D; - // - // 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.78314100999098568D; - // - // 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 System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.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.21685899000901443D; + this.xrLabel14.CanShrink = true; + this.xrLabel14.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel14.ForeColor = System.Drawing.Color.Maroon; + this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(27.08333F, 73.00002F); + this.xrLabel14.Name = "xrLabel14"; + this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel14.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel14.SizeF = new System.Drawing.SizeF(292F, 17F); + this.xrLabel14.StylePriority.UseFont = false; + this.xrLabel14.StylePriority.UseForeColor = false; + this.xrLabel14.Text = "Frauenhaus e.V., Postfach 190507, 42705 Solingen"; // // xrLabel9 // - this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(193F, 51.5F); - this.xrLabel9.Multiline = true; + this.xrLabel9.CanShrink = true; + this.xrLabel9.Font = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel9.ForeColor = System.Drawing.Color.Maroon; + this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(27.08333F, 20.00001F); 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.SizeF = new System.Drawing.SizeF(316.9999F, 30.54167F); this.xrLabel9.StylePriority.UseFont = false; - this.xrLabel9.Text = "\r\n"; + this.xrLabel9.StylePriority.UseForeColor = false; + this.xrLabel9.Text = "0212 3838893"; + // + // xrPictureBox1 + // + this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image"))); + this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(432.5342F, 0F); + this.xrPictureBox1.Name = "xrPictureBox1"; + this.xrPictureBox1.SizeF = new System.Drawing.SizeF(235.4658F, 204.088F); + this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // + // xrLabel7 + // + this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceDate", "Solingen, den {0:dd.MM.yyyy}")}); + this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(367.0002F, 237.7501F); + this.xrLabel7.Name = "xrLabel7"; + this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel7.SizeF = new System.Drawing.SizeF(283F, 23F); + this.xrLabel7.StylePriority.UseTextAlignment = false; + this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrLabel8 + // + this.xrLabel8.BackColor = System.Drawing.Color.Transparent; + this.xrLabel8.CanShrink = true; + this.xrLabel8.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold); + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(0F, 284.7813F); + this.xrLabel8.Multiline = true; + this.xrLabel8.Name = "xrLabel8"; + this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel8.SizeF = new System.Drawing.SizeF(650.0001F, 24.33331F); + this.xrLabel8.StylePriority.UseBackColor = false; + this.xrLabel8.StylePriority.UseFont = false; + this.xrLabel8.StylePriority.UseTextAlignment = false; + this.xrLabel8.Text = "Spitzabrechnung Frauenhaus e.V. Solingen\r\n"; + this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrLabel8.WordWrap = false; + // + // xrLabel13 + // + this.xrLabel13.BackColor = System.Drawing.Color.Transparent; + this.xrLabel13.CanShrink = true; + this.xrLabel13.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold); + this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(9.536743E-05F, 320.1771F); + this.xrLabel13.Multiline = true; + this.xrLabel13.Name = "xrLabel13"; + this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel13.SizeF = new System.Drawing.SizeF(650.0001F, 22.25F); + this.xrLabel13.StylePriority.UseBackColor = false; + this.xrLabel13.StylePriority.UseFont = false; + this.xrLabel13.StylePriority.UseTextAlignment = false; + this.xrLabel13.Text = "Einrichtung: 13146"; + this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrLabel13.WordWrap = false; + // + // xrLabel17 + // + this.xrLabel17.BackColor = System.Drawing.Color.Transparent; + this.xrLabel17.CanShrink = true; + this.xrLabel17.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(0F, 416.5104F); + this.xrLabel17.Multiline = true; + this.xrLabel17.Name = "xrLabel17"; + this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel17.SizeF = new System.Drawing.SizeF(182.2917F, 20F); + this.xrLabel17.StylePriority.UseBackColor = false; + this.xrLabel17.StylePriority.UseFont = false; + this.xrLabel17.Text = "Betreuungszeitraum:"; + this.xrLabel17.WordWrap = false; + // + // lblAktenzeichen + // + this.lblAktenzeichen.BackColor = System.Drawing.Color.Transparent; + this.lblAktenzeichen.CanShrink = true; + this.lblAktenzeichen.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); + this.lblAktenzeichen.LocationFloat = new DevExpress.Utils.PointFloat(9.536743E-05F, 396.5104F); + this.lblAktenzeichen.Multiline = true; + this.lblAktenzeichen.Name = "lblAktenzeichen"; + this.lblAktenzeichen.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblAktenzeichen.SizeF = new System.Drawing.SizeF(182.2916F, 20F); + this.lblAktenzeichen.StylePriority.UseBackColor = false; + this.lblAktenzeichen.StylePriority.UseFont = false; + this.lblAktenzeichen.Text = "Geb.Datum:"; + this.lblAktenzeichen.WordWrap = false; + // + // xrLabel16 + // + this.xrLabel16.BackColor = System.Drawing.Color.Transparent; + this.xrLabel16.CanShrink = true; + this.xrLabel16.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(0F, 376.5104F); + this.xrLabel16.Name = "xrLabel16"; + this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel16.SizeF = new System.Drawing.SizeF(182.2917F, 20F); + this.xrLabel16.StylePriority.UseBackColor = false; + this.xrLabel16.StylePriority.UseFont = false; + this.xrLabel16.Text = "Name:"; + this.xrLabel16.WordWrap = false; + // + // xrLabel15 + // + this.xrLabel15.BackColor = System.Drawing.Color.Transparent; + this.xrLabel15.CanShrink = true; + this.xrLabel15.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(3.178914E-05F, 356.5104F); + this.xrLabel15.Multiline = true; + this.xrLabel15.Name = "xrLabel15"; + this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel15.SizeF = new System.Drawing.SizeF(182.2917F, 20F); + this.xrLabel15.StylePriority.UseBackColor = false; + this.xrLabel15.StylePriority.UseFont = false; + this.xrLabel15.Text = "Aktenzeichen:"; + this.xrLabel15.WordWrap = false; + // + // xrLabel18 + // + this.xrLabel18.BackColor = System.Drawing.Color.Transparent; + this.xrLabel18.CanShrink = true; + this.xrLabel18.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(182.2917F, 356.5104F); + this.xrLabel18.Multiline = true; + this.xrLabel18.Name = "xrLabel18"; + this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel18.SizeF = new System.Drawing.SizeF(342.7083F, 20F); + this.xrLabel18.StylePriority.UseBackColor = false; + this.xrLabel18.StylePriority.UseFont = false; + this.xrLabel18.Text = "[CustomerReferenceNumber]"; + this.xrLabel18.WordWrap = false; + // + // xrLabel19 + // + this.xrLabel19.BackColor = System.Drawing.Color.Transparent; + this.xrLabel19.CanShrink = true; + this.xrLabel19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerName")}); + this.xrLabel19.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(182.2917F, 376.5104F); + this.xrLabel19.Name = "xrLabel19"; + this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel19.SizeF = new System.Drawing.SizeF(342.7083F, 20F); + this.xrLabel19.StylePriority.UseBackColor = false; + this.xrLabel19.StylePriority.UseFont = false; + this.xrLabel19.WordWrap = false; + // + // xrLabel20 + // + this.xrLabel20.BackColor = System.Drawing.Color.Transparent; + this.xrLabel20.CanShrink = true; + this.xrLabel20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerBirthday", "{0:dd.MM.yyyy}")}); + this.xrLabel20.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(182.2917F, 396.5104F); + this.xrLabel20.Name = "xrLabel20"; + this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel20.SizeF = new System.Drawing.SizeF(182.2917F, 20F); + this.xrLabel20.StylePriority.UseBackColor = false; + this.xrLabel20.StylePriority.UseFont = false; + this.xrLabel20.WordWrap = false; + // + // xrLabel21 + // + this.xrLabel21.BackColor = System.Drawing.Color.Transparent; + this.xrLabel21.CanShrink = true; + this.xrLabel21.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(182.2917F, 416.5104F); + this.xrLabel21.Multiline = true; + this.xrLabel21.Name = "xrLabel21"; + this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel21.SizeF = new System.Drawing.SizeF(342.7083F, 20F); + this.xrLabel21.StylePriority.UseBackColor = false; + this.xrLabel21.StylePriority.UseFont = false; + this.xrLabel21.Text = "von [AccountingPeriod]"; + this.xrLabel21.WordWrap = false; + // + // xrLabel22 + // + this.xrLabel22.BackColor = System.Drawing.Color.Transparent; + this.xrLabel22.CanShrink = true; + this.xrLabel22.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(182.2918F, 436.5104F); + this.xrLabel22.Multiline = true; + this.xrLabel22.Name = "xrLabel22"; + this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel22.SizeF = new System.Drawing.SizeF(342.7083F, 20F); + this.xrLabel22.StylePriority.UseBackColor = false; + this.xrLabel22.StylePriority.UseFont = false; + this.xrLabel22.Text = "[ApprovedFLSWeekly!#.00] FLS pro Woche"; + this.xrLabel22.WordWrap = false; + // + // xrLabel23 + // + this.xrLabel23.BackColor = System.Drawing.Color.Transparent; + this.xrLabel23.CanShrink = true; + this.xrLabel23.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel23.LocationFloat = new DevExpress.Utils.PointFloat(9.536743E-05F, 436.5104F); + this.xrLabel23.Multiline = true; + this.xrLabel23.Name = "xrLabel23"; + this.xrLabel23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel23.SizeF = new System.Drawing.SizeF(182.2917F, 20F); + this.xrLabel23.StylePriority.UseBackColor = false; + this.xrLabel23.StylePriority.UseFont = false; + this.xrLabel23.Text = "Fachleistungsstunden:"; + this.xrLabel23.WordWrap = false; + // + // xrTable1 + // + this.xrTable1.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTable1.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(154.6253F, 0F); + this.xrTable1.Name = "xrTable1"; + this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow2, + this.xrTableRow3, + this.xrTableRow4, + this.xrTableRow5}); + this.xrTable1.SizeF = new System.Drawing.SizeF(495.375F, 68F); + this.xrTable1.StylePriority.UseBorderColor = false; + this.xrTable1.StylePriority.UseFont = false; + // + // xrTableRow2 + // + this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell3, + this.xrTableCell8, + this.xrTableCell4, + this.xrTableCell5}); + this.xrTableRow2.Name = "xrTableRow2"; + this.xrTableRow2.Weight = 0.085D; + // + // xrTableCell3 + // + this.xrTableCell3.BorderColor = System.Drawing.Color.Black; + this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell3.Name = "xrTableCell3"; + this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell3.StylePriority.UseBorderColor = false; + this.xrTableCell3.StylePriority.UseBorders = false; + this.xrTableCell3.StylePriority.UsePadding = false; + this.xrTableCell3.Text = "Gesamtstunden"; + this.xrTableCell3.Weight = 0.24179493667362281D; + // + // xrTableCell8 + // + this.xrTableCell8.BorderColor = System.Drawing.Color.Black; + this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "RecordedFLSTotal", "{0:#.00} FLS")}); + this.xrTableCell8.Name = "xrTableCell8"; + this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell8.StylePriority.UseBorderColor = false; + this.xrTableCell8.StylePriority.UseBorders = false; + this.xrTableCell8.StylePriority.UsePadding = false; + this.xrTableCell8.StylePriority.UseTextAlignment = false; + this.xrTableCell8.Text = "xrTableCell8"; + this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell8.Weight = 0.15012816655703787D; + // + // xrTableCell4 + // + this.xrTableCell4.BorderColor = System.Drawing.Color.Black; + this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell4.Name = "xrTableCell4"; + this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell4.StylePriority.UseBorderColor = false; + this.xrTableCell4.StylePriority.UseBorders = false; + this.xrTableCell4.StylePriority.UseFont = false; + this.xrTableCell4.StylePriority.UsePadding = false; + this.xrTableCell4.Text = "Gesamtforderung"; + this.xrTableCell4.Weight = 0.22384603784409263D; + // + // xrTableCell5 + // + this.xrTableCell5.BorderColor = System.Drawing.Color.Black; + this.xrTableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "AmountBillableTotal", "{0:c2}")}); + this.xrTableCell5.Name = "xrTableCell5"; + this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell5.StylePriority.UseBorderColor = false; + this.xrTableCell5.StylePriority.UseBorders = false; + this.xrTableCell5.StylePriority.UseFont = false; + this.xrTableCell5.StylePriority.UsePadding = false; + this.xrTableCell5.StylePriority.UseTextAlignment = false; + this.xrTableCell5.Text = "[AmountRecordedFLSString]"; + this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell5.Weight = 0.14634620628923795D; + // + // xrTableRow3 + // + this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell6, + this.xrTableCell9, + this.xrTableCell7, + this.xrTableCell10}); + this.xrTableRow3.Name = "xrTableRow3"; + this.xrTableRow3.Weight = 0.085D; + // + // xrTableCell6 + // + this.xrTableCell6.BorderColor = System.Drawing.Color.Black; + this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell6.Name = "xrTableCell6"; + this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell6.StylePriority.UseBorderColor = false; + this.xrTableCell6.StylePriority.UseBorders = false; + this.xrTableCell6.StylePriority.UsePadding = false; + this.xrTableCell6.Text = "Bewilligte Stunden"; + this.xrTableCell6.Weight = 0.24179488972350441D; + // + // xrTableCell9 + // + this.xrTableCell9.BorderColor = System.Drawing.Color.Black; + this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ApprovedFLS", "{0:#.00}")}); + 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.UsePadding = false; + this.xrTableCell9.StylePriority.UseTextAlignment = false; + this.xrTableCell9.Text = "xrTableCell9"; + this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell9.Weight = 0.15012826045726402D; + // + // xrTableCell7 + // + this.xrTableCell7.BorderColor = System.Drawing.Color.Black; + this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + 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.Text = "Eigenanteil"; + this.xrTableCell7.Weight = 0.22384603989047647D; + // + // xrTableCell10 + // + this.xrTableCell10.BorderColor = System.Drawing.Color.Black; + this.xrTableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + 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.UseTextAlignment = false; + this.xrTableCell10.Text = "[Eigenbeteiligung!c2]"; + this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell10.Weight = 0.14634615729274664D; + // + // xrTableRow4 + // + this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell11, + this.xrTableCell12, + this.xrTableCell13, + this.xrTableCell14}); + this.xrTableRow4.Name = "xrTableRow4"; + this.xrTableRow4.Weight = 0.085D; + // + // xrTableCell11 + // + this.xrTableCell11.BorderColor = System.Drawing.Color.Black; + this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell11.Name = "xrTableCell11"; + this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell11.StylePriority.UseBorderColor = false; + this.xrTableCell11.StylePriority.UseBorders = false; + this.xrTableCell11.StylePriority.UsePadding = false; + this.xrTableCell11.Text = "Geleistete Stunden"; + this.xrTableCell11.Weight = 0.24179488972350702D; + // + // xrTableCell12 + // + this.xrTableCell12.BorderColor = System.Drawing.Color.Black; + this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "RecordedFLS", "{0:#.00} FLS")}); + this.xrTableCell12.Name = "xrTableCell12"; + this.xrTableCell12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell12.StylePriority.UseBorderColor = false; + this.xrTableCell12.StylePriority.UseBorders = false; + this.xrTableCell12.StylePriority.UsePadding = false; + this.xrTableCell12.StylePriority.UseTextAlignment = false; + this.xrTableCell12.Text = "xrTableCell10"; + this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell12.Weight = 0.15012826045726138D; + // + // xrTableCell13 + // + this.xrTableCell13.BorderColor = System.Drawing.Color.Black; + this.xrTableCell13.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell13.Name = "xrTableCell13"; + this.xrTableCell13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell13.StylePriority.UseBorderColor = false; + this.xrTableCell13.StylePriority.UseBorders = false; + this.xrTableCell13.StylePriority.UsePadding = false; + this.xrTableCell13.Text = "Abschläge/Avis"; + this.xrTableCell13.Weight = 0.22384603989047647D; + // + // xrTableCell14 + // + this.xrTableCell14.BorderColor = System.Drawing.Color.Black; + this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + 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.UsePadding = false; + this.xrTableCell14.StylePriority.UseTextAlignment = false; + this.xrTableCell14.Text = "[AmountAdvancedPayments!c2]"; + this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell14.Weight = 0.14634615729274664D; + // + // xrTableRow5 + // + this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell15, + this.xrTableCell17}); + this.xrTableRow5.Name = "xrTableRow5"; + this.xrTableRow5.Weight = 0.084999999999999992D; + // + // xrTableCell15 + // + this.xrTableCell15.BorderColor = System.Drawing.Color.Black; + this.xrTableCell15.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell15.Name = "xrTableCell15"; + this.xrTableCell15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell15.StylePriority.UseBorderColor = false; + this.xrTableCell15.StylePriority.UseBorders = false; + this.xrTableCell15.StylePriority.UseFont = false; + this.xrTableCell15.Text = "Nachzahlung/Rückforderung"; + this.xrTableCell15.Weight = 0.54525635735497713D; + // + // xrTableCell17 + // + this.xrTableCell17.BorderColor = System.Drawing.Color.Black; + this.xrTableCell17.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell17.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold); + this.xrTableCell17.Name = "xrTableCell17"; + this.xrTableCell17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell17.StylePriority.UseBorderColor = false; + this.xrTableCell17.StylePriority.UseBorders = false; + this.xrTableCell17.StylePriority.UseFont = false; + this.xrTableCell17.StylePriority.UseTextAlignment = false; + this.xrTableCell17.Text = "[Claim!c2]"; + this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell17.Weight = 0.21685899000901443D; + // + // xrLabel2 + // + this.xrLabel2.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 117.1667F); + this.xrLabel2.Name = "xrLabel2"; + this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel2.SizeF = new System.Drawing.SizeF(317F, 17F); + this.xrLabel2.StylePriority.UseBorders = false; + this.xrLabel2.StylePriority.UseFont = false; + this.xrLabel2.Text = "Mit freundlichem Gruß"; + // + // xrLabel3 + // + this.xrLabel3.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 217F); + this.xrLabel3.Name = "xrLabel3"; + this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel3.SizeF = new System.Drawing.SizeF(317F, 17F); + this.xrLabel3.StylePriority.UseBorders = false; + this.xrLabel3.StylePriority.UseFont = false; + this.xrLabel3.Text = "Unterschrift und Stempel des Anbieters"; + // + // xrLabel4 + // + this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel4.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel4.ForeColor = System.Drawing.Color.Maroon; + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(25.00022F, 23.54164F); + this.xrLabel4.Name = "xrLabel4"; + this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel4.SizeF = new System.Drawing.SizeF(625F, 36.62503F); + this.xrLabel4.StylePriority.UseBorders = false; + this.xrLabel4.StylePriority.UseFont = false; + this.xrLabel4.StylePriority.UseForeColor = false; + this.xrLabel4.Text = resources.GetString("xrLabel4.Text"); + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.Settlement2RO); // // Spitzabrechnung // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, - this.ReportHeader, this.ReportFooter, this.topMarginBand1, this.bottomMarginBand1, @@ -941,17 +949,15 @@ namespace FrauenhausEWFRA.Alt this.ExportOptions.PrintPreview.DefaultFileName = "Spitzabrechnung"; this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { this.ruleRateFactorNull}); - this.Margins = new System.Drawing.Printing.Margins(75, 74, 100, 100); + this.Margins = new System.Drawing.Printing.Margins(75, 74, 77, 100); this.PageHeight = 1169; this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Version = "17.1"; - ((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.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); } @@ -960,27 +966,6 @@ namespace FrauenhausEWFRA.Alt 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 xrLabel5; - 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; @@ -988,11 +973,6 @@ namespace FrauenhausEWFRA.Alt 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; @@ -1004,11 +984,9 @@ namespace FrauenhausEWFRA.Alt 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; @@ -1018,25 +996,43 @@ namespace FrauenhausEWFRA.Alt 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 xrTableRow30; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell48; - 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 xrLabel14; private DevExpress.XtraReports.UI.XRLabel xrLabel9; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1; + private DevExpress.XtraReports.UI.XRLabel xrLabel7; + private DevExpress.XtraReports.UI.XRLabel xrLabel8; + private DevExpress.XtraReports.UI.XRLabel xrLabel13; + private DevExpress.XtraReports.UI.XRLabel xrLabel17; + private DevExpress.XtraReports.UI.XRLabel lblAktenzeichen; + private DevExpress.XtraReports.UI.XRLabel xrLabel16; + private DevExpress.XtraReports.UI.XRLabel xrLabel15; + private DevExpress.XtraReports.UI.XRLabel xrLabel18; + 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; + private DevExpress.XtraReports.UI.XRTable xrTable1; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell8; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell4; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell5; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell6; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell9; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell7; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell10; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow4; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell11; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell12; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell13; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell14; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow5; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell15; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell17; + private DevExpress.XtraReports.UI.XRLabel xrLabel2; + private DevExpress.XtraReports.UI.XRLabel xrLabel3; + private DevExpress.XtraReports.UI.XRLabel xrLabel4; } } diff --git a/ReportImp/FrauenhausEWFRA/SettlementReport2.resx b/ReportImp/FrauenhausEWFRA/SettlementReport2.resx index dac8c7ff8..7e4b2fa82 100644 --- a/ReportImp/FrauenhausEWFRA/SettlementReport2.resx +++ b/ReportImp/FrauenhausEWFRA/SettlementReport2.resx @@ -117,8 +117,792 @@ 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: + + Frauenhaus e.V. – Postfach 190507 – 42705 Solingen – Tel. +49 212 3806978 – frauenhaus-sg@t-online.de – www.frauen-haus-solingen.de – IBAN: DE48342500000005066444 · BIC SOLSDE33XXX- Stadtsparkasse Solingen + + + + + /9j/4AAQSkZJRgABAQEBLAEsAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsN + DhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQU + FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCAJPAooDASIAAhEBAxEB/8QA + HwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIh + MUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVW + V1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXG + x8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQF + BgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAV + YnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE + hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq + 8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD9U6KKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo + AKKKKACiiigAooooAKKKKACiiigAooooAKazBVJJwBySaw/HHjTS/h74W1DxBrM3k2FnHvfbyznoqKO7 + MSAB6mvzk+Mf7Q/in4v6jOLm7k07Qdx8jSLaQiILnjzMY8xvc/gBXnYvGwwqs9W+h9BlWTV80k3F8sFu + /wBF3Z+iFx8U/Bdrd/ZZ/F+gw3PTyZNTgV/ToWz2P5V0VneW+oW6XFrPHcwSDKywuHVvoRwa/Hzniup8 + A/E3xN8M9UW+8PatPYPuDSQht0M3s8Z+Vh9eR2IryoZw7+/DTyPqq3B6UL0a3vea0/Db8T9YaK8o+AHx + 60342+HXkCJY6/ZqBfaeDwM9JI88lD+ang9ifV6+ip1I1YqcHdM/PcRh6mFqyo1laSCiiitDnCiiigAo + oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo + oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo + oooAKKKKACiiigAooooAKKKKACiiigD4z/b88cT/AG7w74RhlK24iOp3KDo7Fmjiz9Nsn/fQr5B/WveP + 21rw3Xx2voiW/wBGsraIZ6cpv4/77rwavg8dNzxE2+9vuP3bI6Ko5dRS6q/36i80GiiuA906v4X/ABE1 + H4WeNtO8RaaxL274mg3YWeE/fjb2I/IgHtX6meG/ENj4s0DT9Z02bz7C+gW4hfoSrDIBHYjoR2INfkQK + +yv2Efip5tvqPgK+m+aLdfabuP8ACT+9jH0JDgf7TntXu5XifZ1PZS2f5/8ABPhOKcuVegsXBe9Dfzj/ + AMD8rn2BRRRX1x+ThRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFA + BRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFA + BRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQB+dX7aduIfjzqT7s+daWzken7sL + j/x39a8KxX0V+3XafZ/jRayYUfaNHgkyvU4klTJ9/l/QV86/WvgMYrYifqz97yeXNl9B/wB1B+lFFHvX + GewGa3fAvi688BeMNI8Q2BIutPuFmC5xvUcMhPoykqfYmsLvzSVSbi7oicI1IuEldPQ/Xjw14gs/Fnh/ + TdZ0+TzbG/t0uIWPXayggEdjzyOxFadfKP7CXxM/tTw9qXgm8m3XGmk3lkGPWB2+dR7K5z/219q+rq+/ + w1ZYilGofgOY4OWAxU8O+j09OgUUUV1HmhRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFF + ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFF + ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFYXjXxhpvgHwtqPiDV5v + JsLGIyOf4mPRUX1ZiQoHqRW7Xwd+2t8Ym8VeLF8GabPnStGfN2UPE11jBB9oxlfqX9BXFjMQsNSc+vQ9 + nKcvlmWKjR+zu35f8HY8T+KfxK1T4r+NL7xDqrYeY7ILcNlLeEE7I19hk59SSe9clRRXwkpObcpbs/da + dOFGCp01ZLRB+lFFH1qDUP1oo5ooA6n4YePrz4Y+OtJ8R2WXezlzJDnAmiI2yIfqpP0OD2r9TPC/iXT/ + ABh4e0/W9KnFzp99Cs0Mg9D2I7EHII7EEV+RVfRX7Jn7Qg+Gusf8Izr9xt8M6hLmOeQ8WU5wN2eyNwG9 + DhuPmz7WW4tUJ+zn8L/BnxfEmUvG0liKKvOH4r/NdPmfoBRTEYOoZSGUjII6EU+vsT8gCiiigAooooAK + KKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAK + KKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAK + KKKACiiigAooooA89+O/xMT4T/DPVtdBX7dt+zWKNzuuHBCfULyxHohr8u7i4lu7iSaaRpZpGLvI5yzM + TkknuSa+kv25PiSfEfj608K2subHQ4904U8NcyAE/Xam0exZxXzTXxeZYj21ZxW0dP8AM/ZeGsD9Uwaq + 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 + IpxjPXkdB+idFRUo88lNOzRrhsb7ClKjOClGWtnff1R+cnx/8N/tCftKeC38Q6x4Ll0Hw/o8iy2Xhi3R + 2vbh3O0y+V/rHZVJ6quATtXljXunwx0HxT8df2R9U8AeJfCl74GvrLTYNDsTqkcsTXLW8MRjnZHRWVTI + gyAD0OCa+p6KzjhkpOTk3fc6KmZudONONNR5XeNr6f5/M/PX4K/Ez47/ALM/h2fwLffBzWvFen2MsrWc + lnbTssJdizATRRyJIhclsDB+Y89Mcn+0N8Ofj18d9OsPHHiTwnd25E/2LTPC+m2zyS2sBVmeZ0BLISyo + CX+Zj2UBQf02oqHhOaPI5uxvHN+Sr7eFGKm93r/SueLfHz4Cp8evgjB4YklXT9ZtY4bqwuJlO2K5SPbt + fHO1gzKcdM5wcYr57+H/AMaP2hPgPo9v4N8Q/CDVPG1vpcQtrO+0+KZz5SjCAzQpKjqBjHAbAween3bR + W0qF5KcXZnFRx3JTdGrBThe9nfR+TR8G6T8Lfir+138XtC8U/Evw9J4L8FaDIHg0m6iaN5AGVmjWN/nJ + kKqHdgo2jA5GK6X9sT4a+KvF/wC0J8J9V0Tw7qWrabp8sBu7uztnkjgxdqx3sBhcLzz2r7NoqPqsXFxb + 1fU2WaTjVjOMUlFNJdFff5hXxN4X+GPi22/4KIan4rl8N6nH4Zd5yurNbOLZs2OwYkxj73y9etfbNFb1 + KSqOLb2dziw2KlhlUUVfmi4/eFFFFbHEFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA + FFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA + FFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA + FFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA + FFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA + FFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQB//9k= diff --git a/ReportImp/IlkaLinkAmbulanteHilfen/Quittierungsbeleg.Designer.cs b/ReportImp/IlkaLinkAmbulanteHilfen/Quittierungsbeleg.Designer.cs index c6e642186..591e66a1d 100644 --- a/ReportImp/IlkaLinkAmbulanteHilfen/Quittierungsbeleg.Designer.cs +++ b/ReportImp/IlkaLinkAmbulanteHilfen/Quittierungsbeleg.Designer.cs @@ -64,7 +64,6 @@ namespace IlkaLinkAmbulanteHilfen this.xrTableCell45 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell36 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1 = 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.xrLabel31 = new DevExpress.XtraReports.UI.XRLabel(); @@ -87,6 +86,15 @@ namespace IlkaLinkAmbulanteHilfen this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); + this.pb_Jadczak = new DevExpress.XtraReports.UI.XRPictureBox(); + this.pb_Herrera = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); this.xrTable15 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow17 = new DevExpress.XtraReports.UI.XRTableRow(); this.tc_Bemerkungen = new DevExpress.XtraReports.UI.XRTableCell(); @@ -146,19 +154,10 @@ namespace IlkaLinkAmbulanteHilfen this.Hours = new DevExpress.XtraReports.UI.CalculatedField(); this.TotalFLSBillable = new DevExpress.XtraReports.UI.CalculatedField(); this.formattingRuleZwischensummeSichtbar = new DevExpress.XtraReports.UI.FormattingRule(); - this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); - this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox(); - this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); - this.pb_Herrera = new DevExpress.XtraReports.UI.XRPictureBox(); - this.pb_Jadczak = new DevExpress.XtraReports.UI.XRPictureBox(); - this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable15)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable16)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable14)).BeginInit(); @@ -170,6 +169,7 @@ namespace IlkaLinkAmbulanteHilfen ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail @@ -628,10 +628,6 @@ namespace IlkaLinkAmbulanteHilfen this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell1.Weight = 0.27696300794825324D; // - // bindingSource1 - // - this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO); - // // formattingRuleStartDate // this.formattingRuleStartDate.Condition = "[StartDate2] < [StartDate]"; @@ -804,8 +800,6 @@ namespace IlkaLinkAmbulanteHilfen // // Sachbearbeiter_Text // - this.Sachbearbeiter_Text.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "ContactEmployee")}); this.Sachbearbeiter_Text.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.Sachbearbeiter_Text.ForeColor = System.Drawing.Color.Black; this.Sachbearbeiter_Text.LocationFloat = new DevExpress.Utils.PointFloat(143.5417F, 66.66666F); @@ -816,6 +810,7 @@ namespace IlkaLinkAmbulanteHilfen this.Sachbearbeiter_Text.StylePriority.UseFont = false; this.Sachbearbeiter_Text.StylePriority.UseForeColor = false; this.Sachbearbeiter_Text.StylePriority.UseTextAlignment = false; + this.Sachbearbeiter_Text.Text = "[SupportConceptCostBearer.CostBearerContactPerson.FullName]"; this.Sachbearbeiter_Text.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; // // xrLabel21 @@ -933,6 +928,95 @@ namespace IlkaLinkAmbulanteHilfen this.GroupFooter1.KeepTogether = true; this.GroupFooter1.Name = "GroupFooter1"; // + // xrLabel3 + // + this.xrLabel3.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel3.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 175.0834F); + this.xrLabel3.Multiline = true; + this.xrLabel3.Name = "xrLabel3"; + this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel3.SizeF = new System.Drawing.SizeF(163.6905F, 24F); + this.xrLabel3.StylePriority.UseBorders = false; + this.xrLabel3.StylePriority.UseFont = false; + this.xrLabel3.StylePriority.UseTextAlignment = false; + this.xrLabel3.Text = "für die Richtigkeit:"; + this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel10 + // + this.xrLabel10.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(0F, 218.5854F); + this.xrLabel10.Name = "xrLabel10"; + this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel10.SizeF = new System.Drawing.SizeF(163.6905F, 25F); + this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // pb_Jadczak + // + this.pb_Jadczak.Image = ((System.Drawing.Image)(resources.GetObject("pb_Jadczak.Image"))); + this.pb_Jadczak.LocationFloat = new DevExpress.Utils.PointFloat(0F, 188.1459F); + this.pb_Jadczak.Name = "pb_Jadczak"; + this.pb_Jadczak.SizeF = new System.Drawing.SizeF(140.7525F, 65F); + this.pb_Jadczak.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // + // pb_Herrera + // + this.pb_Herrera.Image = ((System.Drawing.Image)(resources.GetObject("pb_Herrera.Image"))); + this.pb_Herrera.LocationFloat = new DevExpress.Utils.PointFloat(0.009450045F, 188.1459F); + this.pb_Herrera.Name = "pb_Herrera"; + this.pb_Herrera.SizeF = new System.Drawing.SizeF(115F, 65F); + this.pb_Herrera.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // + // xrLabel4 + // + this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel4.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(242.9998F, 175.0834F); + 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(163.6905F, 24F); + this.xrLabel4.StylePriority.UseBorders = false; + this.xrLabel4.StylePriority.UseFont = false; + this.xrLabel4.StylePriority.UseTextAlignment = false; + this.xrLabel4.Text = "sachlich richtig:"; + this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel13 + // + this.xrLabel13.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(242.9998F, 218.5853F); + this.xrLabel13.Name = "xrLabel13"; + this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel13.SizeF = new System.Drawing.SizeF(222.9027F, 25F); + this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrPictureBox2 + // + this.xrPictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox2.Image"))); + this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(265.9378F, 188.1459F); + this.xrPictureBox2.Name = "xrPictureBox2"; + this.xrPictureBox2.SizeF = new System.Drawing.SizeF(140.7525F, 65F); + this.xrPictureBox2.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // + // xrLabel1 + // + this.xrLabel1.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(535.1349F, 218.5853F); + this.xrLabel1.Name = "xrLabel1"; + this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel1.SizeF = new System.Drawing.SizeF(222.9027F, 25F); + this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrPictureBox1 + // + this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image"))); + this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(549.7717F, 188.1459F); + this.xrPictureBox1.Name = "xrPictureBox1"; + this.xrPictureBox1.SizeF = new System.Drawing.SizeF(149.0623F, 69.02275F); + this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // // xrTable15 // this.xrTable15.BorderColor = System.Drawing.Color.Black; @@ -1649,94 +1733,9 @@ namespace IlkaLinkAmbulanteHilfen this.formattingRuleZwischensummeSichtbar.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; this.formattingRuleZwischensummeSichtbar.Name = "formattingRuleZwischensummeSichtbar"; // - // xrPictureBox1 + // bindingSource1 // - this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image"))); - this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(549.7717F, 188.1459F); - this.xrPictureBox1.Name = "xrPictureBox1"; - this.xrPictureBox1.SizeF = new System.Drawing.SizeF(149.0623F, 69.02275F); - this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; - // - // xrLabel1 - // - this.xrLabel1.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; - this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(535.1349F, 218.5853F); - this.xrLabel1.Name = "xrLabel1"; - this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel1.SizeF = new System.Drawing.SizeF(222.9027F, 25F); - this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // - // xrPictureBox2 - // - this.xrPictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox2.Image"))); - this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(265.9378F, 188.1459F); - this.xrPictureBox2.Name = "xrPictureBox2"; - this.xrPictureBox2.SizeF = new System.Drawing.SizeF(140.7525F, 65F); - this.xrPictureBox2.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; - // - // xrLabel13 - // - this.xrLabel13.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; - this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(242.9998F, 218.5853F); - this.xrLabel13.Name = "xrLabel13"; - this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel13.SizeF = new System.Drawing.SizeF(222.9027F, 25F); - this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // - // xrLabel4 - // - this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrLabel4.Font = new System.Drawing.Font("Arial", 10F); - this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(242.9998F, 175.0834F); - 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(163.6905F, 24F); - this.xrLabel4.StylePriority.UseBorders = false; - this.xrLabel4.StylePriority.UseFont = false; - this.xrLabel4.StylePriority.UseTextAlignment = false; - this.xrLabel4.Text = "sachlich richtig:"; - this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; - // - // pb_Herrera - // - this.pb_Herrera.Image = ((System.Drawing.Image)(resources.GetObject("pb_Herrera.Image"))); - this.pb_Herrera.LocationFloat = new DevExpress.Utils.PointFloat(0.009450045F, 188.1459F); - this.pb_Herrera.Name = "pb_Herrera"; - this.pb_Herrera.SizeF = new System.Drawing.SizeF(115F, 65F); - this.pb_Herrera.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; - // - // pb_Jadczak - // - this.pb_Jadczak.Image = ((System.Drawing.Image)(resources.GetObject("pb_Jadczak.Image"))); - this.pb_Jadczak.LocationFloat = new DevExpress.Utils.PointFloat(0F, 188.1459F); - this.pb_Jadczak.Name = "pb_Jadczak"; - this.pb_Jadczak.SizeF = new System.Drawing.SizeF(140.7525F, 65F); - this.pb_Jadczak.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; - // - // xrLabel10 - // - this.xrLabel10.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; - this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(0F, 218.5854F); - this.xrLabel10.Name = "xrLabel10"; - this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel10.SizeF = new System.Drawing.SizeF(163.6905F, 25F); - this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // - // xrLabel3 - // - this.xrLabel3.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrLabel3.Font = new System.Drawing.Font("Arial", 10F); - this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 175.0834F); - this.xrLabel3.Multiline = true; - this.xrLabel3.Name = "xrLabel3"; - this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel3.SizeF = new System.Drawing.SizeF(163.6905F, 24F); - this.xrLabel3.StylePriority.UseBorders = false; - this.xrLabel3.StylePriority.UseFont = false; - this.xrLabel3.StylePriority.UseTextAlignment = false; - this.xrLabel3.Text = "für die Richtigkeit:"; - this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO); // // Quittierungsbeleg // @@ -1768,7 +1767,6 @@ namespace IlkaLinkAmbulanteHilfen ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable15)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable16)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable14)).EndInit(); @@ -1780,6 +1778,7 @@ namespace IlkaLinkAmbulanteHilfen ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); } diff --git a/ReportImp/IlkaLinkAmbulanteHilfen/ServiceInvoiceReport.Designer.cs b/ReportImp/IlkaLinkAmbulanteHilfen/ServiceInvoiceReport.Designer.cs index 72ed41e9f..b5f7707ee 100644 --- a/ReportImp/IlkaLinkAmbulanteHilfen/ServiceInvoiceReport.Designer.cs +++ b/ReportImp/IlkaLinkAmbulanteHilfen/ServiceInvoiceReport.Designer.cs @@ -36,6 +36,21 @@ namespace IlkaLinkAmbulanteHilfen this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); this.Page1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.RecipientPostCodeAndTown = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel_RecipientStreet = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel_RecipientDivision = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLine1 = new DevExpress.XtraReports.UI.XRLine(); this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable5 = new DevExpress.XtraReports.UI.XRTable(); @@ -53,28 +68,12 @@ namespace IlkaLinkAmbulanteHilfen this.xrTableCell42 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLine2 = new DevExpress.XtraReports.UI.XRLine(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); - 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.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLine1 = new DevExpress.XtraReports.UI.XRLine(); - this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrLine2 = new DevExpress.XtraReports.UI.XRLine(); - this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); @@ -116,7 +115,6 @@ namespace IlkaLinkAmbulanteHilfen this.RecipientPostCodeAndTown, this.xrLabel_RecipientStreet, this.xrLabel_RecipientDivision, - this.xrLabel_RecipientContactPerson, this.xrLabel2, this.xrLabel7, this.xrLabel3, @@ -134,6 +132,190 @@ namespace IlkaLinkAmbulanteHilfen this.Page1.Name = "Page1"; this.Page1.StylePriority.UseFont = false; // + // RecipientPostCodeAndTown + // + this.RecipientPostCodeAndTown.CanShrink = true; + this.RecipientPostCodeAndTown.Font = new System.Drawing.Font("Arial", 11F); + this.RecipientPostCodeAndTown.LocationFloat = new DevExpress.Utils.PointFloat(0F, 86.99998F); + 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, 19F); + this.RecipientPostCodeAndTown.StylePriority.UseFont = false; + this.RecipientPostCodeAndTown.Text = "[RecipientPostCodeAndTown]"; + // + // xrLabel_RecipientStreet + // + this.xrLabel_RecipientStreet.CanShrink = true; + this.xrLabel_RecipientStreet.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel_RecipientStreet.LocationFloat = new DevExpress.Utils.PointFloat(0F, 67.99994F); + 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, 19F); + this.xrLabel_RecipientStreet.StylePriority.UseFont = false; + this.xrLabel_RecipientStreet.Text = "[RecipientStreet]"; + // + // xrLabel_RecipientDivision + // + this.xrLabel_RecipientDivision.CanShrink = true; + this.xrLabel_RecipientDivision.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel_RecipientDivision.LocationFloat = new DevExpress.Utils.PointFloat(0F, 48.99998F); + 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, 19F); + this.xrLabel_RecipientDivision.StylePriority.UseFont = false; + this.xrLabel_RecipientDivision.Text = "[RecipientDivision]"; + // + // xrLabel2 + // + this.xrLabel2.CanShrink = true; + this.xrLabel2.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 29.99999F); + this.xrLabel2.Name = "xrLabel2"; + this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel2.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel2.SizeF = new System.Drawing.SizeF(292F, 19F); + this.xrLabel2.StylePriority.UseFont = false; + this.xrLabel2.Text = "[RecipientOrganisation]"; + // + // xrLabel7 + // + this.xrLabel7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Underline); + this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel7.Name = "xrLabel7"; + this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel7.SizeF = new System.Drawing.SizeF(283F, 19.00001F); + this.xrLabel7.StylePriority.UseFont = false; + this.xrLabel7.StylePriority.UseTextAlignment = false; + this.xrLabel7.Text = "ivi Raiffeisenstraße 17, 55411 Bingen"; + this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel3 + // + this.xrLabel3.CanShrink = true; + this.xrLabel3.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(444.3396F, 0F); + this.xrLabel3.Name = "xrLabel3"; + this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel3.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel3.SizeF = new System.Drawing.SizeF(301.66F, 19F); + this.xrLabel3.StylePriority.UseFont = false; + this.xrLabel3.Text = "Ilka Link"; + // + // xrLabel13 + // + this.xrLabel13.CanShrink = true; + this.xrLabel13.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(444.3396F, 18.99999F); + this.xrLabel13.Name = "xrLabel13"; + this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel13.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel13.SizeF = new System.Drawing.SizeF(301.66F, 19F); + this.xrLabel13.StylePriority.UseFont = false; + this.xrLabel13.Text = "Tel.: 0174 621 4704"; + // + // xrLabel4 + // + this.xrLabel4.CanShrink = true; + this.xrLabel4.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(444.3398F, 37.99998F); + this.xrLabel4.Name = "xrLabel4"; + this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel4.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel4.SizeF = new System.Drawing.SizeF(301.66F, 19F); + this.xrLabel4.StylePriority.UseFont = false; + this.xrLabel4.Text = "E-Mail: i.link@ivi-bingen.de"; + // + // xrLabel5 + // + this.xrLabel5.CanShrink = true; + this.xrLabel5.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(444.3398F, 73.00002F); + this.xrLabel5.Name = "xrLabel5"; + this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel5.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel5.SizeF = new System.Drawing.SizeF(301.66F, 19F); + this.xrLabel5.StylePriority.UseFont = false; + this.xrLabel5.Text = "Familie: [CustomerName]"; + // + // xrLabel16 + // + this.xrLabel16.CanShrink = true; + this.xrLabel16.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(445.3401F, 92.00001F); + this.xrLabel16.Name = "xrLabel16"; + this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel16.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel16.SizeF = new System.Drawing.SizeF(301.66F, 19F); + this.xrLabel16.StylePriority.UseFont = false; + this.xrLabel16.Text = "Sachbearbeiter/-in ASD: [RecipientContactPerson]"; + // + // xrLabel17 + // + this.xrLabel17.CanShrink = true; + this.xrLabel17.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(444.3398F, 111F); + this.xrLabel17.Name = "xrLabel17"; + this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel17.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel17.SizeF = new System.Drawing.SizeF(301.66F, 19F); + this.xrLabel17.StylePriority.UseFont = false; + this.xrLabel17.Text = "Aktenzeichen: [CustomerReferenceNumber]"; + // + // xrLabel6 + // + this.xrLabel6.BackColor = System.Drawing.Color.Transparent; + this.xrLabel6.CanShrink = true; + this.xrLabel6.Font = new System.Drawing.Font("Arial", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 153.2651F); + this.xrLabel6.Name = "xrLabel6"; + this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel6.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel6.SizeF = new System.Drawing.SizeF(292F, 38.88638F); + this.xrLabel6.StylePriority.UseBackColor = false; + this.xrLabel6.StylePriority.UseFont = false; + this.xrLabel6.Text = "Rechnung"; + // + // xrLabel8 + // + this.xrLabel8.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel8.CanShrink = true; + this.xrLabel8.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(0F, 211.1831F); + this.xrLabel8.Name = "xrLabel8"; + this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel8.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel8.SizeF = new System.Drawing.SizeF(397.1818F, 20.89395F); + this.xrLabel8.StylePriority.UseBorders = false; + this.xrLabel8.StylePriority.UseFont = false; + this.xrLabel8.Text = "Rechnung Nr: [InvoiceNumber]"; + // + // xrLabel10 + // + this.xrLabel10.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel10.CanShrink = true; + this.xrLabel10.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(398.1819F, 211.1831F); + this.xrLabel10.Name = "xrLabel10"; + this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel10.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel10.SizeF = new System.Drawing.SizeF(348.8182F, 20.89395F); + this.xrLabel10.StylePriority.UseBorders = false; + this.xrLabel10.StylePriority.UseFont = false; + this.xrLabel10.StylePriority.UseTextAlignment = false; + this.xrLabel10.Text = "Datum: [InvoiceDate]"; + this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrLine1 + // + this.xrLine1.BorderWidth = 1F; + this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 254.9331F); + this.xrLine1.Name = "xrLine1"; + this.xrLine1.SizeF = new System.Drawing.SizeF(745.9997F, 10.33331F); + this.xrLine1.StylePriority.UseBorderWidth = false; + // // DetailReport // this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { @@ -347,8 +529,6 @@ namespace IlkaLinkAmbulanteHilfen this.xrTableCell42.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell42.BorderWidth = 2F; - this.xrTableCell42.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.ServiceDescription")}); this.xrTableCell42.Font = new System.Drawing.Font("Arial", 10F); this.xrTableCell42.Name = "xrTableCell42"; this.xrTableCell42.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); @@ -358,6 +538,7 @@ namespace IlkaLinkAmbulanteHilfen this.xrTableCell42.StylePriority.UseFont = false; this.xrTableCell42.StylePriority.UsePadding = false; this.xrTableCell42.StylePriority.UseTextAlignment = false; + this.xrTableCell42.Text = "[AccountingPeriodStart!dd.MM.yyyy] "; this.xrTableCell42.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell42.Weight = 1.4471654630829045D; // @@ -403,230 +584,6 @@ namespace IlkaLinkAmbulanteHilfen this.xrTableCell44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell44.Weight = 0.40160615824048918D; // - // GroupFooter1 - // - this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.xrLabel9, - this.xrLine2, - this.xrLabel1}); - this.GroupFooter1.HeightF = 108.0985F; - this.GroupFooter1.Name = "GroupFooter1"; - // - // xrLabel1 - // - this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "GrossClaim", "Gesamtbetrag: {0}")}); - this.xrLabel1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); - this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(490.1664F, 0F); - this.xrLabel1.Name = "xrLabel1"; - this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel1.SizeF = new System.Drawing.SizeF(255.8332F, 49.24875F); - this.xrLabel1.StylePriority.UseFont = false; - this.xrLabel1.StylePriority.UsePadding = false; - this.xrLabel1.StylePriority.UseTextAlignment = false; - this.xrLabel1.Text = "xrLabel1"; - this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; - // - // bindingSource1 - // - this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO); - // - // RecipientPostCodeAndTown - // - this.RecipientPostCodeAndTown.CanShrink = true; - this.RecipientPostCodeAndTown.Font = new System.Drawing.Font("Arial", 11F); - this.RecipientPostCodeAndTown.LocationFloat = new DevExpress.Utils.PointFloat(0F, 106F); - 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, 19F); - this.RecipientPostCodeAndTown.StylePriority.UseFont = false; - this.RecipientPostCodeAndTown.Text = "[RecipientPostCodeAndTown]"; - // - // xrLabel_RecipientStreet - // - this.xrLabel_RecipientStreet.CanShrink = true; - this.xrLabel_RecipientStreet.Font = new System.Drawing.Font("Arial", 11F); - this.xrLabel_RecipientStreet.LocationFloat = new DevExpress.Utils.PointFloat(0F, 86.99995F); - 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, 19F); - this.xrLabel_RecipientStreet.StylePriority.UseFont = false; - this.xrLabel_RecipientStreet.Text = "[RecipientStreet]"; - // - // xrLabel_RecipientDivision - // - this.xrLabel_RecipientDivision.CanShrink = true; - this.xrLabel_RecipientDivision.Font = new System.Drawing.Font("Arial", 11F); - this.xrLabel_RecipientDivision.LocationFloat = new DevExpress.Utils.PointFloat(0F, 68F); - 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, 19F); - this.xrLabel_RecipientDivision.StylePriority.UseFont = false; - this.xrLabel_RecipientDivision.Text = "[RecipientDivision]"; - // - // xrLabel_RecipientContactPerson - // - this.xrLabel_RecipientContactPerson.CanShrink = true; - this.xrLabel_RecipientContactPerson.Font = new System.Drawing.Font("Arial", 11F); - this.xrLabel_RecipientContactPerson.LocationFloat = new DevExpress.Utils.PointFloat(0F, 48.99998F); - 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, 19F); - this.xrLabel_RecipientContactPerson.StylePriority.UseFont = false; - this.xrLabel_RecipientContactPerson.Text = "[RecipientContactPerson]"; - // - // xrLabel2 - // - this.xrLabel2.CanShrink = true; - this.xrLabel2.Font = new System.Drawing.Font("Arial", 11F); - this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 29.99999F); - this.xrLabel2.Name = "xrLabel2"; - this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel2.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; - this.xrLabel2.SizeF = new System.Drawing.SizeF(292F, 19F); - this.xrLabel2.StylePriority.UseFont = false; - this.xrLabel2.Text = "[RecipientOrganisation]"; - // - // xrLabel7 - // - this.xrLabel7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Underline); - this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); - this.xrLabel7.Name = "xrLabel7"; - this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel7.SizeF = new System.Drawing.SizeF(283F, 19.00001F); - this.xrLabel7.StylePriority.UseFont = false; - this.xrLabel7.StylePriority.UseTextAlignment = false; - this.xrLabel7.Text = "ivi Raiffeisenstraße 17, 55411 Bingen"; - this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // - // xrLabel3 - // - this.xrLabel3.CanShrink = true; - this.xrLabel3.Font = new System.Drawing.Font("Arial", 11F); - this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(529.7573F, 0F); - this.xrLabel3.Name = "xrLabel3"; - this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel3.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; - this.xrLabel3.SizeF = new System.Drawing.SizeF(216.2424F, 19F); - this.xrLabel3.StylePriority.UseFont = false; - this.xrLabel3.Text = "Ilka Link"; - // - // xrLabel13 - // - this.xrLabel13.CanShrink = true; - this.xrLabel13.Font = new System.Drawing.Font("Arial", 11F); - this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(529.7573F, 18.99999F); - this.xrLabel13.Name = "xrLabel13"; - this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel13.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; - this.xrLabel13.SizeF = new System.Drawing.SizeF(216.2424F, 19F); - this.xrLabel13.StylePriority.UseFont = false; - this.xrLabel13.Text = "Tel.: 0174 621 4704"; - // - // xrLabel4 - // - this.xrLabel4.CanShrink = true; - this.xrLabel4.Font = new System.Drawing.Font("Arial", 11F); - this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(529.7574F, 37.99998F); - this.xrLabel4.Name = "xrLabel4"; - this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel4.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; - this.xrLabel4.SizeF = new System.Drawing.SizeF(216.2424F, 19F); - this.xrLabel4.StylePriority.UseFont = false; - this.xrLabel4.Text = "E-Mail: i.link@ivi-bingen.de"; - // - // xrLabel5 - // - this.xrLabel5.CanShrink = true; - this.xrLabel5.Font = new System.Drawing.Font("Arial", 11F); - this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(529.7574F, 73.00002F); - this.xrLabel5.Name = "xrLabel5"; - this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel5.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; - this.xrLabel5.SizeF = new System.Drawing.SizeF(216.2424F, 19F); - this.xrLabel5.StylePriority.UseFont = false; - this.xrLabel5.Text = "Familie: [CustomerName]"; - // - // xrLabel16 - // - this.xrLabel16.CanShrink = true; - this.xrLabel16.Font = new System.Drawing.Font("Arial", 11F); - this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(529.7574F, 91.99998F); - this.xrLabel16.Name = "xrLabel16"; - this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel16.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; - this.xrLabel16.SizeF = new System.Drawing.SizeF(216.2424F, 19F); - this.xrLabel16.StylePriority.UseFont = false; - this.xrLabel16.Text = "Sachbearbeiterin ASD: Fr. Link"; - // - // xrLabel17 - // - this.xrLabel17.CanShrink = true; - this.xrLabel17.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); - this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(529.7574F, 111F); - this.xrLabel17.Name = "xrLabel17"; - this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel17.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; - this.xrLabel17.SizeF = new System.Drawing.SizeF(216.2424F, 19F); - this.xrLabel17.StylePriority.UseFont = false; - this.xrLabel17.Text = "Aktenzeichen: [CustomerReferenceNumber]"; - // - // xrLabel6 - // - this.xrLabel6.BackColor = System.Drawing.Color.Transparent; - this.xrLabel6.CanShrink = true; - this.xrLabel6.Font = new System.Drawing.Font("Arial", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 153.2651F); - this.xrLabel6.Name = "xrLabel6"; - this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel6.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; - this.xrLabel6.SizeF = new System.Drawing.SizeF(292F, 38.88638F); - this.xrLabel6.StylePriority.UseBackColor = false; - this.xrLabel6.StylePriority.UseFont = false; - this.xrLabel6.Text = "Rechnung"; - // - // xrLabel8 - // - this.xrLabel8.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrLabel8.CanShrink = true; - this.xrLabel8.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(0F, 211.1831F); - this.xrLabel8.Name = "xrLabel8"; - this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel8.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; - this.xrLabel8.SizeF = new System.Drawing.SizeF(397.1818F, 20.89395F); - this.xrLabel8.StylePriority.UseBorders = false; - this.xrLabel8.StylePriority.UseFont = false; - this.xrLabel8.Text = "Rechnung Nr: [InvoiceNumber]"; - // - // xrLabel10 - // - this.xrLabel10.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrLabel10.CanShrink = true; - this.xrLabel10.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(398.1819F, 211.1831F); - this.xrLabel10.Name = "xrLabel10"; - this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel10.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; - this.xrLabel10.SizeF = new System.Drawing.SizeF(348.8182F, 20.89395F); - this.xrLabel10.StylePriority.UseBorders = false; - this.xrLabel10.StylePriority.UseFont = false; - this.xrLabel10.StylePriority.UseTextAlignment = false; - this.xrLabel10.Text = "Datum: [InvoiceDate]"; - this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; - // - // xrLine1 - // - this.xrLine1.BorderWidth = 1F; - this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 254.9331F); - this.xrLine1.Name = "xrLine1"; - this.xrLine1.SizeF = new System.Drawing.SizeF(745.9997F, 10.33331F); - this.xrLine1.StylePriority.UseBorderWidth = false; - // // xrTableCell1 // this.xrTableCell1.BorderColor = System.Drawing.Color.Black; @@ -647,13 +604,14 @@ namespace IlkaLinkAmbulanteHilfen this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell1.Weight = 0.4853501854675461D; // - // xrLine2 + // GroupFooter1 // - this.xrLine2.BorderWidth = 1F; - this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(1.000293F, 49.24875F); - this.xrLine2.Name = "xrLine2"; - this.xrLine2.SizeF = new System.Drawing.SizeF(745.9997F, 10.33331F); - this.xrLine2.StylePriority.UseBorderWidth = false; + this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel9, + this.xrLine2, + this.xrLabel1}); + this.GroupFooter1.HeightF = 108.0985F; + this.GroupFooter1.Name = "GroupFooter1"; // // xrLabel9 // @@ -665,6 +623,33 @@ namespace IlkaLinkAmbulanteHilfen this.xrLabel9.StylePriority.UseFont = false; this.xrLabel9.Text = "Zahlungsbedingung: Zahlbar innerhalb von 30 Tagen netto."; // + // xrLine2 + // + this.xrLine2.BorderWidth = 1F; + this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(1.000293F, 49.24875F); + this.xrLine2.Name = "xrLine2"; + this.xrLine2.SizeF = new System.Drawing.SizeF(745.9997F, 10.33331F); + this.xrLine2.StylePriority.UseBorderWidth = false; + // + // xrLabel1 + // + this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "GrossClaim", "Gesamtbetrag: {0}")}); + this.xrLabel1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(490.1664F, 0F); + this.xrLabel1.Name = "xrLabel1"; + this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel1.SizeF = new System.Drawing.SizeF(255.8332F, 49.24875F); + this.xrLabel1.StylePriority.UseFont = false; + this.xrLabel1.StylePriority.UsePadding = false; + this.xrLabel1.StylePriority.UseTextAlignment = false; + this.xrLabel1.Text = "xrLabel1"; + this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO); + // // ServiceInvoiceReport // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { @@ -721,7 +706,6 @@ namespace IlkaLinkAmbulanteHilfen 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 xrLabel2; private DevExpress.XtraReports.UI.XRLabel xrLabel7; private DevExpress.XtraReports.UI.XRLabel xrLabel3; diff --git a/ReportImp/IlkaLinkAmbulanteHilfen/ServiceInvoiceReportBP.Designer.cs b/ReportImp/IlkaLinkAmbulanteHilfen/ServiceInvoiceReportBP.Designer.cs index 40cfaad22..79a8149fd 100644 --- a/ReportImp/IlkaLinkAmbulanteHilfen/ServiceInvoiceReportBP.Designer.cs +++ b/ReportImp/IlkaLinkAmbulanteHilfen/ServiceInvoiceReportBP.Designer.cs @@ -37,18 +37,17 @@ namespace IlkaLinkAmbulanteHilfen this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); this.Page1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); 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.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); @@ -114,18 +113,17 @@ namespace IlkaLinkAmbulanteHilfen // Page1 // this.Page1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel17, + this.xrLabel16, + this.xrLabel5, + this.xrLabel4, + this.xrLabel13, + this.xrLabel3, this.RecipientPostCodeAndTown, this.xrLabel_RecipientStreet, this.xrLabel_RecipientDivision, - this.xrLabel_RecipientContactPerson, this.xrLabel2, this.xrLabel7, - this.xrLabel3, - this.xrLabel13, - this.xrLabel4, - this.xrLabel5, - this.xrLabel16, - this.xrLabel17, this.xrLabel6, this.xrLabel8, this.xrLabel10, @@ -135,11 +133,83 @@ namespace IlkaLinkAmbulanteHilfen this.Page1.Name = "Page1"; this.Page1.StylePriority.UseFont = false; // + // xrLabel17 + // + this.xrLabel17.CanShrink = true; + this.xrLabel17.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); + this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(445.3411F, 111F); + this.xrLabel17.Name = "xrLabel17"; + this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel17.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel17.SizeF = new System.Drawing.SizeF(301.6591F, 19F); + this.xrLabel17.StylePriority.UseFont = false; + this.xrLabel17.Text = "Aktenzeichen: [CustomerReferenceNumber]"; + // + // xrLabel16 + // + this.xrLabel16.CanShrink = true; + this.xrLabel16.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(445.3408F, 92.00001F); + this.xrLabel16.Name = "xrLabel16"; + this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel16.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel16.SizeF = new System.Drawing.SizeF(301.6594F, 19F); + this.xrLabel16.StylePriority.UseFont = false; + this.xrLabel16.Text = "Sachbearbeiterin/-in ASD: [RecipientContactPerson]"; + // + // xrLabel5 + // + this.xrLabel5.CanShrink = true; + this.xrLabel5.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(445.3411F, 73.00002F); + this.xrLabel5.Name = "xrLabel5"; + this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel5.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel5.SizeF = new System.Drawing.SizeF(301.6591F, 19F); + this.xrLabel5.StylePriority.UseFont = false; + this.xrLabel5.Text = "Familie: [CustomerName]"; + // + // xrLabel4 + // + this.xrLabel4.CanShrink = true; + this.xrLabel4.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(445.3411F, 37.99998F); + this.xrLabel4.Name = "xrLabel4"; + this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel4.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel4.SizeF = new System.Drawing.SizeF(301.6591F, 19F); + this.xrLabel4.StylePriority.UseFont = false; + this.xrLabel4.Text = "E-Mail: i.link@ivi-bingen.de"; + // + // xrLabel13 + // + this.xrLabel13.CanShrink = true; + this.xrLabel13.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(445.341F, 18.99999F); + this.xrLabel13.Name = "xrLabel13"; + this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel13.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel13.SizeF = new System.Drawing.SizeF(301.6591F, 19F); + this.xrLabel13.StylePriority.UseFont = false; + this.xrLabel13.Text = "Tel.: 0174 621 4704"; + // + // xrLabel3 + // + this.xrLabel3.CanShrink = true; + this.xrLabel3.Font = new System.Drawing.Font("Arial", 11F); + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(445.341F, 0F); + this.xrLabel3.Name = "xrLabel3"; + this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel3.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; + this.xrLabel3.SizeF = new System.Drawing.SizeF(301.6591F, 19F); + this.xrLabel3.StylePriority.UseFont = false; + this.xrLabel3.Text = "Ilka Link"; + // // RecipientPostCodeAndTown // this.RecipientPostCodeAndTown.CanShrink = true; this.RecipientPostCodeAndTown.Font = new System.Drawing.Font("Arial", 11F); - this.RecipientPostCodeAndTown.LocationFloat = new DevExpress.Utils.PointFloat(0F, 106F); + this.RecipientPostCodeAndTown.LocationFloat = new DevExpress.Utils.PointFloat(0F, 86.99998F); this.RecipientPostCodeAndTown.Name = "RecipientPostCodeAndTown"; this.RecipientPostCodeAndTown.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.RecipientPostCodeAndTown.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; @@ -151,7 +221,7 @@ namespace IlkaLinkAmbulanteHilfen // this.xrLabel_RecipientStreet.CanShrink = true; this.xrLabel_RecipientStreet.Font = new System.Drawing.Font("Arial", 11F); - this.xrLabel_RecipientStreet.LocationFloat = new DevExpress.Utils.PointFloat(0F, 86.99995F); + this.xrLabel_RecipientStreet.LocationFloat = new DevExpress.Utils.PointFloat(0F, 67.99994F); 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; @@ -163,7 +233,7 @@ namespace IlkaLinkAmbulanteHilfen // this.xrLabel_RecipientDivision.CanShrink = true; this.xrLabel_RecipientDivision.Font = new System.Drawing.Font("Arial", 11F); - this.xrLabel_RecipientDivision.LocationFloat = new DevExpress.Utils.PointFloat(0F, 68F); + this.xrLabel_RecipientDivision.LocationFloat = new DevExpress.Utils.PointFloat(0F, 48.99998F); 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; @@ -171,18 +241,6 @@ namespace IlkaLinkAmbulanteHilfen this.xrLabel_RecipientDivision.StylePriority.UseFont = false; this.xrLabel_RecipientDivision.Text = "[RecipientDivision]"; // - // xrLabel_RecipientContactPerson - // - this.xrLabel_RecipientContactPerson.CanShrink = true; - this.xrLabel_RecipientContactPerson.Font = new System.Drawing.Font("Arial", 11F); - this.xrLabel_RecipientContactPerson.LocationFloat = new DevExpress.Utils.PointFloat(0F, 48.99998F); - 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, 19F); - this.xrLabel_RecipientContactPerson.StylePriority.UseFont = false; - this.xrLabel_RecipientContactPerson.Text = "[RecipientContactPerson]"; - // // xrLabel2 // this.xrLabel2.CanShrink = true; @@ -207,78 +265,6 @@ namespace IlkaLinkAmbulanteHilfen this.xrLabel7.Text = "ivi Raiffeisenstraße 17, 55411 Bingen"; this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // - // xrLabel3 - // - this.xrLabel3.CanShrink = true; - this.xrLabel3.Font = new System.Drawing.Font("Arial", 11F); - this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(529.7573F, 0F); - this.xrLabel3.Name = "xrLabel3"; - this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel3.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; - this.xrLabel3.SizeF = new System.Drawing.SizeF(216.2424F, 19F); - this.xrLabel3.StylePriority.UseFont = false; - this.xrLabel3.Text = "Ilka Link"; - // - // xrLabel13 - // - this.xrLabel13.CanShrink = true; - this.xrLabel13.Font = new System.Drawing.Font("Arial", 11F); - this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(529.7573F, 18.99999F); - this.xrLabel13.Name = "xrLabel13"; - this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel13.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; - this.xrLabel13.SizeF = new System.Drawing.SizeF(216.2424F, 19F); - this.xrLabel13.StylePriority.UseFont = false; - this.xrLabel13.Text = "Tel.: 0174 621 4704"; - // - // xrLabel4 - // - this.xrLabel4.CanShrink = true; - this.xrLabel4.Font = new System.Drawing.Font("Arial", 11F); - this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(529.7574F, 37.99998F); - this.xrLabel4.Name = "xrLabel4"; - this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel4.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; - this.xrLabel4.SizeF = new System.Drawing.SizeF(216.2424F, 19F); - this.xrLabel4.StylePriority.UseFont = false; - this.xrLabel4.Text = "E-Mail: i.link@ivi-bingen.de"; - // - // xrLabel5 - // - this.xrLabel5.CanShrink = true; - this.xrLabel5.Font = new System.Drawing.Font("Arial", 11F); - this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(529.7574F, 73.00002F); - this.xrLabel5.Name = "xrLabel5"; - this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel5.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; - this.xrLabel5.SizeF = new System.Drawing.SizeF(216.2424F, 19F); - this.xrLabel5.StylePriority.UseFont = false; - this.xrLabel5.Text = "Familie: [CustomerName]"; - // - // xrLabel16 - // - this.xrLabel16.CanShrink = true; - this.xrLabel16.Font = new System.Drawing.Font("Arial", 11F); - this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(529.7574F, 91.99998F); - this.xrLabel16.Name = "xrLabel16"; - this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel16.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; - this.xrLabel16.SizeF = new System.Drawing.SizeF(216.2424F, 19F); - this.xrLabel16.StylePriority.UseFont = false; - this.xrLabel16.Text = "Sachbearbeiterin ASD: Fr. Link"; - // - // xrLabel17 - // - this.xrLabel17.CanShrink = true; - this.xrLabel17.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); - this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(529.7574F, 111F); - this.xrLabel17.Name = "xrLabel17"; - this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel17.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink; - this.xrLabel17.SizeF = new System.Drawing.SizeF(216.2424F, 19F); - this.xrLabel17.StylePriority.UseFont = false; - this.xrLabel17.Text = "Aktenzeichen: [CustomerReferenceNumber]"; - // // xrLabel6 // this.xrLabel6.BackColor = System.Drawing.Color.Transparent; @@ -544,8 +530,6 @@ namespace IlkaLinkAmbulanteHilfen this.xrTableCell42.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell42.BorderWidth = 2F; - this.xrTableCell42.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.ServiceDescription")}); this.xrTableCell42.Font = new System.Drawing.Font("Arial", 10F); this.xrTableCell42.Name = "xrTableCell42"; this.xrTableCell42.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); @@ -555,6 +539,7 @@ namespace IlkaLinkAmbulanteHilfen this.xrTableCell42.StylePriority.UseFont = false; this.xrTableCell42.StylePriority.UsePadding = false; this.xrTableCell42.StylePriority.UseTextAlignment = false; + this.xrTableCell42.Text = "[AccountingPeriodStart!dd.MM.yyyy] "; this.xrTableCell42.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell42.Weight = 1.4471654630829045D; // @@ -724,15 +709,8 @@ namespace IlkaLinkAmbulanteHilfen 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 xrLabel2; private DevExpress.XtraReports.UI.XRLabel xrLabel7; - private DevExpress.XtraReports.UI.XRLabel xrLabel3; - private DevExpress.XtraReports.UI.XRLabel xrLabel13; - private DevExpress.XtraReports.UI.XRLabel xrLabel4; - private DevExpress.XtraReports.UI.XRLabel xrLabel5; - private DevExpress.XtraReports.UI.XRLabel xrLabel16; - private DevExpress.XtraReports.UI.XRLabel xrLabel17; private DevExpress.XtraReports.UI.XRLabel xrLabel6; private DevExpress.XtraReports.UI.XRLabel xrLabel8; private DevExpress.XtraReports.UI.XRLabel xrLabel10; @@ -740,5 +718,11 @@ namespace IlkaLinkAmbulanteHilfen private DevExpress.XtraReports.UI.XRTableCell xrTableCell1; private DevExpress.XtraReports.UI.XRLine xrLine2; private DevExpress.XtraReports.UI.XRLabel xrLabel9; + private DevExpress.XtraReports.UI.XRLabel xrLabel17; + private DevExpress.XtraReports.UI.XRLabel xrLabel16; + private DevExpress.XtraReports.UI.XRLabel xrLabel5; + private DevExpress.XtraReports.UI.XRLabel xrLabel4; + private DevExpress.XtraReports.UI.XRLabel xrLabel13; + private DevExpress.XtraReports.UI.XRLabel xrLabel3; } } diff --git a/ReportImp/LebenshilfeDorsten/LebenshilfeDorsten.csproj b/ReportImp/LebenshilfeDorsten/LebenshilfeDorsten.csproj index c5ceb8849..7a7bc7fd2 100644 --- a/ReportImp/LebenshilfeDorsten/LebenshilfeDorsten.csproj +++ b/ReportImp/LebenshilfeDorsten/LebenshilfeDorsten.csproj @@ -70,6 +70,12 @@ Quittierungsbeleg.cs + + Component + + + SupportConceptReport.cs + @@ -103,6 +109,10 @@ Quittierungsbeleg.cs Designer + + SupportConceptReport.cs + Designer + diff --git a/ReportImp/LebenshilfeDorsten/SupportConceptReport.Designer.cs b/ReportImp/LebenshilfeDorsten/SupportConceptReport.Designer.cs new file mode 100644 index 000000000..c8b28ed9e --- /dev/null +++ b/ReportImp/LebenshilfeDorsten/SupportConceptReport.Designer.cs @@ -0,0 +1,992 @@ +using BeWo.Report.ReportObjects; +namespace LebenshilfeDorsten +{ + partial class Hilfeplanuebersicht + { + /// + /// 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(); + DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary2 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary3 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary4 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary5 = new DevExpress.XtraReports.UI.XRSummary(); + DevExpress.XtraReports.UI.XRSummary xrSummary6 = new DevExpress.XtraReports.UI.XRSummary(); + this.Detail = new DevExpress.XtraReports.UI.DetailBand(); + this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); + this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); + this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); + this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); + this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell36 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell29 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell31 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell33 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell34 = new DevExpress.XtraReports.UI.XRTableCell(); + this.ruleNotApprovedAndExpiringNext4Months = new DevExpress.XtraReports.UI.FormattingRule(); + this.ruleNotApprovedAndExpiringNext8Months = new DevExpress.XtraReports.UI.FormattingRule(); + this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); + this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell35 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell4 = 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.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); + this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); + this.xrPageInfo2 = new DevExpress.XtraReports.UI.XRPageInfo(); + this.approvedText = new DevExpress.XtraReports.UI.CalculatedField(); + this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); + this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); + this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell37 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell38 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell39 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell41 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell42 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell45 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell46 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell47 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell49 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell50 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell51 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell52 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell53 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell54 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell55 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell56 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell57 = new DevExpress.XtraReports.UI.XRTableCell(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); + // + // Detail + // + this.Detail.HeightF = 0F; + this.Detail.Name = "Detail"; + this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // ReportHeader + // + this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPageInfo1, + this.xrLabel1}); + this.ReportHeader.HeightF = 75F; + this.ReportHeader.Name = "ReportHeader"; + // + // xrPageInfo1 + // + this.xrPageInfo1.Font = new System.Drawing.Font("Arial", 8F); + this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 32.99999F); + this.xrPageInfo1.Name = "xrPageInfo1"; + this.xrPageInfo1.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime; + this.xrPageInfo1.SizeF = new System.Drawing.SizeF(1109F, 23F); + this.xrPageInfo1.StylePriority.UseFont = false; + // + // xrLabel1 + // + this.xrLabel1.Font = new System.Drawing.Font("Arial", 14F); + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 7.999992F); + this.xrLabel1.Multiline = true; + this.xrLabel1.Name = "xrLabel1"; + this.xrLabel1.SizeF = new System.Drawing.SizeF(1109F, 25F); + this.xrLabel1.StylePriority.UseFont = false; + this.xrLabel1.Text = "Hilfeplanübersicht"; + // + // DetailReport + // + this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail1}); + this.DetailReport.DataMember = "SupportConceptDetailList"; + this.DetailReport.DataSource = this.bindingSource1; + this.DetailReport.Level = 0; + this.DetailReport.Name = "DetailReport"; + // + // Detail1 + // + this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable2}); + this.Detail1.HeightF = 20F; + this.Detail1.Name = "Detail1"; + // + // xrTable2 + // + this.xrTable2.BackColor = System.Drawing.Color.Transparent; + this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable2.Font = new System.Drawing.Font("Arial", 7F); + this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable2.Name = "xrTable2"; + this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 0, 100F); + this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow2}); + this.xrTable2.SizeF = new System.Drawing.SizeF(1109F, 20F); + this.xrTable2.StylePriority.UseBackColor = false; + this.xrTable2.StylePriority.UseBorders = false; + this.xrTable2.StylePriority.UseFont = false; + this.xrTable2.StylePriority.UsePadding = false; + // + // xrTableRow2 + // + this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell18, + this.xrTableCell19, + this.xrTableCell36, + this.xrTableCell56, + this.xrTableCell20, + this.xrTableCell21, + this.xrTableCell22, + this.xrTableCell23, + this.xrTableCell24, + this.xrTableCell25, + this.xrTableCell26, + this.xrTableCell27, + this.xrTableCell28, + this.xrTableCell29, + this.xrTableCell30, + this.xrTableCell31, + this.xrTableCell32, + this.xrTableCell33, + this.xrTableCell34}); + this.xrTableRow2.FormattingRules.Add(this.ruleNotApprovedAndExpiringNext4Months); + this.xrTableRow2.FormattingRules.Add(this.ruleNotApprovedAndExpiringNext8Months); + this.xrTableRow2.Name = "xrTableRow2"; + this.xrTableRow2.Weight = 1D; + // + // xrTableCell18 + // + this.xrTableCell18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.CustomerLastName")}); + this.xrTableCell18.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold); + this.xrTableCell18.Name = "xrTableCell18"; + this.xrTableCell18.StylePriority.UseBorders = false; + this.xrTableCell18.StylePriority.UseFont = false; + this.xrTableCell18.Text = "Name"; + this.xrTableCell18.Weight = 0.1947700715855491D; + this.xrTableCell18.WordWrap = false; + // + // xrTableCell19 + // + this.xrTableCell19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.CustomerFirstName")}); + this.xrTableCell19.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold); + this.xrTableCell19.Name = "xrTableCell19"; + this.xrTableCell19.StylePriority.UseFont = false; + this.xrTableCell19.Text = "Vorname"; + this.xrTableCell19.Weight = 0.19477006735273841D; + this.xrTableCell19.WordWrap = false; + // + // xrTableCell36 + // + this.xrTableCell36.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.Costbearer")}); + this.xrTableCell36.Name = "xrTableCell36"; + this.xrTableCell36.Text = "xrTableCell36"; + this.xrTableCell36.Weight = 0.17583408899385655D; + // + // xrTableCell20 + // + this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.StartDate", "{0:dd/MM/yyyy}")}); + this.xrTableCell20.Name = "xrTableCell20"; + this.xrTableCell20.StylePriority.UseTextAlignment = false; + this.xrTableCell20.Text = "xrTableCell20"; + this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell20.Weight = 0.16230839191659136D; + // + // xrTableCell21 + // + this.xrTableCell21.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.EndDate", "{0:dd/MM/yyyy}")}); + this.xrTableCell21.Name = "xrTableCell21"; + this.xrTableCell21.StylePriority.UseTextAlignment = false; + this.xrTableCell21.Text = "xrTableCell21"; + this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell21.Weight = 0.16230838391519292D; + // + // xrTableCell22 + // + this.xrTableCell22.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.FLSTotal", "{0:0.00}")}); + this.xrTableCell22.Name = "xrTableCell22"; + this.xrTableCell22.StylePriority.UseTextAlignment = false; + this.xrTableCell22.Text = "xrTableCell22"; + this.xrTableCell22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell22.Weight = 0.13525698632089914D; + // + // xrTableCell23 + // + this.xrTableCell23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.FLSTotalRecordedBillable", "{0:0.00}")}); + this.xrTableCell23.Name = "xrTableCell23"; + this.xrTableCell23.StylePriority.UseTextAlignment = false; + this.xrTableCell23.Text = "xrTableCell23"; + this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell23.Weight = 0.18935986698493415D; + // + // xrTableCell24 + // + this.xrTableCell24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.FLSRemaining", "{0:0.00}")}); + this.xrTableCell24.Name = "xrTableCell24"; + this.xrTableCell24.StylePriority.UseTextAlignment = false; + this.xrTableCell24.Text = "xrTableCell24"; + this.xrTableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell24.Weight = 0.13525690367954274D; + // + // xrTableCell25 + // + this.xrTableCell25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.FLSOpenPerWeek", "{0:0.00}")}); + this.xrTableCell25.Name = "xrTableCell25"; + this.xrTableCell25.StylePriority.UseTextAlignment = false; + this.xrTableCell25.Text = "xrTableCell25"; + this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell25.Weight = 0.15689810126025036D; + // + // xrTableCell26 + // + this.xrTableCell26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.OpenWeeks", "{0:0.00}")}); + this.xrTableCell26.Name = "xrTableCell26"; + this.xrTableCell26.StylePriority.UseTextAlignment = false; + this.xrTableCell26.Text = "xrTableCell26"; + this.xrTableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell26.Weight = 0.15689811071234514D; + // + // xrTableCell27 + // + this.xrTableCell27.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.DurationPercentage", "{0:0}%")}); + this.xrTableCell27.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold); + this.xrTableCell27.Name = "xrTableCell27"; + this.xrTableCell27.StylePriority.UseFont = false; + this.xrTableCell27.StylePriority.UseTextAlignment = false; + this.xrTableCell27.Text = "xrTableCell27"; + this.xrTableCell27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell27.Weight = 0.089269777273603593D; + // + // xrTableCell28 + // + this.xrTableCell28.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.TotalWeeks", "{0:0.00}")}); + this.xrTableCell28.Name = "xrTableCell28"; + this.xrTableCell28.StylePriority.UseTextAlignment = false; + this.xrTableCell28.Text = "xrTableCell28"; + this.xrTableCell28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell28.Weight = 0.13525682045307252D; + // + // xrTableCell29 + // + this.xrTableCell29.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.WeeksPassed", "{0:0.00}")}); + this.xrTableCell29.Name = "xrTableCell29"; + this.xrTableCell29.StylePriority.UseTextAlignment = false; + this.xrTableCell29.Text = "xrTableCell29"; + this.xrTableCell29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell29.Weight = 0.13525698533861158D; + // + // xrTableCell30 + // + this.xrTableCell30.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.FLSPerWeekSoll", "{0:0.00}")}); + this.xrTableCell30.Name = "xrTableCell30"; + this.xrTableCell30.StylePriority.UseTextAlignment = false; + this.xrTableCell30.Text = "xrTableCell30"; + this.xrTableCell30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell30.Weight = 0.14878269156247748D; + // + // xrTableCell31 + // + this.xrTableCell31.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.FLSPerWeekIst", "{0:0.00}")}); + this.xrTableCell31.Name = "xrTableCell31"; + this.xrTableCell31.StylePriority.UseTextAlignment = false; + this.xrTableCell31.Text = "xrTableCell31"; + this.xrTableCell31.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell31.Weight = 0.14878284757571886D; + // + // xrTableCell32 + // + this.xrTableCell32.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.DiffPerWeekAmount", "{0:c}")}); + this.xrTableCell32.Name = "xrTableCell32"; + this.xrTableCell32.StylePriority.UseTextAlignment = false; + this.xrTableCell32.Text = "xrTableCell32"; + this.xrTableCell32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell32.Weight = 0.18935977781524446D; + // + // xrTableCell33 + // + this.xrTableCell33.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.approvedText")}); + this.xrTableCell33.Name = "xrTableCell33"; + this.xrTableCell33.Weight = 0.19206508025700858D; + // + // xrTableCell34 + // + this.xrTableCell34.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.OpenMonths", "{0:0.00}")}); + this.xrTableCell34.Name = "xrTableCell34"; + this.xrTableCell34.StylePriority.UseBorders = false; + this.xrTableCell34.StylePriority.UseTextAlignment = false; + this.xrTableCell34.Text = "xrTableCell34"; + this.xrTableCell34.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell34.Weight = 0.13525699097924732D; + // + // ruleNotApprovedAndExpiringNext4Months + // + this.ruleNotApprovedAndExpiringNext4Months.Condition = "[IsApproved] == False And [OpenMonths] < 4"; + this.ruleNotApprovedAndExpiringNext4Months.DataMember = "SupportConceptDetailList"; + this.ruleNotApprovedAndExpiringNext4Months.Formatting.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); + this.ruleNotApprovedAndExpiringNext4Months.Name = "ruleNotApprovedAndExpiringNext4Months"; + // + // ruleNotApprovedAndExpiringNext8Months + // + this.ruleNotApprovedAndExpiringNext8Months.Condition = "[IsApproved] == False And [OpenMonths] < 8 And [OpenMonths] >= 4"; + this.ruleNotApprovedAndExpiringNext8Months.DataMember = "SupportConceptDetailList"; + this.ruleNotApprovedAndExpiringNext8Months.Formatting.BackColor = System.Drawing.Color.LightBlue; + this.ruleNotApprovedAndExpiringNext8Months.Name = "ruleNotApprovedAndExpiringNext8Months"; + // + // PageHeader + // + this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable1}); + this.PageHeader.HeightF = 42F; + this.PageHeader.Name = "PageHeader"; + this.PageHeader.StylePriority.UseBorderColor = false; + this.PageHeader.StylePriority.UseTextAlignment = false; + this.PageHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + // + // xrTable1 + // + this.xrTable1.BackColor = System.Drawing.Color.LightSteelBlue; + this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable1.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold); + this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable1.Name = "xrTable1"; + this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow1}); + this.xrTable1.SizeF = new System.Drawing.SizeF(1108F, 42F); + this.xrTable1.StylePriority.UseBackColor = false; + this.xrTable1.StylePriority.UseBorders = false; + this.xrTable1.StylePriority.UseFont = false; + this.xrTable1.StylePriority.UseTextAlignment = false; + this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + // + // xrTableRow1 + // + this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell1, + this.xrTableCell2, + this.xrTableCell35, + this.xrTableCell55, + this.xrTableCell3, + this.xrTableCell4, + this.xrTableCell5, + this.xrTableCell6, + this.xrTableCell7, + this.xrTableCell8, + this.xrTableCell9, + this.xrTableCell10, + this.xrTableCell11, + this.xrTableCell12, + this.xrTableCell13, + this.xrTableCell14, + this.xrTableCell15, + this.xrTableCell16, + this.xrTableCell17}); + this.xrTableRow1.Name = "xrTableRow1"; + this.xrTableRow1.Weight = 1D; + // + // xrTableCell1 + // + this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell1.Name = "xrTableCell1"; + this.xrTableCell1.StylePriority.UseBorders = false; + this.xrTableCell1.Text = "Name"; + this.xrTableCell1.Weight = 0.1947700715855491D; + // + // xrTableCell2 + // + this.xrTableCell2.Name = "xrTableCell2"; + this.xrTableCell2.Text = "Vorname"; + this.xrTableCell2.Weight = 0.19477006735273836D; + // + // xrTableCell35 + // + this.xrTableCell35.Name = "xrTableCell35"; + this.xrTableCell35.Text = "Kostenträger"; + this.xrTableCell35.Weight = 0.17583408383421184D; + // + // xrTableCell3 + // + this.xrTableCell3.Name = "xrTableCell3"; + this.xrTableCell3.Text = "Start"; + this.xrTableCell3.Weight = 0.1623083867569467D; + // + // xrTableCell4 + // + this.xrTableCell4.Name = "xrTableCell4"; + this.xrTableCell4.Text = "Ende"; + this.xrTableCell4.Weight = 0.16230838391519292D; + // + // xrTableCell5 + // + this.xrTableCell5.Name = "xrTableCell5"; + this.xrTableCell5.Text = "gesamte FLS"; + this.xrTableCell5.Weight = 0.13525698632089916D; + // + // xrTableCell6 + // + this.xrTableCell6.Name = "xrTableCell6"; + this.xrTableCell6.Text = "geleistete FLS abrechenbar"; + this.xrTableCell6.Weight = 0.18935986702907121D; + // + // xrTableCell7 + // + this.xrTableCell7.Name = "xrTableCell7"; + this.xrTableCell7.Text = "restliche FLS"; + this.xrTableCell7.Weight = 0.135256986233857D; + // + // xrTableCell8 + // + this.xrTableCell8.Name = "xrTableCell8"; + this.xrTableCell8.Text = "restl. FLS pro Woche"; + this.xrTableCell8.Weight = 0.15689810126025036D; + // + // xrTableCell9 + // + this.xrTableCell9.Name = "xrTableCell9"; + this.xrTableCell9.Text = "Restzeit in Wochen"; + this.xrTableCell9.Weight = 0.15689811071234514D; + // + // xrTableCell10 + // + this.xrTableCell10.Name = "xrTableCell10"; + this.xrTableCell10.Text = "Heute"; + this.xrTableCell10.Weight = 0.089269612164975D; + // + // xrTableCell11 + // + this.xrTableCell11.Name = "xrTableCell11"; + this.xrTableCell11.Text = "Wochen gesamt"; + this.xrTableCell11.Weight = 0.1352569855617011D; + // + // xrTableCell12 + // + this.xrTableCell12.Name = "xrTableCell12"; + this.xrTableCell12.Text = "Wochen bisher"; + this.xrTableCell12.Weight = 0.13525698537392139D; + // + // xrTableCell13 + // + this.xrTableCell13.Name = "xrTableCell13"; + this.xrTableCell13.Text = "FLS/Woche Soll"; + this.xrTableCell13.Weight = 0.14878269161102847D; + // + // xrTableCell14 + // + this.xrTableCell14.Name = "xrTableCell14"; + this.xrTableCell14.Text = "FLS/Woche Ist"; + this.xrTableCell14.Weight = 0.1487826825332961D; + // + // xrTableCell15 + // + this.xrTableCell15.Name = "xrTableCell15"; + this.xrTableCell15.Text = "Differenz pro Woche x €/Std"; + this.xrTableCell15.Weight = 0.18935978815660232D; + // + // xrTableCell16 + // + this.xrTableCell16.Name = "xrTableCell16"; + this.xrTableCell16.Text = "bewilligt oder nicht bewilligt"; + this.xrTableCell16.Weight = 0.18935977543067187D; + // + // xrTableCell17 + // + this.xrTableCell17.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell17.Name = "xrTableCell17"; + this.xrTableCell17.StylePriority.UseBorders = false; + this.xrTableCell17.Text = "Restzeit (Monate)"; + this.xrTableCell17.Weight = 0.13525690842493313D; + // + // PageFooter + // + this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPageInfo2}); + this.PageFooter.HeightF = 35.00001F; + this.PageFooter.Name = "PageFooter"; + // + // xrPageInfo2 + // + this.xrPageInfo2.Font = new System.Drawing.Font("Arial", 8F); + this.xrPageInfo2.Format = "Seite {0} von {1}"; + this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(976.9999F, 17.00001F); + this.xrPageInfo2.Name = "xrPageInfo2"; + this.xrPageInfo2.SizeF = new System.Drawing.SizeF(131.9999F, 18F); + this.xrPageInfo2.StylePriority.UseFont = false; + this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // approvedText + // + this.approvedText.DataMember = "SupportConceptDetailList"; + this.approvedText.Expression = "Iif([IsApproved], \'bewilligt\' , \'nicht bewilligt\')"; + this.approvedText.Name = "approvedText"; + // + // topMarginBand1 + // + this.topMarginBand1.HeightF = 50F; + this.topMarginBand1.Name = "topMarginBand1"; + // + // bottomMarginBand1 + // + this.bottomMarginBand1.HeightF = 20.4167F; + this.bottomMarginBand1.Name = "bottomMarginBand1"; + // + // GroupFooter1 + // + this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable3}); + this.GroupFooter1.HeightF = 20F; + this.GroupFooter1.Name = "GroupFooter1"; + // + // xrTable3 + // + this.xrTable3.BackColor = System.Drawing.Color.Transparent; + 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", 7F, System.Drawing.FontStyle.Bold); + this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable3.Name = "xrTable3"; + this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 0, 100F); + this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow3}); + this.xrTable3.SizeF = new System.Drawing.SizeF(1109F, 20F); + this.xrTable3.StylePriority.UseBackColor = false; + this.xrTable3.StylePriority.UseBorders = false; + this.xrTable3.StylePriority.UseFont = false; + this.xrTable3.StylePriority.UsePadding = false; + // + // xrTableRow3 + // + this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell37, + this.xrTableCell38, + this.xrTableCell39, + this.xrTableCell40, + this.xrTableCell41, + this.xrTableCell57, + this.xrTableCell42, + this.xrTableCell43, + this.xrTableCell44, + this.xrTableCell45, + this.xrTableCell46, + this.xrTableCell47, + this.xrTableCell48, + this.xrTableCell49, + this.xrTableCell50, + this.xrTableCell51, + this.xrTableCell52, + this.xrTableCell53, + this.xrTableCell54}); + this.xrTableRow3.Name = "xrTableRow3"; + this.xrTableRow3.Weight = 1D; + // + // xrTableCell37 + // + this.xrTableCell37.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell37.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold); + this.xrTableCell37.Name = "xrTableCell37"; + this.xrTableCell37.StylePriority.UseBorders = false; + this.xrTableCell37.StylePriority.UseFont = false; + this.xrTableCell37.Weight = 0.1947700715855491D; + this.xrTableCell37.WordWrap = false; + // + // xrTableCell38 + // + this.xrTableCell38.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell38.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold); + this.xrTableCell38.Name = "xrTableCell38"; + this.xrTableCell38.StylePriority.UseBorders = false; + this.xrTableCell38.StylePriority.UseFont = false; + this.xrTableCell38.Weight = 0.19477006735273841D; + this.xrTableCell38.WordWrap = false; + // + // xrTableCell39 + // + this.xrTableCell39.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell39.Name = "xrTableCell39"; + this.xrTableCell39.StylePriority.UseBorders = false; + this.xrTableCell39.Weight = 0.17583408899385655D; + // + // xrTableCell40 + // + this.xrTableCell40.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell40.Name = "xrTableCell40"; + this.xrTableCell40.StylePriority.UseBorders = false; + this.xrTableCell40.StylePriority.UseTextAlignment = false; + this.xrTableCell40.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell40.Weight = 0.16230839191659136D; + // + // xrTableCell41 + // + this.xrTableCell41.Borders = DevExpress.XtraPrinting.BorderSide.Right; + this.xrTableCell41.Name = "xrTableCell41"; + this.xrTableCell41.StylePriority.UseBorders = false; + this.xrTableCell41.StylePriority.UseTextAlignment = false; + this.xrTableCell41.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell41.Weight = 0.16230838391519292D; + // + // xrTableCell42 + // + this.xrTableCell42.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.FLSTotal")}); + this.xrTableCell42.Name = "xrTableCell42"; + this.xrTableCell42.StylePriority.UseTextAlignment = false; + xrSummary1.FormatString = "{0:0.00}"; + xrSummary1.IgnoreNullValues = true; + xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; + this.xrTableCell42.Summary = xrSummary1; + this.xrTableCell42.Text = "xrTableCell42"; + this.xrTableCell42.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell42.Weight = 0.13525698632089914D; + // + // xrTableCell43 + // + this.xrTableCell43.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.FLSTotalRecordedBillable")}); + this.xrTableCell43.Name = "xrTableCell43"; + this.xrTableCell43.StylePriority.UseTextAlignment = false; + xrSummary2.FormatString = "{0:0.00}"; + xrSummary2.IgnoreNullValues = true; + xrSummary2.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; + this.xrTableCell43.Summary = xrSummary2; + this.xrTableCell43.Text = "xrTableCell43"; + this.xrTableCell43.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell43.Weight = 0.18935986701923335D; + // + // xrTableCell44 + // + this.xrTableCell44.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.FLSRemaining")}); + this.xrTableCell44.Name = "xrTableCell44"; + this.xrTableCell44.StylePriority.UseTextAlignment = false; + xrSummary3.FormatString = "{0:0.00}"; + xrSummary3.IgnoreNullValues = true; + xrSummary3.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; + this.xrTableCell44.Summary = xrSummary3; + this.xrTableCell44.Text = "xrTableCell44"; + this.xrTableCell44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell44.Weight = 0.13525690371331051D; + // + // xrTableCell45 + // + this.xrTableCell45.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.FLSOpenPerWeek")}); + this.xrTableCell45.Name = "xrTableCell45"; + this.xrTableCell45.StylePriority.UseBorders = false; + this.xrTableCell45.StylePriority.UseTextAlignment = false; + xrSummary4.FormatString = "{0:0.00}"; + xrSummary4.IgnoreNullValues = true; + xrSummary4.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; + this.xrTableCell45.Summary = xrSummary4; + this.xrTableCell45.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell45.Weight = 0.1568981012467433D; + // + // xrTableCell46 + // + this.xrTableCell46.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell46.Name = "xrTableCell46"; + this.xrTableCell46.StylePriority.UseBorders = false; + this.xrTableCell46.StylePriority.UseTextAlignment = false; + this.xrTableCell46.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell46.Weight = 0.15689811071234514D; + // + // xrTableCell47 + // + this.xrTableCell47.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell47.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold); + this.xrTableCell47.Name = "xrTableCell47"; + this.xrTableCell47.StylePriority.UseBorders = false; + this.xrTableCell47.StylePriority.UseFont = false; + this.xrTableCell47.StylePriority.UseTextAlignment = false; + this.xrTableCell47.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell47.Weight = 0.089269777315812593D; + // + // xrTableCell48 + // + this.xrTableCell48.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell48.Name = "xrTableCell48"; + this.xrTableCell48.StylePriority.UseBorders = false; + this.xrTableCell48.StylePriority.UseTextAlignment = false; + this.xrTableCell48.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell48.Weight = 0.13525682042437057D; + // + // xrTableCell49 + // + this.xrTableCell49.Borders = DevExpress.XtraPrinting.BorderSide.Right; + this.xrTableCell49.Name = "xrTableCell49"; + this.xrTableCell49.StylePriority.UseBorders = false; + this.xrTableCell49.StylePriority.UseTextAlignment = false; + this.xrTableCell49.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell49.Weight = 0.13525698537955816D; + // + // xrTableCell50 + // + this.xrTableCell50.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.FLSPerWeekSoll")}); + this.xrTableCell50.Name = "xrTableCell50"; + this.xrTableCell50.StylePriority.UseTextAlignment = false; + xrSummary5.FormatString = "{0:0.00}"; + xrSummary5.IgnoreNullValues = true; + xrSummary5.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; + this.xrTableCell50.Summary = xrSummary5; + this.xrTableCell50.Text = "xrTableCell50"; + this.xrTableCell50.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell50.Weight = 0.14878269165085817D; + // + // xrTableCell51 + // + this.xrTableCell51.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.FLSPerWeekIst")}); + this.xrTableCell51.Name = "xrTableCell51"; + this.xrTableCell51.StylePriority.UseTextAlignment = false; + xrSummary6.FormatString = "{0:0.00}"; + xrSummary6.IgnoreNullValues = true; + xrSummary6.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; + this.xrTableCell51.Summary = xrSummary6; + this.xrTableCell51.Text = "xrTableCell51"; + this.xrTableCell51.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell51.Weight = 0.14878301278644709D; + // + // xrTableCell52 + // + this.xrTableCell52.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell52.Name = "xrTableCell52"; + this.xrTableCell52.StylePriority.UseBorders = false; + this.xrTableCell52.StylePriority.UseTextAlignment = false; + this.xrTableCell52.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell52.Weight = 0.18935961274064977D; + // + // xrTableCell53 + // + this.xrTableCell53.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell53.Name = "xrTableCell53"; + this.xrTableCell53.StylePriority.UseBorders = false; + this.xrTableCell53.Weight = 0.19206508033188185D; + // + // xrTableCell54 + // + this.xrTableCell54.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrTableCell54.Name = "xrTableCell54"; + this.xrTableCell54.StylePriority.UseBorders = false; + this.xrTableCell54.StylePriority.UseTextAlignment = false; + this.xrTableCell54.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell54.Weight = 0.13525699097924734D; + // + // xrTableCell55 + // + this.xrTableCell55.Name = "xrTableCell55"; + this.xrTableCell55.Text = "Haupt-betreuung"; + this.xrTableCell55.Weight = 0.1623083867569467D; + // + // xrTableCell56 + // + this.xrTableCell56.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupportConceptDetailList.Custom1")}); + this.xrTableCell56.Name = "xrTableCell56"; + this.xrTableCell56.StylePriority.UseTextAlignment = false; + this.xrTableCell56.Text = "xrTableCell56"; + this.xrTableCell56.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell56.Weight = 0.16230839191659136D; + // + // xrTableCell57 + // + this.xrTableCell57.Name = "xrTableCell57"; + this.xrTableCell57.StylePriority.UseTextAlignment = false; + this.xrTableCell57.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell57.Weight = 0.1623083839595609D; + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.SupportConceptListRO); + // + // Hilfeplanuebersicht + // + this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail, + this.ReportHeader, + this.DetailReport, + this.PageHeader, + this.PageFooter, + this.topMarginBand1, + this.bottomMarginBand1, + this.GroupFooter1}); + this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] { + this.approvedText}); + this.DataSource = this.bindingSource1; + this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { + this.ruleNotApprovedAndExpiringNext8Months, + this.ruleNotApprovedAndExpiringNext4Months}); + this.Landscape = true; + this.Margins = new System.Drawing.Printing.Margins(30, 30, 50, 20); + this.PageHeight = 827; + this.PageWidth = 1169; + this.PaperKind = System.Drawing.Printing.PaperKind.A4; + this.Version = "17.1"; + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); + + } + + #endregion + + private DevExpress.XtraReports.UI.DetailBand Detail; + private System.Windows.Forms.BindingSource bindingSource1; + private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport; + private DevExpress.XtraReports.UI.DetailBand Detail1; + private DevExpress.XtraReports.UI.PageHeaderBand PageHeader; + private DevExpress.XtraReports.UI.PageFooterBand PageFooter; + private DevExpress.XtraReports.UI.XRPageInfo xrPageInfo1; + private DevExpress.XtraReports.UI.XRPageInfo xrPageInfo2; + private DevExpress.XtraReports.UI.XRLabel xrLabel1; + private DevExpress.XtraReports.UI.XRTable xrTable1; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell4; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell5; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell6; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell7; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell8; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell9; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell10; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell11; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell12; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell13; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell14; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell15; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell16; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell17; + private DevExpress.XtraReports.UI.XRTable xrTable2; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell18; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell19; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell20; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell21; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell22; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell23; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell24; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell25; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell26; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell27; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell28; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell29; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell30; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell31; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell32; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell33; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell34; + private DevExpress.XtraReports.UI.CalculatedField approvedText; + private DevExpress.XtraReports.UI.FormattingRule ruleNotApprovedAndExpiringNext8Months; + private DevExpress.XtraReports.UI.FormattingRule ruleNotApprovedAndExpiringNext4Months; + private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1; + private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell36; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell35; + private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1; + private DevExpress.XtraReports.UI.XRTable xrTable3; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell37; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell38; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell39; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell40; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell41; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell42; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell43; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell44; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell45; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell46; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell47; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell48; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell49; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell50; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell51; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell52; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell53; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell54; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell56; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell55; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell57; + } +} diff --git a/ReportImp/LebenshilfeDorsten/SupportConceptReport.cs b/ReportImp/LebenshilfeDorsten/SupportConceptReport.cs new file mode 100644 index 000000000..41d5db256 --- /dev/null +++ b/ReportImp/LebenshilfeDorsten/SupportConceptReport.cs @@ -0,0 +1,76 @@ +using System; +using System.Drawing; +using System.Collections; +using System.ComponentModel; +using DevExpress.XtraReports.UI; +using BS.Shared.Extensions; +using BeWo.Report.ReportObjects; +using BeWo.Report; +using BeWo.Data.Access; +using BeWo.Data.Entities; +using BS.Shared; + +namespace LebenshilfeDorsten +{ + public partial class Hilfeplanuebersicht : DevExpress.XtraReports.UI.XtraReport, IBeWoReport + { + public Hilfeplanuebersicht() + { + InitializeComponent(); + } + + public void SetReportDataSource(SupportConceptListRO pRO) + { + if (pRO.AppointedDate.HasValue && pRO.AppointedDate.Value.Date < DateTime.Now.Date) + { + xrLabel1.Text = String.Format("Hilfeplanübersicht Stand {0:dd.MM.yyyy}", pRO.AppointedDate); + } + if (pRO.SupportConceptDetailList != null) + { + foreach (var sc in pRO.SupportConceptDetailList) + { + sc.Custom1 = GetHauptbetreuer(sc); + } + } + this.bindingSource1.DataSource = pRO; + } + private string GetHauptbetreuer(SupportConceptListRO.SupportConceptDetail sc) + { + String name = ""; + + if (sc.CostBearer2SupportConceptOid > 0) + { + var c2s = DAOFactory.GenericDAO.LoadByID(sc.CostBearer2SupportConceptOid); + var customer = c2s.SupportConcept.Customer; + + foreach (var item in customer.Employee2CustomerList) + { + foreach (var valueEntry in item.ValueList) + { + if (valueEntry.Entry.Type == ValueListEntryType.StaffRoleType) + { + if (valueEntry.Entry.Value == "Hauptbetreuung") + { + string employeeAbbr = item.Employee.Person.Abbreviation; + + if (string.IsNullOrEmpty(employeeAbbr)) + { + employeeAbbr = item.Employee.Person.FirstName.Substring(0, 1) + ". " + + item.Employee.Person.LastName.Substring(0, 1); + } + + if (name.Length > 0) + { + name += ", "; + } + name += employeeAbbr; + } + } + } + } + } + + return name; + } + } +} diff --git a/ReportImp/LebenshilfeDorsten/SupportConceptReport.resx b/ReportImp/LebenshilfeDorsten/SupportConceptReport.resx new file mode 100644 index 000000000..d25f3eba2 --- /dev/null +++ b/ReportImp/LebenshilfeDorsten/SupportConceptReport.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + 17, 17 + + \ No newline at end of file diff --git a/ReportImp/VKMAachen/RechnungStudienassistenz.Designer.cs b/ReportImp/VKMAachen/RechnungStudienassistenz.Designer.cs index f42a820d3..56223a052 100644 --- a/ReportImp/VKMAachen/RechnungStudienassistenz.Designer.cs +++ b/ReportImp/VKMAachen/RechnungStudienassistenz.Designer.cs @@ -44,7 +44,6 @@ namespace VKMAachen this.ruleRateFactorNull = new DevExpress.XtraReports.UI.FormattingRule(); this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); this.lblAdresseUd = new DevExpress.XtraReports.UI.XRLabel(); - this.lblAdresseAuftakt = new DevExpress.XtraReports.UI.XRLabel(); this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); this.Page1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); @@ -216,8 +215,7 @@ namespace VKMAachen // topMarginBand1 // this.topMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.lblAdresseUd, - this.lblAdresseAuftakt}); + this.lblAdresseUd}); this.topMarginBand1.HeightF = 190F; this.topMarginBand1.Name = "topMarginBand1"; // @@ -236,20 +234,6 @@ namespace VKMAachen this.lblAdresseUd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; this.lblAdresseUd.Visible = false; // - // lblAdresseAuftakt - // - this.lblAdresseAuftakt.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lblAdresseAuftakt.LocationFloat = new DevExpress.Utils.PointFloat(0F, 160F); - this.lblAdresseAuftakt.Name = "lblAdresseAuftakt"; - this.lblAdresseAuftakt.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.lblAdresseAuftakt.SizeF = new System.Drawing.SizeF(399.7503F, 20F); - this.lblAdresseAuftakt.StylePriority.UseBorders = false; - this.lblAdresseAuftakt.StylePriority.UseFont = false; - this.lblAdresseAuftakt.StylePriority.UseForeColor = false; - this.lblAdresseAuftakt.StylePriority.UseTextAlignment = false; - this.lblAdresseAuftakt.Text = "VKM AUFTAKT • Vaalser Str. 40 • 52064 Aachen"; - this.lblAdresseAuftakt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; - // // bottomMarginBand1 // this.bottomMarginBand1.HeightF = 58F; @@ -708,7 +692,6 @@ namespace VKMAachen private DevExpress.XtraReports.UI.XRTableCell xrTableCell4; private DevExpress.XtraReports.UI.XRTableCell xrTableCell5; private DevExpress.XtraReports.UI.XRLabel lblAdresse; - private DevExpress.XtraReports.UI.XRLabel lblAdresseAuftakt; private DevExpress.XtraReports.UI.XRLabel lblCreator; private DevExpress.XtraReports.UI.XRLabel xrLabel9; private DevExpress.XtraReports.UI.XRLabel xrLabel2; diff --git a/ReportImp/VKMAachen/RechnungStudienassistenz.cs b/ReportImp/VKMAachen/RechnungStudienassistenz.cs index 918d4738f..b81ec41ae 100644 --- a/ReportImp/VKMAachen/RechnungStudienassistenz.cs +++ b/ReportImp/VKMAachen/RechnungStudienassistenz.cs @@ -109,16 +109,15 @@ bezugnehmend auf den Bewilligungsbescheid vom [ApprovalDate] stellen wir f { lblFachleistung.Text = "Assistenzleistungen"; lblFachleistungSumme.Text = String.Format("Gesamtsumme Assistenzleistungen {0}", pRO.GrossClaim); - - lblAdresseUd.Visible = true; - lblAdresseAuftakt.Visible = false; - lblCreator.Text = String.Format("gez. {0}", pRO.CreatorName); } - else - { - lblAdresseUd.Visible = false; - } + //else + //{ + // lblAdresseUd.Visible = false; + //} + + lblAdresseUd.Visible = true; + //lblAdresseAuftakt.Visible = false; bindingSource1.DataSource = pRO; } diff --git a/ReportImp/VKMAachen/ServiceInvoiceReport.Designer.cs b/ReportImp/VKMAachen/ServiceInvoiceReport.Designer.cs index f7e16c6e1..5f6b80c45 100644 --- a/ReportImp/VKMAachen/ServiceInvoiceReport.Designer.cs +++ b/ReportImp/VKMAachen/ServiceInvoiceReport.Designer.cs @@ -230,7 +230,7 @@ namespace VKMAachen this.xrLabel13.StylePriority.UseFont = false; this.xrLabel13.StylePriority.UseForeColor = false; this.xrLabel13.StylePriority.UseTextAlignment = false; - this.xrLabel13.Text = "VKM AUFTAKT • Vaalser Str. 40 • 52064 Aachen"; + this.xrLabel13.Text = "VKM Aachen e.V. • Vaalser Str. 40 • 52064 Aachen"; this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; // // bottomMarginBand1 diff --git a/ReportImp/VkmAachenSbd/ServiceInvoiceReport.Designer.cs b/ReportImp/VkmAachenSbd/ServiceInvoiceReport.Designer.cs index 9bde1099d..992fb39ee 100644 --- a/ReportImp/VkmAachenSbd/ServiceInvoiceReport.Designer.cs +++ b/ReportImp/VkmAachenSbd/ServiceInvoiceReport.Designer.cs @@ -66,13 +66,13 @@ namespace VkmAachenSbd this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); this.lblAdresse = new DevExpress.XtraReports.UI.XRLabel(); this.GroupFooter3 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); - this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).BeginInit(); @@ -112,7 +112,7 @@ namespace VkmAachenSbd this.xrLabel6.StylePriority.UseFont = false; this.xrLabel6.StylePriority.UseForeColor = false; this.xrLabel6.StylePriority.UseTextAlignment = false; - this.xrLabel6.Text = "VKM Schulbegleitung • Vaalser Straße 40 • 52064 Aachen"; + this.xrLabel6.Text = "VKM Aachen e.V. • Vaalser Straße 40 • 52064 Aachen"; this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; // // bottomMarginBand1 @@ -473,6 +473,42 @@ namespace VkmAachenSbd this.GroupFooter3.HeightF = 141.3055F; this.GroupFooter3.Name = "GroupFooter3"; // + // xrLabel8 + // + this.xrLabel8.Font = new System.Drawing.Font("Times New Roman", 12F); + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(0F, 62.41667F); + this.xrLabel8.Multiline = true; + this.xrLabel8.Name = "xrLabel8"; + this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel8.SizeF = new System.Drawing.SizeF(316.9164F, 29.16667F); + this.xrLabel8.StylePriority.UseFont = false; + this.xrLabel8.StylePriority.UseTextAlignment = false; + this.xrLabel8.Text = "gez. Timo Dercks"; + this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // + // xrLabel14 + // + this.xrLabel14.Font = new System.Drawing.Font("Times New Roman", 10F); + this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(0F, 91.58334F); + this.xrLabel14.Name = "xrLabel14"; + this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel14.SizeF = new System.Drawing.SizeF(350.9583F, 27.50003F); + this.xrLabel14.StylePriority.UseFont = false; + this.xrLabel14.Text = "Verwaltung"; + // + // xrLabel16 + // + this.xrLabel16.Font = new System.Drawing.Font("Times New Roman", 12F); + this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(0F, 119.0833F); + this.xrLabel16.Multiline = true; + this.xrLabel16.Name = "xrLabel16"; + this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel16.SizeF = new System.Drawing.SizeF(316.9164F, 22.22221F); + this.xrLabel16.StylePriority.UseFont = false; + this.xrLabel16.StylePriority.UseTextAlignment = false; + this.xrLabel16.Text = "Dieses Dokument ist ohne Unterschrift gültig"; + this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; + // // bindingSource1 // this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO); @@ -510,42 +546,6 @@ namespace VkmAachenSbd this.GroupFooter1.HeightF = 63.43753F; this.GroupFooter1.Name = "GroupFooter1"; // - // xrLabel8 - // - this.xrLabel8.Font = new System.Drawing.Font("Times New Roman", 12F); - this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(0F, 62.41667F); - this.xrLabel8.Multiline = true; - this.xrLabel8.Name = "xrLabel8"; - this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel8.SizeF = new System.Drawing.SizeF(316.9164F, 29.16667F); - this.xrLabel8.StylePriority.UseFont = false; - this.xrLabel8.StylePriority.UseTextAlignment = false; - this.xrLabel8.Text = "gez. Timo Dercks"; - this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; - // - // xrLabel14 - // - this.xrLabel14.Font = new System.Drawing.Font("Times New Roman", 10F); - this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(0F, 91.58334F); - this.xrLabel14.Name = "xrLabel14"; - this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel14.SizeF = new System.Drawing.SizeF(350.9583F, 27.50003F); - this.xrLabel14.StylePriority.UseFont = false; - this.xrLabel14.Text = "Verwaltung"; - // - // xrLabel16 - // - this.xrLabel16.Font = new System.Drawing.Font("Times New Roman", 12F); - this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(0F, 119.0833F); - this.xrLabel16.Multiline = true; - this.xrLabel16.Name = "xrLabel16"; - this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel16.SizeF = new System.Drawing.SizeF(316.9164F, 22.22221F); - this.xrLabel16.StylePriority.UseFont = false; - this.xrLabel16.StylePriority.UseTextAlignment = false; - this.xrLabel16.Text = "Dieses Dokument ist ohne Unterschrift gültig"; - this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; - // // ServiceInvoiceReport // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { diff --git a/ReportImp/WhbRefrath/Quittierungsbeleg.Designer.cs b/ReportImp/WhbRefrath/Quittierungsbeleg.Designer.cs index ebedac8d7..1d4f49bb1 100644 --- a/ReportImp/WhbRefrath/Quittierungsbeleg.Designer.cs +++ b/ReportImp/WhbRefrath/Quittierungsbeleg.Designer.cs @@ -1,5 +1,5 @@ using BeWo.Report.ReportObjects; -namespace WhbRefrath +namespace BeWo.Report.DefaultReports { partial class Quittierungsbeleg { @@ -31,8 +31,6 @@ namespace WhbRefrath { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Quittierungsbeleg)); - DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary(); - DevExpress.XtraReports.UI.XRSummary xrSummary2 = new DevExpress.XtraReports.UI.XRSummary(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); @@ -42,24 +40,33 @@ namespace WhbRefrath 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.xrTableCell32 = 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.lblFLSTabelle = 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.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox(); - this.xrLabel26 = new DevExpress.XtraReports.UI.XRLabel(); + this.lblFLSweekly = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); @@ -70,19 +77,15 @@ namespace WhbRefrath 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.lblTitel = 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.xrLabel26 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox(); this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); - this.xrRichText3 = new DevExpress.XtraReports.UI.XRRichText(); - this.lblKeineAbwesenheiten = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel24 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel23 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel11 = 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(); @@ -109,24 +112,25 @@ namespace WhbRefrath 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.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); + this.lblFLSFaktor = new DevExpress.XtraReports.UI.XRLabel(); + this.lblFLSSum = 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(); - this.Stunden = new DevExpress.XtraReports.UI.CalculatedField(); - this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); - this.xrPageInfo2 = new DevExpress.XtraReports.UI.XRPageInfo(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.xrRichText3)).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 @@ -169,7 +173,7 @@ namespace WhbRefrath 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(640.5417F, 20F); + this.xrTable3.SizeF = new System.Drawing.SizeF(735F, 20F); this.xrTable3.StylePriority.UseFont = false; this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // @@ -180,8 +184,10 @@ namespace WhbRefrath this.xrTableCell14, this.xrTableCell10, this.xrTableCell2, + this.xrTableCell15, this.xrTableCell12, - this.xrTableCell44}); + 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; @@ -191,7 +197,7 @@ namespace WhbRefrath // 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("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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; @@ -205,7 +211,7 @@ namespace WhbRefrath // 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("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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; @@ -213,13 +219,13 @@ namespace WhbRefrath this.xrTableCell14.StylePriority.UseTextAlignment = false; this.xrTableCell14.Text = "xrTableCell14"; this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; - this.xrTableCell14.Weight = 0.11237374026370975D; + 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("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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; @@ -227,51 +233,87 @@ namespace WhbRefrath this.xrTableCell10.StylePriority.UseTextAlignment = false; this.xrTableCell10.Text = "xrTableCell10"; this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; - this.xrTableCell10.Weight = 0.11237361503374538D; + 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("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.fieldKontaktArt")}); + 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.12063341030209251D; + 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.MinutesDateTime", "{0:HH:mm}")}); - this.xrTableCell12.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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.17171743301197145D; + this.xrTableCell12.Weight = 0.10732323052948757D; // // xrTableCell44 // this.xrTableCell44.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.Stunden", "{0:0.00}")}); - this.xrTableCell44.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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.17171707737909733D; + 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 System.Drawing.Printing.PrintEventHandler(this.picSignature_BeforePrint); // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTableServiceRecords1}); - this.GroupHeader1.HeightF = 45F; + this.GroupHeader1.HeightF = 70F; this.GroupHeader1.Name = "GroupHeader1"; this.GroupHeader1.RepeatEveryPage = true; // @@ -279,13 +321,14 @@ namespace WhbRefrath // this.xrTableServiceRecords1.BackColor = System.Drawing.Color.Gainsboro; this.xrTableServiceRecords1.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrTableServiceRecords1.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + 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.xrTableServiceRecords1.SizeF = new System.Drawing.SizeF(640.5417F, 45F); + 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; @@ -295,22 +338,21 @@ namespace WhbRefrath // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell3, - this.xrTableCell32, this.xrTableCell4, this.xrTableCell11, - this.xrTableCell9, - this.xrTableCell28}); + this.lblFLSTabelle, + 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 = 1.1012800271252552D; + this.xrTableRow2.Weight = 0.48945783132530124D; // // xrTableCell3 // - this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell3.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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; @@ -318,31 +360,14 @@ namespace WhbRefrath this.xrTableCell3.StylePriority.UsePadding = false; this.xrTableCell3.StylePriority.UseTextAlignment = false; this.xrTableCell3.Text = "Datum"; - this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; this.xrTableCell3.Weight = 0.26536312849161997D; // - // xrTableCell32 - // - this.xrTableCell32.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell32.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell32.Name = "xrTableCell32"; - this.xrTableCell32.Padding = new DevExpress.XtraPrinting.PaddingInfo(4, 4, 0, 0, 100F); - this.xrTableCell32.StylePriority.UseBorders = false; - this.xrTableCell32.StylePriority.UseFont = false; - this.xrTableCell32.StylePriority.UsePadding = false; - this.xrTableCell32.StylePriority.UseTextAlignment = false; - this.xrTableCell32.Text = "Uhrzeit von"; - this.xrTableCell32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; - this.xrTableCell32.Weight = 0.24860335376810486D; - // // xrTableCell4 // - this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell4.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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); @@ -350,56 +375,171 @@ namespace WhbRefrath this.xrTableCell4.StylePriority.UseFont = false; this.xrTableCell4.StylePriority.UsePadding = false; this.xrTableCell4.StylePriority.UseTextAlignment = false; - this.xrTableCell4.Text = "Uhrzeit bis"; - this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; - this.xrTableCell4.Weight = 0.2486033537681048D; + 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) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell11.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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 = "Gruppen-angebot"; - this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; - this.xrTableCell11.Weight = 0.26687613611920347D; + this.xrTableCell11.Text = "Angebot"; + this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + this.xrTableCell11.Weight = 0.23743016759776542D; // - // xrTableCell9 + // lblFLSTabelle // - this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell9.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, 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 = "Std./Min. normal"; - this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; - this.xrTableCell9.Weight = 0.37988846520220143D; + this.lblFLSTabelle.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.lblFLSTabelle.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblFLSTabelle.Multiline = true; + this.lblFLSTabelle.Name = "lblFLSTabelle"; + this.lblFLSTabelle.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.lblFLSTabelle.StylePriority.UseBorders = false; + this.lblFLSTabelle.StylePriority.UseFont = false; + this.lblFLSTabelle.StylePriority.UsePadding = false; + this.lblFLSTabelle.StylePriority.UseTextAlignment = false; + this.lblFLSTabelle.Text = "FLS in"; + this.lblFLSTabelle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + this.lblFLSTabelle.Weight = 0.23743016759776536D; // // xrTableCell28 // - this.xrTableCell28.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell28.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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 = "Std./Min. dezimal"; - this.xrTableCell28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; - this.xrTableCell28.Weight = 0.3798882769467421D; + 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 // @@ -415,10 +555,8 @@ namespace WhbRefrath // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.xrPictureBox3, - this.xrLabel26, + this.lblFLSweekly, this.xrLabel22, - this.xrLabel21, this.xrLabel19, this.xrLabel20, this.xrLabel14, @@ -428,109 +566,72 @@ namespace WhbRefrath this.xrLabel6, this.xrLabel5, this.xrLabel4, - this.xrLabel3, - this.xrLabel2}); - this.ReportHeader.HeightF = 304.3613F; + this.xrLabel3}); + this.ReportHeader.HeightF = 138.3333F; this.ReportHeader.Name = "ReportHeader"; // - // xrPictureBox3 + // lblFLSweekly // - this.xrPictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox3.Image"))); - this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(521.67F, 0F); - this.xrPictureBox3.Name = "xrPictureBox3"; - this.xrPictureBox3.SizeF = new System.Drawing.SizeF(225.33F, 87.69449F); - this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; - // - // xrLabel26 - // - this.xrLabel26.BackColor = System.Drawing.Color.Transparent; - this.xrLabel26.BorderColor = System.Drawing.Color.Transparent; - this.xrLabel26.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrLabel26.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel26.LocationFloat = new DevExpress.Utils.PointFloat(556.045F, 87.69449F); - this.xrLabel26.Multiline = true; - this.xrLabel26.Name = "xrLabel26"; - this.xrLabel26.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel26.SizeF = new System.Drawing.SizeF(184.6321F, 100F); - this.xrLabel26.StylePriority.UseBackColor = false; - this.xrLabel26.StylePriority.UseBorderColor = false; - this.xrLabel26.StylePriority.UseBorders = false; - this.xrLabel26.StylePriority.UseFont = false; - this.xrLabel26.StylePriority.UsePadding = false; - this.xrLabel26.StylePriority.UseTextAlignment = false; - this.xrLabel26.Text = "Flehbachmühlenweg 10\r\n51427 Bergisch Gladbach\r\nTel.: 02204 / 9224-0\r\nFax: 02204 /" + - " 9224-29\r\ninfo@whb-refrath-gmbh.de\r\nwww.whb-refrath-gmbh.de"; - this.xrLabel26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.lblFLSweekly.BackColor = System.Drawing.Color.Gainsboro; + this.lblFLSweekly.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.lblFLSweekly.Font = new System.Drawing.Font("Arial", 10F); + this.lblFLSweekly.LocationFloat = new DevExpress.Utils.PointFloat(415F, 24.1944F); + this.lblFLSweekly.Name = "lblFLSweekly"; + this.lblFLSweekly.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.lblFLSweekly.SizeF = new System.Drawing.SizeF(178.7501F, 30.50001F); + this.lblFLSweekly.StylePriority.UseBackColor = false; + this.lblFLSweekly.StylePriority.UseBorders = false; + this.lblFLSweekly.StylePriority.UseFont = false; + this.lblFLSweekly.StylePriority.UsePadding = false; + this.lblFLSweekly.StylePriority.UseTextAlignment = false; + this.lblFLSweekly.Text = "Bewilligte FLS wöchentlich"; + this.lblFLSweekly.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrLabel22 // - this.xrLabel22.BackColor = System.Drawing.Color.Transparent; - this.xrLabel22.BorderColor = System.Drawing.Color.Transparent; - this.xrLabel22.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrLabel22.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(298.9583F, 267.6946F); + this.xrLabel22.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel22.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ApprovedFLSPerWeek", "{0:0.00}")}); + this.xrLabel22.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(593.7501F, 24.1944F); this.xrLabel22.Name = "xrLabel22"; this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel22.SizeF = new System.Drawing.SizeF(245.8196F, 20F); + this.xrLabel22.SizeF = new System.Drawing.SizeF(100.2502F, 30.50001F); this.xrLabel22.StylePriority.UseBackColor = false; - this.xrLabel22.StylePriority.UseBorderColor = false; this.xrLabel22.StylePriority.UseBorders = false; this.xrLabel22.StylePriority.UseFont = false; this.xrLabel22.StylePriority.UsePadding = false; this.xrLabel22.StylePriority.UseTextAlignment = false; - this.xrLabel22.Text = "[MainAttendant]"; this.xrLabel22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // - // xrLabel21 - // - this.xrLabel21.BackColor = System.Drawing.Color.Transparent; - this.xrLabel21.BorderColor = System.Drawing.Color.Transparent; - this.xrLabel21.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrLabel21.Font = new System.Drawing.Font("Calibri", 10F); - this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(0F, 267.6946F); - this.xrLabel21.Name = "xrLabel21"; - this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel21.SizeF = new System.Drawing.SizeF(298.9583F, 20F); - this.xrLabel21.StylePriority.UseBackColor = false; - this.xrLabel21.StylePriority.UseBorderColor = false; - this.xrLabel21.StylePriority.UseBorders = false; - this.xrLabel21.StylePriority.UseFont = false; - this.xrLabel21.StylePriority.UsePadding = false; - this.xrLabel21.StylePriority.UseTextAlignment = false; - this.xrLabel21.Text = "Fallverantwortliche/r:"; - this.xrLabel21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; - // // xrLabel19 // - this.xrLabel19.BackColor = System.Drawing.Color.Transparent; - this.xrLabel19.BorderColor = System.Drawing.Color.Transparent; - this.xrLabel19.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrLabel19.Font = new System.Drawing.Font("Calibri", 10F); - this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(0F, 167.6945F); + this.xrLabel19.BackColor = System.Drawing.Color.Gainsboro; + this.xrLabel19.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel19.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(49.36113F, 24.1944F); this.xrLabel19.Name = "xrLabel19"; this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel19.SizeF = new System.Drawing.SizeF(298.9583F, 20F); + this.xrLabel19.SizeF = new System.Drawing.SizeF(120.6389F, 30.50001F); this.xrLabel19.StylePriority.UseBackColor = false; - this.xrLabel19.StylePriority.UseBorderColor = false; this.xrLabel19.StylePriority.UseBorders = false; this.xrLabel19.StylePriority.UseFont = false; this.xrLabel19.StylePriority.UsePadding = false; this.xrLabel19.StylePriority.UseTextAlignment = false; - this.xrLabel19.Text = "Anbieter:"; + this.xrLabel19.Text = "Anbieter"; this.xrLabel19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrLabel20 // - this.xrLabel20.BackColor = System.Drawing.Color.Transparent; - this.xrLabel20.BorderColor = System.Drawing.Color.Transparent; - this.xrLabel20.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrLabel20.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(298.9583F, 167.6945F); + this.xrLabel20.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel20.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(170.0001F, 24.19443F); this.xrLabel20.Name = "xrLabel20"; this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel20.SizeF = new System.Drawing.SizeF(245.8195F, 20.00002F); + this.xrLabel20.SizeF = new System.Drawing.SizeF(209.3611F, 30.50001F); this.xrLabel20.StylePriority.UseBackColor = false; - this.xrLabel20.StylePriority.UseBorderColor = false; this.xrLabel20.StylePriority.UseBorders = false; this.xrLabel20.StylePriority.UseFont = false; this.xrLabel20.StylePriority.UsePadding = false; @@ -540,74 +641,67 @@ namespace WhbRefrath // // xrLabel14 // - this.xrLabel14.BackColor = System.Drawing.Color.Transparent; - this.xrLabel14.BorderColor = System.Drawing.Color.Transparent; - this.xrLabel14.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrLabel14.Font = new System.Drawing.Font("Calibri", 10F); - this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(0F, 247.6946F); + 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, 54.69443F); this.xrLabel14.Name = "xrLabel14"; this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel14.SizeF = new System.Drawing.SizeF(298.9583F, 20F); + this.xrLabel14.SizeF = new System.Drawing.SizeF(136.0418F, 30.50001F); this.xrLabel14.StylePriority.UseBackColor = false; - this.xrLabel14.StylePriority.UseBorderColor = 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 Fachleistungsstungen / wöchentlich:"; + this.xrLabel14.Text = "Fallverantwortliche/r"; this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrLabel16 // - this.xrLabel16.BackColor = System.Drawing.Color.Transparent; - this.xrLabel16.BorderColor = System.Drawing.Color.Transparent; - this.xrLabel16.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrLabel16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "ApprovedFLSPerWeek", "{0:0.##} Stunden")}); - this.xrLabel16.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(298.9583F, 247.6946F); + this.xrLabel16.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrLabel16.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(551.0417F, 54.69443F); this.xrLabel16.Name = "xrLabel16"; this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel16.SizeF = new System.Drawing.SizeF(245.8196F, 19.99998F); + this.xrLabel16.SizeF = new System.Drawing.SizeF(142.9584F, 30.50001F); this.xrLabel16.StylePriority.UseBackColor = false; - this.xrLabel16.StylePriority.UseBorderColor = false; this.xrLabel16.StylePriority.UseBorders = false; this.xrLabel16.StylePriority.UseFont = false; this.xrLabel16.StylePriority.UsePadding = false; this.xrLabel16.StylePriority.UseTextAlignment = false; + this.xrLabel16.Text = "[MainAttendant]"; this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrLabel7 // - this.xrLabel7.BackColor = System.Drawing.Color.Transparent; - this.xrLabel7.BorderColor = System.Drawing.Color.Transparent; - this.xrLabel7.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrLabel7.Font = new System.Drawing.Font("Calibri", 10F); - this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 207.6946F); + 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, 85.19443F); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel7.SizeF = new System.Drawing.SizeF(298.9583F, 20F); + this.xrLabel7.SizeF = new System.Drawing.SizeF(136.0417F, 30.50002F); this.xrLabel7.StylePriority.UseBackColor = false; - this.xrLabel7.StylePriority.UseBorderColor = 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 LVR:"; + this.xrLabel7.Text = "Aktenzeichen"; this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrLabel8 // - this.xrLabel8.BackColor = System.Drawing.Color.Transparent; - this.xrLabel8.BorderColor = System.Drawing.Color.Transparent; - this.xrLabel8.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrLabel8.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(298.9583F, 207.6945F); + 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(551.0417F, 85.19443F); this.xrLabel8.Name = "xrLabel8"; this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel8.SizeF = new System.Drawing.SizeF(245.8195F, 20.00002F); + this.xrLabel8.SizeF = new System.Drawing.SizeF(142.9584F, 30.50002F); this.xrLabel8.StylePriority.UseBackColor = false; - this.xrLabel8.StylePriority.UseBorderColor = false; this.xrLabel8.StylePriority.UseBorders = false; this.xrLabel8.StylePriority.UseFont = false; this.xrLabel8.StylePriority.UsePadding = false; @@ -617,16 +711,14 @@ namespace WhbRefrath // // xrLabel6 // - this.xrLabel6.BackColor = System.Drawing.Color.Transparent; - this.xrLabel6.BorderColor = System.Drawing.Color.Transparent; - this.xrLabel6.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrLabel6.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(299.9573F, 187.6945F); + 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, 85.19443F); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel6.SizeF = new System.Drawing.SizeF(244.8206F, 19.99998F); + this.xrLabel6.SizeF = new System.Drawing.SizeF(209.3611F, 30.50001F); this.xrLabel6.StylePriority.UseBackColor = false; - this.xrLabel6.StylePriority.UseBorderColor = false; this.xrLabel6.StylePriority.UseBorders = false; this.xrLabel6.StylePriority.UseFont = false; this.xrLabel6.StylePriority.UsePadding = false; @@ -636,16 +728,13 @@ namespace WhbRefrath // // xrLabel5 // - this.xrLabel5.BackColor = System.Drawing.Color.Transparent; - this.xrLabel5.BorderColor = System.Drawing.Color.Transparent; - this.xrLabel5.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrLabel5.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(298.9583F, 227.6946F); + 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, 54.69443F); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel5.SizeF = new System.Drawing.SizeF(245.8196F, 20.00002F); + this.xrLabel5.SizeF = new System.Drawing.SizeF(209.3611F, 30.50001F); this.xrLabel5.StylePriority.UseBackColor = false; - this.xrLabel5.StylePriority.UseBorderColor = false; this.xrLabel5.StylePriority.UseBorders = false; this.xrLabel5.StylePriority.UseFont = false; this.xrLabel5.StylePriority.UsePadding = false; @@ -655,35 +744,34 @@ namespace WhbRefrath // // xrLabel4 // - this.xrLabel4.BackColor = System.Drawing.Color.Transparent; - this.xrLabel4.BorderColor = System.Drawing.Color.Transparent; - this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrLabel4.Font = new System.Drawing.Font("Calibri", 10F); - this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 187.6945F); + 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.3611F, 85.19443F); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel4.SizeF = new System.Drawing.SizeF(298.9583F, 20F); + this.xrLabel4.SizeF = new System.Drawing.SizeF(120.6389F, 30.50001F); this.xrLabel4.StylePriority.UseBackColor = false; - this.xrLabel4.StylePriority.UseBorderColor = false; this.xrLabel4.StylePriority.UseBorders = false; this.xrLabel4.StylePriority.UseFont = false; this.xrLabel4.StylePriority.UsePadding = false; this.xrLabel4.StylePriority.UseTextAlignment = false; - this.xrLabel4.Text = "Klient/in:"; + this.xrLabel4.Text = "Klientin, Klient"; this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrLabel3 // - this.xrLabel3.BackColor = System.Drawing.Color.Transparent; - this.xrLabel3.BorderColor = System.Drawing.Color.Transparent; - this.xrLabel3.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrLabel3.Font = new System.Drawing.Font("Calibri", 10F); - this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 227.6946F); + 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, 54.69443F); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel3.SizeF = new System.Drawing.SizeF(298.9583F, 20F); + this.xrLabel3.SizeF = new System.Drawing.SizeF(120.6389F, 30.50001F); this.xrLabel3.StylePriority.UseBackColor = false; - this.xrLabel3.StylePriority.UseBorderColor = false; this.xrLabel3.StylePriority.UseBorders = false; this.xrLabel3.StylePriority.UseFont = false; this.xrLabel3.StylePriority.UsePadding = false; @@ -691,20 +779,20 @@ namespace WhbRefrath this.xrLabel3.Text = "Monat"; this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // - // xrLabel2 + // lblTitel // - this.xrLabel2.Font = new System.Drawing.Font("Calibri", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel2.ForeColor = System.Drawing.Color.Black; - this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 56.25F); - 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(340F, 52.31943F); - this.xrLabel2.StylePriority.UseFont = false; - this.xrLabel2.StylePriority.UseForeColor = false; - this.xrLabel2.StylePriority.UseTextAlignment = false; - this.xrLabel2.Text = "Quittierungsbeleg \r\nüber direkte Betreuungsleistungen"; - this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.lblTitel.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold); + this.lblTitel.ForeColor = System.Drawing.Color.Black; + this.lblTitel.LocationFloat = new DevExpress.Utils.PointFloat(4.768372E-05F, 95.93057F); + this.lblTitel.Multiline = true; + this.lblTitel.Name = "lblTitel"; + this.lblTitel.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblTitel.SizeF = new System.Drawing.SizeF(465.1388F, 53.125F); + this.lblTitel.StylePriority.UseFont = false; + this.lblTitel.StylePriority.UseForeColor = false; + this.lblTitel.StylePriority.UseTextAlignment = false; + this.lblTitel.Text = "Quittierungsbeleg über Fachleistungsstunden"; + this.lblTitel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // formattingRuleServiceDesc // @@ -729,9 +817,42 @@ namespace WhbRefrath // // topMarginBand1 // - this.topMarginBand1.HeightF = 35.41667F; + this.topMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.lblTitel, + this.xrLabel26, + this.xrPictureBox3}); + this.topMarginBand1.HeightF = 209.4722F; this.topMarginBand1.Name = "topMarginBand1"; // + // xrLabel26 + // + this.xrLabel26.BackColor = System.Drawing.Color.Transparent; + this.xrLabel26.BorderColor = System.Drawing.Color.Transparent; + this.xrLabel26.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel26.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel26.LocationFloat = new DevExpress.Utils.PointFloat(556.045F, 109.4722F); + this.xrLabel26.Multiline = true; + this.xrLabel26.Name = "xrLabel26"; + this.xrLabel26.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel26.SizeF = new System.Drawing.SizeF(184.6321F, 100F); + this.xrLabel26.StylePriority.UseBackColor = false; + this.xrLabel26.StylePriority.UseBorderColor = false; + this.xrLabel26.StylePriority.UseBorders = false; + this.xrLabel26.StylePriority.UseFont = false; + this.xrLabel26.StylePriority.UsePadding = false; + this.xrLabel26.StylePriority.UseTextAlignment = false; + this.xrLabel26.Text = "Flehbachmühlenweg 10\r\n51427 Bergisch Gladbach\r\nTel.: 02204 / 9224-0\r\nFax: 02204 /" + + " 9224-29\r\ninfo@whb-refrath-gmbh.de\r\nwww.whb-refrath-gmbh.de"; + this.xrLabel26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + // + // xrPictureBox3 + // + this.xrPictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox3.Image"))); + this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(521.67F, 21.77776F); + this.xrPictureBox3.Name = "xrPictureBox3"; + this.xrPictureBox3.SizeF = new System.Drawing.SizeF(225.33F, 87.69449F); + this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // // bottomMarginBand1 // this.bottomMarginBand1.HeightF = 30F; @@ -740,137 +861,43 @@ namespace WhbRefrath // GroupFooter1 // this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.xrRichText3, - this.lblKeineAbwesenheiten, - this.xrLabel25, - this.xrLabel24, - this.xrLabel23, - this.xrLabel11, 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.xrLabel10, + this.lblFLSFaktor, + this.lblFLSSum, this.xrLabel9, this.xrLabel1, this.xrPictureBox1, this.xrLabel17}); - this.GroupFooter1.HeightF = 345F; + this.GroupFooter1.HeightF = 270F; this.GroupFooter1.KeepTogether = true; this.GroupFooter1.Name = "GroupFooter1"; // - // xrRichText3 - // - this.xrRichText3.Font = new System.Drawing.Font("Calibri", 10F); - this.xrRichText3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 116.6667F); - this.xrRichText3.Name = "xrRichText3"; - this.xrRichText3.SerializableRtfString = resources.GetString("xrRichText3.SerializableRtfString"); - this.xrRichText3.SizeF = new System.Drawing.SizeF(117.43F, 20F); - this.xrRichText3.StylePriority.UseFont = false; - // - // lblKeineAbwesenheiten - // - this.lblKeineAbwesenheiten.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.lblKeineAbwesenheiten.Font = new System.Drawing.Font("Arial", 10F); - this.lblKeineAbwesenheiten.LocationFloat = new DevExpress.Utils.PointFloat(117.4306F, 116.6667F); - this.lblKeineAbwesenheiten.Name = "lblKeineAbwesenheiten"; - this.lblKeineAbwesenheiten.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.lblKeineAbwesenheiten.SizeF = new System.Drawing.SizeF(23.74998F, 20.00002F); - this.lblKeineAbwesenheiten.StylePriority.UseBackColor = false; - this.lblKeineAbwesenheiten.StylePriority.UseBorders = false; - this.lblKeineAbwesenheiten.StylePriority.UseFont = false; - this.lblKeineAbwesenheiten.StylePriority.UsePadding = false; - this.lblKeineAbwesenheiten.StylePriority.UseTextAlignment = false; - this.lblKeineAbwesenheiten.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; - // - // xrLabel25 - // - this.xrLabel25.Borders = DevExpress.XtraPrinting.BorderSide.Top; - this.xrLabel25.Font = new System.Drawing.Font("Calibri", 10F); - this.xrLabel25.LocationFloat = new DevExpress.Utils.PointFloat(0F, 252.5F); - this.xrLabel25.Name = "xrLabel25"; - this.xrLabel25.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel25.SizeF = new System.Drawing.SizeF(336.6944F, 19.99998F); - this.xrLabel25.StylePriority.UseBackColor = false; - this.xrLabel25.StylePriority.UseBorders = false; - this.xrLabel25.StylePriority.UseFont = false; - this.xrLabel25.StylePriority.UsePadding = false; - this.xrLabel25.StylePriority.UseTextAlignment = false; - this.xrLabel25.Text = "Datum"; - this.xrLabel25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // - // xrLabel24 - // - this.xrLabel24.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrLabel24.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel24.LocationFloat = new DevExpress.Utils.PointFloat(184F, 0F); - this.xrLabel24.Name = "xrLabel24"; - this.xrLabel24.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel24.SizeF = new System.Drawing.SizeF(88.99992F, 25F); - this.xrLabel24.StylePriority.UseBackColor = false; - this.xrLabel24.StylePriority.UseBorders = false; - this.xrLabel24.StylePriority.UseFont = false; - this.xrLabel24.StylePriority.UsePadding = false; - this.xrLabel24.StylePriority.UseTextAlignment = false; - this.xrLabel24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; - // - // xrLabel23 - // - this.xrLabel23.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrLabel23.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel23.LocationFloat = new DevExpress.Utils.PointFloat(272.9999F, 0F); - this.xrLabel23.Name = "xrLabel23"; - this.xrLabel23.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel23.SizeF = new System.Drawing.SizeF(95.54166F, 25F); - 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.MiddleLeft; - // - // xrLabel11 - // - this.xrLabel11.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrLabel11.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(94.99995F, 0F); - this.xrLabel11.Name = "xrLabel11"; - this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel11.SizeF = new System.Drawing.SizeF(89.00002F, 25F); - 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.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.Font = new System.Drawing.Font("Calibri", 10F); - this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(433.0555F, 302F); + this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(129.4998F, 227F); this.xrLabel18.Name = "xrLabel18"; this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel18.SizeF = new System.Drawing.SizeF(100F, 23F); - this.xrLabel18.StylePriority.UseFont = false; this.xrLabel18.Visible = false; // // xrPictureBox2 // this.xrPictureBox2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Tag", null, "CustomerSignature")}); - this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(533.0554F, 302F); + this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(230F, 227F); this.xrPictureBox2.Name = "xrPictureBox2"; this.xrPictureBox2.SizeF = new System.Drawing.SizeF(100F, 23F); this.xrPictureBox2.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; @@ -879,8 +906,8 @@ namespace WhbRefrath // lblUnterschriftKlient // this.lblUnterschriftKlient.Borders = DevExpress.XtraPrinting.BorderSide.Top; - this.lblUnterschriftKlient.Font = new System.Drawing.Font("Calibri", 10F); - this.lblUnterschriftKlient.LocationFloat = new DevExpress.Utils.PointFloat(433.0555F, 325F); + this.lblUnterschriftKlient.Font = new System.Drawing.Font("Arial", 10F); + this.lblUnterschriftKlient.LocationFloat = new DevExpress.Utils.PointFloat(94.99999F, 250F); this.lblUnterschriftKlient.Name = "lblUnterschriftKlient"; this.lblUnterschriftKlient.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); this.lblUnterschriftKlient.SizeF = new System.Drawing.SizeF(271.8472F, 20F); @@ -889,14 +916,14 @@ namespace WhbRefrath this.lblUnterschriftKlient.StylePriority.UseFont = false; this.lblUnterschriftKlient.StylePriority.UsePadding = false; this.lblUnterschriftKlient.StylePriority.UseTextAlignment = false; - this.lblUnterschriftKlient.Text = "Unterschrift Klient/in"; - this.lblUnterschriftKlient.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + 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("Calibri", 10F); - this.lblUnterschriftMitarbeiter.LocationFloat = new DevExpress.Utils.PointFloat(0F, 325F); + 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); @@ -905,15 +932,17 @@ namespace WhbRefrath this.lblUnterschriftMitarbeiter.StylePriority.UseFont = false; this.lblUnterschriftMitarbeiter.StylePriority.UsePadding = false; this.lblUnterschriftMitarbeiter.StylePriority.UseTextAlignment = false; - this.lblUnterschriftMitarbeiter.Text = "Mitarbeiter/in"; - this.lblUnterschriftMitarbeiter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + 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.None; - this.xrTableAbwesenheiten.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableAbwesenheiten.LocationFloat = new DevExpress.Utils.PointFloat(169.2085F, 124.375F); + 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, 79.99997F); 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[] { @@ -922,7 +951,7 @@ namespace WhbRefrath this.xrTableRow5, this.xrTableRow7, this.xrTableRow8}); - this.xrTableAbwesenheiten.SizeF = new System.Drawing.SizeF(230F, 90F); + 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; @@ -936,11 +965,11 @@ namespace WhbRefrath 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 = 0.9D; + this.xrTableRow3.Weight = 1D; // // xrTableCell16 // - this.xrTableCell16.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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; @@ -952,7 +981,7 @@ namespace WhbRefrath // // xrTableCell17 // - this.xrTableCell17.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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; @@ -964,7 +993,7 @@ namespace WhbRefrath // // xrTableCell18 // - this.xrTableCell18.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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; @@ -981,11 +1010,11 @@ namespace WhbRefrath this.xrTableCell20, this.xrTableCell21}); this.xrTableRow4.Name = "xrTableRow4"; - this.xrTableRow4.Weight = 0.90000000000000013D; + this.xrTableRow4.Weight = 1D; // // xrTableCell19 // - this.xrTableCell19.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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; @@ -994,7 +1023,7 @@ namespace WhbRefrath // // xrTableCell20 // - this.xrTableCell20.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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; @@ -1003,7 +1032,7 @@ namespace WhbRefrath // // xrTableCell21 // - this.xrTableCell21.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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; @@ -1017,11 +1046,11 @@ namespace WhbRefrath this.xrTableCell23, this.xrTableCell24}); this.xrTableRow5.Name = "xrTableRow5"; - this.xrTableRow5.Weight = 0.89999999999999991D; + this.xrTableRow5.Weight = 1D; // // xrTableCell22 // - this.xrTableCell22.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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; @@ -1030,7 +1059,7 @@ namespace WhbRefrath // // xrTableCell23 // - this.xrTableCell23.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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; @@ -1039,7 +1068,7 @@ namespace WhbRefrath // // xrTableCell24 // - this.xrTableCell24.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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; @@ -1053,11 +1082,11 @@ namespace WhbRefrath this.xrTableCell26, this.xrTableCell27}); this.xrTableRow7.Name = "xrTableRow7"; - this.xrTableRow7.Weight = 0.9D; + this.xrTableRow7.Weight = 1D; // // xrTableCell25 // - this.xrTableCell25.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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; @@ -1066,7 +1095,7 @@ namespace WhbRefrath // // xrTableCell26 // - this.xrTableCell26.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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; @@ -1075,7 +1104,7 @@ namespace WhbRefrath // // xrTableCell27 // - this.xrTableCell27.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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; @@ -1089,11 +1118,11 @@ namespace WhbRefrath this.xrTableCell30, this.xrTableCell31}); this.xrTableRow8.Name = "xrTableRow8"; - this.xrTableRow8.Weight = 0.89999999999999991D; + this.xrTableRow8.Weight = 1D; // // xrTableCell29 // - this.xrTableCell29.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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; @@ -1102,7 +1131,7 @@ namespace WhbRefrath // // xrTableCell30 // - this.xrTableCell30.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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; @@ -1111,7 +1140,7 @@ namespace WhbRefrath // // xrTableCell31 // - this.xrTableCell31.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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; @@ -1124,10 +1153,10 @@ namespace WhbRefrath | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.lblHatAbwesenheiten.Font = new System.Drawing.Font("Arial", 10F); - this.lblHatAbwesenheiten.LocationFloat = new DevExpress.Utils.PointFloat(117.4305F, 96.66666F); + 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(23.74998F, 20.00002F); + this.lblHatAbwesenheiten.SizeF = new System.Drawing.SizeF(30F, 30F); this.lblHatAbwesenheiten.StylePriority.UseBackColor = false; this.lblHatAbwesenheiten.StylePriority.UseBorders = false; this.lblHatAbwesenheiten.StylePriority.UseFont = false; @@ -1135,35 +1164,76 @@ namespace WhbRefrath 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, 79.99997F); + 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("Calibri", 10F); - this.xrRichText2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 96.66666F); + this.xrRichText2.Font = new System.Drawing.Font("Arial", 8F); + this.xrRichText2.LocationFloat = new DevExpress.Utils.PointFloat(474.4723F, 130F); this.xrRichText2.Name = "xrRichText2"; this.xrRichText2.SerializableRtfString = resources.GetString("xrRichText2.SerializableRtfString"); - this.xrRichText2.SizeF = new System.Drawing.SizeF(117.43F, 20F); + 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.4723F, 79.99997F); + 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("Calibri", 10F, System.Drawing.FontStyle.Bold); - this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(0F, 75.97218F); + this.xrLabel15.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Underline); + this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(0F, 79.99997F); 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(320F, 20.69448F); + 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 / stat. Rehamaßnahmen:"; + 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, 39.99998F); + this.xrLabel13.Name = "xrLabel13"; + this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel13.SizeF = new System.Drawing.SizeF(320F, 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("Calibri", 10F, System.Drawing.FontStyle.Bold); - this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(0F, 36.66665F); + this.xrLabel12.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(0F, 19.99999F); this.xrLabel12.Name = "xrLabel12"; this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); this.xrLabel12.SizeF = new System.Drawing.SizeF(320F, 20F); @@ -1172,76 +1242,78 @@ namespace WhbRefrath this.xrLabel12.StylePriority.UseFont = false; this.xrLabel12.StylePriority.UsePadding = false; this.xrLabel12.StylePriority.UseTextAlignment = false; - this.xrLabel12.Text = "G/x = Gruppenangebot mit x Teilnehmern"; + this.xrLabel12.Text = "E = ear to ear, face to face"; this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // - // xrLabel10 + // lblFLSFaktor // - this.xrLabel10.BackColor = System.Drawing.Color.Transparent; - this.xrLabel10.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.Stunden")}); - this.xrLabel10.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(504.5417F, 0F); - this.xrLabel10.Name = "xrLabel10"; - this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel10.SizeF = new System.Drawing.SizeF(136F, 25F); - 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; - xrSummary1.FormatString = "{0:n2}"; - xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; - this.xrLabel10.Summary = xrSummary1; - this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.lblFLSFaktor.Font = new System.Drawing.Font("Arial", 8F); + this.lblFLSFaktor.LocationFloat = new DevExpress.Utils.PointFloat(415F, 19.99999F); + this.lblFLSFaktor.Name = "lblFLSFaktor"; + this.lblFLSFaktor.SizeF = new System.Drawing.SizeF(320F, 20F); + this.lblFLSFaktor.StylePriority.UseBackColor = false; + this.lblFLSFaktor.StylePriority.UseBorders = false; + this.lblFLSFaktor.StylePriority.UseFont = false; + this.lblFLSFaktor.StylePriority.UsePadding = false; + this.lblFLSFaktor.StylePriority.UseTextAlignment = false; + this.lblFLSFaktor.Text = "Ohne Faktor 1,2 (wird erst bei Abrechnung eingerechnet)"; + this.lblFLSFaktor.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // lblFLSSum + // + this.lblFLSSum.BackColor = System.Drawing.Color.Gainsboro; + this.lblFLSSum.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.lblFLSSum.Font = new System.Drawing.Font("Arial", 10F); + this.lblFLSSum.LocationFloat = new DevExpress.Utils.PointFloat(415F, 0F); + this.lblFLSSum.Name = "lblFLSSum"; + this.lblFLSSum.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.lblFLSSum.SizeF = new System.Drawing.SizeF(320F, 20F); + this.lblFLSSum.StylePriority.UseBackColor = false; + this.lblFLSSum.StylePriority.UseBorders = false; + this.lblFLSSum.StylePriority.UseFont = false; + this.lblFLSSum.StylePriority.UsePadding = false; + this.lblFLSSum.StylePriority.UseTextAlignment = false; + this.lblFLSSum.Text = "Fachleistungen in Minuten"; + this.lblFLSSum.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrLabel9 // - this.xrLabel9.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrLabel9.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + 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(95F, 25F); + 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.Text = "Summe:"; - this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrLabel1 // - this.xrLabel1.BackColor = System.Drawing.Color.Transparent; - this.xrLabel1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); + 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, "Services.MinutesDateTime")}); - this.xrLabel1.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(368.5417F, 0F); + new DevExpress.XtraReports.UI.XRBinding("Text", null, "TotalFLMBillable", "{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(135.9999F, 25F); + 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; - xrSummary2.FormatString = "{0:HH:mm}"; - xrSummary2.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; - this.xrLabel1.Summary = xrSummary2; this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrPictureBox1 // this.xrPictureBox1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Tag", null, "EmployeeSignature")}); - this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(100.5001F, 302F); + this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(535.6389F, 227F); this.xrPictureBox1.Name = "xrPictureBox1"; this.xrPictureBox1.Scripts.OnBeforePrint = "xrPictureBox1_BeforePrint"; this.xrPictureBox1.SizeF = new System.Drawing.SizeF(100F, 23F); @@ -1252,12 +1324,10 @@ namespace WhbRefrath // this.xrLabel17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeSignatureDate", "{0:dd.MM.yyyy,}")}); - this.xrLabel17.Font = new System.Drawing.Font("Calibri", 10F); - this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(0F, 302F); + this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(435.1388F, 227F); this.xrLabel17.Name = "xrLabel17"; this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel17.SizeF = new System.Drawing.SizeF(100F, 23F); - this.xrLabel17.StylePriority.UseFont = false; this.xrLabel17.Visible = false; // // fieldKontaktArt @@ -1267,30 +1337,6 @@ namespace WhbRefrath this.fieldKontaktArt.FieldType = DevExpress.XtraReports.UI.FieldType.String; this.fieldKontaktArt.Name = "fieldKontaktArt"; // - // Stunden - // - this.Stunden.DataMember = "Services"; - this.Stunden.Expression = "[Minutes]/60"; - this.Stunden.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; - this.Stunden.Name = "Stunden"; - // - // PageFooter - // - this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.xrPageInfo2}); - this.PageFooter.HeightF = 54.16665F; - this.PageFooter.Name = "PageFooter"; - // - // xrPageInfo2 - // - this.xrPageInfo2.Font = new System.Drawing.Font("Arial", 8F); - this.xrPageInfo2.Format = "Seite {0} von {1}"; - this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(661.9999F, 31.16665F); - this.xrPageInfo2.Name = "xrPageInfo2"; - this.xrPageInfo2.SizeF = new System.Drawing.SizeF(85.00006F, 23F); - this.xrPageInfo2.StylePriority.UseFont = false; - this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; - // // Quittierungsbeleg // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { @@ -1299,11 +1345,9 @@ namespace WhbRefrath this.ReportHeader, this.topMarginBand1, this.bottomMarginBand1, - this.GroupFooter1, - this.PageFooter}); + this.GroupFooter1}); this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] { - this.fieldKontaktArt, - this.Stunden}); + this.fieldKontaktArt}); this.DataSource = this.bindingSource1; this.Font = new System.Drawing.Font("Arial", 10F); this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { @@ -1311,18 +1355,17 @@ namespace WhbRefrath this.formattingRuleServiceDesc, this.formattingRuleCostBearer, this.formattingRuleEmployeeName}); - this.Margins = new System.Drawing.Printing.Margins(50, 30, 35, 30); + this.Margins = new System.Drawing.Printing.Margins(50, 30, 209, 30); this.PageHeight = 1169; this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.A4; - this.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; 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.xrRichText3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTableAbwesenheiten)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); } @@ -1340,15 +1383,24 @@ namespace WhbRefrath 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.XRLabel lblTitel; 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 lblFLSTabelle; 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; @@ -1361,16 +1413,23 @@ namespace WhbRefrath 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 xrLabel10; + private DevExpress.XtraReports.UI.XRLabel lblFLSFaktor; + private DevExpress.XtraReports.UI.XRLabel lblFLSSum; + 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; @@ -1396,26 +1455,16 @@ namespace WhbRefrath 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 xrLabel22; - private DevExpress.XtraReports.UI.XRLabel xrLabel21; private DevExpress.XtraReports.UI.XRLabel xrLabel19; private DevExpress.XtraReports.UI.XRLabel xrLabel20; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell32; - private DevExpress.XtraReports.UI.XRLabel xrLabel25; - private DevExpress.XtraReports.UI.XRLabel xrLabel24; - private DevExpress.XtraReports.UI.XRLabel xrLabel23; - private DevExpress.XtraReports.UI.XRLabel xrLabel11; - private DevExpress.XtraReports.UI.XRLabel xrLabel9; - private DevExpress.XtraReports.UI.XRRichText xrRichText3; - private DevExpress.XtraReports.UI.XRLabel lblKeineAbwesenheiten; + private DevExpress.XtraReports.UI.XRLabel lblFLSweekly; + private DevExpress.XtraReports.UI.XRLabel xrLabel22; private DevExpress.XtraReports.UI.XRLabel xrLabel26; private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox3; - private DevExpress.XtraReports.UI.CalculatedField Stunden; - private DevExpress.XtraReports.UI.PageFooterBand PageFooter; - private DevExpress.XtraReports.UI.XRPageInfo xrPageInfo2; } } diff --git a/ReportImp/WhbRefrath/Quittierungsbeleg.cs b/ReportImp/WhbRefrath/Quittierungsbeleg.cs index 6693c21e0..bf98824e6 100644 --- a/ReportImp/WhbRefrath/Quittierungsbeleg.cs +++ b/ReportImp/WhbRefrath/Quittierungsbeleg.cs @@ -5,10 +5,11 @@ using System.IO; using System.Text.RegularExpressions; using BeWo.Report; using BeWo.Report.ReportObjects; +using BS.Shared; using BS.Shared.Core; using DevExpress.XtraReports.UI; -namespace WhbRefrath +namespace BeWo.Report.DefaultReports { public partial class Quittierungsbeleg : XtraReport, IBeWoReport { @@ -25,6 +26,9 @@ namespace WhbRefrath //Debug.WriteLine(stackTrace.GetFrame(1).GetMethod().Name); bool hatGruppen = false; + bool isAssistenz = false; + bool isHaushalt = false; + String cat = ""; //if (pRO == null) // return; @@ -40,9 +44,18 @@ namespace WhbRefrath ServicesOverviewRO.CreateSignatureString(sd); if (sd.IsGroup) { - sd.Notice5 = String.Format("G/{0}", sd.CustomerCount); + //sd.Notice5 = String.Format("{0} Teilnehmer", sd.CustomerCount); hatGruppen = true; } + if (sd.ServiceCategory.ToLower().Contains("hauswirtschaft")) + { + isHaushalt = true; + } + else if (sd.ServiceCategory.StartsWith("Assistenz")) + { + isAssistenz = true; + } + cat = sd.ServiceCategory; servicesBillable.Add(sd); } } @@ -52,14 +65,34 @@ namespace WhbRefrath if (String.IsNullOrWhiteSpace(pRO.AbsenceTimes)) { - lblHatAbwesenheiten.Text = "x"; + lblHatAbwesenheiten.Text = "X"; } - else - lblKeineAbwesenheiten.Text = "x"; + if (!hatGruppen) + { + lblHatGruppen.Text = "X"; + } ErstelleAbwesenheitenTabelle(pRO); - + if (isAssistenz) + { + lblTitel.Text = "Quittierungsbeleg über Assistenzleistungen"; + lblFLSTabelle.Text = "AL in"; + lblFLSweekly.Text = "Bewilligte AL wöchentlich"; + lblFLSSum.Text = "Assistenzleistungen in Minuten"; + lblFLSFaktor.Text = ""; + SetzeBewilligung(pRO, isAssistenz); + } + else if (isHaushalt) + { + lblTitel.Text = "Quittierungsbeleg über Hauswirtschaftliche Leistungen"; + lblFLSTabelle.Text = "HW in"; + lblFLSweekly.Text = "Bewilligte HW wöchentlich"; + lblFLSSum.Text = "Hauswirtschaftliche Leistungen in Minuten"; + lblFLSFaktor.Text = ""; + SetzeBewilligung(pRO, isAssistenz); + } + bindingSource1.DataSource = pRO; } @@ -107,17 +140,37 @@ namespace WhbRefrath } } } + private void SetzeBewilligung(ServicesOverviewRO pRo, bool isAssistenz) + { + if (pRo.CostBearer2SupportConceptList != null && pRo.CostBearer2SupportConceptList.Count > 0) + { + var c2s = pRo.CostBearer2SupportConceptList[0]; + foreach (var scap in c2s.ApprovalPeriodList) + { + //if (scap.ServiceCategory == null || + if (scap != null && scap.ServiceCategory != null && (scap.ServiceCategory.Name.Contains("Assistenz") && isAssistenz) + || (scap.ServiceCategory.Name.Contains("Hauswirtschaft") && !isAssistenz)) + { + if (scap.StartDate <= pRo.EndDate && scap.EndDate >= pRo.StartDate) + { + if (scap.ApprovedBEInterval.HasValue && scap.ApprovedBEInterval.Value == SupportConceptApprovalInterval.Weekly) + pRo.ApprovedFLSPerWeek = scap.ApprovedBEPerInterval ?? 0; + } + } + } + } + } // TODO: Wie anzeigen? Alle? private void EmployeeSignature_BeforePrint(object sender, System.Drawing.Printing.PrintEventArgs e) { return; - if(sender is XRPictureBox pictureBox) + if (sender is XRPictureBox pictureBox) { var base64String = pictureBox.Tag as string; - if(!string.IsNullOrWhiteSpace(base64String)) + if (!string.IsNullOrWhiteSpace(base64String)) { var base64Data = Regex.Match(base64String, @"data:image/(?.+?),(?.+)").Groups["data"].Value; var binaryData = Convert.FromBase64String(base64Data); @@ -138,11 +191,11 @@ namespace WhbRefrath { return; - if(sender is XRPictureBox pictureBox) + if (sender is XRPictureBox pictureBox) { var base64String = pictureBox.Tag as string; - if(!string.IsNullOrWhiteSpace(base64String)) + if (!string.IsNullOrWhiteSpace(base64String)) { var base64Data = Regex.Match(base64String, @"data:image/(?.+?),(?.+)").Groups["data"].Value; var binaryData = Convert.FromBase64String(base64Data); @@ -177,7 +230,7 @@ namespace WhbRefrath public Image ByteArrayToImage(byte[] byteArrayIn) { - using(var memoryStream = new MemoryStream(byteArrayIn)) + using (var memoryStream = new MemoryStream(byteArrayIn)) { return Image.FromStream(memoryStream); } diff --git a/ReportImp/WhbRefrath/Quittierungsbeleg.resx b/ReportImp/WhbRefrath/Quittierungsbeleg.resx index 10e3e70b0..f0c301781 100644 --- a/ReportImp/WhbRefrath/Quittierungsbeleg.resx +++ b/ReportImp/WhbRefrath/Quittierungsbeleg.resx @@ -5220,10 +5220,10 @@ /f39/f39/f39/f39/QA= - - ewBcAHIAdABmADEAXABhAG4AcwBpAGMAcABnADEAMgA1ADIADQAKAHsADQAKAFwAZgBvAG4AdAB0AGIAbAANAAoAewBcAGYAMAAgAFQAaQBtAGUAcwAgAE4AZQB3ACAAUgBvAG0AYQBuADsAfQANAAoAewBcAGYAMQAgAEMAYQBsAGkAYgByAGkAOwB9AA0ACgB9AA0ACgB7AA0ACgBcAGMAbwBsAG8AcgB0AGIAbAANAAoAOwANAAoAXAByAGUAZAAwAFwAZwByAGUAZQBuADAAXABiAGwAdQBlADIANQA1ADsADQAKAFwAcgBlAGQAMABcAGcAcgBlAGUAbgAwAFwAYgBsAHUAZQAwADsADQAKAH0ADQAKAFwAbgBvAHUAaQBjAG8AbQBwAGEAdABcAHMAcABsAHkAdAB3AG4AaQBuAGUAXABoAHQAbQBhAHUAdABzAHAAewBcAHAAYQByAGQAXABwAGwAYQBpAG4AXABxAGwAewBcAGwAYQBuAGcAMQAwADMAMQBcAGwAYQBuAGcAZgBlADEAMAAzADEAXABmADEAXABmAHMAMgAwAFwAYwBmADIAIABqAGEAfQBcAGwAYQBuAGcAMQAwADMAMQBcAGwAYQBuAGcAZgBlADEAMAAzADEAXABmAHMAMgA0AFwAYwBmADIAXABwAGEAcgB9AA0ACgB9AA0ACgA= - - ewBcAHIAdABmADEAXABhAG4AcwBpAGMAcABnADEAMgA1ADIADQAKAHsADQAKAFwAZgBvAG4AdAB0AGIAbAANAAoAewBcAGYAMAAgAFQAaQBtAGUAcwAgAE4AZQB3ACAAUgBvAG0AYQBuADsAfQANAAoAewBcAGYAMQAgAEMAYQBsAGkAYgByAGkAOwB9AA0ACgB9AA0ACgB7AA0ACgBcAGMAbwBsAG8AcgB0AGIAbAANAAoAOwANAAoAXAByAGUAZAAwAFwAZwByAGUAZQBuADAAXABiAGwAdQBlADIANQA1ADsADQAKAFwAcgBlAGQAMABcAGcAcgBlAGUAbgAwAFwAYgBsAHUAZQAwADsADQAKAH0ADQAKAFwAbgBvAHUAaQBjAG8AbQBwAGEAdABcAHMAcABsAHkAdAB3AG4AaQBuAGUAXABoAHQAbQBhAHUAdABzAHAAewBcAHAAYQByAGQAXABwAGwAYQBpAG4AXABxAGwAewBcAGwAYQBuAGcAMQAwADMAMQBcAGwAYQBuAGcAZgBlADEAMAAzADEAXABmADEAXABmAHMAMgAwAFwAYwBmADIAIABuAGUAaQBuAH0AXABsAGEAbgBnADEAMAAzADEAXABsAGEAbgBnAGYAZQAxADAAMwAxAFwAZgBzADIANABcAGMAZgAyAFwAcABhAHIAfQANAAoAfQANAAoA + ewBcAHIAdABmADEAXABkAGUAZgBmADAAewBcAGYAbwBuAHQAdABiAGwAewBcAGYAMAAgAEMAYQBsAGkAYgByAGkAOwB9AHsAXABmADEAIABUAGkAbQBlAHMAIABOAGUAdwAgAFIAbwBtAGEAbgA7AH0AewBcAGYAMgAgAEEAcgBpAGEAbAA7AH0AfQB7AFwAYwBvAGwAbwByAHQAYgBsACAAOwBcAHIAZQBkADAAXABnAHIAZQBlAG4AMABcAGIAbAB1AGUAMAAgADsAXAByAGUAZAAwAFwAZwByAGUAZQBuADAAXABiAGwAdQBlADIANQA1ACAAOwB9AHsAXAAqAFwAZABlAGYAYwBoAHAAIABcAGYAMQBcAGYAcwAyADQAfQB7AFwAcwB0AHkAbABlAHMAaABlAGUAdAAgAHsAXABxAGwAXABmADEAXABmAHMAMgA0ACAATgBvAHIAbQBhAGwAOwB9AHsAXAAqAFwAYwBzADEAXABmADEAXABmAHMAMgA0AFwAYwBmADEAIABEAGUAZgBhAHUAbAB0ACAAUABhAHIAYQBnAHIAYQBwAGgAIABGAG8AbgB0ADsAfQB7AFwAKgBcAGMAcwAyAFwAcwBiAGEAcwBlAGQAbwBuADEAXABmADEAXABmAHMAMgA0AFwAYwBmADEAIABMAGkAbgBlACAATgB1AG0AYgBlAHIAOwB9AHsAXAAqAFwAYwBzADMAXAB1AGwAXABmADEAXABmAHMAMgA0AFwAYwBmADIAIABIAHkAcABlAHIAbABpAG4AawA7AH0AewBcACoAXAB0AHMANABcAHQAcwByAG8AdwBkAFwAZgAxAFwAZgBzADIANABcAHEAbABcAHQAcwBjAGUAbABsAHAAYQBkAGQAZgBsADMAXAB0AHMAYwBlAGwAbABwAGEAZABkAGwAMQAwADgAXAB0AHMAYwBlAGwAbABwAGEAZABkAGYAYgAzAFwAdABzAGMAZQBsAGwAcABhAGQAZABmAHIAMwBcAHQAcwBjAGUAbABsAHAAYQBkAGQAcgAxADAAOABcAHQAcwBjAGUAbABsAHAAYQBkAGQAZgB0ADMAXAB0AHMAdgBlAHIAdABhAGwAdABcAGMAbAB0AHgAbAByAHQAYgAgAE4AbwByAG0AYQBsACAAVABhAGIAbABlADsAfQB7AFwAKgBcAHQAcwA1AFwAdABzAHIAbwB3AGQAXABzAGIAYQBzAGUAZABvAG4ANABcAGYAMQBcAGYAcwAyADQAXABxAGwAXAB0AHIAYgByAGQAcgB0AFwAYgByAGQAcgBzAFwAYgByAGQAcgB3ADEAMABcAHQAcgBiAHIAZAByAGwAXABiAHIAZAByAHMAXABiAHIAZAByAHcAMQAwAFwAdAByAGIAcgBkAHIAYgBcAGIAcgBkAHIAcwBcAGIAcgBkAHIAdwAxADAAXAB0AHIAYgByAGQAcgByAFwAYgByAGQAcgBzAFwAYgByAGQAcgB3ADEAMABcAHQAcgBiAHIAZAByAGgAXABiAHIAZAByAHMAXABiAHIAZAByAHcAMQAwAFwAdAByAGIAcgBkAHIAdgBcAGIAcgBkAHIAcwBcAGIAcgBkAHIAdwAxADAAXAB0AHMAYwBlAGwAbABwAGEAZABkAGYAbAAzAFwAdABzAGMAZQBsAGwAcABhAGQAZABsADEAMAA4AFwAdABzAGMAZQBsAGwAcABhAGQAZABmAHIAMwBcAHQAcwBjAGUAbABsAHAAYQBkAGQAcgAxADAAOABcAHQAcwB2AGUAcgB0AGEAbAB0AFwAYwBsAHQAeABsAHIAdABiACAAVABhAGIAbABlACAAUwBpAG0AcABsAGUAIAAxADsAfQB9AHsAXAAqAFwAbABpAHMAdABvAHYAZQByAHIAaQBkAGUAdABhAGIAbABlAH0AXABuAG8AdQBpAGMAbwBtAHAAYQB0AFwAcwBwAGwAeQB0AHcAbgBpAG4AZQBcAGgAdABtAGEAdQB0AHMAcABcAHAAYQByAGQAXABwAGwAYQBpAG4AXABxAGwAewBcAGYAMgBcAGYAcwAyADAAXABjAGYAMQAgAEsAZQBpAG4AZQAgAH0AewBcAGwAYQBuAGcAMQAwADMAMQBcAGwAYQBuAGcAZgBlADEAMAAzADEAXAB1AGwAXABmADIAXABmAHMAMgAwAFwAYwBmADEAIABLAHIAYQBuAGsAZQBuAGgAYQB1AHMAYQB1AGYAZQBuAHQAaABhAGwAdABlAH0AXABsAGEAbgBnADEAMAAzADEAXABsAGEAbgBnAGYAZQAxADAAMwAxAFwAdQBsAFwAZgAyAFwAZgBzADIAMABcAGMAZgAxAFwAcABhAHIAXABwAGEAcgBkAFwAcABsAGEAaQBuAFwAcQBsAHsAXABsAGEAbgBnADEAMAAzADEAXABsAGEAbgBnAGYAZQAxADAAMwAxAFwAdQBsAFwAZgAyAFwAZgBzADIAMABcAGMAZgAxACAAYgBlAGsAYQBuAG4AdAAgAG8AZABlAHIAIAB9AFwAbABhAG4AZwAxADAAMwAxAFwAbABhAG4AZwBmAGUAMQAwADMAMQBcAHUAbABcAGYAMgBcAGYAcwAyADAAXABjAGYAMQBcAHAAYQByAFwAcABhAHIAZABcAHAAbABhAGkAbgBcAHEAbAB7AFwAbABhAG4AZwAxADAAMwAxAFwAbABhAG4AZwBmAGUAMQAwADMAMQBcAHUAbABcAGYAMgBcAGYAcwAyADAAXABjAGYAMQAgAGEAYgByAGUAYwBoAG4AdQBuAGcAcwByAGUAbABlAHYAYQBuAHQAfQB7AFwAbABhAG4AZwAxADAAMwAxAFwAbABhAG4AZwBmAGUAMQAwADMAMQBcAGYAMgBcAGYAcwAyADAAXABjAGYAMQAgACAAaQBtACAAQQBiAHIAZQBjAGgAbgB1AG4AZwBzAHoAZQBpAHQAcgBhAHUAbQB9AFwAbABhAG4AZwAxADAAMwAxAFwAbABhAG4AZwBmAGUAMQAwADMAMQBcAGYAMQBcAGYAcwAyADQAXABjAGYAMQBcAHAAYQByAH0A + + + ewBcAHIAdABmADEAXABkAGUAZgBmADAAewBcAGYAbwBuAHQAdABiAGwAewBcAGYAMAAgAEMAYQBsAGkAYgByAGkAOwB9AHsAXABmADEAIABUAGkAbQBlAHMAIABOAGUAdwAgAFIAbwBtAGEAbgA7AH0AewBcAGYAMgAgAEEAcgBpAGEAbAA7AH0AfQB7AFwAYwBvAGwAbwByAHQAYgBsACAAOwBcAHIAZQBkADAAXABnAHIAZQBlAG4AMABcAGIAbAB1AGUAMAAgADsAXAByAGUAZAAwAFwAZwByAGUAZQBuADAAXABiAGwAdQBlADIANQA1ACAAOwB9AHsAXAAqAFwAZABlAGYAYwBoAHAAIABcAGYAMQBcAGYAcwAyADQAfQB7AFwAcwB0AHkAbABlAHMAaABlAGUAdAAgAHsAXABxAGwAXABmADEAXABmAHMAMgA0ACAATgBvAHIAbQBhAGwAOwB9AHsAXAAqAFwAYwBzADEAXABmADEAXABmAHMAMgA0AFwAYwBmADEAIABEAGUAZgBhAHUAbAB0ACAAUABhAHIAYQBnAHIAYQBwAGgAIABGAG8AbgB0ADsAfQB7AFwAKgBcAGMAcwAyAFwAcwBiAGEAcwBlAGQAbwBuADEAXABmADEAXABmAHMAMgA0AFwAYwBmADEAIABMAGkAbgBlACAATgB1AG0AYgBlAHIAOwB9AHsAXAAqAFwAYwBzADMAXAB1AGwAXABmADEAXABmAHMAMgA0AFwAYwBmADIAIABIAHkAcABlAHIAbABpAG4AawA7AH0AewBcACoAXAB0AHMANABcAHQAcwByAG8AdwBkAFwAZgAxAFwAZgBzADIANABcAHEAbABcAHQAcwBjAGUAbABsAHAAYQBkAGQAZgBsADMAXAB0AHMAYwBlAGwAbABwAGEAZABkAGwAMQAwADgAXAB0AHMAYwBlAGwAbABwAGEAZABkAGYAYgAzAFwAdABzAGMAZQBsAGwAcABhAGQAZABmAHIAMwBcAHQAcwBjAGUAbABsAHAAYQBkAGQAcgAxADAAOABcAHQAcwBjAGUAbABsAHAAYQBkAGQAZgB0ADMAXAB0AHMAdgBlAHIAdABhAGwAdABcAGMAbAB0AHgAbAByAHQAYgAgAE4AbwByAG0AYQBsACAAVABhAGIAbABlADsAfQB7AFwAKgBcAHQAcwA1AFwAdABzAHIAbwB3AGQAXABzAGIAYQBzAGUAZABvAG4ANABcAGYAMQBcAGYAcwAyADQAXABxAGwAXAB0AHIAYgByAGQAcgB0AFwAYgByAGQAcgBzAFwAYgByAGQAcgB3ADEAMABcAHQAcgBiAHIAZAByAGwAXABiAHIAZAByAHMAXABiAHIAZAByAHcAMQAwAFwAdAByAGIAcgBkAHIAYgBcAGIAcgBkAHIAcwBcAGIAcgBkAHIAdwAxADAAXAB0AHIAYgByAGQAcgByAFwAYgByAGQAcgBzAFwAYgByAGQAcgB3ADEAMABcAHQAcgBiAHIAZAByAGgAXABiAHIAZAByAHMAXABiAHIAZAByAHcAMQAwAFwAdAByAGIAcgBkAHIAdgBcAGIAcgBkAHIAcwBcAGIAcgBkAHIAdwAxADAAXAB0AHMAYwBlAGwAbABwAGEAZABkAGYAbAAzAFwAdABzAGMAZQBsAGwAcABhAGQAZABsADEAMAA4AFwAdABzAGMAZQBsAGwAcABhAGQAZABmAHIAMwBcAHQAcwBjAGUAbABsAHAAYQBkAGQAcgAxADAAOABcAHQAcwB2AGUAcgB0AGEAbAB0AFwAYwBsAHQAeABsAHIAdABiACAAVABhAGIAbABlACAAUwBpAG0AcABsAGUAIAAxADsAfQB9AHsAXAAqAFwAbABpAHMAdABvAHYAZQByAHIAaQBkAGUAdABhAGIAbABlAH0AXABuAG8AdQBpAGMAbwBtAHAAYQB0AFwAcwBwAGwAeQB0AHcAbgBpAG4AZQBcAGgAdABtAGEAdQB0AHMAcABcAHAAYQByAGQAXABwAGwAYQBpAG4AXABxAGwAewBcAGYAMgBcAGYAcwAyADAAXABjAGYAMQAgAEsAZQBpAG4AZQAgAH0AewBcAHUAbABcAGYAMgBcAGYAcwAyADAAXABjAGYAMQAgAEcAcgB1AHAAcABlAG4AYQBuAGcAZQBiAG8AdABlAH0AewBcAGYAMgBcAGYAcwAyADAAXABjAGYAMQAgACAAaQBtACAAQQBiAHIAZQBjAGgAbgB1AG4AZwBzAHoAZQBpAHQAcgBhAHUAbQB9AFwAZgAxAFwAZgBzADIANABcAGMAZgAxAFwAcABhAHIAfQA= \ No newline at end of file diff --git a/ReportImp/WhbRefrath/SettlementReport.Designer.cs b/ReportImp/WhbRefrath/SettlementReport.Designer.cs index 893da4caf..06e293472 100644 --- a/ReportImp/WhbRefrath/SettlementReport.Designer.cs +++ b/ReportImp/WhbRefrath/SettlementReport.Designer.cs @@ -1,4 +1,4 @@ -namespace WhbRefrath +namespace WhbRefrath.Alt { partial class Spitzabrechnung { @@ -33,18 +33,22 @@ namespace WhbRefrath this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); + this.ruleRateFactorNull = new DevExpress.XtraReports.UI.FormattingRule(); this.xrTableRow11 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell(); this.rowErbrachteLeistung = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell22 = 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.RecipientPostCodeAndTown = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel_RecipientStreet = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel_RecipientDivision = new DevExpress.XtraReports.UI.XRLabel(); @@ -52,6 +56,8 @@ namespace WhbRefrath this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.xrLabel16 = 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.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow20 = new DevExpress.XtraReports.UI.XRTableRow(); @@ -59,37 +65,26 @@ namespace WhbRefrath this.xrTableRow21 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow22 = new DevExpress.XtraReports.UI.XRTableRow(); - this.cellAbwesenheiten = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell29 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow23 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrTableRow24 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell31 = new DevExpress.XtraReports.UI.XRTableCell(); 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.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel26 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable5 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow15 = new DevExpress.XtraReports.UI.XRTableRow(); - this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.xrTable4 = new DevExpress.XtraReports.UI.XRTable(); - this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); - this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); - this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow30 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow31 = new DevExpress.XtraReports.UI.XRTableRow(); @@ -97,32 +92,26 @@ namespace WhbRefrath this.xrTableCell50 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow32 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell51 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); - this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); - this.cellForderung = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow(); - this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow33 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell52 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell53 = 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.xrTableRow36 = new DevExpress.XtraReports.UI.XRTableRow(); - this.xrTableCell57 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblForderung = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell58 = new DevExpress.XtraReports.UI.XRTableCell(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); - this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); - this.FLS = new DevExpress.XtraReports.UI.CalculatedField(); - this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel(); - this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); + this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail @@ -135,7 +124,8 @@ namespace WhbRefrath // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.xrPictureBox3}); + this.xrPictureBox3, + this.xrLabel9}); this.ReportHeader.Font = new System.Drawing.Font("Verdana", 10F); this.ReportHeader.HeightF = 87.69449F; this.ReportHeader.Name = "ReportHeader"; @@ -149,16 +139,25 @@ namespace WhbRefrath this.xrPictureBox3.SizeF = new System.Drawing.SizeF(225.33F, 87.69449F); this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; // + // xrLabel9 + // + this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(116.6667F, 45.83333F); + 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")}); - this.xrLabel8.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(385F, 125.25F); + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(367.0001F, 187.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.UseFont = false; this.xrLabel8.StylePriority.UseTextAlignment = false; this.xrLabel8.Text = "xrLabel8"; this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; @@ -166,7 +165,7 @@ namespace WhbRefrath // xrTable1 // this.xrTable1.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 296.5833F); + this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 394.0833F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow9, @@ -188,13 +187,12 @@ namespace WhbRefrath this.xrTableCell19.BorderColor = System.Drawing.SystemColors.ControlLight; this.xrTableCell19.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); - this.xrTableCell19.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell19.Name = "xrTableCell19"; this.xrTableCell19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell19.StylePriority.UseBorderColor = false; this.xrTableCell19.StylePriority.UseBorders = false; this.xrTableCell19.StylePriority.UseFont = false; - this.xrTableCell19.Text = "Bewilligte Fachleistungsstunden:"; + this.xrTableCell19.Text = "Bewilligte Fachleistungsstunden (FLS) gesamt:"; this.xrTableCell19.Weight = 0.78314100999098568D; // // xrTableCell6 @@ -202,7 +200,7 @@ namespace WhbRefrath this.xrTableCell6.BorderColor = System.Drawing.SystemColors.ControlLight; this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); - this.xrTableCell6.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell6.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold); this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell6.StylePriority.UseBorderColor = false; @@ -213,12 +211,18 @@ namespace WhbRefrath this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; this.xrTableCell6.Weight = 0.21685899000901443D; // + // ruleRateFactorNull + // + this.ruleRateFactorNull.Condition = "[RateFactorText2] == ?"; + this.ruleRateFactorNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; + this.ruleRateFactorNull.Name = "ruleRateFactorNull"; + // // xrTableRow11 // this.xrTableRow11.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell21}); this.xrTableRow11.Name = "xrTableRow11"; - this.xrTableRow11.Weight = 0.08D; + this.xrTableRow11.Weight = 0.085D; // // xrTableCell21 // @@ -236,61 +240,86 @@ namespace WhbRefrath this.rowErbrachteLeistung.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell22}); this.rowErbrachteLeistung.Name = "rowErbrachteLeistung"; - this.rowErbrachteLeistung.Weight = 0.090000000000000011D; + 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.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell22.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 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 = "Geleistete Fachleistungsstunden:"; + this.xrTableCell22.Text = "Erbrachte Leistungen:"; this.xrTableCell22.Weight = 1D; // - // ruleRateFactorNull + // xrLabel6 // - this.ruleRateFactorNull.Condition = "[RateFactorText2] == ?"; - this.ruleRateFactorNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; - this.ruleRateFactorNull.Name = "ruleRateFactorNull"; + this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 319.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.UseFont = false; + this.xrLabel6.Text = resources.GetString("xrLabel6.Text"); + // + // lblAnrede + // + this.lblAnrede.LocationFloat = new DevExpress.Utils.PointFloat(0F, 286.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 System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(225F, 200F); + this.xrLabel4.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 243.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(327.0833F, 17.00002F); + this.xrLabel4.SizeF = new System.Drawing.SizeF(650F, 17F); this.xrLabel4.StylePriority.UseBackColor = false; this.xrLabel4.StylePriority.UseFont = false; - this.xrLabel4.Text = "[CustomerReferenceNumber]"; + this.xrLabel4.Text = "[CustomerReferenceNumberAndDate]"; this.xrLabel4.WordWrap = false; // // xrLabel3 // this.xrLabel3.BackColor = System.Drawing.Color.Transparent; this.xrLabel3.CanShrink = true; - this.xrLabel3.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(1.589457E-05F, 184F); + this.xrLabel3.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 227.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 ambulanter Eingliederungshilfe zum Selbstständigen Wohnen (BeWo)"; + this.xrLabel3.Text = "Abrechnung Betreuungsleistungen für [Salutation2] [CustomerName]"; this.xrLabel3.WordWrap = false; // + // xrLabel2 + // + this.xrLabel2.BackColor = System.Drawing.Color.Transparent; + this.xrLabel2.CanShrink = true; + this.xrLabel2.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 210.75F); + this.xrLabel2.Name = "xrLabel2"; + this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel2.SizeF = new System.Drawing.SizeF(650F, 17F); + this.xrLabel2.StylePriority.UseBackColor = false; + this.xrLabel2.StylePriority.UseFont = false; + this.xrLabel2.Text = "Rechnung Nr. [InvoiceNumber]"; + this.xrLabel2.WordWrap = false; + // // RecipientPostCodeAndTown // this.RecipientPostCodeAndTown.CanShrink = true; - this.RecipientPostCodeAndTown.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.RecipientPostCodeAndTown.LocationFloat = new DevExpress.Utils.PointFloat(0F, 100F); this.RecipientPostCodeAndTown.Name = "RecipientPostCodeAndTown"; this.RecipientPostCodeAndTown.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); @@ -302,8 +331,7 @@ namespace WhbRefrath // xrLabel_RecipientStreet // this.xrLabel_RecipientStreet.CanShrink = true; - this.xrLabel_RecipientStreet.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel_RecipientStreet.LocationFloat = new DevExpress.Utils.PointFloat(0F, 83.00005F); + this.xrLabel_RecipientStreet.LocationFloat = new DevExpress.Utils.PointFloat(0F, 83.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; @@ -314,8 +342,7 @@ namespace WhbRefrath // xrLabel_RecipientDivision // this.xrLabel_RecipientDivision.CanShrink = true; - this.xrLabel_RecipientDivision.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel_RecipientDivision.LocationFloat = new DevExpress.Utils.PointFloat(0F, 49.00001F); + this.xrLabel_RecipientDivision.LocationFloat = new DevExpress.Utils.PointFloat(0F, 66.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; @@ -326,8 +353,7 @@ namespace WhbRefrath // xrLabel_RecipientContactPerson // this.xrLabel_RecipientContactPerson.CanShrink = true; - this.xrLabel_RecipientContactPerson.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel_RecipientContactPerson.LocationFloat = new DevExpress.Utils.PointFloat(0F, 66.00005F); + this.xrLabel_RecipientContactPerson.LocationFloat = new DevExpress.Utils.PointFloat(0F, 49.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; @@ -338,7 +364,6 @@ namespace WhbRefrath // xrLabel1 // this.xrLabel1.CanShrink = true; - this.xrLabel1.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 32F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); @@ -350,33 +375,53 @@ namespace WhbRefrath // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.xrLabel21, this.xrLabel16, - this.xrLabel10, - this.xrTable3, this.xrLabel12, this.xrLabel11, + this.xrLabel10, + this.xrTable3, this.lblNotice}); this.ReportFooter.Font = new System.Drawing.Font("Verdana", 10F); - this.ReportFooter.HeightF = 209.0001F; + this.ReportFooter.HeightF = 225.6667F; this.ReportFooter.KeepTogether = true; this.ReportFooter.Name = "ReportFooter"; this.ReportFooter.StylePriority.UseFont = false; // // xrLabel16 // - this.xrLabel16.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(0F, 175F); + this.xrLabel16.Font = new System.Drawing.Font("Verdana", 10F); + this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(0F, 183.3332F); this.xrLabel16.Name = "xrLabel16"; this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel16.SizeF = new System.Drawing.SizeF(225F, 17F); this.xrLabel16.StylePriority.UseFont = false; this.xrLabel16.Text = "Stefan Jankowski"; // + // xrLabel12 + // + this.xrLabel12.Font = new System.Drawing.Font("Verdana", 10F); + this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(0F, 200.3334F); + 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 = "Geschäftsführer"; + // + // xrLabel11 + // + this.xrLabel11.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(439.1668F, 200.3334F); + this.xrLabel11.Name = "xrLabel11"; + this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel11.SizeF = new System.Drawing.SizeF(107.6252F, 17F); + this.xrLabel11.StylePriority.UseFont = false; + this.xrLabel11.StylePriority.UseTextAlignment = false; + this.xrLabel11.Text = "Anlage:"; + this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // // xrLabel10 // - this.xrLabel10.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(0F, 106.5833F); + this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(0F, 117F); 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); @@ -391,8 +436,9 @@ namespace WhbRefrath this.xrTableRow20, this.xrTableRow21, this.xrTableRow22, - this.xrTableRow23}); - this.xrTable3.SizeF = new System.Drawing.SizeF(650F, 52F); + this.xrTableRow23, + this.xrTableRow24}); + this.xrTable3.SizeF = new System.Drawing.SizeF(650F, 68F); this.xrTable3.StylePriority.UseFont = false; // // xrTableRow20 @@ -407,10 +453,8 @@ namespace WhbRefrath this.xrTableCell16.CanShrink = true; this.xrTableCell16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Notice")}); - this.xrTableCell16.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell16.Name = "xrTableCell16"; this.xrTableCell16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell16.StylePriority.UseFont = false; this.xrTableCell16.StylePriority.UsePadding = false; this.xrTableCell16.Text = "xrTableCell1"; this.xrTableCell16.Weight = 3D; @@ -430,20 +474,20 @@ namespace WhbRefrath // xrTableRow22 // this.xrTableRow22.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.cellAbwesenheiten}); + this.xrTableCell29}); this.xrTableRow22.Name = "xrTableRow22"; this.xrTableRow22.Weight = 0.38095238095238088D; // - // cellAbwesenheiten + // xrTableCell29 // - this.cellAbwesenheiten.CanShrink = true; - this.cellAbwesenheiten.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.cellAbwesenheiten.Name = "cellAbwesenheiten"; - this.cellAbwesenheiten.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.cellAbwesenheiten.StylePriority.UseFont = false; - this.cellAbwesenheiten.StylePriority.UsePadding = false; - this.cellAbwesenheiten.Text = "Abwesenheiten"; - this.cellAbwesenheiten.Weight = 3D; + this.xrTableCell29.CanShrink = true; + 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 // @@ -457,32 +501,28 @@ namespace WhbRefrath this.xrTableCell30.Name = "xrTableCell30"; this.xrTableCell30.Weight = 3D; // - // xrLabel12 + // xrTableRow24 // - this.xrLabel12.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - 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 = "Geschäftsführer"; + this.xrTableRow24.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell31}); + this.xrTableRow24.Name = "xrTableRow24"; + this.xrTableRow24.Weight = 0.38095238095238093D; // - // xrLabel11 + // xrTableCell31 // - this.xrLabel11.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(344.375F, 175F); - this.xrLabel11.Name = "xrLabel11"; - this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel11.SizeF = new System.Drawing.SizeF(107.6252F, 17F); - this.xrLabel11.StylePriority.UseFont = false; - this.xrLabel11.StylePriority.UseTextAlignment = false; - this.xrLabel11.Text = "Anlage:"; - this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell31.CanShrink = true; + 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; // // lblNotice // this.lblNotice.CanShrink = true; - this.lblNotice.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblNotice.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.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); @@ -492,165 +532,36 @@ namespace WhbRefrath // // topMarginBand1 // - this.topMarginBand1.HeightF = 98F; + this.topMarginBand1.HeightF = 100F; this.topMarginBand1.Name = "topMarginBand1"; // // bottomMarginBand1 // - this.bottomMarginBand1.HeightF = 19F; + this.bottomMarginBand1.HeightF = 17.70833F; this.bottomMarginBand1.Name = "bottomMarginBand1"; // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.xrLabel5, - this.xrLabel6, - this.xrLabel18, - this.xrLabel19, - this.xrLabel20, - this.xrLabel17, - this.xrLabel2, - this.xrLabel7, this.xrLabel26, + this.xrLabel7, this.xrLabel1, this.xrLabel_RecipientContactPerson, this.xrLabel_RecipientDivision, this.xrLabel_RecipientStreet, this.RecipientPostCodeAndTown, + this.xrLabel2, this.xrLabel3, this.xrLabel4, + this.lblAnrede, + this.xrLabel6, this.xrTable1, this.xrLabel8}); this.GroupHeader1.Font = new System.Drawing.Font("Verdana", 10F); - this.GroupHeader1.HeightF = 347.5833F; + this.GroupHeader1.HeightF = 445.0833F; this.GroupHeader1.Name = "GroupHeader1"; this.GroupHeader1.StylePriority.UseFont = false; // - // xrLabel5 - // - this.xrLabel5.BackColor = System.Drawing.Color.Transparent; - this.xrLabel5.CanShrink = true; - this.xrLabel5.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(225F, 265.2499F); - this.xrLabel5.Multiline = true; - this.xrLabel5.Name = "xrLabel5"; - this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel5.SizeF = new System.Drawing.SizeF(327.0834F, 17.00002F); - this.xrLabel5.StylePriority.UseBackColor = false; - this.xrLabel5.StylePriority.UseFont = false; - this.xrLabel5.Text = "[AccountingPeriod]"; - this.xrLabel5.WordWrap = false; - // - // xrLabel6 - // - this.xrLabel6.BackColor = System.Drawing.Color.Transparent; - this.xrLabel6.CanShrink = true; - this.xrLabel6.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(4.768372E-05F, 265.2499F); - 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(225F, 17.00002F); - this.xrLabel6.StylePriority.UseBackColor = false; - this.xrLabel6.StylePriority.UseFont = false; - this.xrLabel6.Text = "Bewilligungszeitraum:"; - this.xrLabel6.WordWrap = false; - // - // xrLabel18 - // - this.xrLabel18.BackColor = System.Drawing.Color.Transparent; - this.xrLabel18.CanShrink = true; - this.xrLabel18.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(4.768372E-05F, 200F); - this.xrLabel18.Multiline = true; - this.xrLabel18.Name = "xrLabel18"; - this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel18.SizeF = new System.Drawing.SizeF(224.9999F, 17.00002F); - this.xrLabel18.StylePriority.UseBackColor = false; - this.xrLabel18.StylePriority.UseFont = false; - this.xrLabel18.Text = "Aktenzeichen:"; - this.xrLabel18.WordWrap = false; - // - // xrLabel19 - // - this.xrLabel19.BackColor = System.Drawing.Color.Transparent; - this.xrLabel19.CanShrink = true; - this.xrLabel19.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(4.768372E-05F, 217F); - this.xrLabel19.Multiline = true; - this.xrLabel19.Name = "xrLabel19"; - this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel19.SizeF = new System.Drawing.SizeF(225F, 17F); - this.xrLabel19.StylePriority.UseBackColor = false; - this.xrLabel19.StylePriority.UseFont = false; - this.xrLabel19.Text = "Name:"; - this.xrLabel19.WordWrap = false; - // - // xrLabel20 - // - this.xrLabel20.BackColor = System.Drawing.Color.Transparent; - this.xrLabel20.CanShrink = true; - this.xrLabel20.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(1.589457E-05F, 234F); - this.xrLabel20.Multiline = true; - this.xrLabel20.Name = "xrLabel20"; - this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel20.SizeF = new System.Drawing.SizeF(225F, 17.00002F); - this.xrLabel20.StylePriority.UseBackColor = false; - this.xrLabel20.StylePriority.UseFont = false; - this.xrLabel20.Text = "geb. am:"; - this.xrLabel20.WordWrap = false; - // - // xrLabel17 - // - this.xrLabel17.BackColor = System.Drawing.Color.Transparent; - this.xrLabel17.CanShrink = true; - this.xrLabel17.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(225F, 234F); - this.xrLabel17.Multiline = true; - this.xrLabel17.Name = "xrLabel17"; - this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel17.SizeF = new System.Drawing.SizeF(327.0834F, 17.00002F); - this.xrLabel17.StylePriority.UseBackColor = false; - this.xrLabel17.StylePriority.UseFont = false; - this.xrLabel17.Text = "[CustomerBirthday!dd.MM.yyyy]"; - this.xrLabel17.WordWrap = false; - // - // xrLabel2 - // - this.xrLabel2.BackColor = System.Drawing.Color.Transparent; - this.xrLabel2.CanShrink = true; - this.xrLabel2.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(225F, 217F); - 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(327.0834F, 17F); - this.xrLabel2.StylePriority.UseBackColor = false; - this.xrLabel2.StylePriority.UseFont = false; - this.xrLabel2.Text = "[CustomerName]"; - this.xrLabel2.WordWrap = false; - // - // xrLabel7 - // - this.xrLabel7.BackColor = System.Drawing.Color.Transparent; - this.xrLabel7.BorderColor = System.Drawing.Color.Transparent; - this.xrLabel7.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrLabel7.Font = new System.Drawing.Font("Calibri", 8F); - this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); - this.xrLabel7.Multiline = true; - this.xrLabel7.Name = "xrLabel7"; - this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel7.SizeF = new System.Drawing.SizeF(292F, 32F); - this.xrLabel7.StylePriority.UseBackColor = false; - this.xrLabel7.StylePriority.UseBorderColor = false; - this.xrLabel7.StylePriority.UseBorders = false; - this.xrLabel7.StylePriority.UseFont = false; - this.xrLabel7.StylePriority.UsePadding = false; - this.xrLabel7.StylePriority.UseTextAlignment = false; - this.xrLabel7.Text = "WHB Refrath gGmbH\r\nFlehbachmühlenweg 10, 51427 Bergisch Gladbach\r\n"; - this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // // xrLabel26 // this.xrLabel26.BackColor = System.Drawing.Color.Transparent; @@ -672,6 +583,30 @@ namespace WhbRefrath " 9224-29\r\ninfo@whb-refrath-gmbh.de\r\nwww.whb-refrath-gmbh.de"; this.xrLabel26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; // + // xrLabel7 + // + this.xrLabel7.BackColor = System.Drawing.Color.Transparent; + this.xrLabel7.BorderColor = System.Drawing.Color.Transparent; + this.xrLabel7.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel7.Font = new System.Drawing.Font("Calibri", 8F); + this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel7.Multiline = true; + this.xrLabel7.Name = "xrLabel7"; + this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel7.SizeF = new System.Drawing.SizeF(292F, 32F); + this.xrLabel7.StylePriority.UseBackColor = false; + this.xrLabel7.StylePriority.UseBorderColor = false; + this.xrLabel7.StylePriority.UseBorders = false; + this.xrLabel7.StylePriority.UseFont = false; + this.xrLabel7.StylePriority.UsePadding = false; + this.xrLabel7.StylePriority.UseTextAlignment = false; + this.xrLabel7.Text = "WHB Refrath gGmbH\r\nFlehbachmühlenweg 10, 51427 Bergisch Gladbach\r\n"; + this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.SettlementRO); + // // DetailReport // this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { @@ -703,25 +638,25 @@ namespace WhbRefrath // xrTableRow15 // this.xrTableRow15.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell9, + this.xrTableCell17, this.xrTableCell23}); this.xrTableRow15.Name = "xrTableRow15"; this.xrTableRow15.Weight = 0.085D; // - // xrTableCell9 + // xrTableCell17 // - this.xrTableCell9.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + this.xrTableCell17.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell17.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell17.CanShrink = true; + this.xrTableCell17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceItems.ItemDescription")}); - this.xrTableCell9.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((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.Weight = 0.78314098651592556D; + this.xrTableCell17.Name = "xrTableCell17"; + this.xrTableCell17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell17.StylePriority.UseBorderColor = false; + this.xrTableCell17.StylePriority.UseBorders = false; + this.xrTableCell17.StylePriority.UseFont = false; + this.xrTableCell17.StylePriority.UsePadding = false; + this.xrTableCell17.Weight = 0.78314100999098546D; // // xrTableCell23 // @@ -731,7 +666,6 @@ namespace WhbRefrath this.xrTableCell23.CanShrink = true; this.xrTableCell23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceItems.GrossAmountTotal", "{0:c}")}); - this.xrTableCell23.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell23.Name = "xrTableCell23"; this.xrTableCell23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell23.StylePriority.UseBorderColor = false; @@ -741,14 +675,14 @@ namespace WhbRefrath this.xrTableCell23.StylePriority.UseTextAlignment = false; this.xrTableCell23.Text = "xrTableCell23"; this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; - this.xrTableCell23.Weight = 0.21685901348407444D; + this.xrTableCell23.Weight = 0.21685899000901443D; // // GroupFooter1 // this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable4}); this.GroupFooter1.Font = new System.Drawing.Font("Verdana", 10F); - this.GroupFooter1.HeightF = 183F; + this.GroupFooter1.HeightF = 132F; this.GroupFooter1.Name = "GroupFooter1"; this.GroupFooter1.StylePriority.UseFont = false; // @@ -758,78 +692,16 @@ namespace WhbRefrath this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable4.Name = "xrTable4"; this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { - this.xrTableRow2, - this.xrTableRow1, this.xrTableRow30, this.xrTableRow31, this.xrTableRow32, - this.xrTableRow3, - this.xrTableRow4, this.xrTableRow33, + this.xrTableRow34, this.xrTableRow35, this.xrTableRow36}); - this.xrTable4.SizeF = new System.Drawing.SizeF(650F, 183F); + this.xrTable4.SizeF = new System.Drawing.SizeF(650F, 132F); this.xrTable4.StylePriority.UseBorderColor = false; // - // xrTableRow2 - // - this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell2}); - this.xrTableRow2.Name = "xrTableRow2"; - this.xrTableRow2.Weight = 0.085D; - // - // xrTableCell2 - // - this.xrTableCell2.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell2.Font = new System.Drawing.Font("Calibri", 11F); - this.xrTableCell2.Name = "xrTableCell2"; - this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell2.StylePriority.UseBorderColor = false; - this.xrTableCell2.StylePriority.UseBorders = false; - this.xrTableCell2.StylePriority.UseFont = false; - this.xrTableCell2.StylePriority.UsePadding = false; - this.xrTableCell2.Weight = 1D; - // - // xrTableRow1 - // - this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell3, - this.xrTableCell1}); - this.xrTableRow1.Name = "xrTableRow1"; - this.xrTableRow1.Weight = 0.085D; - // - // xrTableCell3 - // - this.xrTableCell3.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell3.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell3.Name = "xrTableCell3"; - this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell3.StylePriority.UseBorderColor = false; - this.xrTableCell3.StylePriority.UseBorders = false; - this.xrTableCell3.StylePriority.UseFont = false; - this.xrTableCell3.StylePriority.UsePadding = false; - this.xrTableCell3.Text = "FLS gesamt: "; - this.xrTableCell3.Weight = 0.20352569580078128D; - // - // xrTableCell1 - // - this.xrTableCell1.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell1.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell1.Name = "xrTableCell1"; - this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell1.StylePriority.UseBorderColor = false; - this.xrTableCell1.StylePriority.UseBorders = false; - this.xrTableCell1.StylePriority.UseFont = false; - this.xrTableCell1.StylePriority.UsePadding = false; - this.xrTableCell1.Text = "[RecordedFLSTotal!#.00]"; - this.xrTableCell1.Weight = 0.79647430419921883D; - // // xrTableRow30 // this.xrTableRow30.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { @@ -859,13 +731,12 @@ namespace WhbRefrath // xrTableCell49 // this.xrTableCell49.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell49.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 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 = "Eigenanteil:"; + this.xrTableCell49.Text = "Gesamtforderung:"; this.xrTableCell49.Weight = 0.78314100999098546D; // // xrTableCell50 @@ -873,8 +744,7 @@ namespace WhbRefrath 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, "Eigenbeteiligung", "{0:0.00 €}")}); - this.xrTableCell50.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + new DevExpress.XtraReports.UI.XRBinding("Text", null, "AmountRecordedFLSString")}); this.xrTableCell50.Name = "xrTableCell50"; this.xrTableCell50.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell50.StylePriority.UseBorders = false; @@ -900,81 +770,6 @@ namespace WhbRefrath this.xrTableCell51.StylePriority.UseBorders = false; this.xrTableCell51.Weight = 1D; // - // xrTableRow3 - // - this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell4, - this.cellForderung}); - this.xrTableRow3.Name = "xrTableRow3"; - this.xrTableRow3.Weight = 0.085D; - // - // xrTableCell4 - // - this.xrTableCell4.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell4.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell4.Name = "xrTableCell4"; - this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell4.StylePriority.UseBorderColor = false; - this.xrTableCell4.StylePriority.UseBorders = false; - this.xrTableCell4.StylePriority.UseFont = false; - this.xrTableCell4.StylePriority.UsePadding = false; - this.xrTableCell4.Text = "Unsere Forderung:"; - this.xrTableCell4.Weight = 0.78314100999098568D; - // - // cellForderung - // - this.cellForderung.BorderColor = System.Drawing.SystemColors.ControlLight; - this.cellForderung.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.cellForderung.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.cellForderung.Name = "cellForderung"; - this.cellForderung.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.cellForderung.StylePriority.UseBorderColor = false; - this.cellForderung.StylePriority.UseBorders = false; - this.cellForderung.StylePriority.UseFont = false; - this.cellForderung.StylePriority.UsePadding = false; - this.cellForderung.StylePriority.UseTextAlignment = false; - this.cellForderung.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; - this.cellForderung.Weight = 0.21685899000901443D; - // - // xrTableRow4 - // - this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell7, - this.xrTableCell8}); - this.xrTableRow4.Name = "xrTableRow4"; - this.xrTableRow4.Weight = 0.085D; - // - // xrTableCell7 - // - this.xrTableCell7.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell7.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((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 = 0.78314100999098568D; - // - // xrTableCell8 - // - this.xrTableCell8.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell8.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell8.Name = "xrTableCell8"; - this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell8.StylePriority.UseBorderColor = false; - this.xrTableCell8.StylePriority.UseBorders = false; - this.xrTableCell8.StylePriority.UseFont = false; - this.xrTableCell8.StylePriority.UsePadding = false; - this.xrTableCell8.StylePriority.UseTextAlignment = false; - this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; - this.xrTableCell8.Weight = 0.21685899000901443D; - // // xrTableRow33 // this.xrTableRow33.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { @@ -987,13 +782,12 @@ namespace WhbRefrath // this.xrTableCell52.BorderColor = System.Drawing.SystemColors.ControlLight; this.xrTableCell52.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell52.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 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 = "Ihre Abschlagszahlungen:"; + this.xrTableCell52.Text = "abzüglich der geleisteten Abschlagszahlung:"; this.xrTableCell52.Weight = 0.78314100999098568D; // // xrTableCell53 @@ -1001,7 +795,6 @@ namespace WhbRefrath 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.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell53.Name = "xrTableCell53"; this.xrTableCell53.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell53.StylePriority.UseBorderColor = false; @@ -1012,6 +805,39 @@ namespace WhbRefrath this.xrTableCell53.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; this.xrTableCell53.Weight = 0.21685899000901443D; // + // 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.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.UseBorders = false; + this.xrTableCell54.StylePriority.UsePadding = false; + this.xrTableCell54.Text = "abzüglich Eigenanteil:"; + this.xrTableCell54.Weight = 0.78314100999098568D; + // + // xrTableCell55 + // + 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, "Eigenbeteiligung", "{0:c}")}); + this.xrTableCell55.Name = "xrTableCell55"; + this.xrTableCell55.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell55.StylePriority.UseBorders = false; + this.xrTableCell55.StylePriority.UsePadding = false; + this.xrTableCell55.StylePriority.UseTextAlignment = false; + this.xrTableCell55.Text = "xrTableCell15"; + this.xrTableCell55.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell55.Weight = 0.21685899000901443D; + // // xrTableRow35 // this.xrTableRow35.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { @@ -1033,30 +859,29 @@ namespace WhbRefrath // xrTableRow36 // this.xrTableRow36.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell57, + this.lblForderung, this.xrTableCell58}); this.xrTableRow36.Name = "xrTableRow36"; this.xrTableRow36.Weight = 0.15D; // - // xrTableCell57 + // lblForderung // - this.xrTableCell57.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell57.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell57.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell57.Name = "xrTableCell57"; - this.xrTableCell57.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell57.StylePriority.UseBorderColor = false; - this.xrTableCell57.StylePriority.UseBorders = false; - this.xrTableCell57.StylePriority.UseFont = false; - this.xrTableCell57.Text = "Restforderung / Überzahlung:"; - this.xrTableCell57.Weight = 0.78314100999098568D; + this.lblForderung.BorderColor = System.Drawing.SystemColors.ControlLight; + this.lblForderung.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.lblForderung.Name = "lblForderung"; + this.lblForderung.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblForderung.StylePriority.UseBorderColor = false; + this.lblForderung.StylePriority.UseBorders = false; + this.lblForderung.StylePriority.UseFont = false; + this.lblForderung.Text = "Restforderung:"; + this.lblForderung.Weight = 0.78314100999098568D; // // 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.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell58.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold); this.xrTableCell58.Name = "xrTableCell58"; this.xrTableCell58.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell58.StylePriority.UseBorderColor = false; @@ -1070,32 +895,12 @@ namespace WhbRefrath // PageFooter // this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.xrLabel15, this.xrLabel14, - this.xrLabel13}); + this.xrLabel13, + this.xrLabel15}); this.PageFooter.HeightF = 58.33333F; this.PageFooter.Name = "PageFooter"; // - // xrLabel15 - // - this.xrLabel15.BackColor = System.Drawing.Color.Transparent; - this.xrLabel15.BorderColor = System.Drawing.Color.Black; - this.xrLabel15.Borders = DevExpress.XtraPrinting.BorderSide.Top; - this.xrLabel15.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(471.4929F, 0F); - 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(206.5072F, 58.33333F); - this.xrLabel15.StylePriority.UseBackColor = false; - this.xrLabel15.StylePriority.UseBorderColor = false; - this.xrLabel15.StylePriority.UseBorders = false; - this.xrLabel15.StylePriority.UseFont = false; - this.xrLabel15.StylePriority.UsePadding = false; - this.xrLabel15.StylePriority.UseTextAlignment = false; - this.xrLabel15.Text = "Kreissparkasse Köln\r\nIBAN: DE75370502990313000700\r\nBIC: COKSDE33"; - this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // // xrLabel14 // this.xrLabel14.BackColor = System.Drawing.Color.Transparent; @@ -1136,26 +941,25 @@ namespace WhbRefrath this.xrLabel13.Text = "Amtsgericht Köln\r\nHRB 45973\r\nSteuernummer: 204/5825/0556\r\n"; this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // - // FLS + // xrLabel15 // - this.FLS.DataMember = "InvoiceItems"; - this.FLS.Name = "FLS"; - // - // xrLabel21 - // - this.xrLabel21.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(344.375F, 192.0001F); - this.xrLabel21.Name = "xrLabel21"; - this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel21.SizeF = new System.Drawing.SizeF(333.6252F, 16.99997F); - this.xrLabel21.StylePriority.UseFont = false; - this.xrLabel21.StylePriority.UseTextAlignment = false; - this.xrLabel21.Text = "Quittierungsbelege [AccountingPeriod]"; - this.xrLabel21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // - // bindingSource1 - // - this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.SettlementRO); + this.xrLabel15.BackColor = System.Drawing.Color.Transparent; + this.xrLabel15.BorderColor = System.Drawing.Color.Black; + this.xrLabel15.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrLabel15.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(471.4928F, 0F); + 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(206.5072F, 58.33333F); + this.xrLabel15.StylePriority.UseBackColor = false; + this.xrLabel15.StylePriority.UseBorderColor = false; + this.xrLabel15.StylePriority.UseBorders = false; + this.xrLabel15.StylePriority.UseFont = false; + this.xrLabel15.StylePriority.UsePadding = false; + this.xrLabel15.StylePriority.UseTextAlignment = false; + this.xrLabel15.Text = "Kreissparkasse Köln\r\nIBAN: DE75370502990313000700\r\nBIC: COKSDE33"; + this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // Spitzabrechnung // @@ -1169,22 +973,20 @@ namespace WhbRefrath this.DetailReport, this.GroupFooter1, this.PageFooter}); - this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] { - this.FLS}); this.DataSource = this.bindingSource1; this.ExportOptions.PrintPreview.DefaultFileName = "Spitzabrechnung"; this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { this.ruleRateFactorNull}); - this.Margins = new System.Drawing.Printing.Margins(75, 74, 98, 19); + this.Margins = new System.Drawing.Printing.Margins(75, 74, 100, 18); this.PageHeight = 1169; this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Version = "17.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); } @@ -1194,8 +996,11 @@ namespace WhbRefrath 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.XRLabel RecipientPostCodeAndTown; private DevExpress.XtraReports.UI.XRLabel xrLabel_RecipientStreet; private DevExpress.XtraReports.UI.XRLabel xrLabel_RecipientDivision; @@ -1203,8 +1008,6 @@ namespace WhbRefrath 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 xrTableRow9; private DevExpress.XtraReports.UI.XRTableCell xrTableCell19; @@ -1219,19 +1022,23 @@ namespace WhbRefrath private DevExpress.XtraReports.UI.XRTableRow xrTableRow21; private DevExpress.XtraReports.UI.XRTableCell xrTableCell18; private DevExpress.XtraReports.UI.XRTableRow xrTableRow22; - private DevExpress.XtraReports.UI.XRTableCell cellAbwesenheiten; + 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.XRLabel xrLabel9; private DevExpress.XtraReports.UI.DetailReportBand DetailReport; private DevExpress.XtraReports.UI.DetailBand Detail1; private DevExpress.XtraReports.UI.XRTable xrTable5; private DevExpress.XtraReports.UI.XRTableRow xrTableRow15; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell17; private DevExpress.XtraReports.UI.XRTableCell xrTableCell23; private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1; private DevExpress.XtraReports.UI.XRTable xrTable4; @@ -1245,39 +1052,23 @@ namespace WhbRefrath private DevExpress.XtraReports.UI.XRTableRow xrTableRow33; private DevExpress.XtraReports.UI.XRTableCell xrTableCell52; private DevExpress.XtraReports.UI.XRTableCell xrTableCell53; + 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.XRTableRow xrTableRow36; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell57; + private DevExpress.XtraReports.UI.XRTableCell lblForderung; private DevExpress.XtraReports.UI.XRTableCell xrTableCell58; private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox3; private DevExpress.XtraReports.UI.XRLabel xrLabel7; private DevExpress.XtraReports.UI.XRLabel xrLabel26; + private DevExpress.XtraReports.UI.XRLabel xrLabel16; + private DevExpress.XtraReports.UI.XRLabel xrLabel12; + private DevExpress.XtraReports.UI.XRLabel xrLabel11; private DevExpress.XtraReports.UI.PageFooterBand PageFooter; - private DevExpress.XtraReports.UI.XRLabel xrLabel15; private DevExpress.XtraReports.UI.XRLabel xrLabel14; private DevExpress.XtraReports.UI.XRLabel xrLabel13; - private DevExpress.XtraReports.UI.XRLabel xrLabel16; - private DevExpress.XtraReports.UI.XRLabel xrLabel5; - private DevExpress.XtraReports.UI.XRLabel xrLabel6; - private DevExpress.XtraReports.UI.XRLabel xrLabel18; - private DevExpress.XtraReports.UI.XRLabel xrLabel19; - private DevExpress.XtraReports.UI.XRLabel xrLabel20; - private DevExpress.XtraReports.UI.XRLabel xrLabel17; - private DevExpress.XtraReports.UI.XRLabel xrLabel2; - private DevExpress.XtraReports.UI.XRTableRow xrTableRow2; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell2; - private DevExpress.XtraReports.UI.XRTableRow xrTableRow1; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell3; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell1; - private DevExpress.XtraReports.UI.XRTableRow xrTableRow3; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell4; - private DevExpress.XtraReports.UI.XRTableCell cellForderung; - private DevExpress.XtraReports.UI.XRTableRow xrTableRow4; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell7; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell8; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell9; - private DevExpress.XtraReports.UI.CalculatedField FLS; - private DevExpress.XtraReports.UI.XRLabel xrLabel21; + private DevExpress.XtraReports.UI.XRLabel xrLabel15; } } diff --git a/ReportImp/WhbRefrath/SettlementReport.cs b/ReportImp/WhbRefrath/SettlementReport.cs index cf84b418d..263bdff57 100644 --- a/ReportImp/WhbRefrath/SettlementReport.cs +++ b/ReportImp/WhbRefrath/SettlementReport.cs @@ -4,9 +4,10 @@ using BeWo.Data.Access; using BeWo.Data.Entities; using BeWo.Report; using BeWo.Report.ReportObjects; +using BS.Shared; using BS.Shared.DataContracts; -namespace WhbRefrath +namespace WhbRefrath.Alt { public partial class Spitzabrechnung : DevExpress.XtraReports.UI.XtraReport, IBeWoReport { @@ -58,7 +59,7 @@ namespace WhbRefrath { foreach (var ii in pRO.InvoiceItems) { - ii.ItemDescription = String.Format("{0:dd.MM.yyyy} bis {1:dd.MM.yyyy}: {2:0.00} FLS x {3:c}", + ii.ItemDescription = String.Format("{0:dd.MM.yyyy} bis {1:dd.MM.yyyy}: {2:0.##} FLS x {3:c}", ii.ItemPeriodStart, ii.ItemPeriodEnd, ii.UnitCount, ii.AmountPerUnit); } } @@ -69,7 +70,7 @@ namespace WhbRefrath { foreach (var ii in pRO.InvoiceItems) { - ii.ItemDescription = String.Format("{0:dd.MM.}/{1:dd.MM.yyyy} {2:0.00} FLS {3} x {4:c}", + ii.ItemDescription = String.Format("{0:dd.MM.yyyy} bis {1:dd.MM.yyyy}: {2:0.##} FLS {3}x {4:c}", ii.ItemPeriodStart, ii.ItemPeriodEnd, ii.UnitCount, ii.RateFactor == 0 ? "" : "x " + pRO.RateFactorText2 + " ", ii.AmountPerUnit); @@ -77,13 +78,25 @@ namespace WhbRefrath } } } + var cb2sc = DAOFactory.GenericDAO.LoadByID(pRO.CostBearer2SupportConceptOid); + if (!String.IsNullOrEmpty(pRO.RecipientContactPerson)) + { + if (cb2sc.CostBearerContactPerson.FirstNameLastName == pRO.RecipientContactPerson && cb2sc.CostBearerContactPerson.Sex.HasValue) + { + if (cb2sc.CostBearerContactPerson.Sex.Value == Sex.Female) + lblAnrede.Text = "Sehr geehrte Frau " + cb2sc.CostBearerContactPerson.LastName.Trim() + ","; + else + lblAnrede.Text = "Sehr geehrter Herr" + cb2sc.CostBearerContactPerson.LastName.Trim() + ","; + } + } - cellForderung.Text = String.Format("{0:c}", pRO.AmountRecordedFLS - pRO.Eigenbeteiligung); - if (String.IsNullOrEmpty(pRO.AbsenceTimes)) - cellAbwesenheiten.Text = String.Format("{0} {1} hatte während dieses Betreuungszeitraumes keine Krankenhausaufenthalte.", pRO.Salutation1, pRO.CustomerName); - else - cellAbwesenheiten.Text = pRO.AbsenceTimes; + if (pRO.SettlementDC.Claim < 0) + { + pRO.Claim = String.Format("{0:0.00 €}", -pRO.SettlementDC.Claim); + pRO.FinalSentence = "Bitte verrechnen Sie die Überzahlung mit künftigen Abschlägen."; + lblForderung.Text = "Überzahlung:"; + } this.bindingSource1.DataSource = pRO; } @@ -100,8 +113,8 @@ namespace WhbRefrath { itemList.Add(new InvoiceItemDC { - ItemDescription = String.Format("{0:dd.MM.}/{1:dd.MM.yyyy} {2:0.00} FLS {3} x {4:c}", - pRO.AccountingStartDate, pRO.HourlyRateEndDate3, + ItemDescription = String.Format("{0} bis {1}: {2:0.##} FLS {3}x {4:c}", + pRO.AccountingStartDateString, pRO.HourlyRate3EndDateString, pRO.GeleisteteFLSMitStundensatz3, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRate3), GrossAmountTotal = pRO.GeleisteteFLSMitStundensatz3 * pRO.RateFactor * pRO.HourlyRate3 @@ -109,8 +122,8 @@ namespace WhbRefrath itemList.Add(new InvoiceItemDC { - ItemDescription = String.Format("{0:dd.MM.}/{1:dd.MM.yyyy} {2:0.00} FLS {3} x {4:c}", - pRO.HourlyRateOldStartDate, pRO.HourlyRateOldEndDate, + ItemDescription = String.Format("{0} bis {1}: {2:0.##} FLS {3}x {4:c}", + pRO.HourlyRateOldStartDateString, pRO.HourlyRateOldEndDateString, pRO.GeleisteteFLSMitStundensatzAlt, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateOld), GrossAmountTotal = pRO.GeleisteteFLSMitStundensatzAlt * pRO.RateFactor * pRO.HourlyRateOld @@ -118,8 +131,8 @@ namespace WhbRefrath itemList.Add(new InvoiceItemDC { - ItemDescription = String.Format("{0:dd.MM.}/{1:dd.MM.yyyy} {2:0.00} FLS {3} x {4:c}", - pRO.HourlyRateNewStartDate, pRO.AccountingEndDate, + ItemDescription = String.Format("{0} bis {1}: {2:0.##} FLS {3}x {4:c}", + pRO.HourlyRateNewStartDateString, pRO.AccountingEndDateString, pRO.GeleisteteFLSMitStundensatzAktuell, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateNew), GrossAmountTotal = pRO.GeleisteteFLSMitStundensatzAktuell * pRO.RateFactor * pRO.HourlyRateNew @@ -130,8 +143,8 @@ namespace WhbRefrath { itemList.Add(new InvoiceItemDC { - ItemDescription = String.Format("{0:dd.MM.}/{1:dd.MM.yyyy} {2:0.00} FLS {3} x {4:c}", - pRO.AccountingStartDate, pRO.HourlyRateOldEndDate, + ItemDescription = String.Format("{0} bis {1}: {2:0.##} FLS {3}x {4:c}", + pRO.AccountingStartDateString, pRO.HourlyRateOldEndDateString, pRO.GeleisteteFLSMitStundensatzAlt, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateOld), GrossAmountTotal = pRO.GeleisteteFLSMitStundensatzAlt * (decimal)pRO.RateFactor * pRO.HourlyRateOld @@ -139,8 +152,8 @@ namespace WhbRefrath itemList.Add(new InvoiceItemDC { - ItemDescription = String.Format("{0:dd.MM.}/{1:dd.MM.yyyy} {2:0.00} FLS {3} x {4:c}", - pRO.HourlyRateNewStartDate, pRO.AccountingEndDate, + ItemDescription = String.Format("{0} bis {1}: {2:0.##} FLS {3}x {4:c}", + pRO.HourlyRateNewStartDateString, pRO.AccountingEndDateString, pRO.GeleisteteFLSMitStundensatzAktuell, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateNew), GrossAmountTotal = pRO.GeleisteteFLSMitStundensatzAktuell * pRO.RateFactor * pRO.HourlyRateNew @@ -151,8 +164,8 @@ namespace WhbRefrath { itemList.Add(new InvoiceItemDC { - ItemDescription = String.Format("{0:dd.MM.}/{1:dd.MM.yyyy} {2:0.00} FLS {3} x {4:c}", - pRO.AccountingStartDate, pRO.AccountingEndDate, + ItemDescription = String.Format("{0} bis {1}: {2:0.##} FLS {3}x {4:c}", + pRO.AccountingStartDateString, pRO.AccountingEndDateString, pRO.GeleisteteFLSMitStundensatzAktuell, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateNew), GrossAmountTotal = pRO.GeleisteteFLSMitStundensatzAktuell * pRO.RateFactor * pRO.HourlyRateNew @@ -163,65 +176,65 @@ namespace WhbRefrath return itemList; } - private void UpdateAbrechnungsFelder(SettlementRO pRO) - { - if (pRO.DifferentHourlyRateCount == 3) - { - //Erbrachte Leistungen (FLS) - bis [HourlyRateOldEndDateString] à [HourlyRateOldString] € + private void UpdateAbrechnungsFelder(SettlementRO pRO) + { + if (pRO.DifferentHourlyRateCount == 3) + { + //Erbrachte Leistungen (FLS) - bis [HourlyRateOldEndDateString] à [HourlyRateOldString] € - pRO.Abrechnungstext1 = String.Format("{0:dd.MM.}/{1:dd.MM.yyyy}", - pRO.AccountingStartDate, pRO.HourlyRateEndDate3); + pRO.Abrechnungstext1 = String.Format("{0} bis {1}", + pRO.AccountingStartDateString, pRO.HourlyRate3EndDateString); - pRO.Abrechnungstext1 += String.Format(": {0:0.##} FLS {1}x {2:c}", - pRO.GeleisteteFLSMitStundensatz3, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRate3); + pRO.Abrechnungstext1 += String.Format(": {0:0.##} FLS {1}x {2:c}", + pRO.GeleisteteFLSMitStundensatz3, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRate3); - //[AccountingStartDateString] - [HourlyRate3EndDateString] sind [RecordedFLSWithHourlyRate3String] Std. x [HourlyRate3String] € ="; + //[AccountingStartDateString] - [HourlyRate3EndDateString] sind [RecordedFLSWithHourlyRate3String] Std. x [HourlyRate3String] € ="; - pRO.Betrag1 = String.Format("{0:c}", pRO.GeleisteteFLSMitStundensatz3 * (decimal)pRO.RateFactor * pRO.HourlyRate3); + pRO.Betrag1 = String.Format("{0:c}", pRO.GeleisteteFLSMitStundensatz3 * (decimal)pRO.RateFactor * pRO.HourlyRate3); - pRO.Abrechnungstext2 = String.Format("{0:dd.MM.}/{1:dd.MM.yyyy}", - pRO.HourlyRateOldStartDate, pRO.HourlyRateOldEndDate); - pRO.Abrechnungstext2 += String.Format(": {0:0.##} FLS {1}x {2:c}", - pRO.GeleisteteFLSMitStundensatzAlt, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateOld); + pRO.Abrechnungstext2 = String.Format("{0} bis {1}", + pRO.HourlyRateOldStartDateString, pRO.HourlyRateOldEndDateString); + pRO.Abrechnungstext2 += String.Format(": {0:0.##} FLS {1}x {2:c}", + pRO.GeleisteteFLSMitStundensatzAlt, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateOld); - pRO.Betrag2 = String.Format("{0:c}", pRO.GeleisteteFLSMitStundensatzAlt * (decimal)pRO.RateFactor * pRO.HourlyRateOld); + pRO.Betrag2 = String.Format("{0:c}", pRO.GeleisteteFLSMitStundensatzAlt * (decimal)pRO.RateFactor * pRO.HourlyRateOld); - pRO.Abrechnungstext3 = String.Format("{0:dd.MM.}/{1:dd.MM.yyyy}", - pRO.HourlyRateNewStartDate, pRO.AccountingEndDate); - pRO.Abrechnungstext3 += String.Format(": {0:0.##} FLS {1}x {2:c}", - pRO.GeleisteteFLSMitStundensatzAktuell, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateNew); + pRO.Abrechnungstext3 = String.Format("{0} bis {1}", + pRO.HourlyRateNewStartDateString, pRO.AccountingEndDateString); + pRO.Abrechnungstext3 += String.Format(": {0:0.##} FLS {1}x {2:c}", + pRO.GeleisteteFLSMitStundensatzAktuell, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateNew); - pRO.Betrag3 = String.Format("{0:c}", pRO.GeleisteteFLSMitStundensatzAktuell * (decimal)pRO.RateFactor * pRO.HourlyRateNew); - } - else if (pRO.DifferentHourlyRateCount == 2) - { + pRO.Betrag3 = String.Format("{0:c}", pRO.GeleisteteFLSMitStundensatzAktuell * (decimal)pRO.RateFactor * pRO.HourlyRateNew); + } + else if (pRO.DifferentHourlyRateCount == 2) + { - pRO.Abrechnungstext2 = String.Format("{0:dd.MM.}/{1:dd.MM.yyyy}", - pRO.AccountingStartDate, pRO.HourlyRateOldEndDate); - pRO.Abrechnungstext2 += String.Format(": {0:0.##} FLS {1}x {2:c}", - pRO.GeleisteteFLSMitStundensatzAlt, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateOld); + pRO.Abrechnungstext2 = String.Format("{0} bis {1}", + pRO.AccountingStartDateString, pRO.HourlyRateOldEndDateString); + pRO.Abrechnungstext2 += String.Format(": {0:0.##} FLS {1}x {2:c}", + pRO.GeleisteteFLSMitStundensatzAlt, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateOld); - pRO.Betrag2 = String.Format("{0:c}", pRO.GeleisteteFLSMitStundensatzAlt * (decimal)pRO.RateFactor * pRO.HourlyRateOld); + pRO.Betrag2 = String.Format("{0:c}", pRO.GeleisteteFLSMitStundensatzAlt * (decimal)pRO.RateFactor * pRO.HourlyRateOld); - pRO.Abrechnungstext3 = String.Format("{0:dd.MM.}/{1:dd.MM.yyyy}", - pRO.HourlyRateNewStartDate, pRO.AccountingEndDate); - pRO.Abrechnungstext3 += String.Format(": {0:0.##} FLS {1}x {2:c}", - pRO.GeleisteteFLSMitStundensatzAktuell, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateNew); + pRO.Abrechnungstext3 = String.Format("{0} bis {1}", + pRO.HourlyRateNewStartDateString, pRO.AccountingEndDateString); + pRO.Abrechnungstext3 += String.Format(": {0:0.##} FLS {1}x {2:c}", + pRO.GeleisteteFLSMitStundensatzAktuell, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateNew); - pRO.Betrag3 = String.Format("{0:c}", pRO.GeleisteteFLSMitStundensatzAktuell * (decimal)pRO.RateFactor * pRO.HourlyRateNew); - } - else - { - pRO.Abrechnungstext3 = String.Format("{0:dd.MM.}/{1:dd.MM.yyyy}", - pRO.AccountingStartDate, pRO.AccountingEndDate); - pRO.Abrechnungstext3 += String.Format(": {0:0.##} FLS {1}x {2:c}", - pRO.GeleisteteFLSMitStundensatzAktuell, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateNew); + pRO.Betrag3 = String.Format("{0:c}", pRO.GeleisteteFLSMitStundensatzAktuell * (decimal)pRO.RateFactor * pRO.HourlyRateNew); + } + else + { + pRO.Abrechnungstext3 = String.Format("{0} bis {1}", + pRO.AccountingStartDateString, pRO.AccountingEndDateString); + pRO.Abrechnungstext3 += String.Format(": {0:0.##} FLS {1}x {2:c}", + pRO.GeleisteteFLSMitStundensatzAktuell, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateNew); - pRO.Betrag3 = String.Format("{0:c}", pRO.GeleisteteFLSMitStundensatzAktuell * (decimal)pRO.RateFactor * pRO.HourlyRateNew); - } - } + pRO.Betrag3 = String.Format("{0:c}", pRO.GeleisteteFLSMitStundensatzAktuell * (decimal)pRO.RateFactor * pRO.HourlyRateNew); + } + } } } diff --git a/ReportImp/WhbRefrath/SettlementReport.resx b/ReportImp/WhbRefrath/SettlementReport.resx index c388d18a4..2a97ba6d7 100644 --- a/ReportImp/WhbRefrath/SettlementReport.resx +++ b/ReportImp/WhbRefrath/SettlementReport.resx @@ -5215,6 +5215,10 @@ /f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39 /f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39 /f39/f39/f39/f39/QA= + + + + anbei sende ich Ihnen die unterschriebenen Nachweise über die im Rahmen des Ambulant Betreuten Wohnens für [Salutation2] [CustomerName] erbrachten Leistungen zu. Nach unserer Berechnung ergeben sich für den Betreuungszeitraum [AccountingPeriod] hieraus: diff --git a/ReportImp/WhbRefrath/SettlementReport2.Designer.cs b/ReportImp/WhbRefrath/SettlementReport2.Designer.cs index 6cced8ebb..508619dc7 100644 --- a/ReportImp/WhbRefrath/SettlementReport2.Designer.cs +++ b/ReportImp/WhbRefrath/SettlementReport2.Designer.cs @@ -1,5 +1,5 @@ using BeWo.Report.ReportObjects; -namespace WhbRefrath.Alt +namespace WhbRefrath { partial class Spitzabrechnung { @@ -33,9 +33,16 @@ namespace WhbRefrath.Alt System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Spitzabrechnung)); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); - this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox(); + 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.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.RecipientPostCodeAndTown = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel_RecipientStreet = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel_RecipientDivision = new DevExpress.XtraReports.UI.XRLabel(); @@ -43,89 +50,72 @@ namespace WhbRefrath.Alt this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel21 = 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.xrTableRow21 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow22 = new DevExpress.XtraReports.UI.XRTableRow(); - this.cellAbwesenheiten = new DevExpress.XtraReports.UI.XRTableCell(); + 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.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.xrTable5 = new DevExpress.XtraReports.UI.XRTable(); - this.xrTableRow11 = new DevExpress.XtraReports.UI.XRTableRow(); - this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableRow12 = new DevExpress.XtraReports.UI.XRTableRow(); - this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableRow13 = new DevExpress.XtraReports.UI.XRTableRow(); - this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel26 = new DevExpress.XtraReports.UI.XRLabel(); 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.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell52 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell53 = new DevExpress.XtraReports.UI.XRTableCell(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); - this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); - this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); - this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); - this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); - this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow(); - this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow(); - this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow(); - this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); - this.cellForderung = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableRow7 = new DevExpress.XtraReports.UI.XRTableRow(); - this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow(); - this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow(); - this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow(); - this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTable5 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow30 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell(); + 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.lblForderung = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell60 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrLabel26 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); - this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblAssistenzStd = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblAssistenz = new DevExpress.XtraReports.UI.XRTableCell(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // @@ -139,44 +129,130 @@ namespace WhbRefrath.Alt // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.xrPictureBox3}); + this.xrPictureBox3, + this.xrLabel9}); this.ReportHeader.Font = new System.Drawing.Font("Verdana", 10F); this.ReportHeader.HeightF = 87.69449F; this.ReportHeader.Name = "ReportHeader"; this.ReportHeader.StylePriority.UseFont = false; // - // xrPictureBox3 + // xrLabel9 // - this.xrPictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox3.Image"))); - this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(452.67F, 0F); - this.xrPictureBox3.Name = "xrPictureBox3"; - this.xrPictureBox3.SizeF = new System.Drawing.SizeF(225.33F, 87.69449F); - this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(59.66666F, 32.75F); + 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.Font = new System.Drawing.Font("Calibri", 11F); - this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(385F, 125.25F); + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(367F, 185.6667F); 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.UseFont = false; 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(6.357829E-05F, 390.7083F); + this.xrTable1.Name = "xrTable1"; + this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow2, + this.xrTableRow1, + this.xrTableRow3, + this.rowErbrachteLeistung}); + this.xrTable1.SizeF = new System.Drawing.SizeF(649.9999F, 68F); + this.xrTable1.StylePriority.UseBorderColor = false; + // + // rowErbrachteLeistung + // + this.rowErbrachteLeistung.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell22}); + this.rowErbrachteLeistung.Name = "rowErbrachteLeistung"; + this.rowErbrachteLeistung.Weight = 0.085D; + // // 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(6.357829E-05F, 314.9999F); + 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(6.357829E-05F, 284F); + 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 System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 241.6667F); + 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 System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 225.6667F); + 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]"; + this.xrLabel3.WordWrap = false; + // + // xrLabel2 + // + this.xrLabel2.BackColor = System.Drawing.Color.Transparent; + this.xrLabel2.CanShrink = true; + this.xrLabel2.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 208.6667F); + this.xrLabel2.Name = "xrLabel2"; + this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel2.SizeF = new System.Drawing.SizeF(650F, 17F); + this.xrLabel2.StylePriority.UseBackColor = false; + this.xrLabel2.StylePriority.UseFont = false; + this.xrLabel2.Text = "Rechnung Nr. [InvoiceNumber]"; + this.xrLabel2.WordWrap = false; + // // RecipientPostCodeAndTown // this.RecipientPostCodeAndTown.CanShrink = true; - this.RecipientPostCodeAndTown.Font = new System.Drawing.Font("Calibri", 11F); this.RecipientPostCodeAndTown.LocationFloat = new DevExpress.Utils.PointFloat(0F, 100F); this.RecipientPostCodeAndTown.Name = "RecipientPostCodeAndTown"; this.RecipientPostCodeAndTown.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); @@ -188,7 +264,6 @@ namespace WhbRefrath.Alt // xrLabel_RecipientStreet // this.xrLabel_RecipientStreet.CanShrink = true; - this.xrLabel_RecipientStreet.Font = new System.Drawing.Font("Calibri", 11F); this.xrLabel_RecipientStreet.LocationFloat = new DevExpress.Utils.PointFloat(0F, 83.00002F); this.xrLabel_RecipientStreet.Name = "xrLabel_RecipientStreet"; this.xrLabel_RecipientStreet.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); @@ -200,7 +275,6 @@ namespace WhbRefrath.Alt // xrLabel_RecipientDivision // this.xrLabel_RecipientDivision.CanShrink = true; - this.xrLabel_RecipientDivision.Font = new System.Drawing.Font("Calibri", 11F); this.xrLabel_RecipientDivision.LocationFloat = new DevExpress.Utils.PointFloat(0F, 66.00002F); this.xrLabel_RecipientDivision.Name = "xrLabel_RecipientDivision"; this.xrLabel_RecipientDivision.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); @@ -212,7 +286,6 @@ namespace WhbRefrath.Alt // xrLabel_RecipientContactPerson // this.xrLabel_RecipientContactPerson.CanShrink = true; - this.xrLabel_RecipientContactPerson.Font = new System.Drawing.Font("Calibri", 11F); this.xrLabel_RecipientContactPerson.LocationFloat = new DevExpress.Utils.PointFloat(0F, 49.00001F); this.xrLabel_RecipientContactPerson.Name = "xrLabel_RecipientContactPerson"; this.xrLabel_RecipientContactPerson.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); @@ -224,7 +297,6 @@ namespace WhbRefrath.Alt // xrLabel1 // this.xrLabel1.CanShrink = true; - this.xrLabel1.Font = new System.Drawing.Font("Calibri", 11F); this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 32F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); @@ -236,82 +308,38 @@ namespace WhbRefrath.Alt // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.xrLabel10, this.xrLabel16, this.xrLabel12, this.xrLabel11, - this.xrLabel21, - this.xrTable3}); + this.xrLabel10, + this.xrTable3, + this.lblNotice}); this.ReportFooter.Font = new System.Drawing.Font("Verdana", 10F); - this.ReportFooter.HeightF = 184.0001F; + this.ReportFooter.HeightF = 211.5F; this.ReportFooter.KeepTogether = true; this.ReportFooter.Name = "ReportFooter"; this.ReportFooter.StylePriority.UseFont = false; // // xrLabel10 // - this.xrLabel10.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(9.536743E-05F, 81.58334F); + this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(0F, 117F); 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"; // - // xrLabel16 - // - this.xrLabel16.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(9.536743E-05F, 150F); - this.xrLabel16.Name = "xrLabel16"; - this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel16.SizeF = new System.Drawing.SizeF(225F, 17F); - this.xrLabel16.StylePriority.UseFont = false; - this.xrLabel16.Text = "Stefan Jankowski"; - // - // xrLabel12 - // - this.xrLabel12.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(9.536743E-05F, 167.0001F); - 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 = "Geschäftsführer"; - // - // xrLabel11 - // - this.xrLabel11.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(344.375F, 150F); - this.xrLabel11.Name = "xrLabel11"; - this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel11.SizeF = new System.Drawing.SizeF(107.6252F, 17F); - this.xrLabel11.StylePriority.UseFont = false; - this.xrLabel11.StylePriority.UseTextAlignment = false; - this.xrLabel11.Text = "Anlage:"; - this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // - // xrLabel21 - // - this.xrLabel21.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(344.375F, 167.0001F); - this.xrLabel21.Name = "xrLabel21"; - this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel21.SizeF = new System.Drawing.SizeF(333.6252F, 16.99997F); - this.xrLabel21.StylePriority.UseFont = false; - this.xrLabel21.StylePriority.UseTextAlignment = false; - this.xrLabel21.Text = "Quittierungsbelege [AccountingPeriod]"; - this.xrLabel21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // // xrTable3 // - this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 9.999974F); + 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.xrTableRow21, this.xrTableRow22, - this.xrTableRow23}); - this.xrTable3.SizeF = new System.Drawing.SizeF(650F, 52F); + this.xrTableRow23, + this.xrTableRow24}); + this.xrTable3.SizeF = new System.Drawing.SizeF(650F, 68F); this.xrTable3.StylePriority.UseFont = false; // // xrTableRow20 @@ -325,10 +353,8 @@ namespace WhbRefrath.Alt // this.xrTableCell16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Notice")}); - this.xrTableCell16.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell16.Name = "xrTableCell16"; this.xrTableCell16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell16.StylePriority.UseFont = false; this.xrTableCell16.StylePriority.UsePadding = false; this.xrTableCell16.Text = "xrTableCell1"; this.xrTableCell16.Weight = 3D; @@ -348,21 +374,19 @@ namespace WhbRefrath.Alt // xrTableRow22 // this.xrTableRow22.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.cellAbwesenheiten}); + this.xrTableCell29}); this.xrTableRow22.Name = "xrTableRow22"; this.xrTableRow22.Weight = 0.38095238095238088D; // - // cellAbwesenheiten + // xrTableCell29 // - this.cellAbwesenheiten.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + this.xrTableCell29.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "AbsenceTimes")}); - this.cellAbwesenheiten.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.cellAbwesenheiten.Name = "cellAbwesenheiten"; - this.cellAbwesenheiten.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.cellAbwesenheiten.StylePriority.UseFont = false; - this.cellAbwesenheiten.StylePriority.UsePadding = false; - this.cellAbwesenheiten.Text = "xrTableCell4"; - this.cellAbwesenheiten.Weight = 3D; + 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 // @@ -376,306 +400,66 @@ namespace WhbRefrath.Alt 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.38095238095238093D; + // + // 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; + // + // lblNotice + // + this.lblNotice.CanShrink = true; + this.lblNotice.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.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.HeightF = 99F; + this.topMarginBand1.HeightF = 100F; this.topMarginBand1.Name = "topMarginBand1"; // // bottomMarginBand1 // - this.bottomMarginBand1.HeightF = 19F; + this.bottomMarginBand1.HeightF = 23F; this.bottomMarginBand1.Name = "bottomMarginBand1"; // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.xrTable5, - this.xrLabel4, - this.xrLabel3, - this.xrLabel2, - this.xrLabel17, - this.xrLabel20, - this.xrLabel19, - this.xrLabel18, - this.xrLabel6, - this.xrLabel5, - this.xrLabel7, this.xrLabel26, + this.xrLabel7, this.xrLabel1, this.xrLabel_RecipientContactPerson, this.xrLabel_RecipientDivision, this.xrLabel_RecipientStreet, this.RecipientPostCodeAndTown, + this.xrLabel2, + this.xrLabel3, + this.xrLabel4, + this.lblAnrede, + this.xrLabel6, + this.xrTable1, this.xrLabel8}); this.GroupHeader1.Font = new System.Drawing.Font("Verdana", 10F); - this.GroupHeader1.HeightF = 340F; + this.GroupHeader1.HeightF = 458.7083F; this.GroupHeader1.Name = "GroupHeader1"; this.GroupHeader1.StylePriority.UseFont = false; // - // xrTable5 - // - this.xrTable5.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 289F); - this.xrTable5.Name = "xrTable5"; - this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { - this.xrTableRow11, - this.xrTableRow12, - this.xrTableRow13}); - this.xrTable5.SizeF = new System.Drawing.SizeF(650F, 51F); - this.xrTable5.StylePriority.UseBorderColor = false; - // - // xrTableRow11 - // - this.xrTableRow11.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell19, - this.xrTableCell17}); - this.xrTableRow11.Name = "xrTableRow11"; - this.xrTableRow11.Weight = 0.085D; - // - // xrTableCell19 - // - this.xrTableCell19.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell19.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Right))); - this.xrTableCell19.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell19.Name = "xrTableCell19"; - this.xrTableCell19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell19.StylePriority.UseBorderColor = false; - this.xrTableCell19.StylePriority.UseBorders = false; - this.xrTableCell19.StylePriority.UseFont = false; - this.xrTableCell19.Text = "Bewilligte Fachleistungsstunden:"; - this.xrTableCell19.Weight = 0.78314100999098568D; - // - // xrTableCell17 - // - this.xrTableCell17.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell17.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Right))); - this.xrTableCell17.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); - this.xrTableCell17.Name = "xrTableCell17"; - this.xrTableCell17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell17.StylePriority.UseBorderColor = false; - this.xrTableCell17.StylePriority.UseBorders = false; - this.xrTableCell17.StylePriority.UseFont = false; - this.xrTableCell17.StylePriority.UseTextAlignment = false; - this.xrTableCell17.Text = "[ApprovedFLS]"; - this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; - this.xrTableCell17.Weight = 0.21685899000901443D; - // - // xrTableRow12 - // - this.xrTableRow12.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell21}); - this.xrTableRow12.Name = "xrTableRow12"; - this.xrTableRow12.Weight = 0.08D; - // - // xrTableCell21 - // - this.xrTableCell21.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell21.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) - | DevExpress.XtraPrinting.BorderSide.Right))); - this.xrTableCell21.Name = "xrTableCell21"; - this.xrTableCell21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell21.StylePriority.UseBorderColor = false; - this.xrTableCell21.StylePriority.UseBorders = false; - this.xrTableCell21.Weight = 1D; - // - // xrTableRow13 - // - this.xrTableRow13.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell20}); - this.xrTableRow13.Name = "xrTableRow13"; - this.xrTableRow13.Weight = 0.090000000000000011D; - // - // xrTableCell20 - // - this.xrTableCell20.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell20.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell20.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell20.Name = "xrTableCell20"; - this.xrTableCell20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell20.StylePriority.UseBorderColor = false; - this.xrTableCell20.StylePriority.UseBorders = false; - this.xrTableCell20.StylePriority.UseFont = false; - this.xrTableCell20.Text = "Geleistete Fachleistungsstunden:"; - this.xrTableCell20.Weight = 1D; - // - // xrLabel4 - // - this.xrLabel4.BackColor = System.Drawing.Color.Transparent; - this.xrLabel4.CanShrink = true; - this.xrLabel4.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(225.0001F, 201.5834F); - 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(327.0833F, 17.00002F); - this.xrLabel4.StylePriority.UseBackColor = false; - this.xrLabel4.StylePriority.UseFont = false; - this.xrLabel4.Text = "[CustomerReferenceNumber]"; - this.xrLabel4.WordWrap = false; - // - // xrLabel3 - // - this.xrLabel3.BackColor = System.Drawing.Color.Transparent; - this.xrLabel3.CanShrink = true; - this.xrLabel3.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(9.536743E-05F, 185.5834F); - 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 ambulanter Eingliederungshilfe zum Selbstständigen Wohnen (BeWo)"; - this.xrLabel3.WordWrap = false; - // - // xrLabel2 - // - this.xrLabel2.BackColor = System.Drawing.Color.Transparent; - this.xrLabel2.CanShrink = true; - this.xrLabel2.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(225.0001F, 218.5834F); - 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(327.0834F, 17F); - this.xrLabel2.StylePriority.UseBackColor = false; - this.xrLabel2.StylePriority.UseFont = false; - this.xrLabel2.Text = "[CustomerName]"; - this.xrLabel2.WordWrap = false; - // - // xrLabel17 - // - this.xrLabel17.BackColor = System.Drawing.Color.Transparent; - this.xrLabel17.CanShrink = true; - this.xrLabel17.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(225.0001F, 235.5834F); - this.xrLabel17.Multiline = true; - this.xrLabel17.Name = "xrLabel17"; - this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel17.SizeF = new System.Drawing.SizeF(327.0834F, 17.00002F); - this.xrLabel17.StylePriority.UseBackColor = false; - this.xrLabel17.StylePriority.UseFont = false; - this.xrLabel17.Text = "[CustomerBirthday!dd.MM.yyyy]"; - this.xrLabel17.WordWrap = false; - // - // xrLabel20 - // - this.xrLabel20.BackColor = System.Drawing.Color.Transparent; - this.xrLabel20.CanShrink = true; - this.xrLabel20.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(9.536743E-05F, 235.5834F); - this.xrLabel20.Multiline = true; - this.xrLabel20.Name = "xrLabel20"; - this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel20.SizeF = new System.Drawing.SizeF(225F, 17.00002F); - this.xrLabel20.StylePriority.UseBackColor = false; - this.xrLabel20.StylePriority.UseFont = false; - this.xrLabel20.Text = "geb. am:"; - this.xrLabel20.WordWrap = false; - // - // xrLabel19 - // - this.xrLabel19.BackColor = System.Drawing.Color.Transparent; - this.xrLabel19.CanShrink = true; - this.xrLabel19.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(0.0001271566F, 218.5834F); - this.xrLabel19.Multiline = true; - this.xrLabel19.Name = "xrLabel19"; - this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel19.SizeF = new System.Drawing.SizeF(225F, 17F); - this.xrLabel19.StylePriority.UseBackColor = false; - this.xrLabel19.StylePriority.UseFont = false; - this.xrLabel19.Text = "Name:"; - this.xrLabel19.WordWrap = false; - // - // xrLabel18 - // - this.xrLabel18.BackColor = System.Drawing.Color.Transparent; - this.xrLabel18.CanShrink = true; - this.xrLabel18.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(0.0001271566F, 201.5834F); - this.xrLabel18.Multiline = true; - this.xrLabel18.Name = "xrLabel18"; - this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel18.SizeF = new System.Drawing.SizeF(224.9999F, 17.00002F); - this.xrLabel18.StylePriority.UseBackColor = false; - this.xrLabel18.StylePriority.UseFont = false; - this.xrLabel18.Text = "Aktenzeichen:"; - this.xrLabel18.WordWrap = false; - // - // xrLabel6 - // - this.xrLabel6.BackColor = System.Drawing.Color.Transparent; - this.xrLabel6.CanShrink = true; - this.xrLabel6.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(0.0001271566F, 262.6666F); - 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(225F, 17.00002F); - this.xrLabel6.StylePriority.UseBackColor = false; - this.xrLabel6.StylePriority.UseFont = false; - this.xrLabel6.Text = "Bewilligungszeitraum:"; - this.xrLabel6.WordWrap = false; - // - // xrLabel5 - // - this.xrLabel5.BackColor = System.Drawing.Color.Transparent; - this.xrLabel5.CanShrink = true; - this.xrLabel5.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(225.0001F, 262.6666F); - this.xrLabel5.Multiline = true; - this.xrLabel5.Name = "xrLabel5"; - this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel5.SizeF = new System.Drawing.SizeF(327.0834F, 17.00002F); - this.xrLabel5.StylePriority.UseBackColor = false; - this.xrLabel5.StylePriority.UseFont = false; - this.xrLabel5.Text = "[AccountingPeriod]"; - this.xrLabel5.WordWrap = false; - // - // xrLabel7 - // - this.xrLabel7.BackColor = System.Drawing.Color.Transparent; - this.xrLabel7.BorderColor = System.Drawing.Color.Transparent; - this.xrLabel7.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrLabel7.Font = new System.Drawing.Font("Calibri", 8F); - this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); - this.xrLabel7.Multiline = true; - this.xrLabel7.Name = "xrLabel7"; - this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel7.SizeF = new System.Drawing.SizeF(292F, 32F); - this.xrLabel7.StylePriority.UseBackColor = false; - this.xrLabel7.StylePriority.UseBorderColor = false; - this.xrLabel7.StylePriority.UseBorders = false; - this.xrLabel7.StylePriority.UseFont = false; - this.xrLabel7.StylePriority.UsePadding = false; - this.xrLabel7.StylePriority.UseTextAlignment = false; - this.xrLabel7.Text = "WHB Refrath gGmbH\r\nFlehbachmühlenweg 10, 51427 Bergisch Gladbach\r\n"; - this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // - // xrLabel26 - // - this.xrLabel26.BackColor = System.Drawing.Color.Transparent; - this.xrLabel26.BorderColor = System.Drawing.Color.Transparent; - this.xrLabel26.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.xrLabel26.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel26.LocationFloat = new DevExpress.Utils.PointFloat(483.3679F, 0F); - this.xrLabel26.Multiline = true; - this.xrLabel26.Name = "xrLabel26"; - this.xrLabel26.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel26.SizeF = new System.Drawing.SizeF(184.6321F, 100F); - this.xrLabel26.StylePriority.UseBackColor = false; - this.xrLabel26.StylePriority.UseBorderColor = false; - this.xrLabel26.StylePriority.UseBorders = false; - this.xrLabel26.StylePriority.UseFont = false; - this.xrLabel26.StylePriority.UsePadding = false; - this.xrLabel26.StylePriority.UseTextAlignment = false; - this.xrLabel26.Text = "Flehbachmühlenweg 10\r\n51427 Bergisch Gladbach\r\nTel.: 02204 / 9224-0\r\nFax: 02204 /" + - " 9224-29\r\ninfo@whb-refrath-gmbh.de\r\nwww.whb-refrath-gmbh.de"; - this.xrLabel26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; - // // fieldApprovedFLSWithFactor // this.fieldApprovedFLSWithFactor.Expression = "[ApprovedFLSTotal] * [RateFactor]"; @@ -713,79 +497,24 @@ namespace WhbRefrath.Alt // xrTableRow33 // this.xrTableRow33.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell22, - this.xrTableCell23, - this.xrTableCell28, this.xrTableCell52, this.xrTableCell53}); this.xrTableRow33.Name = "xrTableRow33"; this.xrTableRow33.Weight = 0.085D; // - // xrTableCell22 - // - this.xrTableCell22.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell22.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell22.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - 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.StylePriority.UsePadding = false; - this.xrTableCell22.Text = "[PeriodStartDate!dd.MM.]/[PeriodEndDate!dd.MM.yyyy]"; - this.xrTableCell22.Weight = 0.20352569580078131D; - // - // xrTableCell23 - // - this.xrTableCell23.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell23.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceItems.UnitCount", "{0:#.00} FLS")}); - this.xrTableCell23.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell23.Name = "xrTableCell23"; - this.xrTableCell23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell23.StylePriority.UseBorderColor = false; - this.xrTableCell23.StylePriority.UseBorders = false; - this.xrTableCell23.StylePriority.UseFont = false; - this.xrTableCell23.StylePriority.UsePadding = false; - this.xrTableCell23.StylePriority.UseTextAlignment = false; - this.xrTableCell23.Text = "10,85 FLS"; - this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; - this.xrTableCell23.Weight = 0.14262833815354564D; - // - // xrTableCell28 - // - this.xrTableCell28.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell28.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell28.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceItems.RateFactor", "x {0:#.00}")}); - this.xrTableCell28.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell28.Name = "xrTableCell28"; - this.xrTableCell28.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell28.StylePriority.UseBorderColor = false; - this.xrTableCell28.StylePriority.UseBorders = false; - this.xrTableCell28.StylePriority.UseFont = false; - this.xrTableCell28.StylePriority.UsePadding = false; - this.xrTableCell28.StylePriority.UseTextAlignment = false; - this.xrTableCell28.Text = "xrTableCell28"; - this.xrTableCell28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; - this.xrTableCell28.Weight = 0.10307673527644233D; - // // 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.AmountPerUnit", "x {0:0.00 €}")}); - this.xrTableCell52.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceItems.DetailDescription")}); 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.StylePriority.UseTextAlignment = false; - this.xrTableCell52.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; - this.xrTableCell52.Weight = 0.1151282677283654D; + this.xrTableCell52.Text = "abzüglich der geleisteten Abschlagszahlung:"; + this.xrTableCell52.Weight = 0.78314100999098568D; // // xrTableCell53 // @@ -794,7 +523,6 @@ namespace WhbRefrath.Alt | 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.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell53.Name = "xrTableCell53"; this.xrTableCell53.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell53.StylePriority.UseBorderColor = false; @@ -803,379 +531,303 @@ namespace WhbRefrath.Alt this.xrTableCell53.StylePriority.UseTextAlignment = false; this.xrTableCell53.Text = "xrTableCell10"; this.xrTableCell53.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; - this.xrTableCell53.Weight = 0.43564096304086541D; + this.xrTableCell53.Weight = 0.21685899000901443D; // // GroupFooter1 // this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.xrTable2}); + this.xrTable5}); this.GroupFooter1.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.GroupFooter1.HeightF = 183F; + this.GroupFooter1.HeightF = 132F; this.GroupFooter1.Name = "GroupFooter1"; this.GroupFooter1.StylePriority.UseFont = false; // - // xrTable2 + // xrTable5 // - this.xrTable2.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); - this.xrTable2.Name = "xrTable2"; - this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { - this.xrTableRow2, - this.xrTableRow1, - this.xrTableRow3, - this.xrTableRow4, - this.xrTableRow5, - this.xrTableRow6, - this.xrTableRow7, - this.xrTableRow8, - this.xrTableRow9, - this.xrTableRow10}); - this.xrTable2.SizeF = new System.Drawing.SizeF(650F, 183F); - this.xrTable2.StylePriority.UseBorderColor = false; + 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.xrTableRow30, + this.xrTableRow31, + this.xrTableRow32, + this.xrTableRow34, + this.xrTableRow35, + this.xrTableRow36, + this.xrTableRow37}); + this.xrTable5.SizeF = new System.Drawing.SizeF(650F, 132F); + this.xrTable5.StylePriority.UseBorderColor = false; // - // xrTableRow2 + // xrTableRow30 // - this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell2}); - this.xrTableRow2.Name = "xrTableRow2"; - this.xrTableRow2.Weight = 0.085D; + this.xrTableRow30.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell48}); + this.xrTableRow30.Name = "xrTableRow30"; + this.xrTableRow30.Weight = 0.085D; // - // xrTableCell2 + // xrTableCell48 // - this.xrTableCell2.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + this.xrTableCell48.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell48.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell2.Font = new System.Drawing.Font("Calibri", 11F); - this.xrTableCell2.Name = "xrTableCell2"; - this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell2.StylePriority.UseBorderColor = false; - this.xrTableCell2.StylePriority.UseBorders = false; - this.xrTableCell2.StylePriority.UseFont = false; - this.xrTableCell2.StylePriority.UsePadding = false; - this.xrTableCell2.Weight = 1D; + this.xrTableCell48.Name = "xrTableCell48"; + this.xrTableCell48.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell48.StylePriority.UseBorderColor = false; + this.xrTableCell48.StylePriority.UseBorders = false; + this.xrTableCell48.Weight = 1D; // - // xrTableRow1 + // xrTableRow31 // - this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell3, - this.xrTableCell25, - this.xrTableCell1}); - this.xrTableRow1.Name = "xrTableRow1"; - this.xrTableRow1.Weight = 0.085D; + this.xrTableRow31.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell49, + this.xrTableCell50}); + this.xrTableRow31.Name = "xrTableRow31"; + this.xrTableRow31.Weight = 0.085D; // - // xrTableCell3 + // xrTableCell49 // - this.xrTableCell3.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + 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.78314100999098546D; + // + // xrTableCell50 + // + this.xrTableCell50.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell3.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell3.Name = "xrTableCell3"; - this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell3.StylePriority.UseBorderColor = false; - this.xrTableCell3.StylePriority.UseBorders = false; - this.xrTableCell3.StylePriority.UseFont = false; - this.xrTableCell3.StylePriority.UsePadding = false; - this.xrTableCell3.Text = "FLS gesamt: "; - this.xrTableCell3.Weight = 0.20352569580078128D; + 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.21685899000901443D; // - // xrTableCell25 + // xrTableRow32 // - this.xrTableCell25.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell25.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + 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.xrTableCell25.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell25.Name = "xrTableCell25"; - this.xrTableCell25.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell25.StylePriority.UseBorderColor = false; - this.xrTableCell25.StylePriority.UseBorders = false; - this.xrTableCell25.StylePriority.UseFont = false; - this.xrTableCell25.StylePriority.UsePadding = false; - this.xrTableCell25.StylePriority.UseTextAlignment = false; - this.xrTableCell25.Text = "[RecordedFlsTotal!0.00]"; - this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; - this.xrTableCell25.Weight = 0.14262813861553492D; + this.xrTableCell51.Name = "xrTableCell51"; + this.xrTableCell51.StylePriority.UseBorders = false; + this.xrTableCell51.Weight = 1D; // - // xrTableCell1 + // xrTableRow34 // - this.xrTableCell1.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + 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.78314100999098568D; + // + // 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.xrTableCell1.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell1.Name = "xrTableCell1"; - this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell1.StylePriority.UseBorderColor = false; - this.xrTableCell1.StylePriority.UseBorders = false; - this.xrTableCell1.StylePriority.UseFont = false; - this.xrTableCell1.StylePriority.UsePadding = false; - this.xrTableCell1.Weight = 0.65384616558368391D; + 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.21685899000901443D; // - // xrTableRow3 + // xrTableRow35 // - this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell4}); - this.xrTableRow3.Name = "xrTableRow3"; - this.xrTableRow3.Weight = 0.085D; + this.xrTableRow35.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell56, + this.xrTableCell57}); + this.xrTableRow35.Name = "xrTableRow35"; + this.xrTableRow35.Weight = 0.085D; // - // xrTableCell4 + // xrTableCell56 // - this.xrTableCell4.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + 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.78314100999098568D; + // + // xrTableCell57 + // + this.xrTableCell57.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell4.Name = "xrTableCell4"; - this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell4.StylePriority.UseBorderColor = false; - this.xrTableCell4.StylePriority.UseBorders = false; - this.xrTableCell4.Weight = 1D; + 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.21685899000901443D; // - // xrTableRow4 + // xrTableRow36 // - this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell24, - this.xrTableCell6}); - this.xrTableRow4.Name = "xrTableRow4"; - this.xrTableRow4.Weight = 0.085D; + this.xrTableRow36.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell58}); + this.xrTableRow36.Name = "xrTableRow36"; + this.xrTableRow36.Weight = 0.085D; // - // xrTableCell24 + // xrTableCell58 // - this.xrTableCell24.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell24.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell24.Name = "xrTableCell24"; - this.xrTableCell24.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell24.StylePriority.UseBorders = false; - this.xrTableCell24.StylePriority.UseFont = false; - this.xrTableCell24.StylePriority.UsePadding = false; - this.xrTableCell24.Text = "Eigenanteil:"; - this.xrTableCell24.Weight = 0.20352569580078123D; - // - // xrTableCell6 - // - this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + 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.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "Eigenbeteiligung", "{0:0.00 €}")}); - this.xrTableCell6.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell6.Name = "xrTableCell6"; - this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell6.StylePriority.UseBorders = false; - this.xrTableCell6.StylePriority.UseFont = false; - this.xrTableCell6.StylePriority.UsePadding = false; - this.xrTableCell6.StylePriority.UseTextAlignment = false; - this.xrTableCell6.Text = "[AmountRecordedFLSString]"; - this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; - this.xrTableCell6.Weight = 0.79647430419921872D; + 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; // - // xrTableRow5 + // xrTableRow37 // - this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell7}); - this.xrTableRow5.Name = "xrTableRow5"; - this.xrTableRow5.Weight = 0.085D; + this.xrTableRow37.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.lblForderung, + this.xrTableCell60}); + this.xrTableRow37.Name = "xrTableRow37"; + this.xrTableRow37.Weight = 0.15D; // - // xrTableCell7 + // lblForderung // - this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + this.lblForderung.BorderColor = System.Drawing.SystemColors.ControlLight; + this.lblForderung.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.lblForderung.Name = "lblForderung"; + this.lblForderung.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblForderung.StylePriority.UseBorderColor = false; + this.lblForderung.StylePriority.UseBorders = false; + this.lblForderung.StylePriority.UseFont = false; + this.lblForderung.Text = "Restforderung:"; + this.lblForderung.Weight = 0.78314100999098568D; + // + // xrTableCell60 + // + this.xrTableCell60.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell7.Name = "xrTableCell7"; - this.xrTableCell7.StylePriority.UseBorders = false; - this.xrTableCell7.Weight = 1D; + this.xrTableCell60.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Claim", "{0:c}")}); + this.xrTableCell60.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.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.21685899000901443D; // - // xrTableRow6 + // xrPictureBox3 // - this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell8, - this.cellForderung}); - this.xrTableRow6.Name = "xrTableRow6"; - this.xrTableRow6.Weight = 0.085D; + this.xrPictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox3.Image"))); + this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(452.67F, 0F); + this.xrPictureBox3.Name = "xrPictureBox3"; + this.xrPictureBox3.SizeF = new System.Drawing.SizeF(225.33F, 87.69449F); + this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; // - // xrTableCell8 + // xrLabel26 // - this.xrTableCell8.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell8.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell8.Name = "xrTableCell8"; - this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell8.StylePriority.UseBorderColor = false; - this.xrTableCell8.StylePriority.UseBorders = false; - this.xrTableCell8.StylePriority.UseFont = false; - this.xrTableCell8.StylePriority.UsePadding = false; - this.xrTableCell8.Text = "Unsere Forderung:"; - this.xrTableCell8.Weight = 0.78314100999098568D; + this.xrLabel26.BackColor = System.Drawing.Color.Transparent; + this.xrLabel26.BorderColor = System.Drawing.Color.Transparent; + this.xrLabel26.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel26.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel26.LocationFloat = new DevExpress.Utils.PointFloat(483.3679F, 0F); + this.xrLabel26.Multiline = true; + this.xrLabel26.Name = "xrLabel26"; + this.xrLabel26.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel26.SizeF = new System.Drawing.SizeF(184.6321F, 100F); + this.xrLabel26.StylePriority.UseBackColor = false; + this.xrLabel26.StylePriority.UseBorderColor = false; + this.xrLabel26.StylePriority.UseBorders = false; + this.xrLabel26.StylePriority.UseFont = false; + this.xrLabel26.StylePriority.UsePadding = false; + this.xrLabel26.StylePriority.UseTextAlignment = false; + this.xrLabel26.Text = "Flehbachmühlenweg 10\r\n51427 Bergisch Gladbach\r\nTel.: 02204 / 9224-0\r\nFax: 02204 /" + + " 9224-29\r\ninfo@whb-refrath-gmbh.de\r\nwww.whb-refrath-gmbh.de"; + this.xrLabel26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; // - // cellForderung + // xrLabel7 // - this.cellForderung.BorderColor = System.Drawing.SystemColors.ControlLight; - this.cellForderung.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.cellForderung.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.cellForderung.Name = "cellForderung"; - this.cellForderung.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.cellForderung.StylePriority.UseBorderColor = false; - this.cellForderung.StylePriority.UseBorders = false; - this.cellForderung.StylePriority.UseFont = false; - this.cellForderung.StylePriority.UsePadding = false; - this.cellForderung.StylePriority.UseTextAlignment = false; - this.cellForderung.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; - this.cellForderung.Weight = 0.21685899000901443D; - // - // xrTableRow7 - // - this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell9, - this.xrTableCell10}); - this.xrTableRow7.Name = "xrTableRow7"; - this.xrTableRow7.Weight = 0.085D; - // - // 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 System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((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.Weight = 0.78314100999098568D; - // - // 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.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((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; - this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; - this.xrTableCell10.Weight = 0.21685899000901443D; - // - // xrTableRow8 - // - this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell11, - this.xrTableCell12}); - this.xrTableRow8.Name = "xrTableRow8"; - this.xrTableRow8.Weight = 0.085D; - // - // xrTableCell11 - // - this.xrTableCell11.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell11.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell11.Name = "xrTableCell11"; - this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell11.StylePriority.UseBorderColor = false; - this.xrTableCell11.StylePriority.UseBorders = false; - this.xrTableCell11.StylePriority.UseFont = false; - this.xrTableCell11.Text = "Ihre Abschlagszahlungen:"; - this.xrTableCell11.Weight = 0.78314100999098568D; - // - // xrTableCell12 - // - this.xrTableCell12.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "AmountAdvancedPayments", "{0:n2} €")}); - this.xrTableCell12.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrTableCell12.Name = "xrTableCell12"; - this.xrTableCell12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell12.StylePriority.UseBorderColor = false; - this.xrTableCell12.StylePriority.UseBorders = false; - this.xrTableCell12.StylePriority.UseFont = false; - this.xrTableCell12.StylePriority.UseTextAlignment = false; - this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; - this.xrTableCell12.Weight = 0.21685899000901443D; - // - // xrTableRow9 - // - this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell13}); - this.xrTableRow9.Name = "xrTableRow9"; - this.xrTableRow9.Weight = 0.085D; - // - // xrTableCell13 - // - this.xrTableCell13.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell13.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell13.Name = "xrTableCell13"; - this.xrTableCell13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell13.StylePriority.UseBorderColor = false; - this.xrTableCell13.StylePriority.UseBorders = false; - this.xrTableCell13.Weight = 1D; - // - // xrTableRow10 - // - this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell14, - this.xrTableCell15}); - this.xrTableRow10.Name = "xrTableRow10"; - this.xrTableRow10.Weight = 0.15D; - // - // xrTableCell14 - // - this.xrTableCell14.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell14.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - 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.Text = "Restforderung / Überzahlung:"; - this.xrTableCell14.Weight = 0.78314100999098568D; - // - // xrTableCell15 - // - this.xrTableCell15.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell15.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) - | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "Claim", "{0:n2} €")}); - this.xrTableCell15.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold); - this.xrTableCell15.Name = "xrTableCell15"; - this.xrTableCell15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell15.StylePriority.UseBorderColor = false; - this.xrTableCell15.StylePriority.UseBorders = false; - this.xrTableCell15.StylePriority.UseFont = false; - this.xrTableCell15.StylePriority.UseTextAlignment = false; - this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; - this.xrTableCell15.Weight = 0.21685899000901443D; + this.xrLabel7.BackColor = System.Drawing.Color.Transparent; + this.xrLabel7.BorderColor = System.Drawing.Color.Transparent; + this.xrLabel7.Borders = DevExpress.XtraPrinting.BorderSide.None; + this.xrLabel7.Font = new System.Drawing.Font("Calibri", 8F); + this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel7.Multiline = true; + this.xrLabel7.Name = "xrLabel7"; + this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel7.SizeF = new System.Drawing.SizeF(292F, 32F); + this.xrLabel7.StylePriority.UseBackColor = false; + this.xrLabel7.StylePriority.UseBorderColor = false; + this.xrLabel7.StylePriority.UseBorders = false; + this.xrLabel7.StylePriority.UseFont = false; + this.xrLabel7.StylePriority.UsePadding = false; + this.xrLabel7.StylePriority.UseTextAlignment = false; + this.xrLabel7.Text = "WHB Refrath gGmbH\r\nFlehbachmühlenweg 10, 51427 Bergisch Gladbach\r\n"; + this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // PageFooter // this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.xrLabel15, + this.xrLabel13, this.xrLabel14, - this.xrLabel13}); + this.xrLabel15}); this.PageFooter.HeightF = 58.33333F; this.PageFooter.Name = "PageFooter"; // - // xrLabel15 + // xrLabel13 // - this.xrLabel15.BackColor = System.Drawing.Color.Transparent; - this.xrLabel15.BorderColor = System.Drawing.Color.Black; - this.xrLabel15.Borders = DevExpress.XtraPrinting.BorderSide.Top; - this.xrLabel15.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(471.4928F, 0F); - 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(206.5072F, 58.33333F); - this.xrLabel15.StylePriority.UseBackColor = false; - this.xrLabel15.StylePriority.UseBorderColor = false; - this.xrLabel15.StylePriority.UseBorders = false; - this.xrLabel15.StylePriority.UseFont = false; - this.xrLabel15.StylePriority.UsePadding = false; - this.xrLabel15.StylePriority.UseTextAlignment = false; - this.xrLabel15.Text = "Kreissparkasse Köln\r\nIBAN: DE75370502990313000700\r\nBIC: COKSDE33"; - this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrLabel13.BackColor = System.Drawing.Color.Transparent; + this.xrLabel13.BorderColor = System.Drawing.Color.Black; + this.xrLabel13.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrLabel13.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel13.Multiline = true; + this.xrLabel13.Name = "xrLabel13"; + this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); + this.xrLabel13.SizeF = new System.Drawing.SizeF(258.7358F, 58.33333F); + this.xrLabel13.StylePriority.UseBackColor = false; + this.xrLabel13.StylePriority.UseBorderColor = false; + this.xrLabel13.StylePriority.UseBorders = false; + this.xrLabel13.StylePriority.UseFont = false; + this.xrLabel13.StylePriority.UsePadding = false; + this.xrLabel13.StylePriority.UseTextAlignment = false; + this.xrLabel13.Text = "Amtsgericht Köln\r\nHRB 45973\r\nSteuernummer: 204/5825/0556\r\n"; + this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel14 // @@ -1197,25 +849,165 @@ namespace WhbRefrath.Alt this.xrLabel14.Text = "Geschäftsführung:\r\nStefan Jankowski"; this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // - // xrLabel13 + // xrLabel15 // - this.xrLabel13.BackColor = System.Drawing.Color.Transparent; - this.xrLabel13.BorderColor = System.Drawing.Color.Black; - this.xrLabel13.Borders = DevExpress.XtraPrinting.BorderSide.Top; - this.xrLabel13.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); - this.xrLabel13.Multiline = true; - this.xrLabel13.Name = "xrLabel13"; - this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); - this.xrLabel13.SizeF = new System.Drawing.SizeF(258.7358F, 58.33333F); - this.xrLabel13.StylePriority.UseBackColor = false; - this.xrLabel13.StylePriority.UseBorderColor = false; - this.xrLabel13.StylePriority.UseBorders = false; - this.xrLabel13.StylePriority.UseFont = false; - this.xrLabel13.StylePriority.UsePadding = false; - this.xrLabel13.StylePriority.UseTextAlignment = false; - this.xrLabel13.Text = "Amtsgericht Köln\r\nHRB 45973\r\nSteuernummer: 204/5825/0556\r\n"; - this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrLabel15.BackColor = System.Drawing.Color.Transparent; + this.xrLabel15.BorderColor = System.Drawing.Color.Black; + this.xrLabel15.Borders = DevExpress.XtraPrinting.BorderSide.Top; + this.xrLabel15.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(471.4928F, 0F); + 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(206.5072F, 58.33333F); + this.xrLabel15.StylePriority.UseBackColor = false; + this.xrLabel15.StylePriority.UseBorderColor = false; + this.xrLabel15.StylePriority.UseBorders = false; + this.xrLabel15.StylePriority.UseFont = false; + this.xrLabel15.StylePriority.UsePadding = false; + this.xrLabel15.StylePriority.UseTextAlignment = false; + this.xrLabel15.Text = "Kreissparkasse Köln\r\nIBAN: DE75370502990313000700\r\nBIC: COKSDE33"; + this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrLabel16 + // + this.xrLabel16.Font = new System.Drawing.Font("Verdana", 10F); + this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 168.1249F); + this.xrLabel16.Name = "xrLabel16"; + this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel16.SizeF = new System.Drawing.SizeF(225F, 17F); + this.xrLabel16.StylePriority.UseFont = false; + this.xrLabel16.Text = "Stefan Jankowski"; + // + // xrLabel12 + // + this.xrLabel12.Font = new System.Drawing.Font("Verdana", 10F); + this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 185.125F); + 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 = "Geschäftsführer"; + // + // xrLabel11 + // + this.xrLabel11.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(439.1668F, 185.125F); + this.xrLabel11.Name = "xrLabel11"; + this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel11.SizeF = new System.Drawing.SizeF(107.6252F, 17F); + this.xrLabel11.StylePriority.UseFont = false; + this.xrLabel11.StylePriority.UseTextAlignment = false; + this.xrLabel11.Text = "Anlage:"; + this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // xrTableRow1 + // + this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.lblAssistenz, + this.lblAssistenzStd}); + this.xrTableRow1.Name = "xrTableRow1"; + this.xrTableRow1.Weight = 0.085D; + // + // xrTableRow2 + // + this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell2, + this.xrTableCell3}); + this.xrTableRow2.Name = "xrTableRow2"; + this.xrTableRow2.Weight = 0.085D; + // + // xrTableCell3 + // + this.xrTableCell3.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell3.Name = "xrTableCell3"; + this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell3.StylePriority.UseBorderColor = false; + this.xrTableCell3.StylePriority.UseBorders = false; + this.xrTableCell3.StylePriority.UsePadding = false; + this.xrTableCell3.StylePriority.UseTextAlignment = false; + this.xrTableCell3.Text = "[ApprovedFLS]"; + this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell3.Weight = 0.21993591308593763D; + // + // xrTableRow3 + // + this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell6}); + this.xrTableRow3.Name = "xrTableRow3"; + this.xrTableRow3.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.89154889338121779D; + // + // xrTableCell6 + // + this.xrTableCell6.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell6.Name = "xrTableCell6"; + this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell6.StylePriority.UseBorderColor = false; + this.xrTableCell6.StylePriority.UseBorders = false; + this.xrTableCell6.StylePriority.UsePadding = false; + this.xrTableCell6.Weight = 0.94230769230769229D; + // + // lblAssistenzStd + // + this.lblAssistenzStd.BorderColor = System.Drawing.SystemColors.ControlLight; + this.lblAssistenzStd.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.lblAssistenzStd.Name = "lblAssistenzStd"; + this.lblAssistenzStd.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblAssistenzStd.StylePriority.UseBorderColor = false; + this.lblAssistenzStd.StylePriority.UseBorders = false; + this.lblAssistenzStd.StylePriority.UsePadding = false; + this.lblAssistenzStd.StylePriority.UseTextAlignment = false; + this.lblAssistenzStd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.lblAssistenzStd.Weight = 0.21103229017552919D; + // + // xrTableCell2 + // + this.xrTableCell2.BorderColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell2.Name = "xrTableCell2"; + this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTableCell2.StylePriority.UseBorderColor = false; + this.xrTableCell2.StylePriority.UseBorders = false; + this.xrTableCell2.StylePriority.UsePadding = false; + this.xrTableCell2.Text = "Bewilligte Fachleistungsstunden (FLS) gesamt: "; + this.xrTableCell2.Weight = 0.78314100999098557D; + // + // lblAssistenz + // + this.lblAssistenz.BorderColor = System.Drawing.SystemColors.ControlLight; + this.lblAssistenz.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.lblAssistenz.Name = "lblAssistenz"; + this.lblAssistenz.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblAssistenz.StylePriority.UseBorderColor = false; + this.lblAssistenz.StylePriority.UseBorders = false; + this.lblAssistenz.StylePriority.UsePadding = false; + this.lblAssistenz.Weight = 0.75143761253615637D; // // bindingSource1 // @@ -1239,15 +1031,15 @@ namespace WhbRefrath.Alt this.ExportOptions.PrintPreview.DefaultFileName = "Spitzabrechnung"; this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { this.ruleRateFactorNull}); - this.Margins = new System.Drawing.Printing.Margins(75, 74, 99, 19); + this.Margins = new System.Drawing.Printing.Margins(75, 74, 100, 23); this.PageHeight = 1169; this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Version = "17.1"; + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); @@ -1258,21 +1050,32 @@ namespace WhbRefrath.Alt 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.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.XRTable xrTable1; + private DevExpress.XtraReports.UI.XRTableRow rowErbrachteLeistung; 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 cellAbwesenheiten; + 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; @@ -1286,65 +1089,44 @@ namespace WhbRefrath.Alt 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 xrTableRow30; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell48; + 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 lblForderung; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell60; + private DevExpress.XtraReports.UI.XRLabel xrLabel9; private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox3; private DevExpress.XtraReports.UI.XRLabel xrLabel26; private DevExpress.XtraReports.UI.XRLabel xrLabel7; - private DevExpress.XtraReports.UI.XRLabel xrLabel4; - private DevExpress.XtraReports.UI.XRLabel xrLabel3; - private DevExpress.XtraReports.UI.XRLabel xrLabel2; - private DevExpress.XtraReports.UI.XRLabel xrLabel17; - private DevExpress.XtraReports.UI.XRLabel xrLabel20; - private DevExpress.XtraReports.UI.XRLabel xrLabel19; - private DevExpress.XtraReports.UI.XRLabel xrLabel18; - private DevExpress.XtraReports.UI.XRLabel xrLabel6; - private DevExpress.XtraReports.UI.XRLabel xrLabel5; private DevExpress.XtraReports.UI.PageFooterBand PageFooter; - private DevExpress.XtraReports.UI.XRLabel xrLabel15; - private DevExpress.XtraReports.UI.XRLabel xrLabel14; private DevExpress.XtraReports.UI.XRLabel xrLabel13; - private DevExpress.XtraReports.UI.XRLabel xrLabel10; + private DevExpress.XtraReports.UI.XRLabel xrLabel14; + private DevExpress.XtraReports.UI.XRLabel xrLabel15; private DevExpress.XtraReports.UI.XRLabel xrLabel16; private DevExpress.XtraReports.UI.XRLabel xrLabel12; private DevExpress.XtraReports.UI.XRLabel xrLabel11; - private DevExpress.XtraReports.UI.XRLabel xrLabel21; - private DevExpress.XtraReports.UI.XRTable xrTable2; - private DevExpress.XtraReports.UI.XRTableRow xrTableRow2; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell2; private DevExpress.XtraReports.UI.XRTableRow xrTableRow1; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow2; private DevExpress.XtraReports.UI.XRTableCell xrTableCell3; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell2; + private DevExpress.XtraReports.UI.XRTableCell lblAssistenz; + private DevExpress.XtraReports.UI.XRTableCell lblAssistenzStd; private DevExpress.XtraReports.UI.XRTableRow xrTableRow3; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell4; - private DevExpress.XtraReports.UI.XRTableRow xrTableRow4; private DevExpress.XtraReports.UI.XRTableCell xrTableCell6; - private DevExpress.XtraReports.UI.XRTableRow xrTableRow5; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell7; - private DevExpress.XtraReports.UI.XRTableRow xrTableRow6; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell8; - private DevExpress.XtraReports.UI.XRTableCell cellForderung; - private DevExpress.XtraReports.UI.XRTableRow xrTableRow7; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell9; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell10; - private DevExpress.XtraReports.UI.XRTableRow xrTableRow8; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell11; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell12; - private DevExpress.XtraReports.UI.XRTableRow xrTableRow9; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell13; - private DevExpress.XtraReports.UI.XRTableRow xrTableRow10; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell14; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell15; - private DevExpress.XtraReports.UI.XRTable xrTable5; - private DevExpress.XtraReports.UI.XRTableRow xrTableRow11; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell19; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell17; - private DevExpress.XtraReports.UI.XRTableRow xrTableRow12; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell21; - private DevExpress.XtraReports.UI.XRTableRow xrTableRow13; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell20; private DevExpress.XtraReports.UI.XRTableCell xrTableCell22; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell23; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell25; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell24; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell28; } } diff --git a/ReportImp/WhbRefrath/SettlementReport2.cs b/ReportImp/WhbRefrath/SettlementReport2.cs index ca16435c1..a083efb63 100644 --- a/ReportImp/WhbRefrath/SettlementReport2.cs +++ b/ReportImp/WhbRefrath/SettlementReport2.cs @@ -5,8 +5,11 @@ using System.ComponentModel; using DevExpress.XtraReports.UI; using BeWo.Report.ReportObjects; using BeWo.Report; +using BeWo.Data.Access; +using BeWo.Data.Entities; +using BS.Shared; -namespace WhbRefrath.Alt +namespace WhbRefrath { public partial class Spitzabrechnung : DevExpress.XtraReports.UI.XtraReport, IBeWoReport { @@ -17,6 +20,10 @@ namespace WhbRefrath.Alt public void SetReportDataSource(Settlement2RO pRO) { + if (String.IsNullOrEmpty(pRO.Notice)) + { + lblNotice.Visible = false; + } decimal rateFactor = 1; @@ -27,15 +34,51 @@ namespace WhbRefrath.Alt rateFactor = (100 + ii.RateFactor.Value) / 100; } } - pRO.RateFactor = (double)rateFactor; - cellForderung.Text = String.Format("{0:c}", pRO.AmountBillableTotal - pRO.Eigenbeteiligung); - if (String.IsNullOrEmpty(pRO.AbsenceTimes)) - cellAbwesenheiten.Text = String.Format("{0} {1} hatte während dieses Betreuungszeitraumes keine Krankenhausaufenthalte.", pRO.Salutation1, pRO.CustomerName); - else - cellAbwesenheiten.Text = pRO.AbsenceTimes; + pRO.RateFactor = (double)rateFactor; + SetzeErweiterungen(pRO); + if (pRO.Claim < 0) + { + pRO.Claim = -pRO.Claim; + pRO.FinalSentence = "Bitte verrechnen Sie die Überzahlung mit künftigen Abschlägen."; + lblForderung.Text = "Überzahlung:"; + } this.bindingSource1.DataSource = pRO; } + + private void SetzeErweiterungen(Settlement2RO pRo) + { + if (pRo.InvoiceBaseOid.HasValue) + { + var ib = DAOFactory.GenericDAO.LoadByID(pRo.InvoiceBaseOid.Value); + if (ib.CostBearer2SupportConcept != null) + { + var cb2sc = ib.CostBearer2SupportConcept; + if (!String.IsNullOrEmpty(pRo.RecipientContactPerson)) + { + if (cb2sc.CostBearerContactPerson != null && cb2sc.CostBearerContactPerson.Sex.HasValue) + { + string anrede = "Sehr geehrte Frau"; + + if (cb2sc.CostBearerContactPerson.Sex.Value == Sex.Male) + anrede = "Sehr geehrter Herr"; + + lblAnrede.Text = String.Format("{0} {1},", anrede, cb2sc.CostBearerContactPerson.LastName); + } + } + foreach (var scap in cb2sc.ApprovalPeriodList) + { + if (scap != null && scap.ServiceCategory != null && scap.ServiceCategory.Name.Contains("Assistenz")) + { + lblAssistenzStd.Text = String.Format("{0:0.00} FLS", scap.ApprovedBETotal); + lblAssistenz.Text = "Bewilligte Assistenzstunden gesamt:"; + } + } + if (lblAssistenz.Text == "") + xrTableRow1.Visible = false; + } + } + } } } diff --git a/ReportImp/WhbRefrath/SettlementReport2.resx b/ReportImp/WhbRefrath/SettlementReport2.resx index a94ad1a7b..6e022523c 100644 --- a/ReportImp/WhbRefrath/SettlementReport2.resx +++ b/ReportImp/WhbRefrath/SettlementReport2.resx @@ -5215,6 +5215,10 @@ /f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39 /f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39 /f39/f39/f39/f39/QA= + + + + anbei sende ich Ihnen die unterschriebenen Nachweise über die im Rahmen des Ambulant Betreuten Wohnens für [Salutation2] [CustomerFirstName] [CustomerLastName] erbrachten Leistungen zu. Nach unserer Berechnung ergeben sich für den Betreuungszeitraum [AccountingPeriod] hieraus: diff --git a/ReportImp/WhbRefrath/WhbRefrath.csproj b/ReportImp/WhbRefrath/WhbRefrath.csproj index 08a175fee..0ea556e94 100644 --- a/ReportImp/WhbRefrath/WhbRefrath.csproj +++ b/ReportImp/WhbRefrath/WhbRefrath.csproj @@ -90,12 +90,15 @@ Quittierungsbeleg.cs + Designer SettlementReport.cs + Designer SettlementReport2.cs + Designer diff --git a/Service/Dienstplanung/DienstplanungsManager.cs b/Service/Dienstplanung/DienstplanungsManager.cs index f0a3c7e7a..4e39a9047 100644 --- a/Service/Dienstplanung/DienstplanungsManager.cs +++ b/Service/Dienstplanung/DienstplanungsManager.cs @@ -72,8 +72,8 @@ namespace BeWo.Service.Dienstplanung root.DienstZeilenListe = new List(); if (root.EnableStatuszeile) root.DienstZeilenListe.Add(InitStatusZeile(date)); - root.ZeitraumFuerPflichtbesetzungStart = new DateTime(2000, 01, 01, 0, 0, 0); - root.ZeitraumFuerPflichtbesetzungEnde = new DateTime(2000, 01, 01, 0, 0, 0); + root.ZeitraumFuerPflichtbesetzungStart = new DateTime(2000, 01, 01, 9, 0, 0); + root.ZeitraumFuerPflichtbesetzungEnde = new DateTime(2000, 01, 01, 17, 0, 0); root.StatusColorTrue = "#FF228B22"; root.StatusColorFalse = "#FFCD5C5C"; @@ -724,6 +724,10 @@ namespace BeWo.Service.Dienstplanung nextEmployee = anz.Key; max = anz.Value; } + else if(anz.Value == 0) + { + nextEmployee = anz.Key; + } } anzahlDiensteProMitarbeiter.Remove(nextEmployee); max = 0; @@ -781,141 +785,6 @@ namespace BeWo.Service.Dienstplanung return zeileDC; } - private void RefreshStatusForDay(DateTime date, DateTime startTime, DateTime endTime) - { - if (startTime == endTime) - { - - } - } - - private bool CalculateStatus24h(List diensteFuerTag) - { - bool tagAusgefuellt = true; - - if (diensteFuerTag.Count != 0) - { - diensteFuerTag = diensteFuerTag.OrderBy(d => d.Startzeit).ToList(); - - // Ausschlaggebene Variable, da der Status nur auf grün geht, wenn diese Variable 24 ist - double stundenOhneUeberschneidungen = 0; - - var vorherigeSchicht = diensteFuerTag[0]; - var vorherigeSchichtStart = TimeSpan.Parse(vorherigeSchicht.Startzeit); - var vorherigeSchichtEnde = TimeSpan.Parse(vorherigeSchicht.Endzeit); - - - for (int i = 0; i < diensteFuerTag.Count; i++) - { - if (diensteFuerTag.Count == 1) //Eine Schicht != 24 Stunden => Schleife kann verlassen werden - { - tagAusgefuellt = false; - break; - } - - var dienst = diensteFuerTag[i]; - var start = TimeSpan.Parse(dienst.Startzeit); - var ende = TimeSpan.Parse(dienst.Endzeit); - - // Identische Schicht kann übersprungen werden - if (dienst.DienstOid == vorherigeSchicht.DienstOid && i != 0) - { - vorherigeSchicht = dienst; - vorherigeSchichtStart = TimeSpan.Parse(vorherigeSchicht.Startzeit); - vorherigeSchichtEnde = TimeSpan.Parse(vorherigeSchicht.Endzeit); - continue; - } - - // Im ersten Durchlauf ist dienst == vorherigeSchicht - if (i == 0) - { - stundenOhneUeberschneidungen += dienst.DauerInStunden; - continue; - } - - // Start ist früher als Ende, wenn eine Schicht über 0 Uhr hinausgeht => Stunden müssen anders berechnet werden - bool andereBerechnungNoetig = (start < ende) ? false : true; - - bool schichtInnerhalbAndererSchicht = false; - // Wenn eine Überschneidung existiert, also die neue Schicht beginnt, bevor die vorherige endet - if (start < vorherigeSchichtEnde) - { - // Wenn Schicht vor Ende der vorherigen Schicht beginnt UND aufhört - if (start < vorherigeSchichtEnde && ende < vorherigeSchichtEnde && !andereBerechnungNoetig) - { - stundenOhneUeberschneidungen += 0; - schichtInnerhalbAndererSchicht = true; - dienst.UmschließenderDienst = vorherigeSchicht; - } - // Schicht startet vor Ende der vorherigen - else - { - // Wenn die Schicht nicht über 0 Uhr hinausgeht, ist die Berechnung normal - if (!andereBerechnungNoetig) - stundenOhneUeberschneidungen += Math.Round((ende - start).TotalHours - (vorherigeSchichtEnde.Hours - start.Hours), 2); - // Geht die Schicht über 0 Uhr hinaus, muss die Berechnung anders durchgeführt werden - else - { - var endeAngepasst = new DateTime(2000, 1, 1, ende.Hours, ende.Minutes, ende.Seconds).AddDays(1); - var startAngepasst = new DateTime(2000, 1, 1, start.Hours, start.Minutes, start.Seconds); - var vorherigeSchichtEndeAngepasst = new DateTime(2000, 1, 1, vorherigeSchichtEnde.Hours, vorherigeSchichtEnde.Minutes, vorherigeSchichtEnde.Seconds); - - stundenOhneUeberschneidungen += Math.Round((endeAngepasst - startAngepasst).TotalHours - (vorherigeSchichtEndeAngepasst - startAngepasst).TotalHours, 2); - } - } - } - // Wenn keine Überschneidung existiert, können einfach die Stunden aufaddiert werden - else - stundenOhneUeberschneidungen += dienst.DauerInStunden; - - // Wenn die aktuelle Schicht die letzte ist - if (i == diensteFuerTag.Count - 1) - { - // Endet die letzte Schicht früher als die erste Schicht und die 24h vorher nicht voll waren, sind keine 24h ausgefüllt - if (ende < TimeSpan.Parse(diensteFuerTag[0].Startzeit) && stundenOhneUeberschneidungen < 24) - { - tagAusgefuellt = false; - break; - } - } - - // Wenn die aktuelle Schicht später beginnt als die vorherige endet, also eine Lücke da ist - if (start > vorherigeSchichtEnde && dienst.Oid != vorherigeSchicht.Oid) - { - if (vorherigeSchicht.UmschließenderDienst != null) - { - if (TimeSpan.Parse(vorherigeSchicht.UmschließenderDienst.Endzeit) < start) - { - tagAusgefuellt = false; - break; - } - } - else - { - if (!schichtInnerhalbAndererSchicht && stundenOhneUeberschneidungen < 24) - { - tagAusgefuellt = false; - break; - } - } - } - - - vorherigeSchicht = dienst; - vorherigeSchichtStart = TimeSpan.Parse(vorherigeSchicht.Startzeit); - vorherigeSchichtEnde = TimeSpan.Parse(vorherigeSchicht.Endzeit); - } - - if (stundenOhneUeberschneidungen < 24) //Wenn nach durchgehen aller Schichten für Tag nicht 24h erreicht wurden - tagAusgefuellt = false; - } - else //Wenn keine Schichten für den Tag vorhanden sind - tagAusgefuellt = false; - - - return tagAusgefuellt; - } - public static bool SetEnableDiensteAnFeiertagen() { return true; diff --git a/Service/Plugins/PluginLoader.cs b/Service/Plugins/PluginLoader.cs index 2068d11d1..d1e4f6a10 100644 --- a/Service/Plugins/PluginLoader.cs +++ b/Service/Plugins/PluginLoader.cs @@ -321,6 +321,7 @@ namespace BeWo.Service.Plugins //t = "2576513996"; //TRIAS Ambulante Sozialarbeit Schön + Schön-Uhlmann GbR //t = "9518001524"; // Sozialpädagogische Praxis Astrid Schnödewind //t = "1048483934"; // Frauenhaus e.V. EWFRA - Wohnprojekt für Frauen + //t = "2221228727"; // Autismus leben gemeinnützige GmbH return t; #else diff --git a/Service/ServiceContracts/IOperationsService.cs b/Service/ServiceContracts/IOperationsService.cs index 140b86f94..18362f406 100644 --- a/Service/ServiceContracts/IOperationsService.cs +++ b/Service/ServiceContracts/IOperationsService.cs @@ -1232,6 +1232,10 @@ namespace BeWo.Service.ServiceContracts [FaultContract(typeof(BeWoFault))] [OperationContract] List DienstBloeckeNeuSortieren(List bloecke, string auswahl, bool aufsteigend); + + [FaultContract(typeof(BeWoFault))] + [OperationContract] + DienstZeileDC InitStatusZeile(DateTime date); } diff --git a/Service/ServiceImplementations/OperationsServiceImp.cs b/Service/ServiceImplementations/OperationsServiceImp.cs index 5ced116fc..23c77a3a2 100644 --- a/Service/ServiceImplementations/OperationsServiceImp.cs +++ b/Service/ServiceImplementations/OperationsServiceImp.cs @@ -7083,7 +7083,18 @@ namespace BeWo.Service.ServiceImplementations throw Utils.CreateBeWoFaultException(e); } } - + public DienstZeileDC InitStatusZeile(DateTime date) + { + + try + { + return DienstplanungsManager.InitStatusZeile(date); + } + catch (Exception e) + { + throw Utils.CreateBeWoFaultException(e); + } + } public List SetSortierMethoden() { try