Medikamentenlistenansicht ausgeblendet, wenn man nicht im Debug-Modus ist
5- und 7-tägige Ansicht implementiert

Fat-Client:
Das Ändern von Zeitelementen von Serienterminen ist nun möglich und es werden dabei auch keine Ausnahmen gelöscht.
This commit is contained in:
Lyndon Jetten
2021-11-08 20:24:26 +01:00
parent f81b5e2c62
commit 9783999104
355 changed files with 5885 additions and 2629 deletions

View File

@@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
using BeWo.Data.Entities;
using BeWo.Report.DefaultReports;
using BS.Shared;
using BS.Shared.Core;
using BS.Shared.DataContracts;
@@ -57,6 +55,7 @@ namespace BeWo.Report
public abstract XtraReport CreateAuslastungReport(long? employeeOid, IList<long> teamOids, DateTime startDate, DateTime endDate);
// Wird im BeWoPlanerMobil benutzt, ist dort aber neugeschrieben wegen DevExpress Version 21!
public abstract XtraReport CreateMediVerordListenReport(long? mvlOid);
public abstract XtraReport CreateMediVerordListenMZfReport(long? mvlOid, bool mitZusatzfeldern);