Files
BeWoPlaner/Shared/Core/SettingsKeys.cs
Christian bc5e47f6b0 cb
2022-10-10 12:57:34 +02:00

85 lines
6.7 KiB
C#

namespace BS.Shared.Core
{
public static class SettingsKeys
{
public static string ShowExpiredSupportConcepts => "ShowExpiredSupportConcepts";
public static string ShowOnlyMySupportConcepts => "ShowOnlyMySupportConcepts";
public static string LastSelectedServiceRecordTimeInterval => "LastSelectedServiceRecordTimeInterval";
public static string CustomerFilterInZeiterfassung => "CustomerFilterInZeiterfassung";
public static string ShowSignature => "ShowSignature";
public static string ShowDistanceFields => "ShowDistanceFields";
public static string IsServiceRecordNoticeMandatory => "IsServiceRecordNoticeMandatory";
public static string IsEndDateVisible => "IsEndDateVisible";
public static string IsZeiterfassungInStdMin => "IsZeiterfassungInStdMin";
public static string HilfeplanAuslaufAuswahl => "HilfeplanAuslaufAuswahl";
public static string AnzTageZeiterfassErfolgt => "AnzTageZeiterfassErfolgt";
public static string MaxDaysEditServiceRecordsAllowed => "MaxDaysEditServiceRecordsAllowed";
public static string TimeUntilUILock => "TimeUntilUILock";
public static string WindowStateType => "WindowStateType";
public static string CustomerFilterSupportConcepts => "CustomerFilterSupportConcepts";
public static string CustomerFilterCustomers => "CustomerFilterCustomers";
public static string ShowServiceRecordGridControl => "ShowServiceRecordGridControl";
public static string StartupPanelMaximized => "StartupPanelMaximized";
public static string HideServiceRecordInsertedByAndInsertedOn => "HideServiceRecordInsertedByAndInsertedOn";
public static string DocumentationFontSize => "DocumentationFontSize";
public static string ZeigeNurMeineTermine => "ZeigeNurMeineTermine";
public static string LastSelectedServiceRecordTimeIntervalDays => "LastSelectedServiceRecordTimeIntervalDays";
public static string LastSelectedServiceRecordMonth => "LastSelectedServiceRecordMonth";
public static string ServiceRecordAllowChangeHours => "ServiceRecordAllowChangeHours";
public static string LetzteZeiterfassungsDauer => "LetzteZeiterfassungsDauer";
public static string StartupPanelOrder => "StartupPanelOrder";
public static string ShowMedication => "ShowMedication";
public static string ShowScheduler => "ShowScheduler";
public static string ShowWohnheime => "ShowWohnheime";
public static string ShowChat => "ShowChat";
public static string ShowOwnChatSettings => "ShowOwnChatSettings";
public static string SetStartTimeToEndTimeAfterSave => "SetStartTimeToEndTimeAfterSave";
public static string IsPasswordSecurityActiv => "IsPasswordSecurityActiv";
public static string IsOnlyYearMonthVisible => "IsOnlyYearMonthVisible";
public static string IsZeiterfassDateNormal => "IsZeiterfassDateNormal";
public static string LastSelectedStundenkontoIntervall => "LastSelectedStundenkontoIntervall";
public static string ZeiterfassungsSchwellwert => "ZeiterfassungsSchwellwert";
public static string ShowBetrag => "ShowBetrag";
public static string ShowHilfeplanBezeichnung => "ShowHilfeplanBezeichnung";
public static string ShowArbeitszeiten => "ShowArbeitszeiten";
public static string ShowRessources => "ShowRessources";
public static string ShowTeamNews => "ShowTeamNews";
public static string ShowPivotGrid => "ShowPivotGrid";
public static string ShowUrlaubsplanung => "ShowUrlaubsplanung";
public static string DontShowSpitzabrechnung => "DontShowSpitzabrechnung";
public static string ShowDienstplanung => "ShowDienstplanung";
public static string DienstplanungStandardZeilenAnzahl => "DienstplanungStandardZeilenAnzahl";
public static string ShowMarker => "ShowMarker";
public static string ShowAnnualReport => "ShowAnnualReport";
public static string ShowCustomerDistanceFields => "ShowCustomerDistanceFields";
public static string ShowAdditionalService => "ShowAdditionalService";
public static string ShowRoundedDurationInEmployeeAnalysis => "ShowRoundedDurationInEmployeeAnalysis";
public static string ShowDatevFields => "ShowDatevFields";
public static string PrinterSettingsUseLandscape => "PrinterSettingsUseLandscape";
public static string PrinterSettingsUseMargins => "PrinterSettingsUseMargins";
public static string PrinterSettingsUsePaperKind => "PrinterSettingsUsePaperKind";
public static string ShowRtfTextfield => "ShowRtfTextfield";
public static string ShowEmployeeSignature => "ShowEmployeeSignature";
public static string SchedulerViewType => "SchedulerViewType";
public static string SchedulerTimelineViewDayCount => "SchedulerTimelineViewDayCount";
public static string SchedulerDayViewDayCount => "SchedulerDayViewDayCount";
public static string ShowMultipleResourceColors => "ShowMultipleResourceColors";
public static string AllowStorno => "AllowStorno";
// Keys Für die Web.config von Host
public static string FileRootDirectory => "FileRootDirectory";
public static string ShowKlientenBetreuungszeiten => "ShowKlientenBetreuungszeiten";
public static string ShowInfoButtonInCalender => "ShowInfoButtonInCalender";
public static string ShowHilfeplanStatistikReport => "ShowHilfeplanStatistikReport";
}
}