Unterschriftenfunktionsprototyp soweit fertig Alle Dateien werden von unserem Server bereitgestellt Code-Optimierungen Aufklappbare Elemente haben jetzt ein Pfeilicon Fat-Client: SettingsKeys eingeführt Aufgaben nur noch im Hilfeplan anlegbar Debug-Ausgabe
62 lines
5.4 KiB
C#
62 lines
5.4 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 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 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";
|
|
}
|
|
}
|