diff --git a/.gitignore b/.gitignore index a77696490..8a7c25cb1 100644 --- a/.gitignore +++ b/.gitignore @@ -640,3 +640,13 @@ obj /ReportImp/AWOMuensterlandRecklinghausen/Calculations /ReportImp/BehindertNaUnd/CustomDataExporter.cs /ReportImp/BehindertNaUnd/DatevExporter.cs +/BeWoPlanerMobilAllReports.sln +/ReportImp/Lazy/CustomMitarbeiterstundenkontoBerechnung.cs +/ReportImp/Lazy/Lazy.csproj +/ReportImp/Lazy/Mitarbeiterstundenkonto.cs +/ReportImp/Lazy/Mitarbeiterstundenkonto.designer.cs +/ReportImp/Lazy/Mitarbeiterstundenkonto.resx +/ReportImp/Lazy/Properties/AssemblyInfo.cs +/ReportImp/Lazy/Properties/licenses.licx +/TestReportCustomization/Class1.cs +/TestReportCustomization/TestReportCustomization.csproj diff --git a/BeWo/Converter/BoolScaleTransformConverter.cs b/BeWo/Converter/BoolScaleTransformConverter.cs index d685079f0..d9632286e 100644 --- a/BeWo/Converter/BoolScaleTransformConverter.cs +++ b/BeWo/Converter/BoolScaleTransformConverter.cs @@ -35,6 +35,15 @@ namespace BeWo.Converter } var userRights = iEnumerable.ToList(); + userRights.Remove(UserRightType.None); + + foreach(var right in userRights) + { + if(!EnumTranslations.UserRightType2Translations.ContainsKey(right)) + { + + } + } return userRights.Select(right => EnumTranslations.UserRightType2Translations.Single(right2Translation => right2Translation.Key == right)).OrderBy(right2Translation => right2Translation.Value).ToDictionary(right2Translation => right2Translation.Key, right2Translation => right2Translation.Value); diff --git a/BeWoPlanerMobil/Views/Customer/CustomerBargeldkassen.cshtml b/BeWoPlanerMobil/Views/Customer/CustomerBargeldkassen.cshtml index ecfd272b7..a611e22f8 100644 --- a/BeWoPlanerMobil/Views/Customer/CustomerBargeldkassen.cshtml +++ b/BeWoPlanerMobil/Views/Customer/CustomerBargeldkassen.cshtml @@ -13,7 +13,23 @@