This commit is contained in:
@@ -264,6 +264,14 @@ namespace AyaNova.DataList
|
||||
SqlValueColumnName = "expwoage"
|
||||
});
|
||||
|
||||
FieldDefinitions.Add(new DataListFieldDefinition
|
||||
{
|
||||
TKey = "TimeToCompletion",
|
||||
FieldKey = "TimeToCompletion",
|
||||
UiFieldDataType = (int)UiFieldDataType.TimeSpan,
|
||||
SqlValueColumnName = "durationtocompleted"
|
||||
});
|
||||
|
||||
|
||||
FieldDefinitions.Add(new DataListFieldDefinition { TKey = "WorkOrderCustom1", FieldKey = "workordercustom1", IsCustomField = true, IsFilterable = false, IsSortable = false, SqlValueColumnName = "viewworkorder.customfields" });
|
||||
FieldDefinitions.Add(new DataListFieldDefinition { TKey = "WorkOrderCustom2", FieldKey = "workordercustom2", IsCustomField = true, IsFilterable = false, IsSortable = false, SqlValueColumnName = "viewworkorder.customfields" });
|
||||
|
||||
@@ -2282,5 +2282,6 @@
|
||||
"WarrantyExpires":"Gültig bis",
|
||||
"RecentWorkOrders":"Letzte Arbeitsaufträge",
|
||||
"ApplyUnitContract":"Vertrag '{0}' dieser Einheit auf Arbeitsauftrag anwenden?",
|
||||
"WorkOrderConvertAllScheduledUsersToLabor":"Alles in Arbeit umwandeln"
|
||||
"WorkOrderConvertAllScheduledUsersToLabor":"Alles in Arbeit umwandeln",
|
||||
"TimeToCompletion":"Zeit bis zur Fertigstellung"
|
||||
}
|
||||
@@ -2282,7 +2282,7 @@
|
||||
"WarrantyExpires":"Valid until",
|
||||
"RecentWorkOrders":"Recent Work orders",
|
||||
"ApplyUnitContract":"Apply this Unit's Contract '{0}' to Work order?",
|
||||
"WorkOrderConvertAllScheduledUsersToLabor":"Convert all to labor"
|
||||
|
||||
"WorkOrderConvertAllScheduledUsersToLabor":"Convert all to labor",
|
||||
"TimeToCompletion":"Time to completion"
|
||||
|
||||
}
|
||||
@@ -2282,5 +2282,6 @@
|
||||
"WarrantyExpires":"Válido hasta",
|
||||
"RecentWorkOrders":"Órdenes de trabajo recientes",
|
||||
"ApplyUnitContract":"¿Aplicar el contrato '{0}' de esta unidad a la orden de trabajo?",
|
||||
"WorkOrderConvertAllScheduledUsersToLabor":"Convertir todo en mano de obra"
|
||||
"WorkOrderConvertAllScheduledUsersToLabor":"Convertir todo en mano de obra",
|
||||
"TimeToCompletion":"Tiempo hasta el estado 'Completado'"
|
||||
}
|
||||
@@ -2282,5 +2282,6 @@
|
||||
"WarrantyExpires":"Valable jusque",
|
||||
"RecentWorkOrders":"Ordres de travail récents",
|
||||
"ApplyUnitContract":"Appliquer le contrat '{0}' de cette unité à l'ordre de travail?",
|
||||
"WorkOrderConvertAllScheduledUsersToLabor":"Tout convertir en travail"
|
||||
"WorkOrderConvertAllScheduledUsersToLabor":"Tout convertir en travail",
|
||||
"TimeToCompletion":"Durée jusqu'à l'état terminé"
|
||||
}
|
||||
Reference in New Issue
Block a user