Merge branch 'master' of ssh://float.beyondsoft.de/git/beyondSoft/BeWo
This commit is contained in:
@@ -3,6 +3,8 @@ using System.Collections.Generic;
|
||||
|
||||
using BeWo.Data.Entities;
|
||||
using BeWo.Data.Access;
|
||||
using BS.Shared.DataContracts;
|
||||
using BeWo.Service.DCEntityMapper;
|
||||
|
||||
namespace BeWo.Report.ReportObjects
|
||||
{
|
||||
@@ -12,20 +14,23 @@ namespace BeWo.Report.ReportObjects
|
||||
|
||||
public DateTime ReportDateTime { get; set; }
|
||||
|
||||
public List<AssessmentSheetRow> Rows { get; set; }
|
||||
|
||||
public List<AssessmentSheetRow> Rows { get; set; }
|
||||
|
||||
public List<AssessmentSheetValueDC> PunktebogenWerte { get; set; }
|
||||
|
||||
public static AssessmentSheetRO Create(Customer customer, DateTime dt)
|
||||
{
|
||||
|
||||
var result = new AssessmentSheetRO
|
||||
{
|
||||
Rows = new List<AssessmentSheetRow>(),
|
||||
Customer = String.Format("{0} {1}", customer.Person.FirstName, customer.Person.LastName),
|
||||
ReportDateTime = dt
|
||||
ReportDateTime = dt,
|
||||
PunktebogenWerte = MapperFactory.AssessmentSheetValueDC_AssessmentSheetValue.MapToNewDCs(DAOFactory.GenericDAO.GetAllActive<AssessmentSheetValue>())
|
||||
};
|
||||
|
||||
var catOid2RowDict = new Dictionary<long, AssessmentSheetRow>();
|
||||
var categories =
|
||||
DAOFactory.SearchDAO.GetAssessmentSheetCategoryListForCustomer(customer.Oid.Value);
|
||||
var categories = DAOFactory.SearchDAO.GetAssessmentSheetCategoryListForCustomer(customer.Oid.Value);
|
||||
|
||||
foreach (var assessmentSheetCategory in categories)
|
||||
{
|
||||
|
||||
110
ReportImp/BeWoImFlow/RechnungJugendamt.Designer.cs
generated
110
ReportImp/BeWoImFlow/RechnungJugendamt.Designer.cs
generated
@@ -51,14 +51,16 @@ namespace BeWoImFlow
|
||||
this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
|
||||
this.lblAdresse = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.xrRichText2 = new DevExpress.XtraReports.UI.XRRichText();
|
||||
this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
|
||||
this.xrRichText1 = new DevExpress.XtraReports.UI.XRRichText();
|
||||
this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
|
||||
this.xrRichText3 = new DevExpress.XtraReports.UI.XRRichText();
|
||||
this.xrLine1 = new DevExpress.XtraReports.UI.XRLine();
|
||||
this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
|
||||
this.lblAdresse = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.GroupFooter2 = new DevExpress.XtraReports.UI.GroupFooterBand();
|
||||
this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
|
||||
@@ -67,14 +69,12 @@ namespace BeWoImFlow
|
||||
this.Detail1 = new DevExpress.XtraReports.UI.DetailBand();
|
||||
this.DetailReport1 = new DevExpress.XtraReports.UI.DetailReportBand();
|
||||
this.Detail2 = new DevExpress.XtraReports.UI.DetailBand();
|
||||
this.xrRichText2 = new DevExpress.XtraReports.UI.XRRichText();
|
||||
this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
|
||||
this.xrRichText1 = new DevExpress.XtraReports.UI.XRRichText();
|
||||
this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrRichText3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrRichText3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
||||
//
|
||||
// Detail
|
||||
@@ -88,12 +88,12 @@ namespace BeWoImFlow
|
||||
//
|
||||
this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||||
new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceDate", "Köln, den {0}")});
|
||||
this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(441.19F, 0F);
|
||||
this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(547.6627F, 0F);
|
||||
this.xrLabel8.Name = "xrLabel8";
|
||||
this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||||
this.xrLabel8.SizeF = new System.Drawing.SizeF(189.3336F, 23F);
|
||||
this.xrLabel8.StylePriority.UseTextAlignment = false;
|
||||
this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
||||
this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
||||
//
|
||||
// xrTable1
|
||||
//
|
||||
@@ -287,6 +287,39 @@ namespace BeWoImFlow
|
||||
this.topMarginBand1.HeightF = 380F;
|
||||
this.topMarginBand1.Name = "topMarginBand1";
|
||||
//
|
||||
// lblAdresse
|
||||
//
|
||||
this.lblAdresse.LocationFloat = new DevExpress.Utils.PointFloat(30.00336F, 199.58F);
|
||||
this.lblAdresse.Multiline = true;
|
||||
this.lblAdresse.Name = "lblAdresse";
|
||||
this.lblAdresse.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||||
this.lblAdresse.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink;
|
||||
this.lblAdresse.SizeF = new System.Drawing.SizeF(410.6667F, 170.42F);
|
||||
this.lblAdresse.StylePriority.UseFont = false;
|
||||
//
|
||||
// xrRichText2
|
||||
//
|
||||
this.xrRichText2.LocationFloat = new DevExpress.Utils.PointFloat(30F, 169.58F);
|
||||
this.xrRichText2.Name = "xrRichText2";
|
||||
this.xrRichText2.SerializableRtfString = resources.GetString("xrRichText2.SerializableRtfString");
|
||||
this.xrRichText2.SizeF = new System.Drawing.SizeF(410.67F, 30F);
|
||||
//
|
||||
// xrPictureBox1
|
||||
//
|
||||
this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
|
||||
this.xrPictureBox1.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.MiddleCenter;
|
||||
this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(550.33F, 10F);
|
||||
this.xrPictureBox1.Name = "xrPictureBox1";
|
||||
this.xrPictureBox1.SizeF = new System.Drawing.SizeF(186.6664F, 189.58F);
|
||||
this.xrPictureBox1.StylePriority.UseBorders = false;
|
||||
//
|
||||
// xrRichText1
|
||||
//
|
||||
this.xrRichText1.LocationFloat = new DevExpress.Utils.PointFloat(550.33F, 220F);
|
||||
this.xrRichText1.Name = "xrRichText1";
|
||||
this.xrRichText1.SerializableRtfString = resources.GetString("xrRichText1.SerializableRtfString");
|
||||
this.xrRichText1.SizeF = new System.Drawing.SizeF(186.67F, 160F);
|
||||
//
|
||||
// bottomMarginBand1
|
||||
//
|
||||
this.bottomMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||||
@@ -321,16 +354,6 @@ namespace BeWoImFlow
|
||||
this.GroupHeader1.Name = "GroupHeader1";
|
||||
this.GroupHeader1.StylePriority.UseFont = false;
|
||||
//
|
||||
// lblAdresse
|
||||
//
|
||||
this.lblAdresse.LocationFloat = new DevExpress.Utils.PointFloat(30.00336F, 199.58F);
|
||||
this.lblAdresse.Multiline = true;
|
||||
this.lblAdresse.Name = "lblAdresse";
|
||||
this.lblAdresse.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||||
this.lblAdresse.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink;
|
||||
this.lblAdresse.SizeF = new System.Drawing.SizeF(410.6667F, 170.42F);
|
||||
this.lblAdresse.StylePriority.UseFont = false;
|
||||
//
|
||||
// bindingSource1
|
||||
//
|
||||
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO);
|
||||
@@ -344,18 +367,6 @@ namespace BeWoImFlow
|
||||
this.GroupFooter2.HeightF = 244.5834F;
|
||||
this.GroupFooter2.Level = 1;
|
||||
this.GroupFooter2.Name = "GroupFooter2";
|
||||
//
|
||||
// xrLabel14
|
||||
//
|
||||
this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(30.00005F, 90.00002F);
|
||||
this.xrLabel14.Multiline = true;
|
||||
this.xrLabel14.Name = "xrLabel14";
|
||||
this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||||
this.xrLabel14.SizeF = new System.Drawing.SizeF(675.33F, 154.5834F);
|
||||
this.xrLabel14.StylePriority.UseFont = false;
|
||||
this.xrLabel14.Text = "Ich bitte um Überweisung des Rechnungsbetrages unter Angabe des Aktenzeichens auf" +
|
||||
" das unten angegebene Bankkonto.\r\n\r\nMit freundlichen Grüßen\r\n\r\n\r\n\r\nSaskia Mysliw" +
|
||||
"ski";
|
||||
//
|
||||
// xrLabel12
|
||||
//
|
||||
@@ -440,28 +451,17 @@ namespace BeWoImFlow
|
||||
this.Detail2.HeightF = 30.20834F;
|
||||
this.Detail2.Name = "Detail2";
|
||||
//
|
||||
// xrRichText2
|
||||
// xrLabel14
|
||||
//
|
||||
this.xrRichText2.LocationFloat = new DevExpress.Utils.PointFloat(30F, 169.58F);
|
||||
this.xrRichText2.Name = "xrRichText2";
|
||||
this.xrRichText2.SerializableRtfString = resources.GetString("xrRichText2.SerializableRtfString");
|
||||
this.xrRichText2.SizeF = new System.Drawing.SizeF(410.67F, 30F);
|
||||
//
|
||||
// xrPictureBox1
|
||||
//
|
||||
this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
|
||||
this.xrPictureBox1.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.MiddleCenter;
|
||||
this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(550.33F, 10F);
|
||||
this.xrPictureBox1.Name = "xrPictureBox1";
|
||||
this.xrPictureBox1.SizeF = new System.Drawing.SizeF(186.6664F, 189.58F);
|
||||
this.xrPictureBox1.StylePriority.UseBorders = false;
|
||||
//
|
||||
// xrRichText1
|
||||
//
|
||||
this.xrRichText1.LocationFloat = new DevExpress.Utils.PointFloat(562.98F, 219.67F);
|
||||
this.xrRichText1.Name = "xrRichText1";
|
||||
this.xrRichText1.SerializableRtfString = resources.GetString("xrRichText1.SerializableRtfString");
|
||||
this.xrRichText1.SizeF = new System.Drawing.SizeF(174.02F, 160F);
|
||||
this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(30.00336F, 90.00002F);
|
||||
this.xrLabel14.Multiline = true;
|
||||
this.xrLabel14.Name = "xrLabel14";
|
||||
this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||||
this.xrLabel14.SizeF = new System.Drawing.SizeF(675.33F, 154.5834F);
|
||||
this.xrLabel14.StylePriority.UseFont = false;
|
||||
this.xrLabel14.Text = "Ich bitte um Überweisung des Rechnungsbetrages unter Angabe des Aktenzeichens auf" +
|
||||
" das unten angegebene Bankkonto.\r\n\r\nMit freundlichen Grüßen\r\n\r\n\r\n\r\nAnne Eigenber" +
|
||||
"z";
|
||||
//
|
||||
// Rechnung
|
||||
//
|
||||
@@ -483,10 +483,10 @@ namespace BeWoImFlow
|
||||
this.PaperKind = System.Drawing.Printing.PaperKind.A4;
|
||||
this.Version = "17.1";
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrRichText3)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrRichText3)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
||||
|
||||
}
|
||||
@@ -521,7 +521,6 @@ namespace BeWoImFlow
|
||||
private DevExpress.XtraReports.UI.XRTableCell xrTableCell2;
|
||||
private DevExpress.XtraReports.UI.XRTableCell cellGeleisteteStd;
|
||||
private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter2;
|
||||
private DevExpress.XtraReports.UI.XRLabel xrLabel14;
|
||||
private DevExpress.XtraReports.UI.XRLabel xrLabel12;
|
||||
private DevExpress.XtraReports.UI.XRLabel xrLabel13;
|
||||
private DevExpress.XtraReports.UI.XRLabel xrLabel10;
|
||||
@@ -533,5 +532,6 @@ namespace BeWoImFlow
|
||||
private DevExpress.XtraReports.UI.XRRichText xrRichText2;
|
||||
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1;
|
||||
private DevExpress.XtraReports.UI.XRRichText xrRichText1;
|
||||
private DevExpress.XtraReports.UI.XRLabel xrLabel14;
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
62
ReportImp/BeWoImFlow/SettlementReport.Designer.cs
generated
62
ReportImp/BeWoImFlow/SettlementReport.Designer.cs
generated
@@ -50,6 +50,7 @@ namespace BeWoImFlow.Alt
|
||||
this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
|
||||
this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
|
||||
this.lblAdresse = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.xrRichText2 = new DevExpress.XtraReports.UI.XRRichText();
|
||||
this.xrRichText1 = new DevExpress.XtraReports.UI.XRRichText();
|
||||
this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
|
||||
@@ -57,14 +58,12 @@ namespace BeWoImFlow.Alt
|
||||
this.xrRichText3 = new DevExpress.XtraReports.UI.XRRichText();
|
||||
this.xrLine1 = new DevExpress.XtraReports.UI.XRLine();
|
||||
this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
|
||||
this.lblAdresse = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand();
|
||||
this.Detail1 = new DevExpress.XtraReports.UI.DetailBand();
|
||||
this.xrTable5 = new DevExpress.XtraReports.UI.XRTable();
|
||||
this.xrTableRow15 = new DevExpress.XtraReports.UI.XRTableRow();
|
||||
this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||
this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
|
||||
this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
|
||||
@@ -86,13 +85,15 @@ namespace BeWoImFlow.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(this.components);
|
||||
this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrRichText3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
||||
//
|
||||
// Detail
|
||||
@@ -106,12 +107,12 @@ namespace BeWoImFlow.Alt
|
||||
//
|
||||
this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||||
new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceDate", "Köln, den {0}")});
|
||||
this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(441.1875F, 0F);
|
||||
this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(552.98F, 0F);
|
||||
this.xrLabel8.Name = "xrLabel8";
|
||||
this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||||
this.xrLabel8.SizeF = new System.Drawing.SizeF(189.3336F, 23F);
|
||||
this.xrLabel8.SizeF = new System.Drawing.SizeF(184.0199F, 23F);
|
||||
this.xrLabel8.StylePriority.UseTextAlignment = false;
|
||||
this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
||||
this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
||||
//
|
||||
// xrTable1
|
||||
//
|
||||
@@ -274,6 +275,7 @@ namespace BeWoImFlow.Alt
|
||||
// ReportFooter
|
||||
//
|
||||
this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||||
this.xrLabel2,
|
||||
this.xrLabel10});
|
||||
this.ReportFooter.HeightF = 115.625F;
|
||||
this.ReportFooter.KeepTogether = true;
|
||||
@@ -286,9 +288,9 @@ namespace BeWoImFlow.Alt
|
||||
this.xrLabel10.Multiline = true;
|
||||
this.xrLabel10.Name = "xrLabel10";
|
||||
this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||||
this.xrLabel10.SizeF = new System.Drawing.SizeF(675.33F, 115.625F);
|
||||
this.xrLabel10.SizeF = new System.Drawing.SizeF(675.33F, 88.54166F);
|
||||
this.xrLabel10.StylePriority.UseFont = false;
|
||||
this.xrLabel10.Text = "Mit freundlichen Grüßen\r\n\r\ni. A.\r\n\r\n\r\nSaskia Mysliwski";
|
||||
this.xrLabel10.Text = "Mit freundlichen Grüßen\r\n\r\n\r\n\r\nAnne Eigenberz";
|
||||
//
|
||||
// topMarginBand1
|
||||
//
|
||||
@@ -300,6 +302,16 @@ namespace BeWoImFlow.Alt
|
||||
this.topMarginBand1.HeightF = 380F;
|
||||
this.topMarginBand1.Name = "topMarginBand1";
|
||||
//
|
||||
// lblAdresse
|
||||
//
|
||||
this.lblAdresse.LocationFloat = new DevExpress.Utils.PointFloat(30.00005F, 199.58F);
|
||||
this.lblAdresse.Multiline = true;
|
||||
this.lblAdresse.Name = "lblAdresse";
|
||||
this.lblAdresse.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||||
this.lblAdresse.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink;
|
||||
this.lblAdresse.SizeF = new System.Drawing.SizeF(410.6667F, 168.3959F);
|
||||
this.lblAdresse.StylePriority.UseFont = false;
|
||||
//
|
||||
// xrRichText2
|
||||
//
|
||||
this.xrRichText2.LocationFloat = new DevExpress.Utils.PointFloat(30.00005F, 169.58F);
|
||||
@@ -309,7 +321,7 @@ namespace BeWoImFlow.Alt
|
||||
//
|
||||
// xrRichText1
|
||||
//
|
||||
this.xrRichText1.LocationFloat = new DevExpress.Utils.PointFloat(562.9756F, 219.6667F);
|
||||
this.xrRichText1.LocationFloat = new DevExpress.Utils.PointFloat(552.98F, 220F);
|
||||
this.xrRichText1.Name = "xrRichText1";
|
||||
this.xrRichText1.SerializableRtfString = resources.GetString("xrRichText1.SerializableRtfString");
|
||||
this.xrRichText1.SizeF = new System.Drawing.SizeF(174.02F, 160F);
|
||||
@@ -357,16 +369,6 @@ namespace BeWoImFlow.Alt
|
||||
this.GroupHeader1.Name = "GroupHeader1";
|
||||
this.GroupHeader1.StylePriority.UseFont = false;
|
||||
//
|
||||
// lblAdresse
|
||||
//
|
||||
this.lblAdresse.LocationFloat = new DevExpress.Utils.PointFloat(30.00005F, 199.58F);
|
||||
this.lblAdresse.Multiline = true;
|
||||
this.lblAdresse.Name = "lblAdresse";
|
||||
this.lblAdresse.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||||
this.lblAdresse.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink;
|
||||
this.lblAdresse.SizeF = new System.Drawing.SizeF(410.6667F, 168.3959F);
|
||||
this.lblAdresse.StylePriority.UseFont = false;
|
||||
//
|
||||
// DetailReport
|
||||
//
|
||||
this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
||||
@@ -432,10 +434,6 @@ namespace BeWoImFlow.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[] {
|
||||
@@ -646,6 +644,21 @@ namespace BeWoImFlow.Alt
|
||||
this.xrTableCell58.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
||||
this.xrTableCell58.Weight = 0.21685899000901443D;
|
||||
//
|
||||
// bindingSource1
|
||||
//
|
||||
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.SettlementRO);
|
||||
//
|
||||
// xrLabel2
|
||||
//
|
||||
this.xrLabel2.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(30.00003F, 88.54166F);
|
||||
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(675.33F, 27.08334F);
|
||||
this.xrLabel2.StylePriority.UseFont = false;
|
||||
this.xrLabel2.Text = "Assistenz der Geschäftsleitung";
|
||||
//
|
||||
// Spitzabrechnung
|
||||
//
|
||||
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
||||
@@ -671,8 +684,8 @@ namespace BeWoImFlow.Alt
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrRichText3)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
||||
|
||||
}
|
||||
@@ -735,5 +748,6 @@ namespace BeWoImFlow.Alt
|
||||
private DevExpress.XtraReports.UI.XRTableCell xrTableCell1;
|
||||
private DevExpress.XtraReports.UI.XRRichText xrRichText3;
|
||||
private DevExpress.XtraReports.UI.XRLabel xrLabel1;
|
||||
private DevExpress.XtraReports.UI.XRLabel xrLabel2;
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
48
ReportImp/BeWoImFlow/SettlementReport2.Designer.cs
generated
48
ReportImp/BeWoImFlow/SettlementReport2.Designer.cs
generated
@@ -48,7 +48,6 @@ namespace BeWoImFlow
|
||||
this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
|
||||
this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
|
||||
this.lblAdresse = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.xrRichText2 = new DevExpress.XtraReports.UI.XRRichText();
|
||||
@@ -86,6 +85,8 @@ namespace BeWoImFlow
|
||||
this.xrTableRow36 = new DevExpress.XtraReports.UI.XRTableRow();
|
||||
this.xrTableCell57 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||
this.xrTableCell58 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||
this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit();
|
||||
@@ -106,12 +107,12 @@ namespace BeWoImFlow
|
||||
//
|
||||
this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||||
new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceDate", "Köln, den {0:dd.MM.yyyy}")});
|
||||
this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(441.1875F, 0F);
|
||||
this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(547.6664F, 0F);
|
||||
this.xrLabel8.Name = "xrLabel8";
|
||||
this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||||
this.xrLabel8.SizeF = new System.Drawing.SizeF(189.3336F, 23F);
|
||||
this.xrLabel8.StylePriority.UseTextAlignment = false;
|
||||
this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
||||
this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
||||
//
|
||||
// xrTable1
|
||||
//
|
||||
@@ -274,22 +275,13 @@ namespace BeWoImFlow
|
||||
// ReportFooter
|
||||
//
|
||||
this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||||
this.xrLabel10});
|
||||
this.xrLabel10,
|
||||
this.xrLabel2});
|
||||
this.ReportFooter.HeightF = 115.625F;
|
||||
this.ReportFooter.KeepTogether = true;
|
||||
this.ReportFooter.Name = "ReportFooter";
|
||||
this.ReportFooter.StylePriority.UseFont = false;
|
||||
//
|
||||
// xrLabel10
|
||||
//
|
||||
this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(30.00005F, 0F);
|
||||
this.xrLabel10.Multiline = true;
|
||||
this.xrLabel10.Name = "xrLabel10";
|
||||
this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||||
this.xrLabel10.SizeF = new System.Drawing.SizeF(675.33F, 115.625F);
|
||||
this.xrLabel10.StylePriority.UseFont = false;
|
||||
this.xrLabel10.Text = "Mit freundlichen Grüßen\r\n\r\ni. A.\r\n\r\n\r\nSaskia Mysliwski";
|
||||
//
|
||||
// topMarginBand1
|
||||
//
|
||||
this.topMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||||
@@ -319,10 +311,10 @@ namespace BeWoImFlow
|
||||
//
|
||||
// xrRichText1
|
||||
//
|
||||
this.xrRichText1.LocationFloat = new DevExpress.Utils.PointFloat(562.9756F, 219.6667F);
|
||||
this.xrRichText1.LocationFloat = new DevExpress.Utils.PointFloat(552.98F, 220F);
|
||||
this.xrRichText1.Name = "xrRichText1";
|
||||
this.xrRichText1.SerializableRtfString = resources.GetString("xrRichText1.SerializableRtfString");
|
||||
this.xrRichText1.SizeF = new System.Drawing.SizeF(174.02F, 160F);
|
||||
this.xrRichText1.SizeF = new System.Drawing.SizeF(184.02F, 160F);
|
||||
//
|
||||
// xrPictureBox1
|
||||
//
|
||||
@@ -647,6 +639,27 @@ namespace BeWoImFlow
|
||||
this.xrTableCell58.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
||||
this.xrTableCell58.Weight = 0.21685899000901443D;
|
||||
//
|
||||
// xrLabel10
|
||||
//
|
||||
this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(30.00005F, 0F);
|
||||
this.xrLabel10.Multiline = true;
|
||||
this.xrLabel10.Name = "xrLabel10";
|
||||
this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||||
this.xrLabel10.SizeF = new System.Drawing.SizeF(675.33F, 88.54166F);
|
||||
this.xrLabel10.StylePriority.UseFont = false;
|
||||
this.xrLabel10.Text = "Mit freundlichen Grüßen\r\n\r\n\r\n\r\nAnne Eigenberz";
|
||||
//
|
||||
// xrLabel2
|
||||
//
|
||||
this.xrLabel2.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(30.00003F, 88.54166F);
|
||||
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(675.33F, 27.08334F);
|
||||
this.xrLabel2.StylePriority.UseFont = false;
|
||||
this.xrLabel2.Text = "Assistenz der Geschäftsleitung";
|
||||
//
|
||||
// Spitzabrechnung
|
||||
//
|
||||
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
||||
@@ -696,7 +709,6 @@ namespace BeWoImFlow
|
||||
private DevExpress.XtraReports.UI.XRTableRow xrTableRow11;
|
||||
private DevExpress.XtraReports.UI.XRTableCell cellGeleisteteStd;
|
||||
private DevExpress.XtraReports.UI.XRTableCell xrTableCell6;
|
||||
private DevExpress.XtraReports.UI.XRLabel xrLabel10;
|
||||
private DevExpress.XtraReports.UI.FormattingRule ruleRateFactorNull;
|
||||
private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1;
|
||||
private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1;
|
||||
@@ -736,5 +748,7 @@ namespace BeWoImFlow
|
||||
private DevExpress.XtraReports.UI.XRTableCell xrTableCell1;
|
||||
private DevExpress.XtraReports.UI.XRRichText xrRichText3;
|
||||
private DevExpress.XtraReports.UI.XRLabel xrLabel1;
|
||||
private DevExpress.XtraReports.UI.XRLabel xrLabel10;
|
||||
private DevExpress.XtraReports.UI.XRLabel xrLabel2;
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -114,11 +114,16 @@ namespace InputFamilienhilfe
|
||||
this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
|
||||
this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
|
||||
this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
|
||||
this.xrLabel_Time = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.xrLabel_Image = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.DetailReport1 = new DevExpress.XtraReports.UI.DetailReportBand();
|
||||
this.Detail2 = new DevExpress.XtraReports.UI.DetailBand();
|
||||
this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
|
||||
this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
|
||||
this.tc_color = new DevExpress.XtraReports.UI.XRTableCell();
|
||||
this.tc_value = new DevExpress.XtraReports.UI.XRTableCell();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
||||
//
|
||||
// Detail
|
||||
@@ -130,11 +135,13 @@ namespace InputFamilienhilfe
|
||||
//
|
||||
// ReportHeader
|
||||
//
|
||||
this.ReportHeader.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||||
this.lblCustomerName,
|
||||
this.xrLabel1});
|
||||
this.ReportHeader.HeightF = 75F;
|
||||
this.ReportHeader.Name = "ReportHeader";
|
||||
this.ReportHeader.StylePriority.UseBackColor = false;
|
||||
//
|
||||
// lblCustomerName
|
||||
//
|
||||
@@ -169,10 +176,12 @@ namespace InputFamilienhilfe
|
||||
//
|
||||
// Detail1
|
||||
//
|
||||
this.Detail1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||||
this.xrTable2});
|
||||
this.Detail1.HeightF = 20F;
|
||||
this.Detail1.HeightF = 52.29168F;
|
||||
this.Detail1.Name = "Detail1";
|
||||
this.Detail1.StylePriority.UseBackColor = false;
|
||||
//
|
||||
// xrTable2
|
||||
//
|
||||
@@ -831,10 +840,14 @@ namespace InputFamilienhilfe
|
||||
//
|
||||
// PageFooter
|
||||
//
|
||||
this.PageFooter.BackColor = System.Drawing.Color.Transparent;
|
||||
this.PageFooter.BorderColor = System.Drawing.Color.Black;
|
||||
this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||||
this.xrPageInfo2});
|
||||
this.PageFooter.HeightF = 35.00001F;
|
||||
this.PageFooter.Name = "PageFooter";
|
||||
this.PageFooter.StylePriority.UseBackColor = false;
|
||||
this.PageFooter.StylePriority.UseBorderColor = false;
|
||||
//
|
||||
// xrPageInfo2
|
||||
//
|
||||
@@ -864,43 +877,94 @@ namespace InputFamilienhilfe
|
||||
//
|
||||
// ReportFooter
|
||||
//
|
||||
this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||||
this.xrLabel_Time,
|
||||
this.xrLabel_Image});
|
||||
this.ReportFooter.HeightF = 100F;
|
||||
this.ReportFooter.BackColor = System.Drawing.Color.Cyan;
|
||||
this.ReportFooter.HeightF = 0F;
|
||||
this.ReportFooter.Name = "ReportFooter";
|
||||
this.ReportFooter.StylePriority.UseBackColor = false;
|
||||
//
|
||||
// xrLabel_Time
|
||||
// DetailReport1
|
||||
//
|
||||
this.xrLabel_Time.Font = new System.Drawing.Font("Arial", 8F);
|
||||
this.xrLabel_Time.LocationFloat = new DevExpress.Utils.PointFloat(39.99999F, 20.20833F);
|
||||
this.xrLabel_Time.Multiline = true;
|
||||
this.xrLabel_Time.Name = "xrLabel_Time";
|
||||
this.xrLabel_Time.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F);
|
||||
this.xrLabel_Time.SizeF = new System.Drawing.SizeF(124.36F, 19.99581F);
|
||||
this.xrLabel_Time.StylePriority.UseFont = false;
|
||||
this.xrLabel_Time.StylePriority.UsePadding = false;
|
||||
this.xrLabel_Time.StylePriority.UseTextAlignment = false;
|
||||
this.xrLabel_Time.Text = "\r\n";
|
||||
this.xrLabel_Time.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
||||
this.DetailReport1.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
||||
this.Detail2});
|
||||
this.DetailReport1.DataMember = "PunktebogenWerte";
|
||||
this.DetailReport1.DataSource = this.bindingSource1;
|
||||
this.DetailReport1.Level = 1;
|
||||
this.DetailReport1.Name = "DetailReport1";
|
||||
//
|
||||
// xrLabel_Image
|
||||
// Detail2
|
||||
//
|
||||
this.xrLabel_Image.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
||||
this.Detail2.BackColor = System.Drawing.Color.Transparent;
|
||||
this.Detail2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||||
this.xrTable3});
|
||||
this.Detail2.HeightF = 30.00001F;
|
||||
this.Detail2.MultiColumn.ColumnCount = 7;
|
||||
this.Detail2.MultiColumn.ColumnSpacing = 10F;
|
||||
this.Detail2.MultiColumn.ColumnWidth = 140F;
|
||||
this.Detail2.MultiColumn.Layout = DevExpress.XtraPrinting.ColumnLayout.AcrossThenDown;
|
||||
this.Detail2.MultiColumn.Mode = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount;
|
||||
this.Detail2.Name = "Detail2";
|
||||
this.Detail2.StylePriority.UseBackColor = false;
|
||||
//
|
||||
// xrTable3
|
||||
//
|
||||
this.xrTable3.BackColor = System.Drawing.Color.Transparent;
|
||||
this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||
this.xrTable3.Font = new System.Drawing.Font("Arial", 7F);
|
||||
this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 10.00001F);
|
||||
this.xrTable3.Name = "xrTable3";
|
||||
this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 0, 100F);
|
||||
this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
||||
this.xrTableRow3});
|
||||
this.xrTable3.SizeF = new System.Drawing.SizeF(135F, 20F);
|
||||
this.xrTable3.StylePriority.UseBackColor = false;
|
||||
this.xrTable3.StylePriority.UseBorders = false;
|
||||
this.xrTable3.StylePriority.UseFont = false;
|
||||
this.xrTable3.StylePriority.UsePadding = false;
|
||||
this.xrTable3.StylePriority.UseTextAlignment = false;
|
||||
this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
||||
//
|
||||
// xrTableRow3
|
||||
//
|
||||
this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
||||
this.tc_color,
|
||||
this.tc_value});
|
||||
this.xrTableRow3.FormattingRules.Add(this.ruleNotApprovedAndExpiringNext4Months);
|
||||
this.xrTableRow3.FormattingRules.Add(this.ruleNotApprovedAndExpiringNext8Months);
|
||||
this.xrTableRow3.Name = "xrTableRow3";
|
||||
this.xrTableRow3.Weight = 1D;
|
||||
//
|
||||
// tc_color
|
||||
//
|
||||
this.tc_color.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
||||
| DevExpress.XtraPrinting.BorderSide.Right)
|
||||
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||||
this.xrLabel_Image.BorderWidth = 0.25F;
|
||||
this.xrLabel_Image.Font = new System.Drawing.Font("Arial", 8F);
|
||||
this.xrLabel_Image.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 20.20833F);
|
||||
this.xrLabel_Image.Multiline = true;
|
||||
this.xrLabel_Image.Name = "xrLabel_Image";
|
||||
this.xrLabel_Image.SizeF = new System.Drawing.SizeF(20F, 20F);
|
||||
this.xrLabel_Image.StylePriority.UseBorders = false;
|
||||
this.xrLabel_Image.StylePriority.UseBorderWidth = false;
|
||||
this.xrLabel_Image.StylePriority.UseFont = false;
|
||||
this.xrLabel_Image.StylePriority.UseTextAlignment = false;
|
||||
this.xrLabel_Image.Text = "\r\n";
|
||||
this.xrLabel_Image.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
||||
this.tc_color.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||||
new DevExpress.XtraReports.UI.XRBinding("Text", null, "PunktebogenWerte.Color")});
|
||||
this.tc_color.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
|
||||
this.tc_color.Name = "tc_color";
|
||||
this.tc_color.StylePriority.UseBorders = false;
|
||||
this.tc_color.StylePriority.UseFont = false;
|
||||
this.tc_color.StylePriority.UseTextAlignment = false;
|
||||
this.tc_color.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
||||
this.tc_color.Weight = 0.054102795407129874D;
|
||||
this.tc_color.WordWrap = false;
|
||||
this.tc_color.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.tc_color_BeforePrint);
|
||||
//
|
||||
// tc_value
|
||||
//
|
||||
this.tc_value.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
||||
this.tc_value.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||||
new DevExpress.XtraReports.UI.XRBinding("Text", null, "PunktebogenWerte.Description")});
|
||||
this.tc_value.Font = new System.Drawing.Font("Arial", 7F);
|
||||
this.tc_value.Name = "tc_value";
|
||||
this.tc_value.Padding = new DevExpress.XtraPrinting.PaddingInfo(10, 2, 4, 0, 100F);
|
||||
this.tc_value.StylePriority.UseBorders = false;
|
||||
this.tc_value.StylePriority.UseFont = false;
|
||||
this.tc_value.StylePriority.UsePadding = false;
|
||||
this.tc_value.StylePriority.UseTextAlignment = false;
|
||||
this.tc_value.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
||||
this.tc_value.Weight = 0.31109107566815353D;
|
||||
this.tc_value.WordWrap = false;
|
||||
//
|
||||
// Punktebogen
|
||||
//
|
||||
@@ -912,7 +976,8 @@ namespace InputFamilienhilfe
|
||||
this.PageFooter,
|
||||
this.topMarginBand1,
|
||||
this.bottomMarginBand1,
|
||||
this.ReportFooter});
|
||||
this.ReportFooter,
|
||||
this.DetailReport1});
|
||||
this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
|
||||
this.approvedText});
|
||||
this.DataSource = this.bindingSource1;
|
||||
@@ -928,6 +993,7 @@ namespace InputFamilienhilfe
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
||||
|
||||
}
|
||||
@@ -1018,7 +1084,11 @@ namespace InputFamilienhilfe
|
||||
private DevExpress.XtraReports.UI.XRTableCell xrTableCell62;
|
||||
private DevExpress.XtraReports.UI.XRTableCell xrTableCell64;
|
||||
private DevExpress.XtraReports.UI.ReportFooterBand ReportFooter;
|
||||
private DevExpress.XtraReports.UI.XRLabel xrLabel_Time;
|
||||
private DevExpress.XtraReports.UI.XRLabel xrLabel_Image;
|
||||
private DevExpress.XtraReports.UI.DetailReportBand DetailReport1;
|
||||
private DevExpress.XtraReports.UI.DetailBand Detail2;
|
||||
private DevExpress.XtraReports.UI.XRTable xrTable3;
|
||||
private DevExpress.XtraReports.UI.XRTableRow xrTableRow3;
|
||||
private DevExpress.XtraReports.UI.XRTableCell tc_color;
|
||||
private DevExpress.XtraReports.UI.XRTableCell tc_value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,69 +20,6 @@ namespace InputFamilienhilfe
|
||||
public void SetReportDataSource(AssessmentSheetRO pRO)
|
||||
{
|
||||
bindingSource1.DataSource = pRO;
|
||||
|
||||
//List<AssessmentSheetCategoryDC> cats = new List<AssessmentSheetCategoryDC>();
|
||||
//// if (pRO.Rows[0].Day10. > 0)
|
||||
//{
|
||||
// foreach (var cat in pRO.Rows[0])
|
||||
// {
|
||||
// foreach (var day in cat)
|
||||
// }
|
||||
// //foreach (var cat in pRO.Rows[0].Day1.Color)
|
||||
// cats.Add(day Value);
|
||||
//}
|
||||
|
||||
//xrLabel_Image.Text = dienste[0].Kurz;
|
||||
//xrLabel_Image.BackColor = ColorTranslator.FromHtml(dienste[0].Farbe);
|
||||
//xrLabel_Time.Text = AdaptTime(dienste[0].Start.TimeOfDay, dienste[0].Ende.TimeOfDay);
|
||||
//dienste.RemoveAt(0);
|
||||
//int zeile = 0;
|
||||
//int elem = 1;
|
||||
//int counter = 1;
|
||||
//int schwellwert = 7;
|
||||
//foreach (var d in dienste)
|
||||
//{
|
||||
// var foreColor = TransformStringToColor(d.Farbe).IsBrighter(70) ? Color.Black : Color.White;
|
||||
|
||||
// this.ReportFooter.Controls.Add(
|
||||
// new XRLabel()
|
||||
// {
|
||||
// LocationF = new PointF(xrLabel_Image.WidthF * elem + xrLabel_Time.WidthF * elem + 55f, xrLabel_Time.LocationF.Y + zeile * (xrLabel_Image.HeightF + 10)),
|
||||
// Font = xrLabel_Image.Font,
|
||||
// TextAlignment = xrLabel_Image.TextAlignment,
|
||||
// WidthF = xrLabel_Image.WidthF,
|
||||
// HeightF = xrLabel_Image.HeightF,
|
||||
// Borders = xrLabel_Image.Borders,
|
||||
// BorderWidth = xrLabel_Image.BorderWidth,
|
||||
// BackColor = ColorTranslator.FromHtml(d.Farbe),
|
||||
// ForeColor = foreColor,
|
||||
// Text = d.Kurz
|
||||
// });
|
||||
// this.ReportFooter.Controls.Add(
|
||||
// new XRLabel()
|
||||
// {
|
||||
// LocationF = new PointF(xrLabel_Image.WidthF * (elem + 1) + xrLabel_Time.WidthF * elem + 67f, xrLabel_Time.LocationF.Y + zeile * (xrLabel_Time.HeightF + 10)),
|
||||
// Font = xrLabel_Time.Font,
|
||||
// TextAlignment = xrLabel_Time.TextAlignment,
|
||||
// WidthF = xrLabel_Time.WidthF,
|
||||
// HeightF = xrLabel_Time.HeightF,
|
||||
// Text = AdaptTime(d.Start.TimeOfDay, d.Ende.TimeOfDay),
|
||||
// Padding = xrLabel_Time.Padding
|
||||
// });
|
||||
|
||||
// elem++;
|
||||
// counter++;
|
||||
|
||||
// if (counter % schwellwert == 0) //Hier muss Wert für x wieder resettet werden
|
||||
// {
|
||||
// zeile++;
|
||||
// elem = 0;
|
||||
// if (schwellwert == 7)
|
||||
// schwellwert++;
|
||||
// counter = 1;
|
||||
// }
|
||||
|
||||
//}
|
||||
}
|
||||
|
||||
private void Cell_EvaluateBinding(object sender, BindingEventArgs e)
|
||||
@@ -103,5 +40,12 @@ namespace InputFamilienhilfe
|
||||
cell.BackColor = Color.Transparent;
|
||||
}
|
||||
}
|
||||
|
||||
private void tc_color_BeforePrint(object sender, System.Drawing.Printing.PrintEventArgs e)
|
||||
{
|
||||
var tc = sender as XRTableCell;
|
||||
tc.BackColor = ColorTranslator.FromHtml(tc.Text);
|
||||
tc.ForeColor = tc.BackColor;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -209,7 +209,7 @@ namespace BeWo.Service.Plugins
|
||||
//t = "7185105541"; // Nous GmbH
|
||||
//t = "5022131330"; // Tabula Rasa
|
||||
//t = "4189934785"; // Landshuter Netzwerke
|
||||
//t = "4290816992"; // BeWo Imflow
|
||||
t = "4290816992"; // BeWo Imflow
|
||||
//t = "7584236951"; // Aachener Betreuungsbüro Kirschbaum und Manz GbR
|
||||
//t = "3678599942"; // VKM Rietberg
|
||||
//t = "4069072369"; // BeWo Dreilich&Pastor (Pastor)
|
||||
@@ -283,7 +283,7 @@ namespace BeWo.Service.Plugins
|
||||
//t = "8283849714"; // Forum e.V. (proviel GmbH)
|
||||
//t = "3915346496"; // Sprungbrett 2. DB (Haus Theresia)
|
||||
//t = "2387527289"; // Lebenshilfe Duisburg HPFH
|
||||
t = "5595701056"; // Domiziel Ansbach
|
||||
//t = "5595701056"; // Domiziel Ansbach
|
||||
//t = "9430188510"; // Pro INTEGRA
|
||||
//t = "4820371076"; // Zuhause Wohnen Iris Thimm
|
||||
//t = "1078667960"; // FAM Rhein-Sieg Gbr
|
||||
@@ -304,10 +304,10 @@ namespace BeWo.Service.Plugins
|
||||
//t = "5427523619"; // ChristopherusHausFamilienhilfe
|
||||
//t = "8251343124"; // Rat Plus Tat
|
||||
//t = "6819347851"; // Awo Kreisverband Plön
|
||||
//t = "2385915144"; // AKGG GmbH
|
||||
//t = "2385915144"; // AKGG GmbHd
|
||||
//t = "8002913382"; // AKGG GmbH (MID)
|
||||
//t = "5155880294"; // BHV Bergische Hauspflege
|
||||
t = "8366649557"; // Münchner Aids-Hilfe e.V.
|
||||
//t = "8366649557"; // Münchner Aids-Hilfe e.V.
|
||||
|
||||
|
||||
return t;
|
||||
|
||||
Reference in New Issue
Block a user