2016-06-27 01:45:38 +02:00
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using BS.Shared;
|
|
|
|
|
|
using BS.Shared.Core;
|
2020-10-29 11:20:37 +01:00
|
|
|
|
using BS.Shared.DataContracts;
|
2016-06-27 01:45:38 +02:00
|
|
|
|
using DevExpress.XtraReports.UI;
|
|
|
|
|
|
|
|
|
|
|
|
namespace BeWo.Report
|
|
|
|
|
|
{
|
|
|
|
|
|
public abstract class AbstractReportCreator
|
|
|
|
|
|
{
|
|
|
|
|
|
public String Tenant { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
public string ReportPath { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
public string TempPath { get; set; }
|
2021-10-01 16:49:37 +02:00
|
|
|
|
public long? TemplateOid { get; set; }
|
2016-06-27 01:45:38 +02:00
|
|
|
|
|
2021-10-01 16:49:37 +02:00
|
|
|
|
public abstract XtraReport CreateCustomerDataReport(long customerOid);
|
2016-06-27 01:45:38 +02:00
|
|
|
|
|
|
|
|
|
|
public abstract XtraReport CreateCustomerInvoiceReport(long invoiceOid);
|
|
|
|
|
|
|
|
|
|
|
|
public abstract XtraReport CreateAssessmentSheetReport(long customerOid, int month, int year);
|
|
|
|
|
|
|
|
|
|
|
|
public abstract XtraReport CreateFlsReport(String flsReportId, String subType);
|
|
|
|
|
|
|
|
|
|
|
|
public abstract XtraReport CreateQueryReport(long queryOid, String queryReportId);
|
|
|
|
|
|
|
|
|
|
|
|
public abstract XtraReport CreateServiceInvoiceReport(String dcIds, long? invoiceBaseOid);
|
|
|
|
|
|
|
2020-10-19 17:22:40 +02:00
|
|
|
|
public abstract XtraReport CreateServiceOverviewReportNew(int month, int year, QBFilterEnum filterType, long? customerOid, long? teamOid, long? empOid, long? orgaOid, long? serviceCategoryOid, int startDay, int endDay, bool nurFehlende);
|
2020-09-15 13:14:43 +02:00
|
|
|
|
|
|
|
|
|
|
public abstract XtraReport CreateServiceOverviewAllCustomersReport(int month, int year, long orgaOid, long empOid,
|
2016-06-27 01:45:38 +02:00
|
|
|
|
long? serviceCategoryOid,
|
2020-10-19 17:22:40 +02:00
|
|
|
|
int startDay, int endDay, bool nurFehlende);
|
2016-06-27 01:45:38 +02:00
|
|
|
|
|
|
|
|
|
|
public abstract XtraReport CreateServiceOverviewSingleCustomerReport(long customerOid, int month, int year,
|
|
|
|
|
|
long orgaOid, long empOid,
|
|
|
|
|
|
long? serviceCategoryOid, int startDay,
|
|
|
|
|
|
int endDay);
|
|
|
|
|
|
|
|
|
|
|
|
public abstract XtraReport CreateServiceRecordListReport(long employeeOid, long customerOid, long supportConceptOid,
|
|
|
|
|
|
long costbearer2SupportConceptOid, bool isLimitedToAdditionalServices,
|
|
|
|
|
|
DateTimeSpan limitingTimeSpan);
|
|
|
|
|
|
|
|
|
|
|
|
public abstract XtraReport CreateSettlementReport(String dcId, long? invoiceBaseOid);
|
2017-03-24 10:30:18 +01:00
|
|
|
|
|
2016-06-27 01:45:38 +02:00
|
|
|
|
|
2022-12-28 23:57:47 +01:00
|
|
|
|
public abstract XtraReport CreateSupportConceptReport(IList<long> c2sOids, long? employeeOid, long? teamOid, long? catOid, int? expiredMonths, bool archivedSupportConcepts, DateTime? startDate, DateTime? endDate);
|
2016-06-27 01:45:38 +02:00
|
|
|
|
|
2017-03-24 10:30:18 +01:00
|
|
|
|
public abstract XtraReport CreateAdditionalServiceBookingReport(long addServiceRegionOid, Monat month, int year);
|
2016-06-27 01:45:38 +02:00
|
|
|
|
|
2018-06-26 17:18:59 +02:00
|
|
|
|
public abstract XtraReport CreateEmployeeHourReport(long? employeeOid, IList<long> teamOids, DateTime startDate, DateTime endDate, int ansicht);
|
2016-06-27 01:45:38 +02:00
|
|
|
|
|
2017-03-14 20:27:20 +01:00
|
|
|
|
public abstract XtraReport CreateAuslastungReport(long? employeeOid, IList<long> teamOids, DateTime startDate, DateTime endDate);
|
2016-06-27 01:45:38 +02:00
|
|
|
|
|
2021-11-08 20:24:26 +01:00
|
|
|
|
// Wird im BeWoPlanerMobil benutzt, ist dort aber neugeschrieben wegen DevExpress Version 21!
|
2016-06-27 01:45:38 +02:00
|
|
|
|
public abstract XtraReport CreateMediVerordListenReport(long? mvlOid);
|
|
|
|
|
|
|
|
|
|
|
|
public abstract XtraReport CreateMediVerordListenMZfReport(long? mvlOid, bool mitZusatzfeldern);
|
|
|
|
|
|
|
|
|
|
|
|
public abstract XtraReport CreateKalenderReport(long? employeeOid, AppointmentViewType viewType, DateTime rangeStartDate, DateTime rangeEndDate, List<DateTime> datesList, List<UserRightType> userRights);
|
|
|
|
|
|
|
2022-08-10 12:13:18 +02:00
|
|
|
|
public abstract XtraReport CreateFinanceReport(DateTime? start, DateTime? end, bool onlyNotApproved);
|
2016-06-27 01:45:38 +02:00
|
|
|
|
|
2022-08-10 12:13:18 +02:00
|
|
|
|
public abstract XtraReport CreateJahresberichtReport(int year, long? cbOid, long? teamOid, long? betreuungsartOid);
|
2017-03-24 10:30:18 +01:00
|
|
|
|
|
2018-10-08 11:57:16 +02:00
|
|
|
|
public abstract XtraReport CreateEmployeeDataReport(long oid);
|
|
|
|
|
|
|
2019-08-09 16:40:41 +02:00
|
|
|
|
public abstract XtraReport CreateNotizenReport(long kategorieOid, DateTime start, DateTime end);
|
2020-10-29 11:20:37 +01:00
|
|
|
|
public abstract XtraReport CreateBewertungsstatistikReport(DateTime? start, DateTime? end, SupportConceptDC supportConcept, bool inclZeiterfassung, List<ValueListEntryDC> ziele, List<RatingDC> scZiele);
|
2019-08-09 16:40:41 +02:00
|
|
|
|
|
2019-09-02 15:48:37 +02:00
|
|
|
|
public abstract XtraReport CreateSBDCharacteristicsReport(long customerOid);
|
|
|
|
|
|
|
2022-03-09 16:52:32 +01:00
|
|
|
|
public abstract XtraReport CreateSbdLeistungsnachweisForAllCustomers(int month, int year, long orgaOid, long empOid, long serviceCategoryOid, int startDay, int endDay, bool checkServiceRecords, string bundesland);
|
2018-10-08 11:57:16 +02:00
|
|
|
|
|
2022-03-09 16:52:32 +01:00
|
|
|
|
public abstract XtraReport CreateSbdLeistungsnachweisForSingleCustomerReport(long customerOid, int month, int year, long orgaOid, long empOid, long serviceCategoryOid, int startDay, int endDay, bool checkServiceRecords, string bundesland);
|
2018-10-08 11:57:16 +02:00
|
|
|
|
|
2019-08-15 11:06:50 +02:00
|
|
|
|
public abstract XtraReport CreateCustomReport(long employeeOid, String reportName);
|
|
|
|
|
|
|
2021-05-03 15:13:53 +02:00
|
|
|
|
public abstract XtraReport CreateAbsenceReport(DateTime dt, List<long> abs, List<long> empTypes, List<long> teams, List<int> feiertage);
|
2020-10-13 14:35:06 +02:00
|
|
|
|
|
2022-12-29 12:32:07 +01:00
|
|
|
|
public abstract XtraReport CreateRosterReport(long wOid, DateTime dt, List<int> feiertage, int sortingIndex, bool aufsteigend, long creator);
|
2021-10-28 12:07:51 +02:00
|
|
|
|
|
2021-09-22 15:34:38 +02:00
|
|
|
|
public abstract XtraReport CreateRosterReportIst(long wOid, DateTime dt);
|
2020-10-13 14:35:06 +02:00
|
|
|
|
|
2020-07-07 16:09:48 +02:00
|
|
|
|
public abstract XtraReport CreateKilometerauswertung(long customerOid, DateTime rangeDate);
|
|
|
|
|
|
|
|
|
|
|
|
public abstract XtraReport CreateKilometerauswertungForAllCustomers(List<long> customerOids, DateTime rangeDate);
|
|
|
|
|
|
|
2020-09-30 19:23:42 +02:00
|
|
|
|
public abstract XtraReport CreateEmployeeKilometerauswertung(long employeeOid, DateTime range);
|
|
|
|
|
|
|
|
|
|
|
|
public abstract XtraReport CreateKilometerauswertungForAllEmployees(List<long> employeeOids, DateTime rangeDate);
|
|
|
|
|
|
|
2021-01-13 11:21:51 +01:00
|
|
|
|
public abstract XtraReport CreateVorlagenReport(long template, List<long> objectOids, long table);
|
2021-08-27 07:34:43 +02:00
|
|
|
|
public abstract XtraReport CreateAbwesenheitsPrintReport(List<long> oids, string titel);
|
2021-01-13 11:21:51 +01:00
|
|
|
|
|
2022-02-22 11:58:42 +01:00
|
|
|
|
public abstract XtraReport CreateEmployeeCustomerListReport(long? employeeOid);
|
2021-01-13 11:21:51 +01:00
|
|
|
|
|
2023-01-05 13:56:27 +01:00
|
|
|
|
public abstract XtraReport CreateRatingReport(long ratingOid, long supportConceptOid);
|
|
|
|
|
|
|
|
|
|
|
|
|
2022-02-22 11:58:42 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
2016-06-27 01:45:38 +02:00
|
|
|
|
}
|