@model GreenTree.Strohrmann.ERP.Web.Models.Business.CraftModel @{ ViewData["Title"] = "Kundendetails"; }
| @Html.DisplayNameFor(model => model.CraftEmployees.First().Value.Employee) | @Html.DisplayNameFor(model => model.CraftEmployees.First().Value.Amount) | @Html.DisplayNameFor(model => model.CraftEmployees.First().Value.Value) | @Html.DisplayNameFor(model => model.CraftEmployees.First().Value.Comment) |
|---|---|---|---|
| @Html.DisplayFor(model => item.Value.Employee.Fullname) | @Html.DisplayFor(model => item.Value.Amount) Std. | @Html.DisplayFor(model => item.Value.Value) | @Html.DisplayFor(model => item.Value.Comment) |
| @Html.DisplayNameFor(model => model.CraftMaterials.First().Value.Material) | @Html.DisplayNameFor(model => model.CraftMaterials.First().Value.Amount) | @Html.DisplayNameFor(model => model.CraftMaterials.First().Value.CalculationFactor) | @Html.DisplayNameFor(model => model.CraftMaterials.First().Value.Value) |
|---|---|---|---|
| @Html.DisplayFor(model => item.Value.MaterialText) | @Html.DisplayFor(model => item.Value.Amount) @Html.DisplayFor(model => item.Value.Material.DefaultUnit.ShortName) | @Html.DisplayFor(model => item.Value.CalculationFactorUncalculated) | @Html.DisplayFor(model => item.Value.Value) |