SQL Statements und update für zeiterfassung
This commit is contained in:
@@ -44,6 +44,8 @@ namespace BS.Shared.Core
|
||||
|
||||
public static Dictionary<object, String>ZeiterfassungsDauerTranslations;
|
||||
|
||||
public static Dictionary<object, String> ServiceRecordFormateTranslations;
|
||||
|
||||
static EnumTranslations()
|
||||
{
|
||||
#region UserRightType2Translations
|
||||
@@ -628,6 +630,23 @@ namespace BS.Shared.Core
|
||||
|
||||
#endregion
|
||||
|
||||
#region ServiceRecordFormateTranslations
|
||||
|
||||
ServiceRecordFormateTranslations = new Dictionary<object, string>
|
||||
{
|
||||
{
|
||||
ServiceRecordFormate.OriginaleZeiterfassung,"OriginaleZeiterfassung"
|
||||
},
|
||||
{
|
||||
ServiceRecordFormate.ZeiterfassungMitEndDatum,"ZeiterfassungMitEndDatum"
|
||||
},
|
||||
{
|
||||
ServiceRecordFormate.ZeiterfassungMitMonatJahr,"ZeiterfassungMitMonatJahr"
|
||||
}
|
||||
};
|
||||
|
||||
#endregion
|
||||
|
||||
#region ServiceRecordTimeIntervalTranslations
|
||||
ServiceRecordTimeIntervalTranslations = new Dictionary<object, String>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user