AidshilfeFulda Neueinrichtung zur Abrechnung LWV
This commit is contained in:
96
ReportImp/AidshilfeFulda/AidshilfeFulda.csproj
Normal file
96
ReportImp/AidshilfeFulda/AidshilfeFulda.csproj
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||||
|
<PropertyGroup>
|
||||||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
|
<ProjectGuid>{FB4D4938-A61A-412E-A495-7D7C00F33E73}</ProjectGuid>
|
||||||
|
<OutputType>Library</OutputType>
|
||||||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
|
<RootNamespace>AidshilfeFulda</RootNamespace>
|
||||||
|
<AssemblyName>1062385308_Reports</AssemblyName>
|
||||||
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
||||||
|
<FileAlignment>512</FileAlignment>
|
||||||
|
<TargetFrameworkProfile />
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
<DebugType>full</DebugType>
|
||||||
|
<Optimize>false</Optimize>
|
||||||
|
<OutputPath>..\..\Host\bin\</OutputPath>
|
||||||
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
|
<DebugType>pdbonly</DebugType>
|
||||||
|
<Optimize>true</Optimize>
|
||||||
|
<OutputPath>..\..\Host\bin\</OutputPath>
|
||||||
|
<DefineConstants>TRACE</DefineConstants>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Reference Include="DevExpress.Data.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
||||||
|
<Reference Include="DevExpress.Printing.v17.1.Core, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
||||||
|
<Reference Include="DevExpress.Utils.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
||||||
|
<Reference Include="DevExpress.XtraPrinting.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
||||||
|
<Reference Include="DevExpress.XtraReports.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
||||||
|
<Reference Include="System" />
|
||||||
|
<Reference Include="System.Core" />
|
||||||
|
<Reference Include="System.Drawing" />
|
||||||
|
<Reference Include="System.Windows.Forms" />
|
||||||
|
<Reference Include="System.Xml.Linq" />
|
||||||
|
<Reference Include="System.Data.DataSetExtensions" />
|
||||||
|
<Reference Include="Microsoft.CSharp" />
|
||||||
|
<Reference Include="System.Data" />
|
||||||
|
<Reference Include="System.Net.Http" />
|
||||||
|
<Reference Include="System.Xml" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Include="CollectiveBillingReportTab_alt.cs">
|
||||||
|
<SubType>Component</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="CollectiveBillingReportTab_alt.Designer.cs">
|
||||||
|
<DependentUpon>CollectiveBillingReportTab_alt.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="CollectiveBillingReportTab.cs">
|
||||||
|
<SubType>Component</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="CollectiveBillingReportTab.Designer.cs">
|
||||||
|
<DependentUpon>CollectiveBillingReportTab.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Invoicing\CollectiveInvoiceCreation.cs" />
|
||||||
|
<Compile Include="Invoicing\CollectiveInvoiceCreationOld.cs" />
|
||||||
|
<Compile Include="Invoicing\CustomInvoiceFactory.cs" />
|
||||||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\Data\Data.csproj">
|
||||||
|
<Project>{B0D73E3D-4AE7-4024-93A6-DB1F46D7CCEE}</Project>
|
||||||
|
<Name>Data</Name>
|
||||||
|
</ProjectReference>
|
||||||
|
<ProjectReference Include="..\..\Report\Report.csproj">
|
||||||
|
<Project>{40d8b312-ea64-49e3-a31a-5e57ed4d5654}</Project>
|
||||||
|
<Name>Report</Name>
|
||||||
|
</ProjectReference>
|
||||||
|
<ProjectReference Include="..\..\Service\Service.csproj">
|
||||||
|
<Project>{094331c3-ecee-4c89-bbfd-4c9ded89f0ef}</Project>
|
||||||
|
<Name>Service</Name>
|
||||||
|
</ProjectReference>
|
||||||
|
<ProjectReference Include="..\..\Shared\Shared.csproj">
|
||||||
|
<Project>{2f50b83d-a3f0-4ec4-979a-3f9b7e3d8ed4}</Project>
|
||||||
|
<Name>Shared</Name>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<EmbeddedResource Include="CollectiveBillingReportTab_alt.resx">
|
||||||
|
<DependentUpon>CollectiveBillingReportTab_alt.cs</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="CollectiveBillingReportTab.resx">
|
||||||
|
<DependentUpon>CollectiveBillingReportTab.cs</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Properties\licenses.licx" />
|
||||||
|
</ItemGroup>
|
||||||
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
|
</Project>
|
||||||
796
ReportImp/AidshilfeFulda/CollectiveBillingReportTab.Designer.cs
generated
Normal file
796
ReportImp/AidshilfeFulda/CollectiveBillingReportTab.Designer.cs
generated
Normal file
@@ -0,0 +1,796 @@
|
|||||||
|
using BeWo.Report.ReportObjects;
|
||||||
|
namespace AidshilfeFulda
|
||||||
|
{
|
||||||
|
partial class SammelrechnungTab
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Required designer variable.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Clean up any resources being used.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Required method for Designer support - do not modify
|
||||||
|
/// the contents of this method with the code editor.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
this.components = new System.ComponentModel.Container();
|
||||||
|
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
|
||||||
|
this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
|
||||||
|
this.ruleRateFactorNull = new DevExpress.XtraReports.UI.FormattingRule();
|
||||||
|
this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
|
||||||
|
this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
|
||||||
|
this.GroupFooter = new DevExpress.XtraReports.UI.GroupFooterBand();
|
||||||
|
this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
|
||||||
|
this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
|
||||||
|
this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.ruleNoticeNull = new DevExpress.XtraReports.UI.FormattingRule();
|
||||||
|
this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand();
|
||||||
|
this.Detail1 = new DevExpress.XtraReports.UI.DetailBand();
|
||||||
|
this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
|
||||||
|
this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
|
||||||
|
this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
|
||||||
|
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.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell39 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
|
||||||
|
this.xrTableCell41 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell44 = 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.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell50 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.DetailReport1 = new DevExpress.XtraReports.UI.DetailReportBand();
|
||||||
|
this.Detail2 = new DevExpress.XtraReports.UI.DetailBand();
|
||||||
|
this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
|
||||||
|
this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
|
||||||
|
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.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell31 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.fieldMonatskontingent = new DevExpress.XtraReports.UI.CalculatedField();
|
||||||
|
this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
|
||||||
|
this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
|
||||||
|
this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
|
||||||
|
this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
|
||||||
|
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.xrTable2)).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.xrLabel2,
|
||||||
|
this.xrLabel1,
|
||||||
|
this.xrLabel3,
|
||||||
|
this.xrLabel5});
|
||||||
|
this.ReportHeader.Font = new System.Drawing.Font("Verdana", 10F);
|
||||||
|
this.ReportHeader.HeightF = 85F;
|
||||||
|
this.ReportHeader.Name = "ReportHeader";
|
||||||
|
this.ReportHeader.StylePriority.UseFont = false;
|
||||||
|
//
|
||||||
|
// ruleRateFactorNull
|
||||||
|
//
|
||||||
|
this.ruleRateFactorNull.Condition = "[RateFactorText2] == ?";
|
||||||
|
this.ruleRateFactorNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False;
|
||||||
|
this.ruleRateFactorNull.Name = "ruleRateFactorNull";
|
||||||
|
//
|
||||||
|
// topMarginBand1
|
||||||
|
//
|
||||||
|
this.topMarginBand1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
|
||||||
|
this.topMarginBand1.HeightF = 23F;
|
||||||
|
this.topMarginBand1.Name = "topMarginBand1";
|
||||||
|
this.topMarginBand1.StylePriority.UseFont = false;
|
||||||
|
//
|
||||||
|
// bottomMarginBand1
|
||||||
|
//
|
||||||
|
this.bottomMarginBand1.HeightF = 22.08379F;
|
||||||
|
this.bottomMarginBand1.Name = "bottomMarginBand1";
|
||||||
|
//
|
||||||
|
// GroupFooter
|
||||||
|
//
|
||||||
|
this.GroupFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||||||
|
this.xrTable1});
|
||||||
|
this.GroupFooter.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.GroupFooter.HeightF = 18.22446F;
|
||||||
|
this.GroupFooter.Name = "GroupFooter";
|
||||||
|
this.GroupFooter.StylePriority.UseFont = false;
|
||||||
|
//
|
||||||
|
// xrTable1
|
||||||
|
//
|
||||||
|
this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
|
||||||
|
this.xrTable1.Name = "xrTable1";
|
||||||
|
this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
||||||
|
this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
||||||
|
this.xrTableRow2});
|
||||||
|
this.xrTable1.SizeF = new System.Drawing.SizeF(1049F, 17F);
|
||||||
|
this.xrTable1.StylePriority.UseBorders = false;
|
||||||
|
this.xrTable1.StylePriority.UseFont = false;
|
||||||
|
this.xrTable1.StylePriority.UsePadding = false;
|
||||||
|
//
|
||||||
|
// xrTableRow2
|
||||||
|
//
|
||||||
|
this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
||||||
|
this.xrTableCell11,
|
||||||
|
this.xrTableCell14});
|
||||||
|
this.xrTableRow2.Name = "xrTableRow2";
|
||||||
|
this.xrTableRow2.Weight = 0.67999999999999994D;
|
||||||
|
//
|
||||||
|
// xrTableCell11
|
||||||
|
//
|
||||||
|
this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell11.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.xrTableCell11.Name = "xrTableCell11";
|
||||||
|
this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 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 = "Summe";
|
||||||
|
this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
||||||
|
this.xrTableCell11.Weight = 1.8669349762482861D;
|
||||||
|
//
|
||||||
|
// xrTableCell14
|
||||||
|
//
|
||||||
|
this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
|
||||||
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||||||
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "GrossClaim")});
|
||||||
|
this.xrTableCell14.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.xrTableCell14.Name = "xrTableCell14";
|
||||||
|
this.xrTableCell14.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell14.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell14.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrTableCell14.Text = "xrTableCell9";
|
||||||
|
this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
|
||||||
|
this.xrTableCell14.Weight = 0.2146318829375416D;
|
||||||
|
//
|
||||||
|
// ruleNoticeNull
|
||||||
|
//
|
||||||
|
this.ruleNoticeNull.Condition = "[Notice] == ?";
|
||||||
|
this.ruleNoticeNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False;
|
||||||
|
this.ruleNoticeNull.Name = "ruleNoticeNull";
|
||||||
|
//
|
||||||
|
// DetailReport
|
||||||
|
//
|
||||||
|
this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
||||||
|
this.Detail1,
|
||||||
|
this.GroupHeader1,
|
||||||
|
this.DetailReport1});
|
||||||
|
this.DetailReport.DataMember = "ServiceInvoicePeriods";
|
||||||
|
this.DetailReport.DataSource = this.bindingSource1;
|
||||||
|
this.DetailReport.Level = 0;
|
||||||
|
this.DetailReport.Name = "DetailReport";
|
||||||
|
//
|
||||||
|
// Detail1
|
||||||
|
//
|
||||||
|
this.Detail1.Font = new System.Drawing.Font("Arial", 8F);
|
||||||
|
this.Detail1.HeightF = 0F;
|
||||||
|
this.Detail1.Name = "Detail1";
|
||||||
|
this.Detail1.StylePriority.UseFont = false;
|
||||||
|
this.Detail1.StylePriority.UseTextAlignment = false;
|
||||||
|
this.Detail1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
||||||
|
//
|
||||||
|
// GroupHeader1
|
||||||
|
//
|
||||||
|
this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||||||
|
this.xrTable3});
|
||||||
|
this.GroupHeader1.HeightF = 36F;
|
||||||
|
this.GroupHeader1.Name = "GroupHeader1";
|
||||||
|
//
|
||||||
|
// xrTable3
|
||||||
|
//
|
||||||
|
this.xrTable3.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0.0001106262F, 0F);
|
||||||
|
this.xrTable3.Name = "xrTable3";
|
||||||
|
this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
||||||
|
this.xrTableRow1,
|
||||||
|
this.xrTableRow5});
|
||||||
|
this.xrTable3.SizeF = new System.Drawing.SizeF(1049F, 36F);
|
||||||
|
this.xrTable3.StylePriority.UseBackColor = false;
|
||||||
|
this.xrTable3.StylePriority.UseBorders = false;
|
||||||
|
this.xrTable3.StylePriority.UseFont = false;
|
||||||
|
this.xrTable3.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
||||||
|
//
|
||||||
|
// xrTableRow1
|
||||||
|
//
|
||||||
|
this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
||||||
|
this.xrTableCell4,
|
||||||
|
this.xrTableCell5,
|
||||||
|
this.xrTableCell6,
|
||||||
|
this.xrTableCell7,
|
||||||
|
this.xrTableCell10,
|
||||||
|
this.xrTableCell15,
|
||||||
|
this.xrTableCell16,
|
||||||
|
this.xrTableCell8,
|
||||||
|
this.xrTableCell39});
|
||||||
|
this.xrTableRow1.Name = "xrTableRow1";
|
||||||
|
this.xrTableRow1.StylePriority.UseBackColor = false;
|
||||||
|
this.xrTableRow1.Weight = 0.28437564703996138D;
|
||||||
|
//
|
||||||
|
// xrTableCell4
|
||||||
|
//
|
||||||
|
this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
|
||||||
|
this.xrTableCell4.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell4.Multiline = true;
|
||||||
|
this.xrTableCell4.Name = "xrTableCell4";
|
||||||
|
this.xrTableCell4.StylePriority.UseBorderColor = false;
|
||||||
|
this.xrTableCell4.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell4.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell4.Text = "Name, Vorname";
|
||||||
|
this.xrTableCell4.Weight = 0.5600314390525124D;
|
||||||
|
//
|
||||||
|
// xrTableCell5
|
||||||
|
//
|
||||||
|
this.xrTableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
|
||||||
|
this.xrTableCell5.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell5.Multiline = true;
|
||||||
|
this.xrTableCell5.Name = "xrTableCell5";
|
||||||
|
this.xrTableCell5.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell5.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell5.Text = "Aktenzeichen";
|
||||||
|
this.xrTableCell5.Weight = 0.2759912937317307D;
|
||||||
|
//
|
||||||
|
// xrTableCell6
|
||||||
|
//
|
||||||
|
this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
|
||||||
|
this.xrTableCell6.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell6.Name = "xrTableCell6";
|
||||||
|
this.xrTableCell6.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell6.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell6.Text = "Aktueller";
|
||||||
|
this.xrTableCell6.Weight = 0.44044461882401287D;
|
||||||
|
//
|
||||||
|
// xrTableCell7
|
||||||
|
//
|
||||||
|
this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
|
||||||
|
this.xrTableCell7.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell7.Name = "xrTableCell7";
|
||||||
|
this.xrTableCell7.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell7.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell7.Text = "Leistung";
|
||||||
|
this.xrTableCell7.Weight = 0.38638775431168537D;
|
||||||
|
//
|
||||||
|
// xrTableCell10
|
||||||
|
//
|
||||||
|
this.xrTableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
|
||||||
|
this.xrTableCell10.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell10.Name = "xrTableCell10";
|
||||||
|
this.xrTableCell10.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell10.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell10.Text = "Leistungsmin.";
|
||||||
|
this.xrTableCell10.Weight = 0.26449051807910351D;
|
||||||
|
//
|
||||||
|
// xrTableCell15
|
||||||
|
//
|
||||||
|
this.xrTableCell15.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
|
||||||
|
this.xrTableCell15.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell15.Name = "xrTableCell15";
|
||||||
|
this.xrTableCell15.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell15.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell15.Text = "Einzelpreis";
|
||||||
|
this.xrTableCell15.Weight = 0.22654227539807692D;
|
||||||
|
//
|
||||||
|
// xrTableCell16
|
||||||
|
//
|
||||||
|
this.xrTableCell16.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
|
||||||
|
this.xrTableCell16.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell16.Name = "xrTableCell16";
|
||||||
|
this.xrTableCell16.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell16.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell16.Text = "Anzahl der ";
|
||||||
|
this.xrTableCell16.Weight = 0.22194254188078189D;
|
||||||
|
//
|
||||||
|
// xrTableCell8
|
||||||
|
//
|
||||||
|
this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
|
||||||
|
this.xrTableCell8.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell8.Name = "xrTableCell8";
|
||||||
|
this.xrTableCell8.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell8.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell8.Text = "Gesamt-";
|
||||||
|
this.xrTableCell8.Weight = 0.22079252387639567D;
|
||||||
|
//
|
||||||
|
// xrTableCell39
|
||||||
|
//
|
||||||
|
this.xrTableCell39.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
||||||
|
| DevExpress.XtraPrinting.BorderSide.Right)));
|
||||||
|
this.xrTableCell39.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell39.Name = "xrTableCell39";
|
||||||
|
this.xrTableCell39.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell39.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell39.Text = "Summe Monat";
|
||||||
|
this.xrTableCell39.Weight = 0.2985208496774393D;
|
||||||
|
//
|
||||||
|
// xrTableRow5
|
||||||
|
//
|
||||||
|
this.xrTableRow5.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
|
||||||
|
this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
||||||
|
this.xrTableCell41,
|
||||||
|
this.xrTableCell43,
|
||||||
|
this.xrTableCell44,
|
||||||
|
this.xrTableCell46,
|
||||||
|
this.xrTableCell47,
|
||||||
|
this.xrTableCell48,
|
||||||
|
this.xrTableCell49,
|
||||||
|
this.xrTableCell9,
|
||||||
|
this.xrTableCell50});
|
||||||
|
this.xrTableRow5.Name = "xrTableRow5";
|
||||||
|
this.xrTableRow5.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableRow5.Weight = 0.28437564703996154D;
|
||||||
|
//
|
||||||
|
// xrTableCell41
|
||||||
|
//
|
||||||
|
this.xrTableCell41.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell41.Font = new System.Drawing.Font("Arial", 8.25F);
|
||||||
|
this.xrTableCell41.Multiline = true;
|
||||||
|
this.xrTableCell41.Name = "xrTableCell41";
|
||||||
|
this.xrTableCell41.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell41.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell41.Weight = 0.560031771088616D;
|
||||||
|
//
|
||||||
|
// xrTableCell43
|
||||||
|
//
|
||||||
|
this.xrTableCell43.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell43.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell43.Multiline = true;
|
||||||
|
this.xrTableCell43.Name = "xrTableCell43";
|
||||||
|
this.xrTableCell43.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell43.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell43.Text = "LWV Hessen";
|
||||||
|
this.xrTableCell43.Weight = 0.27599102472007131D;
|
||||||
|
//
|
||||||
|
// xrTableCell44
|
||||||
|
//
|
||||||
|
this.xrTableCell44.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell44.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell44.Name = "xrTableCell44";
|
||||||
|
this.xrTableCell44.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell44.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell44.Text = "Bewilligungszeitraum";
|
||||||
|
this.xrTableCell44.Weight = 0.44044461204164687D;
|
||||||
|
//
|
||||||
|
// xrTableCell46
|
||||||
|
//
|
||||||
|
this.xrTableCell46.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell46.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.xrTableCell46.Name = "xrTableCell46";
|
||||||
|
this.xrTableCell46.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell46.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell46.Weight = 0.38638882113334616D;
|
||||||
|
//
|
||||||
|
// xrTableCell47
|
||||||
|
//
|
||||||
|
this.xrTableCell47.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell47.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell47.Name = "xrTableCell47";
|
||||||
|
this.xrTableCell47.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell47.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell47.Text = " pro Woche";
|
||||||
|
this.xrTableCell47.Weight = 0.26449067494282896D;
|
||||||
|
//
|
||||||
|
// xrTableCell48
|
||||||
|
//
|
||||||
|
this.xrTableCell48.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell48.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell48.Name = "xrTableCell48";
|
||||||
|
this.xrTableCell48.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell48.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell48.Text = "Tage";
|
||||||
|
this.xrTableCell48.Weight = 0.2265420788806482D;
|
||||||
|
//
|
||||||
|
// xrTableCell49
|
||||||
|
//
|
||||||
|
this.xrTableCell49.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell49.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell49.Name = "xrTableCell49";
|
||||||
|
this.xrTableCell49.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell49.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell49.Text = "Tage";
|
||||||
|
this.xrTableCell49.Weight = 0.22194302797476612D;
|
||||||
|
//
|
||||||
|
// xrTableCell9
|
||||||
|
//
|
||||||
|
this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell9.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell9.Name = "xrTableCell9";
|
||||||
|
this.xrTableCell9.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell9.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell9.Text = "preis";
|
||||||
|
this.xrTableCell9.Weight = 0.2207926515296636D;
|
||||||
|
//
|
||||||
|
// xrTableCell50
|
||||||
|
//
|
||||||
|
this.xrTableCell50.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
|
||||||
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell50.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell50.Name = "xrTableCell50";
|
||||||
|
this.xrTableCell50.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell50.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell50.Weight = 0.298520987403595D;
|
||||||
|
//
|
||||||
|
// DetailReport1
|
||||||
|
//
|
||||||
|
this.DetailReport1.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
||||||
|
this.Detail2});
|
||||||
|
this.DetailReport1.DataMember = "ServiceInvoicePeriods.ServiceInvoiceItems";
|
||||||
|
this.DetailReport1.DataSource = this.bindingSource1;
|
||||||
|
this.DetailReport1.Level = 0;
|
||||||
|
this.DetailReport1.Name = "DetailReport1";
|
||||||
|
//
|
||||||
|
// Detail2
|
||||||
|
//
|
||||||
|
this.Detail2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||||||
|
this.xrTable2});
|
||||||
|
this.Detail2.HeightF = 17F;
|
||||||
|
this.Detail2.Name = "Detail2";
|
||||||
|
//
|
||||||
|
// xrTable2
|
||||||
|
//
|
||||||
|
this.xrTable2.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0.0001068115F, 0F);
|
||||||
|
this.xrTable2.Name = "xrTable2";
|
||||||
|
this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
||||||
|
this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
||||||
|
this.xrTableRow3});
|
||||||
|
this.xrTable2.SizeF = new System.Drawing.SizeF(1049F, 17F);
|
||||||
|
this.xrTable2.StylePriority.UseBorders = false;
|
||||||
|
this.xrTable2.StylePriority.UseFont = false;
|
||||||
|
this.xrTable2.StylePriority.UsePadding = false;
|
||||||
|
//
|
||||||
|
// xrTableRow3
|
||||||
|
//
|
||||||
|
this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
||||||
|
this.xrTableCell23,
|
||||||
|
this.xrTableCell24,
|
||||||
|
this.xrTableCell25,
|
||||||
|
this.xrTableCell26,
|
||||||
|
this.xrTableCell27,
|
||||||
|
this.xrTableCell28,
|
||||||
|
this.xrTableCell29,
|
||||||
|
this.xrTableCell3,
|
||||||
|
this.xrTableCell31});
|
||||||
|
this.xrTableRow3.Name = "xrTableRow3";
|
||||||
|
this.xrTableRow3.Weight = 0.67999999999999994D;
|
||||||
|
//
|
||||||
|
// xrTableCell23
|
||||||
|
//
|
||||||
|
this.xrTableCell23.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell23.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell23.Name = "xrTableCell23";
|
||||||
|
this.xrTableCell23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 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 = "[ServiceInvoicePeriods.Customer.LastName], [ServiceInvoicePeriods.Customer.FirstN" +
|
||||||
|
"ame]";
|
||||||
|
this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
||||||
|
this.xrTableCell23.Weight = 0.56291127467692559D;
|
||||||
|
//
|
||||||
|
// xrTableCell24
|
||||||
|
//
|
||||||
|
this.xrTableCell24.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell24.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell24.Name = "xrTableCell24";
|
||||||
|
this.xrTableCell24.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell24.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell24.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrTableCell24.Text = "[ServiceInvoicePeriods.CostBearer2SupportConcept.CustomerReferenceNumber]";
|
||||||
|
this.xrTableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
||||||
|
this.xrTableCell24.Weight = 0.27741008367627817D;
|
||||||
|
//
|
||||||
|
// xrTableCell25
|
||||||
|
//
|
||||||
|
this.xrTableCell25.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell25.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell25.Name = "xrTableCell25";
|
||||||
|
this.xrTableCell25.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell25.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell25.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrTableCell25.Text = "[ServiceInvoicePeriods.CostBearer2SupportConcept.StartDate!dd.MM.yyyy] - [Service" +
|
||||||
|
"InvoicePeriods.CostBearer2SupportConcept.EndDate!dd.MM.yyyy]";
|
||||||
|
this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
||||||
|
this.xrTableCell25.Weight = 0.4427094977716719D;
|
||||||
|
//
|
||||||
|
// xrTableCell26
|
||||||
|
//
|
||||||
|
this.xrTableCell26.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||||||
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.ServiceDescription")});
|
||||||
|
this.xrTableCell26.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell26.Name = "xrTableCell26";
|
||||||
|
this.xrTableCell26.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell26.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell26.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrTableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
||||||
|
this.xrTableCell26.Weight = 0.38837511824404186D;
|
||||||
|
//
|
||||||
|
// xrTableCell27
|
||||||
|
//
|
||||||
|
this.xrTableCell27.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell27.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||||||
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.SupportConceptApprovalPeriod.ApprovedBEPerInterval", "{0:n0}")});
|
||||||
|
this.xrTableCell27.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell27.Name = "xrTableCell27";
|
||||||
|
this.xrTableCell27.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
||||||
|
this.xrTableCell27.StylePriority.UseBorderColor = false;
|
||||||
|
this.xrTableCell27.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell27.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell27.StylePriority.UsePadding = false;
|
||||||
|
this.xrTableCell27.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrTableCell27.Text = "xrTableCell45";
|
||||||
|
this.xrTableCell27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
||||||
|
this.xrTableCell27.Weight = 0.26585057765077713D;
|
||||||
|
//
|
||||||
|
// xrTableCell28
|
||||||
|
//
|
||||||
|
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, "ServiceInvoicePeriods.ServiceInvoiceItems.HourlyRate", "{0:c2}")});
|
||||||
|
this.xrTableCell28.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell28.Name = "xrTableCell28";
|
||||||
|
this.xrTableCell28.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
||||||
|
this.xrTableCell28.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell28.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell28.StylePriority.UsePadding = false;
|
||||||
|
this.xrTableCell28.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrTableCell28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
||||||
|
this.xrTableCell28.Weight = 0.22770685847991415D;
|
||||||
|
//
|
||||||
|
// xrTableCell29
|
||||||
|
//
|
||||||
|
this.xrTableCell29.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell29.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||||||
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.Hours", "{0:n0}")});
|
||||||
|
this.xrTableCell29.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell29.Name = "xrTableCell29";
|
||||||
|
this.xrTableCell29.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell29.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell29.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrTableCell29.Text = "xrTableCell17";
|
||||||
|
this.xrTableCell29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
|
||||||
|
this.xrTableCell29.Weight = 0.22308437735154907D;
|
||||||
|
//
|
||||||
|
// xrTableCell3
|
||||||
|
//
|
||||||
|
this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||||||
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.GrossAmount")});
|
||||||
|
this.xrTableCell3.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell3.Name = "xrTableCell3";
|
||||||
|
this.xrTableCell3.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell3.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell3.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
|
||||||
|
this.xrTableCell3.Weight = 0.22192736554549275D;
|
||||||
|
//
|
||||||
|
// xrTableCell31
|
||||||
|
//
|
||||||
|
this.xrTableCell31.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
|
||||||
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell31.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||||||
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.GrossAmount")});
|
||||||
|
this.xrTableCell31.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.xrTableCell31.Name = "xrTableCell31";
|
||||||
|
this.xrTableCell31.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell31.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell31.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrTableCell31.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
|
||||||
|
this.xrTableCell31.Weight = 0.30005648799550333D;
|
||||||
|
//
|
||||||
|
// fieldMonatskontingent
|
||||||
|
//
|
||||||
|
this.fieldMonatskontingent.DataMember = "ServiceInvoicePeriods";
|
||||||
|
this.fieldMonatskontingent.Expression = "[SupportConceptApprovalPeriod.ApprovedBEPerInterval]/12";
|
||||||
|
this.fieldMonatskontingent.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal;
|
||||||
|
this.fieldMonatskontingent.Name = "fieldMonatskontingent";
|
||||||
|
//
|
||||||
|
// xrLabel2
|
||||||
|
//
|
||||||
|
this.xrLabel2.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.xrLabel2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
||||||
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrLabel2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 49.99998F);
|
||||||
|
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(254.5001F, 25F);
|
||||||
|
this.xrLabel2.StylePriority.UseBackColor = false;
|
||||||
|
this.xrLabel2.StylePriority.UseBorders = false;
|
||||||
|
this.xrLabel2.StylePriority.UseFont = false;
|
||||||
|
this.xrLabel2.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrLabel2.Text = "Abrechnungsmonat: ";
|
||||||
|
this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
||||||
|
this.xrLabel2.WordWrap = false;
|
||||||
|
//
|
||||||
|
// xrLabel1
|
||||||
|
//
|
||||||
|
this.xrLabel1.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.xrLabel1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
||||||
|
| DevExpress.XtraPrinting.BorderSide.Right)
|
||||||
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrLabel1.CanShrink = true;
|
||||||
|
this.xrLabel1.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(9.536743E-05F, 0F);
|
||||||
|
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(750.625F, 25F);
|
||||||
|
this.xrLabel1.StylePriority.UseBackColor = false;
|
||||||
|
this.xrLabel1.StylePriority.UseBorders = false;
|
||||||
|
this.xrLabel1.StylePriority.UseFont = false;
|
||||||
|
this.xrLabel1.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrLabel1.Text = "Abrechnung Qualifizierte Assistenz durch die Aidshilfe-Fulda e.V.";
|
||||||
|
this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
||||||
|
this.xrLabel1.WordWrap = false;
|
||||||
|
//
|
||||||
|
// xrLabel3
|
||||||
|
//
|
||||||
|
this.xrLabel3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
|
||||||
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrLabel3.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(254.5F, 49.99998F);
|
||||||
|
this.xrLabel3.Name = "xrLabel3";
|
||||||
|
this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||||||
|
this.xrLabel3.SizeF = new System.Drawing.SizeF(130.4999F, 25F);
|
||||||
|
this.xrLabel3.StylePriority.UseBackColor = false;
|
||||||
|
this.xrLabel3.StylePriority.UseBorders = false;
|
||||||
|
this.xrLabel3.StylePriority.UseFont = false;
|
||||||
|
this.xrLabel3.StylePriority.UseForeColor = false;
|
||||||
|
this.xrLabel3.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrLabel3.Text = "[AccountingPeriodStart!MMMM yyyy]";
|
||||||
|
this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
||||||
|
this.xrLabel3.WordWrap = false;
|
||||||
|
//
|
||||||
|
// xrLabel5
|
||||||
|
//
|
||||||
|
this.xrLabel5.BackColor = System.Drawing.Color.Silver;
|
||||||
|
this.xrLabel5.Font = new System.Drawing.Font("Arial", 8F);
|
||||||
|
this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(462.5033F, 36.45832F);
|
||||||
|
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(284.9999F, 48.54168F);
|
||||||
|
this.xrLabel5.StylePriority.UseBackColor = false;
|
||||||
|
this.xrLabel5.StylePriority.UseFont = false;
|
||||||
|
this.xrLabel5.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrLabel5.Text = "Die Werte ergeben sich aus der Anlage 2 zu\r\n§ 12 Abs. 1 Zusatzvereinbarung \"Betre" +
|
||||||
|
"utes Wohnen für Menschen mit Behinderungen\" ";
|
||||||
|
this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
||||||
|
//
|
||||||
|
// bindingSource1
|
||||||
|
//
|
||||||
|
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO);
|
||||||
|
//
|
||||||
|
// SammelrechnungTab
|
||||||
|
//
|
||||||
|
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
||||||
|
this.Detail,
|
||||||
|
this.ReportHeader,
|
||||||
|
this.topMarginBand1,
|
||||||
|
this.bottomMarginBand1,
|
||||||
|
this.GroupFooter,
|
||||||
|
this.DetailReport});
|
||||||
|
this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
|
||||||
|
this.fieldMonatskontingent});
|
||||||
|
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.ruleNoticeNull});
|
||||||
|
this.Landscape = true;
|
||||||
|
this.Margins = new System.Drawing.Printing.Margins(60, 60, 23, 22);
|
||||||
|
this.PageHeight = 827;
|
||||||
|
this.PageWidth = 1169;
|
||||||
|
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.xrTable2)).EndInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).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.GroupFooterBand GroupFooter;
|
||||||
|
private DevExpress.XtraReports.UI.DetailReportBand DetailReport;
|
||||||
|
private DevExpress.XtraReports.UI.DetailBand Detail1;
|
||||||
|
private DevExpress.XtraReports.UI.FormattingRule ruleNoticeNull;
|
||||||
|
private DevExpress.XtraReports.UI.XRTable xrTable1;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow2;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell11;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell14;
|
||||||
|
private DevExpress.XtraReports.UI.CalculatedField fieldMonatskontingent;
|
||||||
|
private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader1;
|
||||||
|
private DevExpress.XtraReports.UI.XRTable xrTable3;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow1;
|
||||||
|
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 xrTableCell10;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell15;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell16;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell39;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow5;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell41;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell43;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell44;
|
||||||
|
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.DetailReportBand DetailReport1;
|
||||||
|
private DevExpress.XtraReports.UI.DetailBand Detail2;
|
||||||
|
private DevExpress.XtraReports.UI.XRTable xrTable2;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow3;
|
||||||
|
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 xrTableCell31;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell8;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell9;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell3;
|
||||||
|
private DevExpress.XtraReports.UI.XRLabel xrLabel2;
|
||||||
|
private DevExpress.XtraReports.UI.XRLabel xrLabel1;
|
||||||
|
private DevExpress.XtraReports.UI.XRLabel xrLabel3;
|
||||||
|
private DevExpress.XtraReports.UI.XRLabel xrLabel5;
|
||||||
|
}
|
||||||
|
}
|
||||||
51
ReportImp/AidshilfeFulda/CollectiveBillingReportTab.cs
Normal file
51
ReportImp/AidshilfeFulda/CollectiveBillingReportTab.cs
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
using BeWo.Report;
|
||||||
|
using BeWo.Report.ReportObjects;
|
||||||
|
|
||||||
|
using DevExpress.XtraReports.UI;
|
||||||
|
using BS.Shared.Core;
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace AidshilfeFulda
|
||||||
|
{
|
||||||
|
[IDSpecificClass(Identifier = "SammelrechnungNeu")]
|
||||||
|
public partial class SammelrechnungTab : XtraReport, IBeWoReport<ServiceInvoiceRO>
|
||||||
|
{
|
||||||
|
public SammelrechnungTab()
|
||||||
|
{
|
||||||
|
this.InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
public void SetReportDataSource(ServiceInvoiceRO pRO)
|
||||||
|
{
|
||||||
|
|
||||||
|
pRO.RecipientOrganisation = "LWV Hessen";
|
||||||
|
pRO.ServiceInvoicePeriods.Sort((a, b) => a.Customer.LastNameFirstName.CompareTo(b.Customer.LastNameFirstName));
|
||||||
|
|
||||||
|
foreach (var sip in pRO.ServiceInvoicePeriods)
|
||||||
|
{
|
||||||
|
if (sip.Notice != null)
|
||||||
|
{
|
||||||
|
if (sip.ServiceInvoiceItems.Count > 0)
|
||||||
|
sip.NotBillableString = sip.ServiceInvoiceItems[0].UnitDescription;
|
||||||
|
}
|
||||||
|
if (sip.SupportConceptApprovalPeriod.ServiceCategory == null || sip.SupportConceptApprovalPeriod.ServiceCategory != null && sip.SupportConceptApprovalPeriod.ServiceCategory.Name.Contains("Monat"))
|
||||||
|
sip.ApprovedHours = 1;
|
||||||
|
else
|
||||||
|
{
|
||||||
|
DateTime end = sip.SupportConceptApprovalPeriod.EndDate ?? pRO.AccountingPeriodEnd;
|
||||||
|
DateTime start = sip.SupportConceptApprovalPeriod.StartDate ?? pRO.AccountingPeriodStart;
|
||||||
|
|
||||||
|
sip.ApprovedHours = (decimal)(end - start).TotalDays;
|
||||||
|
}
|
||||||
|
if (sip.CostBearer2SupportConcept.CustomerReferenceNumber == null)
|
||||||
|
sip.CostBearer2SupportConcept.CustomerReferenceNumber = "LVG";
|
||||||
|
}
|
||||||
|
|
||||||
|
//var anhang = new SammelrechnungAnhang();
|
||||||
|
//xrSubreport1.ReportSource = anhang;
|
||||||
|
//anhang.SetReportDataSource(pRO);
|
||||||
|
|
||||||
|
this.bindingSource1.DataSource = pRO;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
123
ReportImp/AidshilfeFulda/CollectiveBillingReportTab.resx
Normal file
123
ReportImp/AidshilfeFulda/CollectiveBillingReportTab.resx
Normal file
@@ -0,0 +1,123 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<metadata name="bindingSource1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>17, 17</value>
|
||||||
|
</metadata>
|
||||||
|
</root>
|
||||||
700
ReportImp/AidshilfeFulda/CollectiveBillingReportTab_alt.Designer.cs
generated
Normal file
700
ReportImp/AidshilfeFulda/CollectiveBillingReportTab_alt.Designer.cs
generated
Normal file
@@ -0,0 +1,700 @@
|
|||||||
|
using BeWo.Report.ReportObjects;
|
||||||
|
namespace AidshilfeFulda
|
||||||
|
{
|
||||||
|
partial class Sammelrechnung
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Required designer variable.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Clean up any resources being used.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Required method for Designer support - do not modify
|
||||||
|
/// the contents of this method with the code editor.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
this.components = new System.ComponentModel.Container();
|
||||||
|
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
|
||||||
|
this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
|
||||||
|
this.ruleRateFactorNull = new DevExpress.XtraReports.UI.FormattingRule();
|
||||||
|
this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
|
||||||
|
this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
|
||||||
|
this.GroupFooter = new DevExpress.XtraReports.UI.GroupFooterBand();
|
||||||
|
this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
|
||||||
|
this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
|
||||||
|
this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.cellTotalPerMonth = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.ruleNoticeNull = new DevExpress.XtraReports.UI.FormattingRule();
|
||||||
|
this.Page1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
|
||||||
|
this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
|
||||||
|
this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
|
||||||
|
this.xrTable5 = new DevExpress.XtraReports.UI.XRTable();
|
||||||
|
this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
|
||||||
|
this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand();
|
||||||
|
this.Detail1 = new DevExpress.XtraReports.UI.DetailBand();
|
||||||
|
this.xrTable6 = new DevExpress.XtraReports.UI.XRTable();
|
||||||
|
this.xrTableRow25 = new DevExpress.XtraReports.UI.XRTableRow();
|
||||||
|
this.xrTableCell42 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell45 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
|
this.fieldMonatskontingent = new DevExpress.XtraReports.UI.CalculatedField();
|
||||||
|
this.feldEurStd = new DevExpress.XtraReports.UI.CalculatedField();
|
||||||
|
this.feldEurMin = new DevExpress.XtraReports.UI.CalculatedField();
|
||||||
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
||||||
|
this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
|
||||||
|
this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.xrTable6)).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.Font = new System.Drawing.Font("Verdana", 10F);
|
||||||
|
this.ReportHeader.HeightF = 0F;
|
||||||
|
this.ReportHeader.Name = "ReportHeader";
|
||||||
|
this.ReportHeader.StylePriority.UseFont = false;
|
||||||
|
//
|
||||||
|
// ruleRateFactorNull
|
||||||
|
//
|
||||||
|
this.ruleRateFactorNull.Condition = "[RateFactorText2] == ?";
|
||||||
|
this.ruleRateFactorNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False;
|
||||||
|
this.ruleRateFactorNull.Name = "ruleRateFactorNull";
|
||||||
|
//
|
||||||
|
// topMarginBand1
|
||||||
|
//
|
||||||
|
this.topMarginBand1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
|
||||||
|
this.topMarginBand1.HeightF = 40F;
|
||||||
|
this.topMarginBand1.Name = "topMarginBand1";
|
||||||
|
this.topMarginBand1.StylePriority.UseFont = false;
|
||||||
|
//
|
||||||
|
// bottomMarginBand1
|
||||||
|
//
|
||||||
|
this.bottomMarginBand1.HeightF = 15F;
|
||||||
|
this.bottomMarginBand1.Name = "bottomMarginBand1";
|
||||||
|
//
|
||||||
|
// GroupFooter
|
||||||
|
//
|
||||||
|
this.GroupFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||||||
|
this.xrTable1});
|
||||||
|
this.GroupFooter.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.GroupFooter.HeightF = 42.70833F;
|
||||||
|
this.GroupFooter.Name = "GroupFooter";
|
||||||
|
this.GroupFooter.StylePriority.UseFont = false;
|
||||||
|
//
|
||||||
|
// xrTable1
|
||||||
|
//
|
||||||
|
this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
|
||||||
|
this.xrTable1.Name = "xrTable1";
|
||||||
|
this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
||||||
|
this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
||||||
|
this.xrTableRow2});
|
||||||
|
this.xrTable1.SizeF = new System.Drawing.SizeF(1069F, 25F);
|
||||||
|
this.xrTable1.StylePriority.UseBorders = false;
|
||||||
|
this.xrTable1.StylePriority.UseFont = false;
|
||||||
|
this.xrTable1.StylePriority.UsePadding = false;
|
||||||
|
//
|
||||||
|
// xrTableRow2
|
||||||
|
//
|
||||||
|
this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
||||||
|
this.xrTableCell11,
|
||||||
|
this.cellTotalPerMonth,
|
||||||
|
this.xrTableCell21,
|
||||||
|
this.xrTableCell20,
|
||||||
|
this.xrTableCell22,
|
||||||
|
this.xrTableCell13,
|
||||||
|
this.xrTableCell14});
|
||||||
|
this.xrTableRow2.Name = "xrTableRow2";
|
||||||
|
this.xrTableRow2.Weight = 0.99999999999999989D;
|
||||||
|
//
|
||||||
|
// xrTableCell11
|
||||||
|
//
|
||||||
|
this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell11.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.xrTableCell11.Name = "xrTableCell11";
|
||||||
|
this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 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 = "Summe";
|
||||||
|
this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
||||||
|
this.xrTableCell11.Weight = 1.0120102804894069D;
|
||||||
|
//
|
||||||
|
// cellTotalPerMonth
|
||||||
|
//
|
||||||
|
this.cellTotalPerMonth.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.cellTotalPerMonth.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.cellTotalPerMonth.Name = "cellTotalPerMonth";
|
||||||
|
this.cellTotalPerMonth.StylePriority.UseBorders = false;
|
||||||
|
this.cellTotalPerMonth.StylePriority.UseFont = false;
|
||||||
|
this.cellTotalPerMonth.StylePriority.UseTextAlignment = false;
|
||||||
|
this.cellTotalPerMonth.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
||||||
|
this.cellTotalPerMonth.Weight = 0.16866847461491152D;
|
||||||
|
//
|
||||||
|
// xrTableCell21
|
||||||
|
//
|
||||||
|
this.xrTableCell21.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell21.Name = "xrTableCell21";
|
||||||
|
this.xrTableCell21.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell21.Weight = 0.16866864933872641D;
|
||||||
|
//
|
||||||
|
// xrTableCell20
|
||||||
|
//
|
||||||
|
this.xrTableCell20.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell20.Name = "xrTableCell20";
|
||||||
|
this.xrTableCell20.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell20.Weight = 0.1686682859962807D;
|
||||||
|
//
|
||||||
|
// xrTableCell22
|
||||||
|
//
|
||||||
|
this.xrTableCell22.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell22.Name = "xrTableCell22";
|
||||||
|
this.xrTableCell22.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell22.Weight = 0.16866840711042927D;
|
||||||
|
//
|
||||||
|
// xrTableCell13
|
||||||
|
//
|
||||||
|
this.xrTableCell13.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell13.Name = "xrTableCell13";
|
||||||
|
this.xrTableCell13.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell13.Weight = 0.16866840711042924D;
|
||||||
|
//
|
||||||
|
// xrTableCell14
|
||||||
|
//
|
||||||
|
this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
|
||||||
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||||||
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "GrossClaim")});
|
||||||
|
this.xrTableCell14.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.xrTableCell14.Name = "xrTableCell14";
|
||||||
|
this.xrTableCell14.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell14.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell14.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrTableCell14.Text = "xrTableCell9";
|
||||||
|
this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
|
||||||
|
this.xrTableCell14.Weight = 0.26590076598820739D;
|
||||||
|
//
|
||||||
|
// ruleNoticeNull
|
||||||
|
//
|
||||||
|
this.ruleNoticeNull.Condition = "[Notice] == ?";
|
||||||
|
this.ruleNoticeNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False;
|
||||||
|
this.ruleNoticeNull.Name = "ruleNoticeNull";
|
||||||
|
//
|
||||||
|
// Page1
|
||||||
|
//
|
||||||
|
this.Page1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||||||
|
this.xrLabel3,
|
||||||
|
this.xrLabel2,
|
||||||
|
this.xrLabel5,
|
||||||
|
this.xrLabel1,
|
||||||
|
this.xrTable5});
|
||||||
|
this.Page1.Font = new System.Drawing.Font("Arial", 10F);
|
||||||
|
this.Page1.HeightF = 145F;
|
||||||
|
this.Page1.Name = "Page1";
|
||||||
|
this.Page1.StylePriority.UseBorders = false;
|
||||||
|
this.Page1.StylePriority.UseFont = false;
|
||||||
|
//
|
||||||
|
// xrLabel5
|
||||||
|
//
|
||||||
|
this.xrLabel5.BackColor = System.Drawing.Color.Silver;
|
||||||
|
this.xrLabel5.Font = new System.Drawing.Font("Arial", 8F);
|
||||||
|
this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(566.6667F, 36.45833F);
|
||||||
|
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(253.3333F, 48.54168F);
|
||||||
|
this.xrLabel5.StylePriority.UseBackColor = false;
|
||||||
|
this.xrLabel5.StylePriority.UseFont = false;
|
||||||
|
this.xrLabel5.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrLabel5.Text = "Die Werte ergeben sich aus der Anlage 2 zu\r\n§ 12 Abs. 1 Zusatzvereinbarung \"Betre" +
|
||||||
|
"utes Wohnen für Menschen mit Behinderungen\" ";
|
||||||
|
this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
||||||
|
//
|
||||||
|
// xrLabel1
|
||||||
|
//
|
||||||
|
this.xrLabel1.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.xrLabel1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
||||||
|
| DevExpress.XtraPrinting.BorderSide.Right)
|
||||||
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrLabel1.CanShrink = true;
|
||||||
|
this.xrLabel1.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0.0001271566F, 0F);
|
||||||
|
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(750.625F, 25F);
|
||||||
|
this.xrLabel1.StylePriority.UseBackColor = false;
|
||||||
|
this.xrLabel1.StylePriority.UseBorders = false;
|
||||||
|
this.xrLabel1.StylePriority.UseFont = false;
|
||||||
|
this.xrLabel1.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrLabel1.Text = "Abrechnung Qualifizierte Assistenz durch die Aidshilfe-Fulda e.V.";
|
||||||
|
this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
||||||
|
this.xrLabel1.WordWrap = false;
|
||||||
|
//
|
||||||
|
// xrTable5
|
||||||
|
//
|
||||||
|
this.xrTable5.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
||||||
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTable5.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 85.00001F);
|
||||||
|
this.xrTable5.Name = "xrTable5";
|
||||||
|
this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
||||||
|
this.xrTableRow1});
|
||||||
|
this.xrTable5.SizeF = new System.Drawing.SizeF(1069F, 60F);
|
||||||
|
this.xrTable5.StylePriority.UseBackColor = false;
|
||||||
|
this.xrTable5.StylePriority.UseBorders = false;
|
||||||
|
this.xrTable5.StylePriority.UseFont = false;
|
||||||
|
this.xrTable5.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrTable5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
||||||
|
//
|
||||||
|
// xrTableRow1
|
||||||
|
//
|
||||||
|
this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
||||||
|
this.xrTableCell1,
|
||||||
|
this.xrTableCell7,
|
||||||
|
this.xrTableCell6,
|
||||||
|
this.xrTableCell4,
|
||||||
|
this.xrTableCell2,
|
||||||
|
this.xrTableCell5,
|
||||||
|
this.xrTableCell15,
|
||||||
|
this.xrTableCell12,
|
||||||
|
this.xrTableCell16});
|
||||||
|
this.xrTableRow1.Name = "xrTableRow1";
|
||||||
|
this.xrTableRow1.StylePriority.UseBackColor = false;
|
||||||
|
this.xrTableRow1.Weight = 0.94791882346653789D;
|
||||||
|
//
|
||||||
|
// xrTableCell1
|
||||||
|
//
|
||||||
|
this.xrTableCell1.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.xrTableCell1.Multiline = true;
|
||||||
|
this.xrTableCell1.Name = "xrTableCell1";
|
||||||
|
this.xrTableCell1.StylePriority.UseBorderColor = false;
|
||||||
|
this.xrTableCell1.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell1.Text = "Name\r\n(in alphabetischer Reihenfolge)";
|
||||||
|
this.xrTableCell1.Weight = 0.63477941989748021D;
|
||||||
|
//
|
||||||
|
// xrTableCell7
|
||||||
|
//
|
||||||
|
this.xrTableCell7.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.xrTableCell7.Multiline = true;
|
||||||
|
this.xrTableCell7.Name = "xrTableCell7";
|
||||||
|
this.xrTableCell7.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell7.Text = "Aktenzeichen\r\nLWV Hessen";
|
||||||
|
this.xrTableCell7.Weight = 0.35878838657840567D;
|
||||||
|
//
|
||||||
|
// xrTableCell6
|
||||||
|
//
|
||||||
|
this.xrTableCell6.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.xrTableCell6.Multiline = true;
|
||||||
|
this.xrTableCell6.Name = "xrTableCell6";
|
||||||
|
this.xrTableCell6.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell6.Text = "Datum Betreuungsbeginn \r\nBetreuungsende";
|
||||||
|
this.xrTableCell6.Weight = 0.41398657628581281D;
|
||||||
|
//
|
||||||
|
// xrTableCell4
|
||||||
|
//
|
||||||
|
this.xrTableCell4.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.xrTableCell4.Name = "xrTableCell4";
|
||||||
|
this.xrTableCell4.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell4.Text = "Wochen-minuten";
|
||||||
|
this.xrTableCell4.Weight = 0.23459239987341454D;
|
||||||
|
//
|
||||||
|
// xrTableCell2
|
||||||
|
//
|
||||||
|
this.xrTableCell2.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.xrTableCell2.Name = "xrTableCell2";
|
||||||
|
this.xrTableCell2.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell2.Text = "Vergütung /Stunde";
|
||||||
|
this.xrTableCell2.Weight = 0.23459239987341451D;
|
||||||
|
//
|
||||||
|
// xrTableCell5
|
||||||
|
//
|
||||||
|
this.xrTableCell5.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.xrTableCell5.Name = "xrTableCell5";
|
||||||
|
this.xrTableCell5.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell5.Text = "Vergütung /Minute";
|
||||||
|
this.xrTableCell5.Weight = 0.23459240755939881D;
|
||||||
|
//
|
||||||
|
// xrTableCell15
|
||||||
|
//
|
||||||
|
this.xrTableCell15.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.xrTableCell15.Name = "xrTableCell15";
|
||||||
|
this.xrTableCell15.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell15.Text = "tägliches Entgelt";
|
||||||
|
this.xrTableCell15.Weight = 0.23459240960141445D;
|
||||||
|
//
|
||||||
|
// xrTableCell12
|
||||||
|
//
|
||||||
|
this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
||||||
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell12.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.xrTableCell12.Name = "xrTableCell12";
|
||||||
|
this.xrTableCell12.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell12.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell12.Text = "Kalender-tage";
|
||||||
|
this.xrTableCell12.Weight = 0.23459240846117346D;
|
||||||
|
//
|
||||||
|
// xrTableCell16
|
||||||
|
//
|
||||||
|
this.xrTableCell16.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
||||||
|
| DevExpress.XtraPrinting.BorderSide.Right)
|
||||||
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell16.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.xrTableCell16.Name = "xrTableCell16";
|
||||||
|
this.xrTableCell16.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell16.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell16.Text = "Summe Monat";
|
||||||
|
this.xrTableCell16.Weight = 0.36982805014973674D;
|
||||||
|
//
|
||||||
|
// DetailReport
|
||||||
|
//
|
||||||
|
this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
||||||
|
this.Detail1});
|
||||||
|
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.xrTable6});
|
||||||
|
this.Detail1.Font = new System.Drawing.Font("Arial", 11F);
|
||||||
|
this.Detail1.HeightF = 25F;
|
||||||
|
this.Detail1.Name = "Detail1";
|
||||||
|
this.Detail1.StylePriority.UseFont = false;
|
||||||
|
this.Detail1.StylePriority.UseTextAlignment = false;
|
||||||
|
this.Detail1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
||||||
|
//
|
||||||
|
// xrTable6
|
||||||
|
//
|
||||||
|
this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
|
||||||
|
this.xrTable6.Name = "xrTable6";
|
||||||
|
this.xrTable6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
||||||
|
this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
||||||
|
this.xrTableRow25});
|
||||||
|
this.xrTable6.SizeF = new System.Drawing.SizeF(1069F, 25F);
|
||||||
|
this.xrTable6.StylePriority.UseBorders = false;
|
||||||
|
this.xrTable6.StylePriority.UseFont = false;
|
||||||
|
this.xrTable6.StylePriority.UsePadding = false;
|
||||||
|
//
|
||||||
|
// xrTableRow25
|
||||||
|
//
|
||||||
|
this.xrTableRow25.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
||||||
|
this.xrTableCell42,
|
||||||
|
this.xrTableCell8,
|
||||||
|
this.xrTableCell3,
|
||||||
|
this.xrTableCell45,
|
||||||
|
this.xrTableCell9,
|
||||||
|
this.xrTableCell10,
|
||||||
|
this.xrTableCell17,
|
||||||
|
this.xrTableCell19,
|
||||||
|
this.xrTableCell18});
|
||||||
|
this.xrTableRow25.Name = "xrTableRow25";
|
||||||
|
this.xrTableRow25.Weight = 0.67999999999999994D;
|
||||||
|
//
|
||||||
|
// xrTableCell42
|
||||||
|
//
|
||||||
|
this.xrTableCell42.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell42.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||||||
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.Customer.LastNameFirstName")});
|
||||||
|
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.Text = "[CustomerLastname], [CustomerFirstname]";
|
||||||
|
this.xrTableCell42.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
||||||
|
this.xrTableCell42.Weight = 0.63804325567464015D;
|
||||||
|
//
|
||||||
|
// xrTableCell8
|
||||||
|
//
|
||||||
|
this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||||||
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.CostBearer2SupportConcept.CustomerReferenceNumber")});
|
||||||
|
this.xrTableCell8.Name = "xrTableCell8";
|
||||||
|
this.xrTableCell8.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell8.StylePriority.UseFont = false;
|
||||||
|
this.xrTableCell8.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrTableCell8.Text = "xrTableCell8";
|
||||||
|
this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
||||||
|
this.xrTableCell8.Weight = 0.36063308538356881D;
|
||||||
|
//
|
||||||
|
// xrTableCell3
|
||||||
|
//
|
||||||
|
this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell3.Name = "xrTableCell3";
|
||||||
|
this.xrTableCell3.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell3.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrTableCell3.Text = "[ServiceInvoicePeriods.CostBearer2SupportConcept.StartDate!dd.MM.yyyy] - [Service" +
|
||||||
|
"InvoicePeriods.CostBearer2SupportConcept.EndDate!dd.MM.yyyy]";
|
||||||
|
this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
||||||
|
this.xrTableCell3.Weight = 0.416115147214893D;
|
||||||
|
//
|
||||||
|
// xrTableCell45
|
||||||
|
//
|
||||||
|
this.xrTableCell45.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell45.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||||||
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.SupportConceptApprovalPeriod.ApprovedBEPerInterval", "{0:n0}")});
|
||||||
|
this.xrTableCell45.Name = "xrTableCell45";
|
||||||
|
this.xrTableCell45.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
||||||
|
this.xrTableCell45.StylePriority.UseBorderColor = false;
|
||||||
|
this.xrTableCell45.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell45.StylePriority.UsePadding = false;
|
||||||
|
this.xrTableCell45.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrTableCell45.Text = "xrTableCell45";
|
||||||
|
this.xrTableCell45.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
||||||
|
this.xrTableCell45.Weight = 0.23579857363687051D;
|
||||||
|
//
|
||||||
|
// xrTableCell9
|
||||||
|
//
|
||||||
|
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, "feldEurStd", "{0:c2}")});
|
||||||
|
this.xrTableCell9.Name = "xrTableCell9";
|
||||||
|
this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
||||||
|
this.xrTableCell9.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell9.StylePriority.UsePadding = false;
|
||||||
|
this.xrTableCell9.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrTableCell9.Text = "64,96 €";
|
||||||
|
this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
||||||
|
this.xrTableCell9.Weight = 0.2357985948015818D;
|
||||||
|
//
|
||||||
|
// xrTableCell10
|
||||||
|
//
|
||||||
|
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, "feldEurMin", "{0:c4}")});
|
||||||
|
this.xrTableCell10.Name = "xrTableCell10";
|
||||||
|
this.xrTableCell10.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell10.Text = "0,1547 €";
|
||||||
|
this.xrTableCell10.Weight = 0.23579857726436962D;
|
||||||
|
//
|
||||||
|
// xrTableCell17
|
||||||
|
//
|
||||||
|
this.xrTableCell17.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||||||
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.HourlyRate", "{0:c}")});
|
||||||
|
this.xrTableCell17.Name = "xrTableCell17";
|
||||||
|
this.xrTableCell17.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell17.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrTableCell17.Text = "xrTableCell17";
|
||||||
|
this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
|
||||||
|
this.xrTableCell17.Weight = 0.23579860813646483D;
|
||||||
|
//
|
||||||
|
// xrTableCell19
|
||||||
|
//
|
||||||
|
this.xrTableCell19.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||||||
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.Hours", "{0:n0}")});
|
||||||
|
this.xrTableCell19.Name = "xrTableCell19";
|
||||||
|
this.xrTableCell19.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell19.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
||||||
|
this.xrTableCell19.Weight = 0.235798590104595D;
|
||||||
|
//
|
||||||
|
// xrTableCell18
|
||||||
|
//
|
||||||
|
this.xrTableCell18.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
|
||||||
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrTableCell18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||||||
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.GrossAmount")});
|
||||||
|
this.xrTableCell18.Name = "xrTableCell18";
|
||||||
|
this.xrTableCell18.StylePriority.UseBorders = false;
|
||||||
|
this.xrTableCell18.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
|
||||||
|
this.xrTableCell18.Weight = 0.37172958357901664D;
|
||||||
|
//
|
||||||
|
// fieldMonatskontingent
|
||||||
|
//
|
||||||
|
this.fieldMonatskontingent.DataMember = "ServiceInvoicePeriods";
|
||||||
|
this.fieldMonatskontingent.Expression = "[SupportConceptApprovalPeriod.ApprovedBEPerInterval]/12";
|
||||||
|
this.fieldMonatskontingent.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal;
|
||||||
|
this.fieldMonatskontingent.Name = "fieldMonatskontingent";
|
||||||
|
//
|
||||||
|
// feldEurStd
|
||||||
|
//
|
||||||
|
this.feldEurStd.Expression = "Round([ServiceInvoicePeriods.ServiceInvoiceItems.HourlyRate]/[ServiceInvoicePerio" +
|
||||||
|
"ds.SupportConceptApprovalPeriod.ApprovedBEPerInterval] * 60, 2)";
|
||||||
|
this.feldEurStd.Name = "feldEurStd";
|
||||||
|
//
|
||||||
|
// feldEurMin
|
||||||
|
//
|
||||||
|
this.feldEurMin.Expression = "Round([ServiceInvoicePeriods.ServiceInvoiceItems.HourlyRate]/[ServiceInvoicePerio" +
|
||||||
|
"ds.SupportConceptApprovalPeriod.ApprovedBEPerInterval], 4)";
|
||||||
|
this.feldEurMin.Name = "feldEurMin";
|
||||||
|
//
|
||||||
|
// bindingSource1
|
||||||
|
//
|
||||||
|
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO);
|
||||||
|
//
|
||||||
|
// xrLabel3
|
||||||
|
//
|
||||||
|
this.xrLabel3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
|
||||||
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrLabel3.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(230F, 48.54167F);
|
||||||
|
this.xrLabel3.Name = "xrLabel3";
|
||||||
|
this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||||||
|
this.xrLabel3.SizeF = new System.Drawing.SizeF(130.4999F, 25F);
|
||||||
|
this.xrLabel3.StylePriority.UseBackColor = false;
|
||||||
|
this.xrLabel3.StylePriority.UseBorders = false;
|
||||||
|
this.xrLabel3.StylePriority.UseFont = false;
|
||||||
|
this.xrLabel3.StylePriority.UseForeColor = false;
|
||||||
|
this.xrLabel3.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrLabel3.Text = "[AccountingPeriodStart!MMMM yyyy]";
|
||||||
|
this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
||||||
|
this.xrLabel3.WordWrap = false;
|
||||||
|
//
|
||||||
|
// xrLabel2
|
||||||
|
//
|
||||||
|
this.xrLabel2.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.xrLabel2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
||||||
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||||
|
this.xrLabel2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0.0001271566F, 48.54167F);
|
||||||
|
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(229.9999F, 25F);
|
||||||
|
this.xrLabel2.StylePriority.UseBackColor = false;
|
||||||
|
this.xrLabel2.StylePriority.UseBorders = false;
|
||||||
|
this.xrLabel2.StylePriority.UseFont = false;
|
||||||
|
this.xrLabel2.StylePriority.UseTextAlignment = false;
|
||||||
|
this.xrLabel2.Text = "Abrechnungsmonat: ";
|
||||||
|
this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
||||||
|
this.xrLabel2.WordWrap = false;
|
||||||
|
//
|
||||||
|
// Sammelrechnung
|
||||||
|
//
|
||||||
|
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
||||||
|
this.Detail,
|
||||||
|
this.ReportHeader,
|
||||||
|
this.topMarginBand1,
|
||||||
|
this.bottomMarginBand1,
|
||||||
|
this.GroupFooter,
|
||||||
|
this.Page1,
|
||||||
|
this.DetailReport});
|
||||||
|
this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
|
||||||
|
this.fieldMonatskontingent,
|
||||||
|
this.feldEurStd,
|
||||||
|
this.feldEurMin});
|
||||||
|
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.ruleNoticeNull});
|
||||||
|
this.Landscape = true;
|
||||||
|
this.Margins = new System.Drawing.Printing.Margins(50, 50, 40, 15);
|
||||||
|
this.PageHeight = 827;
|
||||||
|
this.PageWidth = 1169;
|
||||||
|
this.PaperKind = System.Drawing.Printing.PaperKind.A4;
|
||||||
|
this.Version = "17.1";
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).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.GroupFooterBand GroupFooter;
|
||||||
|
private DevExpress.XtraReports.UI.GroupHeaderBand Page1;
|
||||||
|
private DevExpress.XtraReports.UI.DetailReportBand DetailReport;
|
||||||
|
private DevExpress.XtraReports.UI.DetailBand Detail1;
|
||||||
|
private DevExpress.XtraReports.UI.XRTable xrTable5;
|
||||||
|
private DevExpress.XtraReports.UI.XRTable xrTable6;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow25;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell42;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell45;
|
||||||
|
private DevExpress.XtraReports.UI.FormattingRule ruleNoticeNull;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow1;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell1;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell7;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell6;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell4;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell5;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell8;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell3;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell10;
|
||||||
|
private DevExpress.XtraReports.UI.XRTable xrTable1;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow2;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell11;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell13;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell14;
|
||||||
|
private DevExpress.XtraReports.UI.XRLabel xrLabel1;
|
||||||
|
private DevExpress.XtraReports.UI.XRLabel xrLabel5;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell15;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell16;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell17;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell18;
|
||||||
|
private DevExpress.XtraReports.UI.CalculatedField fieldMonatskontingent;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell cellTotalPerMonth;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell21;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell20;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell22;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell2;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell12;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell9;
|
||||||
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell19;
|
||||||
|
private DevExpress.XtraReports.UI.CalculatedField feldEurStd;
|
||||||
|
private DevExpress.XtraReports.UI.CalculatedField feldEurMin;
|
||||||
|
private DevExpress.XtraReports.UI.XRLabel xrLabel3;
|
||||||
|
private DevExpress.XtraReports.UI.XRLabel xrLabel2;
|
||||||
|
}
|
||||||
|
}
|
||||||
45
ReportImp/AidshilfeFulda/CollectiveBillingReportTab_alt.cs
Normal file
45
ReportImp/AidshilfeFulda/CollectiveBillingReportTab_alt.cs
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
using System;
|
||||||
|
using BeWo.Report;
|
||||||
|
using BeWo.Report.ReportObjects;
|
||||||
|
|
||||||
|
using DevExpress.XtraReports.UI;
|
||||||
|
using BS.Shared.Core;
|
||||||
|
|
||||||
|
namespace AidshilfeFulda
|
||||||
|
{
|
||||||
|
[IDSpecificClass(Identifier = "Sammelrechnung")]
|
||||||
|
public partial class Sammelrechnung : XtraReport, IBeWoReport<ServiceInvoiceRO>
|
||||||
|
{
|
||||||
|
public Sammelrechnung()
|
||||||
|
{
|
||||||
|
this.InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
public void SetReportDataSource(ServiceInvoiceRO pRO)
|
||||||
|
{
|
||||||
|
decimal totalPerMonth = 0;
|
||||||
|
|
||||||
|
pRO.ServiceInvoicePeriods.Sort((a, b) => a.Customer.LastNameFirstName.CompareTo(b.Customer.LastNameFirstName));
|
||||||
|
DateTime abrechnungsMonatEnde = pRO.AccountingPeriodEnd;
|
||||||
|
|
||||||
|
if (pRO.ServiceInvoicePeriods != null)
|
||||||
|
{
|
||||||
|
foreach (var sip in pRO.ServiceInvoicePeriods)
|
||||||
|
{
|
||||||
|
if (sip.SupportConceptApprovalPeriod.ApprovedBEPerInterval.HasValue)
|
||||||
|
{
|
||||||
|
var month = sip.SupportConceptApprovalPeriod.ApprovedBEPerInterval.Value/12m;
|
||||||
|
totalPerMonth += month;
|
||||||
|
}
|
||||||
|
if (sip.CostBearer2SupportConcept != null)
|
||||||
|
{
|
||||||
|
sip.SupportConceptApprovalPeriod.Notice = String.Format("{0:dd.MM.yyyy} - {1:dd.MM.yyyy}",
|
||||||
|
sip.CostBearer2SupportConcept.StartDate, sip.CostBearer2SupportConcept.EndDate);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
this.bindingSource1.DataSource = pRO;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
123
ReportImp/AidshilfeFulda/CollectiveBillingReportTab_alt.resx
Normal file
123
ReportImp/AidshilfeFulda/CollectiveBillingReportTab_alt.resx
Normal file
@@ -0,0 +1,123 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<metadata name="bindingSource1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>17, 17</value>
|
||||||
|
</metadata>
|
||||||
|
</root>
|
||||||
122
ReportImp/AidshilfeFulda/Invoicing/CollectiveInvoiceCreation.cs
Normal file
122
ReportImp/AidshilfeFulda/Invoicing/CollectiveInvoiceCreation.cs
Normal file
@@ -0,0 +1,122 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using BeWo.Data.Access;
|
||||||
|
using BeWo.Data.Entities;
|
||||||
|
using BeWo.Report.ReportObjects;
|
||||||
|
using BeWo.Service.DCEntityMapper;
|
||||||
|
using BeWo.Service.Invoicing;
|
||||||
|
using BeWo.Service.Plugins;
|
||||||
|
using BS.Shared;
|
||||||
|
using BS.Shared.Core;
|
||||||
|
using BS.Shared.DataContracts;
|
||||||
|
using BS.Shared.DataContracts.Compact;
|
||||||
|
using BS.Shared.Extensions;
|
||||||
|
using BS.Shared.Services;
|
||||||
|
|
||||||
|
namespace AidshilfeFulda.Invoicing
|
||||||
|
{
|
||||||
|
public class CollectiveInvoiceCreation : InvoiceCreation
|
||||||
|
{
|
||||||
|
private DateTime? accountingPeriodStart = null;
|
||||||
|
private DateTime? accountingPeriodEnd = null;
|
||||||
|
private decimal AMOUNT_PER_KMQA = 0.0217m;
|
||||||
|
|
||||||
|
|
||||||
|
public override void SetInvoiceId(ServiceInvoice invoice)
|
||||||
|
{
|
||||||
|
invoice.InvoiceBase.InvoiceId = "SammelrechnungNeu";
|
||||||
|
invoice.InvoiceBase.InvoiceTypeText = "Sammelrechnung LWV";
|
||||||
|
}
|
||||||
|
|
||||||
|
public override void SetInvoiceBaseData(int invoiceCounter, ServiceInvoice invoice, CostBearer costBearer, DateTimeSpan invoicePeriod,
|
||||||
|
IList<CompactSupportConceptDC> supportConceptList)
|
||||||
|
{
|
||||||
|
if (invoicePeriod != null)
|
||||||
|
{
|
||||||
|
accountingPeriodStart = invoicePeriod.StartDate;
|
||||||
|
accountingPeriodEnd = invoicePeriod.EndDate;
|
||||||
|
var preise = DAOFactory.GenericDAO.GetAllActive<Preis>();
|
||||||
|
var pauschVar = GetPreis(preise, "Fahrtpauschale QA", (DateTime)accountingPeriodStart);
|
||||||
|
if (pauschVar != 0)
|
||||||
|
{
|
||||||
|
AMOUNT_PER_KMQA = pauschVar;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
base.SetInvoiceBaseData(invoiceCounter, invoice, costBearer, invoicePeriod, supportConceptList);
|
||||||
|
}
|
||||||
|
public override void SetInvoiceItems(ServiceInvoice invoice,
|
||||||
|
ServiceInvoicePeriod serviceInvoicePeriod,
|
||||||
|
SupportConceptApprovalPeriodDC supportConceptApprovalPeriod,
|
||||||
|
CostBearer2SupportConcept cb2sc,
|
||||||
|
DateTimeSpan invoicePeriod,
|
||||||
|
List<ServiceRecordDC> serviceRecords)
|
||||||
|
{
|
||||||
|
BS.Shared.Services.Calculations calc = PluginLoader.FindClass<BS.Shared.Services.Calculations>(_SpecificID) ?? BS.Shared.Services.Calculations.GetInstance(_SpecificID);
|
||||||
|
|
||||||
|
CreateFixedAmounts(serviceInvoicePeriod, supportConceptApprovalPeriod, cb2sc);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public override void CreateFixedAmounts(ServiceInvoicePeriod serviceInvoicePeriod, SupportConceptApprovalPeriodDC supportConceptApprovalPeriod, CostBearer2SupportConcept cb2sc)
|
||||||
|
{
|
||||||
|
var calc = PluginLoader.FindClass<BS.Shared.Services.Calculations>(_SpecificID) ?? BS.Shared.Services.Calculations.GetInstance(_SpecificID);
|
||||||
|
var data = calc.GetFixedBillingData(supportConceptApprovalPeriod, serviceInvoicePeriod.Start, serviceInvoicePeriod.End);
|
||||||
|
|
||||||
|
DateTime start = accountingPeriodStart.Value;
|
||||||
|
DateTime end = accountingPeriodEnd.Value;
|
||||||
|
if (supportConceptApprovalPeriod.StartDate > start)
|
||||||
|
{
|
||||||
|
start = supportConceptApprovalPeriod.StartDate.Value;
|
||||||
|
}
|
||||||
|
if (supportConceptApprovalPeriod.EndDate < end)
|
||||||
|
{
|
||||||
|
end = supportConceptApprovalPeriod.EndDate.Value;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (supportConceptApprovalPeriod.ServiceCategory != null)
|
||||||
|
{
|
||||||
|
var ii = new InvoiceItem
|
||||||
|
{
|
||||||
|
ItemPeriodStart = serviceInvoicePeriod.Start,
|
||||||
|
ItemPeriodEnd = serviceInvoicePeriod.End,
|
||||||
|
SupportConceptApprovalPeriodOid = supportConceptApprovalPeriod.SupportConceptApprovalPeriodOid,
|
||||||
|
AccountingInterval = AccountingIntervalType.Daily,
|
||||||
|
UnitCount = (decimal)(end - start).TotalDays + 1
|
||||||
|
};
|
||||||
|
if (supportConceptApprovalPeriod.ServiceCategory.Name.Contains("Fahrzeit"))
|
||||||
|
{
|
||||||
|
ii.AmountPerUnit = supportConceptApprovalPeriod.ApprovedBEPerInterval * AMOUNT_PER_KMQA;
|
||||||
|
ii.ItemDescription = "Fahrzeiten QA";
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
ii.AmountPerUnit = supportConceptApprovalPeriod.ApprovedBEPerInterval / 60 * data[0].AmountTotal;
|
||||||
|
ii.ItemDescription = "Qualifizierte Assistenz";
|
||||||
|
}
|
||||||
|
|
||||||
|
ii.AmountTotal = ii.UnitCount * ii.AmountPerUnit;
|
||||||
|
ii.GrossAmountTotal = ii.AmountTotal;
|
||||||
|
serviceInvoicePeriod.InvoiceItemList.Add(ii);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private static decimal GetPreis(IList<Preis> allePreise, String name, DateTime datum)
|
||||||
|
{
|
||||||
|
|
||||||
|
var pausch = allePreise.Where(p => p.Name.Contains(name)).FirstOrDefault();
|
||||||
|
if (pausch != null)
|
||||||
|
{
|
||||||
|
var crlist = MapperFactory.CostRatePeriodDC_CostRatePeriod.MapToNewDCs(pausch.CostRatePeriods);
|
||||||
|
|
||||||
|
var cr = crlist.GetCostRatePeriodForDate(CostRatePeriodType.AmountOfMoney, datum);
|
||||||
|
if (cr != null && cr.CostRateValue.HasValue)
|
||||||
|
{
|
||||||
|
return cr.CostRateValue.Value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,55 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using BeWo.Data.Access;
|
||||||
|
using BeWo.Data.Entities;
|
||||||
|
using BeWo.Report.ReportObjects;
|
||||||
|
using BeWo.Service.DCEntityMapper;
|
||||||
|
using BeWo.Service.Invoicing;
|
||||||
|
using BeWo.Service.Plugins;
|
||||||
|
using BS.Shared;
|
||||||
|
using BS.Shared.Core;
|
||||||
|
using BS.Shared.DataContracts;
|
||||||
|
|
||||||
|
|
||||||
|
namespace AidshilfeFulda.Invoicing
|
||||||
|
{
|
||||||
|
public class CollectiveInvoiceCreationOld : InvoiceCreation
|
||||||
|
{
|
||||||
|
private DateTime? accountingPeriodStart = null;
|
||||||
|
private DateTime? accountingPeriodEnd = null;
|
||||||
|
|
||||||
|
public override void SetInvoiceId(ServiceInvoice invoice)
|
||||||
|
{
|
||||||
|
invoice.InvoiceBase.InvoiceId = "Sammelrechnung";
|
||||||
|
invoice.InvoiceBase.InvoiceTypeText = "Sammelrechnung LWV";
|
||||||
|
}
|
||||||
|
|
||||||
|
public override void CreateFixedAmounts(ServiceInvoicePeriod serviceInvoicePeriod, SupportConceptApprovalPeriodDC supportConceptApprovalPeriod, CostBearer2SupportConcept cb2sc)
|
||||||
|
{
|
||||||
|
var calc = PluginLoader.FindClass<BS.Shared.Services.Calculations>(_SpecificID) ?? BS.Shared.Services.Calculations.GetInstance(_SpecificID);
|
||||||
|
var data = calc.GetFixedBillingData(supportConceptApprovalPeriod, serviceInvoicePeriod.Start, serviceInvoicePeriod.End);
|
||||||
|
|
||||||
|
foreach (var billingData in data)
|
||||||
|
{
|
||||||
|
var ii = new InvoiceItem
|
||||||
|
{
|
||||||
|
AmountTotal = billingData.AmountTotal,
|
||||||
|
GrossAmountTotal = billingData.GrossAmountTotal,
|
||||||
|
ItemPeriodStart = billingData.BillingPeriodStart,
|
||||||
|
ItemPeriodEnd = billingData.BillingPeriodEnd,
|
||||||
|
AccountingInterval = billingData.AccountingInterval,
|
||||||
|
AmountPerUnit = billingData.AmountPerUnit,
|
||||||
|
UnitCount = billingData.UnitCount
|
||||||
|
};
|
||||||
|
|
||||||
|
if (supportConceptApprovalPeriod.ServiceCategory != null)
|
||||||
|
{
|
||||||
|
ii.ItemDescription = supportConceptApprovalPeriod.ServiceCategory.Name;
|
||||||
|
//ii.UnitCount = null;
|
||||||
|
}
|
||||||
|
serviceInvoicePeriod.InvoiceItemList.Add(ii);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
28
ReportImp/AidshilfeFulda/Invoicing/CustomInvoiceFactory.cs
Normal file
28
ReportImp/AidshilfeFulda/Invoicing/CustomInvoiceFactory.cs
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using BeWo.Data.Entities;
|
||||||
|
using BeWo.Service.Invoicing;
|
||||||
|
using BS.Shared.DataContracts;
|
||||||
|
using BS.Shared.DataContracts.Compact;
|
||||||
|
|
||||||
|
namespace AidshilfeFulda.Invoicing
|
||||||
|
{
|
||||||
|
public class CustomInvoiceFactory : InvoiceFactory
|
||||||
|
{
|
||||||
|
public override InvoiceCreation CreateInvoiceCreator(string specificId, string tenant, Dictionary<CompactSupportConceptDC, List<ServiceRecordDC>> supportConcepts2ServiceRecords)
|
||||||
|
{
|
||||||
|
foreach (var key in supportConcepts2ServiceRecords.Keys)
|
||||||
|
{
|
||||||
|
if (!String.IsNullOrEmpty(key.CostBearer) && key.CostBearer.Contains("LWV Hessen (neuer PIT)"))
|
||||||
|
{
|
||||||
|
return new CollectiveInvoiceCreation();
|
||||||
|
}
|
||||||
|
if (!String.IsNullOrEmpty(key.CostBearer) && key.CostBearer.Contains("LWV Hessen"))
|
||||||
|
{
|
||||||
|
return new CollectiveInvoiceCreationOld();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return new InvoiceCreation();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
36
ReportImp/AidshilfeFulda/Properties/AssemblyInfo.cs
Normal file
36
ReportImp/AidshilfeFulda/Properties/AssemblyInfo.cs
Normal file
@@ -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")]
|
||||||
1
ReportImp/AidshilfeFulda/Properties/licenses.licx
Normal file
1
ReportImp/AidshilfeFulda/Properties/licenses.licx
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DevExpress.XtraReports.UI.XtraReport, DevExpress.XtraReports.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
Reference in New Issue
Block a user