MH: Alzey QBs
This commit is contained in:
@@ -1635,9 +1635,9 @@ namespace AlzeyTeilhabe
|
|||||||
this.formattingRuleServiceDesc,
|
this.formattingRuleServiceDesc,
|
||||||
this.formattingRuleCostBearer,
|
this.formattingRuleCostBearer,
|
||||||
this.formattingRuleEmployeeName});
|
this.formattingRuleEmployeeName});
|
||||||
this.Margins = new DevExpress.Drawing.DXMargins(61F, 21F, 50F, 30F);
|
this.Margins = new DevExpress.Drawing.DXMargins(61F, 16F, 50F, 30F);
|
||||||
this.PageHeight = 1169;
|
this.PageHeight = 1169;
|
||||||
this.PageWidth = 827;
|
this.PageWidth = 826;
|
||||||
this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4;
|
this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4;
|
||||||
this.SnapGridSize = 9F;
|
this.SnapGridSize = 9F;
|
||||||
this.Version = "23.2";
|
this.Version = "23.2";
|
||||||
|
|||||||
18
ReportImp/AlzeyTeilhabe/StundenzettelWo.Designer.cs
generated
18
ReportImp/AlzeyTeilhabe/StundenzettelWo.Designer.cs
generated
@@ -48,7 +48,6 @@ namespace AlzeyTeilhabe
|
|||||||
this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
|
this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
|
this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
|
this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||||
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|
||||||
this.formattingRuleStartDate = new DevExpress.XtraReports.UI.FormattingRule();
|
this.formattingRuleStartDate = new DevExpress.XtraReports.UI.FormattingRule();
|
||||||
this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
|
this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
|
||||||
this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel();
|
this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel();
|
||||||
@@ -99,10 +98,11 @@ namespace AlzeyTeilhabe
|
|||||||
this.fieldAbrechenbareFLS = new DevExpress.XtraReports.UI.CalculatedField();
|
this.fieldAbrechenbareFLS = new DevExpress.XtraReports.UI.CalculatedField();
|
||||||
this.fieldStunden = new DevExpress.XtraReports.UI.CalculatedField();
|
this.fieldStunden = new DevExpress.XtraReports.UI.CalculatedField();
|
||||||
this.fieldTotalSum = new DevExpress.XtraReports.UI.CalculatedField();
|
this.fieldTotalSum = new DevExpress.XtraReports.UI.CalculatedField();
|
||||||
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
||||||
//
|
//
|
||||||
// Detail
|
// Detail
|
||||||
@@ -299,10 +299,6 @@ namespace AlzeyTeilhabe
|
|||||||
this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
||||||
this.xrTableCell15.Weight = 0.16035339924055428D;
|
this.xrTableCell15.Weight = 0.16035339924055428D;
|
||||||
//
|
//
|
||||||
// bindingSource1
|
|
||||||
//
|
|
||||||
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO);
|
|
||||||
//
|
|
||||||
// formattingRuleStartDate
|
// formattingRuleStartDate
|
||||||
//
|
//
|
||||||
this.formattingRuleStartDate.Condition = "[StartDate2] < [StartDate]";
|
this.formattingRuleStartDate.Condition = "[StartDate2] < [StartDate]";
|
||||||
@@ -812,6 +808,10 @@ namespace AlzeyTeilhabe
|
|||||||
this.fieldTotalSum.Expression = "Round([TotalFLMBillable] / 60, 2) * [RateFactor]";
|
this.fieldTotalSum.Expression = "Round([TotalFLMBillable] / 60, 2) * [RateFactor]";
|
||||||
this.fieldTotalSum.Name = "fieldTotalSum";
|
this.fieldTotalSum.Name = "fieldTotalSum";
|
||||||
//
|
//
|
||||||
|
// bindingSource1
|
||||||
|
//
|
||||||
|
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO);
|
||||||
|
//
|
||||||
// StundenzettelWo
|
// StundenzettelWo
|
||||||
//
|
//
|
||||||
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
||||||
@@ -834,9 +834,9 @@ namespace AlzeyTeilhabe
|
|||||||
this.formattingRuleServiceDesc,
|
this.formattingRuleServiceDesc,
|
||||||
this.formattingRuleCostBearer,
|
this.formattingRuleCostBearer,
|
||||||
this.formattingRuleEmployeeName});
|
this.formattingRuleEmployeeName});
|
||||||
this.Margins = new DevExpress.Drawing.DXMargins(70F, 60F, 50F, 30F);
|
this.Margins = new DevExpress.Drawing.DXMargins(70F, 59F, 50F, 30F);
|
||||||
this.PageHeight = 1169;
|
this.PageHeight = 1169;
|
||||||
this.PageWidth = 827;
|
this.PageWidth = 826;
|
||||||
this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4;
|
this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4;
|
||||||
this.SnapGridSize = 9F;
|
this.SnapGridSize = 9F;
|
||||||
this.Version = "23.2";
|
this.Version = "23.2";
|
||||||
@@ -844,8 +844,8 @@ namespace AlzeyTeilhabe
|
|||||||
this.Watermarks.Add(xrWatermark1);
|
this.Watermarks.Add(xrWatermark1);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).EndInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user