This commit is contained in:
2021-07-20 23:36:15 +00:00
parent 4646f5eb59
commit f663a61b38
6 changed files with 17 additions and 6 deletions

View File

@@ -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" });

View File

@@ -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"
}

View File

@@ -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"
}

View File

@@ -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'"
}

View File

@@ -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é"
}