MalteserJohanniterJohanneshaus - Abwesenheitstabelle
This commit is contained in:
@@ -249,6 +249,18 @@ namespace BeWo.Report.ReportObjects
|
||||
{
|
||||
SetInfo(dt, row, "U");
|
||||
}
|
||||
else if (name.Contains("unentschuldigt"))
|
||||
{
|
||||
SetInfo(dt, row, "UE");
|
||||
}
|
||||
else if (name.Contains("entschuldigt"))
|
||||
{
|
||||
SetInfo(dt, row, "E");
|
||||
}
|
||||
else if (name.Contains("corona"))
|
||||
{
|
||||
SetInfo(dt, row, "C");
|
||||
}
|
||||
else //(name.Contains("krank"))
|
||||
{
|
||||
SetInfo(dt, row, "K");
|
||||
|
||||
@@ -18,7 +18,7 @@ using DevExpress.XtraReports.UI;
|
||||
|
||||
namespace MalteserJohanniterJohanneshaus
|
||||
{
|
||||
public class IntegraReportCreator : DefaultReportCreator
|
||||
public class CustomReportCreator : DefaultReportCreator
|
||||
{
|
||||
public override XtraReport CreateAdditionalServiceBookingReport(long addServiceRegionOid, Monat month, int year)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user