Files
BeWoPlaner/Report/AbstractReportCreator.cs

106 lines
6.2 KiB
C#
Raw Normal View History

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);
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);
public abstract XtraReport CreateServiceOverviewAllCustomersReport(int month, int year, long orgaOid, long empOid,
2016-06-27 01:45:38 +02:00
long? serviceCategoryOid,
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
// 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);
public abstract XtraReport CreateFinanceReport(DateTime? start, DateTime? end, bool onlyNotApproved);
2016-06-27 01:45:38 +02:00
public abstract XtraReport CreateJahresberichtReport(int year, long? cbOid, long? teamOid, long? betreuungsartOid);
2017-03-24 10:30:18 +01:00
2023-01-26 00:31:27 +01:00
public abstract XtraReport CreateKassenbelegReport(BargeldtransaktionDC transaktion, long objectOid, TableID objectTid);
public abstract XtraReport CreateEmployeeDataReport(long oid);
2018-10-08 11:57:16 +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);
public abstract XtraReport CreateSBDCharacteristicsReport(long customerOid);
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
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);
public abstract XtraReport CreateAbsenceReport(DateTime dt, List<long> abs, List<long> empTypes, List<long> teams, List<int> feiertage);
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);
public abstract XtraReport CreateKilometerauswertung(long customerOid, List<long> serviceDescriptionOids, DateTime start, DateTime end);
2020-07-07 16:09:48 +02:00
public abstract XtraReport CreateKilometerauswertungForAllCustomers(List<long> customerOids, List<long> serviceDescriptionOids, DateTime start, DateTime end);
2020-07-07 16:09:48 +02:00
public abstract XtraReport CreateEmployeeKilometerauswertung(long employeeOid, List<long> serviceDescriptionOids, DateTime start, DateTime end);
public abstract XtraReport CreateKilometerauswertungForAllEmployees(List<long> employeeOids, List<long> serviceDescriptionOids, DateTime start, DateTime end);
2021-01-13 11:21:51 +01:00
public abstract XtraReport CreateVorlagenReport(long template, List<long> objectOids, long table);
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);
public abstract XtraReport CreateVertretungsPlanungReport(DateTime start, int ansicht);
}
2016-06-27 01:45:38 +02:00
}