jpegs durch png ausgetauscht

This commit is contained in:
Christian
2023-11-02 14:47:40 +01:00
parent 6ca631e92e
commit 1a6f0f87c9
21 changed files with 96943 additions and 100114 deletions

View File

@@ -1227,7 +1227,10 @@ namespace BeWo.Report
}
if (report != null)
{
report.CreateDocument();
if (report.Pages.Count == 0)
{
report.CreateDocument();
}
if (master == null)
{
master = report;

File diff suppressed because it is too large Load Diff

View File

@@ -52,7 +52,7 @@ namespace PerspektivenEV
XtraReport invoiceReport = null;
if (iDC.InvoiceBase.RecipientOrganisation != "Landeswohlfahrtsverband Hessen" && iDC.InvoiceBase.Type.ToString() == "Service"
&& iDC.ServiceInvoicePeriods.Count > 0 && iDC.ServiceInvoicePeriods[0].SupportConceptApprovalPeriod.ServiceCategory != null && iDC.ServiceInvoicePeriods[0].SupportConceptApprovalPeriod.ServiceCategory.Name.Contains("BW"))
&& iDC.ServiceInvoicePeriods.Count > 0 && iDC.ServiceInvoicePeriods[0].SupportConceptApprovalPeriod != null && iDC.ServiceInvoicePeriods[0].SupportConceptApprovalPeriod.ServiceCategory != null && iDC.ServiceInvoicePeriods[0].SupportConceptApprovalPeriod.ServiceCategory.Name.Contains("BW"))
{
XtraReport masterReport = new XtraReport();
masterReport.CreateDocument();
@@ -111,12 +111,15 @@ namespace PerspektivenEV
((XtraReport)singleReport).Pages.AddRange(((XtraReport)anhang).Pages);
invoiceReport = singleReport as XtraReport;
}
var customerDC = MapperFactory.CustomerDC_Customer.MapToNewDC(DAOFactory.GenericDAO.GetByID<Customer>(iDC.InvoiceBase.SupportConceptCostBearerRelDc.SupportConcept.Customer.CustomerOid));
if (customerDC.RelatedTeams.Any(t => t.Team.Name.ToLower().Contains("pfk")))
if (iDC.InvoiceBase.SupportConceptCostBearerRelDc != null)
{
var pfkAnhang = CreatePfkAnhang(iDC.InvoiceBase);
pfkAnhang.CreateDocument();
invoiceReport.Pages.AddRange(pfkAnhang.Pages);
var customerDC = MapperFactory.CustomerDC_Customer.MapToNewDC(DAOFactory.GenericDAO.GetByID<Customer>(iDC.InvoiceBase.SupportConceptCostBearerRelDc.SupportConcept.Customer.CustomerOid));
if (customerDC.RelatedTeams.Any(t => t.Team.Name.ToLower().Contains("pfk")))
{
var pfkAnhang = CreatePfkAnhang(iDC.InvoiceBase);
pfkAnhang.CreateDocument();
invoiceReport.Pages.AddRange(pfkAnhang.Pages);
}
}
}

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 762 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 KiB

File diff suppressed because it is too large Load Diff

View File

@@ -46,6 +46,7 @@ namespace PerspektivenEV
this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.formattingRuleStartDate = new DevExpress.XtraReports.UI.FormattingRule();
this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
@@ -76,12 +77,11 @@ namespace PerspektivenEV
this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
this.fieldKontaktArt = new DevExpress.XtraReports.UI.CalculatedField();
this.HoursQualified = new DevExpress.XtraReports.UI.CalculatedField();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
//
// Detail
@@ -247,6 +247,10 @@ namespace PerspektivenEV
this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
this.xrTableCell11.Weight = 0.61224479415791D;
//
// bindingSource1
//
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO);
//
// formattingRuleStartDate
//
this.formattingRuleStartDate.Condition = "[StartDate2] < [StartDate]";
@@ -555,10 +559,6 @@ namespace PerspektivenEV
this.HoursQualified.Expression = "[Minutes]/60";
this.HoursQualified.Name = "HoursQualified";
//
// bindingSource1
//
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO);
//
// QuittierungsbelegPfk
//
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
@@ -586,9 +586,9 @@ namespace PerspektivenEV
this.Version = "17.1";
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -35,6 +35,10 @@ namespace PerspektivenEV
this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
this.Page1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
this.lblZeitraumPfk1 = new DevExpress.XtraReports.UI.XRLabel();
this.lblZeitraumPfk2 = new DevExpress.XtraReports.UI.XRLabel();
this.lblBetreffPfk2 = new DevExpress.XtraReports.UI.XRLabel();
this.lblBetreffPfk1 = new DevExpress.XtraReports.UI.XRLabel();
this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
this.lblAdresse = new DevExpress.XtraReports.UI.XRLabel();
@@ -68,13 +72,9 @@ namespace PerspektivenEV
this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
this.lblUeberweisung = new DevExpress.XtraReports.UI.XRLabel();
this.lblAnlage = new DevExpress.XtraReports.UI.XRLabel();
this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.lblBetreffPfk1 = new DevExpress.XtraReports.UI.XRLabel();
this.lblBetreffPfk2 = new DevExpress.XtraReports.UI.XRLabel();
this.lblZeitraumPfk2 = new DevExpress.XtraReports.UI.XRLabel();
this.lblZeitraumPfk1 = new DevExpress.XtraReports.UI.XRLabel();
this.lblUeberweisungPfk = new DevExpress.XtraReports.UI.XRLabel();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
@@ -122,6 +122,67 @@ namespace PerspektivenEV
this.Page1.Name = "Page1";
this.Page1.StylePriority.UseFont = false;
//
// lblZeitraumPfk1
//
this.lblZeitraumPfk1.BackColor = System.Drawing.Color.Transparent;
this.lblZeitraumPfk1.CanShrink = true;
this.lblZeitraumPfk1.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold);
this.lblZeitraumPfk1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 266.1666F);
this.lblZeitraumPfk1.Name = "lblZeitraumPfk1";
this.lblZeitraumPfk1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.lblZeitraumPfk1.SizeF = new System.Drawing.SizeF(189.2916F, 20F);
this.lblZeitraumPfk1.StylePriority.UseBackColor = false;
this.lblZeitraumPfk1.StylePriority.UseFont = false;
this.lblZeitraumPfk1.Text = "Für den Betreuungszeitraum";
this.lblZeitraumPfk1.Visible = false;
this.lblZeitraumPfk1.WordWrap = false;
//
// lblZeitraumPfk2
//
this.lblZeitraumPfk2.BackColor = System.Drawing.Color.Transparent;
this.lblZeitraumPfk2.CanShrink = true;
this.lblZeitraumPfk2.Font = new System.Drawing.Font("Calibri", 11F);
this.lblZeitraumPfk2.LocationFloat = new DevExpress.Utils.PointFloat(189.2916F, 266.1666F);
this.lblZeitraumPfk2.Name = "lblZeitraumPfk2";
this.lblZeitraumPfk2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.lblZeitraumPfk2.SizeF = new System.Drawing.SizeF(432.7084F, 20F);
this.lblZeitraumPfk2.StylePriority.UseBackColor = false;
this.lblZeitraumPfk2.StylePriority.UseFont = false;
this.lblZeitraumPfk2.Text = "[AccountingPeriod] berechnen wir folgende Leistungen:";
this.lblZeitraumPfk2.Visible = false;
this.lblZeitraumPfk2.WordWrap = false;
//
// lblBetreffPfk2
//
this.lblBetreffPfk2.BackColor = System.Drawing.Color.Transparent;
this.lblBetreffPfk2.CanShrink = true;
this.lblBetreffPfk2.Font = new System.Drawing.Font("Calibri", 11F);
this.lblBetreffPfk2.LocationFloat = new DevExpress.Utils.PointFloat(199.7083F, 230.625F);
this.lblBetreffPfk2.Name = "lblBetreffPfk2";
this.lblBetreffPfk2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.lblBetreffPfk2.SizeF = new System.Drawing.SizeF(422.2917F, 19.99998F);
this.lblBetreffPfk2.StylePriority.UseBackColor = false;
this.lblBetreffPfk2.StylePriority.UseFont = false;
this.lblBetreffPfk2.Text = "[CustomerFirstName] [CustomerLastName], geb. [CustomerBirthdate!dd.MM.yyyy], AZ [" +
"CustomerReferenceNumber]";
this.lblBetreffPfk2.Visible = false;
this.lblBetreffPfk2.WordWrap = false;
//
// lblBetreffPfk1
//
this.lblBetreffPfk1.BackColor = System.Drawing.Color.Transparent;
this.lblBetreffPfk1.CanShrink = true;
this.lblBetreffPfk1.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold);
this.lblBetreffPfk1.LocationFloat = new DevExpress.Utils.PointFloat(9.536743E-05F, 230.625F);
this.lblBetreffPfk1.Name = "lblBetreffPfk1";
this.lblBetreffPfk1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.lblBetreffPfk1.SizeF = new System.Drawing.SizeF(199.7082F, 19.99998F);
this.lblBetreffPfk1.StylePriority.UseBackColor = false;
this.lblBetreffPfk1.StylePriority.UseFont = false;
this.lblBetreffPfk1.Text = "Abrechnung für Indexklient:in";
this.lblBetreffPfk1.Visible = false;
this.lblBetreffPfk1.WordWrap = false;
//
// xrLabel4
//
this.xrLabel4.BackColor = System.Drawing.Color.Transparent;
@@ -576,76 +637,6 @@ namespace PerspektivenEV
this.lblAnlage.Text = "Anlage: Betreuungsnachweis";
this.lblAnlage.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// PageHeader
//
this.PageHeader.HeightF = 168.75F;
this.PageHeader.Name = "PageHeader";
//
// bindingSource1
//
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO);
//
// lblBetreffPfk1
//
this.lblBetreffPfk1.BackColor = System.Drawing.Color.Transparent;
this.lblBetreffPfk1.CanShrink = true;
this.lblBetreffPfk1.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold);
this.lblBetreffPfk1.LocationFloat = new DevExpress.Utils.PointFloat(9.536743E-05F, 230.625F);
this.lblBetreffPfk1.Name = "lblBetreffPfk1";
this.lblBetreffPfk1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.lblBetreffPfk1.SizeF = new System.Drawing.SizeF(199.7082F, 19.99998F);
this.lblBetreffPfk1.StylePriority.UseBackColor = false;
this.lblBetreffPfk1.StylePriority.UseFont = false;
this.lblBetreffPfk1.Text = "Abrechnung für Indexklient:in";
this.lblBetreffPfk1.Visible = false;
this.lblBetreffPfk1.WordWrap = false;
//
// lblBetreffPfk2
//
this.lblBetreffPfk2.BackColor = System.Drawing.Color.Transparent;
this.lblBetreffPfk2.CanShrink = true;
this.lblBetreffPfk2.Font = new System.Drawing.Font("Calibri", 11F);
this.lblBetreffPfk2.LocationFloat = new DevExpress.Utils.PointFloat(199.7083F, 230.625F);
this.lblBetreffPfk2.Name = "lblBetreffPfk2";
this.lblBetreffPfk2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.lblBetreffPfk2.SizeF = new System.Drawing.SizeF(422.2917F, 19.99998F);
this.lblBetreffPfk2.StylePriority.UseBackColor = false;
this.lblBetreffPfk2.StylePriority.UseFont = false;
this.lblBetreffPfk2.Text = "[CustomerFirstName] [CustomerLastName], geb. [CustomerBirthdate!dd.MM.yyyy], AZ [" +
"CustomerReferenceNumber]";
this.lblBetreffPfk2.Visible = false;
this.lblBetreffPfk2.WordWrap = false;
//
// lblZeitraumPfk2
//
this.lblZeitraumPfk2.BackColor = System.Drawing.Color.Transparent;
this.lblZeitraumPfk2.CanShrink = true;
this.lblZeitraumPfk2.Font = new System.Drawing.Font("Calibri", 11F);
this.lblZeitraumPfk2.LocationFloat = new DevExpress.Utils.PointFloat(189.2916F, 266.1666F);
this.lblZeitraumPfk2.Name = "lblZeitraumPfk2";
this.lblZeitraumPfk2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.lblZeitraumPfk2.SizeF = new System.Drawing.SizeF(432.7084F, 20F);
this.lblZeitraumPfk2.StylePriority.UseBackColor = false;
this.lblZeitraumPfk2.StylePriority.UseFont = false;
this.lblZeitraumPfk2.Text = "[AccountingPeriod] berechnen wir folgende Leistungen:";
this.lblZeitraumPfk2.Visible = false;
this.lblZeitraumPfk2.WordWrap = false;
//
// lblZeitraumPfk1
//
this.lblZeitraumPfk1.BackColor = System.Drawing.Color.Transparent;
this.lblZeitraumPfk1.CanShrink = true;
this.lblZeitraumPfk1.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold);
this.lblZeitraumPfk1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 266.1666F);
this.lblZeitraumPfk1.Name = "lblZeitraumPfk1";
this.lblZeitraumPfk1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.lblZeitraumPfk1.SizeF = new System.Drawing.SizeF(189.2916F, 20F);
this.lblZeitraumPfk1.StylePriority.UseBackColor = false;
this.lblZeitraumPfk1.StylePriority.UseFont = false;
this.lblZeitraumPfk1.Text = "Für den Betreuungszeitraum";
this.lblZeitraumPfk1.Visible = false;
this.lblZeitraumPfk1.WordWrap = false;
//
// lblUeberweisungPfk
//
this.lblUeberweisungPfk.BackColor = System.Drawing.Color.Transparent;
@@ -669,6 +660,15 @@ namespace PerspektivenEV
this.lblUeberweisungPfk.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
this.lblUeberweisungPfk.Visible = false;
//
// bindingSource1
//
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO);
//
// PageHeader
//
this.PageHeader.HeightF = 168.75F;
this.PageHeader.Name = "PageHeader";
//
// ServiceInvoiceReport
//
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -58,6 +58,7 @@ namespace PerspektivenEV
this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell();
this.lblFachkraftMin = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox();
@@ -96,13 +97,12 @@ namespace PerspektivenEV
this.QualifiedMin = new DevExpress.XtraReports.UI.CalculatedField();
this.UnqualifiedMin = new DevExpress.XtraReports.UI.CalculatedField();
this.Hours = new DevExpress.XtraReports.UI.CalculatedField();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
//
// Detail
@@ -399,6 +399,10 @@ namespace PerspektivenEV
this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
this.xrTableCell3.Weight = 5.5305904937854313D;
//
// bindingSource1
//
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceRecordListRO);
//
// ReportHeader
//
this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
@@ -788,10 +792,6 @@ namespace PerspektivenEV
this.Hours.Expression = "[RoundedDuration]/60";
this.Hours.Name = "Hours";
//
// bindingSource1
//
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceRecordListRO);
//
// LeistungenPFK
//
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
@@ -823,9 +823,9 @@ namespace PerspektivenEV
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
}

File diff suppressed because it is too large Load Diff

View File

@@ -28,6 +28,7 @@ namespace BeWo.Report.DefaultReports.Alt
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Spitzabrechnung));
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
@@ -84,6 +85,7 @@ namespace BeWo.Report.DefaultReports.Alt
this.xrTableRow15 = new DevExpress.XtraReports.UI.XRTableRow();
this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
this.xrTableRow30 = new DevExpress.XtraReports.UI.XRTableRow();
@@ -104,12 +106,11 @@ namespace BeWo.Report.DefaultReports.Alt
this.xrTableRow36 = new DevExpress.XtraReports.UI.XRTableRow();
this.xrTableCell57 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell58 = new DevExpress.XtraReports.UI.XRTableCell();
this.bindingSource1 = new System.Windows.Forms.BindingSource();
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
//
// Detail
@@ -674,6 +675,10 @@ namespace BeWo.Report.DefaultReports.Alt
this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
this.xrTableCell23.Weight = 0.21685899000901443D;
//
// bindingSource1
//
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.SettlementRO);
//
// GroupFooter1
//
this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
@@ -889,10 +894,6 @@ namespace BeWo.Report.DefaultReports.Alt
this.xrTableCell58.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
this.xrTableCell58.Weight = 0.21685899000901443D;
//
// bindingSource1
//
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.SettlementRO);
//
// Spitzabrechnung
//
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
@@ -918,8 +919,8 @@ namespace BeWo.Report.DefaultReports.Alt
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
}

File diff suppressed because it is too large Load Diff

View File

@@ -88,6 +88,7 @@ namespace BeWo.Report.DefaultReports
this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow();
this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
this.xrTable5 = new DevExpress.XtraReports.UI.XRTable();
this.xrTableRow31 = new DevExpress.XtraReports.UI.XRTableRow();
@@ -106,13 +107,12 @@ namespace BeWo.Report.DefaultReports
this.xrTableRow37 = new DevExpress.XtraReports.UI.XRTableRow();
this.xrTableCell59 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell60 = new DevExpress.XtraReports.UI.XRTableCell();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
//
// Detail
@@ -684,6 +684,10 @@ namespace BeWo.Report.DefaultReports
this.xrTableCell7.StylePriority.UsePadding = false;
this.xrTableCell7.Weight = 3D;
//
// bindingSource1
//
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.Settlement2RO);
//
// GroupFooter1
//
this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
@@ -883,10 +887,6 @@ namespace BeWo.Report.DefaultReports
this.xrTableCell60.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
this.xrTableCell60.Weight = 0.16397432767427886D;
//
// bindingSource1
//
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.Settlement2RO);
//
// Spitzabrechnung
//
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
@@ -915,8 +915,8 @@ namespace BeWo.Report.DefaultReports
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
}

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

View File

@@ -326,7 +326,7 @@ namespace BeWo.Service.Plugins
//t = "5065709552"; // Biotop e.V.
//t = "9094672461"; // Transkulturelles Betreuungsbüro (Toprak GmbH)
//t = "9008813932"; // Aids Hilfe Giessen
//t = "4052216789"; // Perspektiven e.V.
t = "4052216789"; // Perspektiven e.V.
//t = "7663765314"; // Christina Frommen (Frommen BeWo)
//t = "5462295916"; // BeWo Dellbrueck
//t = "2120989920"; // Sozialbüro Schüßler und Wilckens GbR
@@ -347,7 +347,7 @@ namespace BeWo.Service.Plugins
//t = "6971328056"; // SKM Krefeld
//t = "4199238586"; // MeZ Menden;
//t = "3226307161"; // Roman Roger Puth
t = "3522103738"; // AWO Münsterland-Recklinghausen
//t = "3522103738"; // AWO Münsterland-Recklinghausen
//t = "5592509446"; // Kontakt Verein für psychosoziale Hilfen e.V
//t = "5344902949"; // SHK Service GmbH SBD
//t = "1422963536"; // Malteser-Johanniter-Johanneshaus gGmbH