@using StockManMVC.Models
@model StockManMVC.Models.Item
@*ID:
@Html.DisplayFor(model => model.ID)*@
@*- QR Code
-
@Html.Image("https://qrcode.steamware.net/HOME/QR_site/JSON?val={\"baseUrl\":\"http://iis02/StockMan/STEA/Items/Details/{0}?StockItemID={0}\",\"parameters\":[\"534\"]}", "QR Code", "100")
*@
-
@Html.DisplayNameFor(model => model.ItemFamily.Descr)
-
@Html.DisplayFor(model => model.ItemFamily.Descr)
-
@Html.DisplayNameFor(model => model.Descr)
-
@Html.DisplayFor(model => model.Descr)
-
@Html.DisplayNameFor(model => model.CodInt)
-
@Html.DisplayFor(model => model.CodInt)
-
@Html.DisplayNameFor(model => model.CodExt)
-
@Html.DisplayFor(model => model.CodExt)
-
@Html.DisplayNameFor(model => model.DescrExt)
-
@Html.DisplayFor(model => model.DescrExt)
-
@Html.DisplayNameFor(model => model.QtaMin)
-
@Html.DisplayFor(model => model.QtaMin)
-
@Html.DisplayNameFor(model => model.QtaBatch)
-
@Html.DisplayFor(model => model.QtaBatch)
-
@Html.DisplayNameFor(model => model.CurrValue)
-
@Html.DisplayFor(model => model.CurrValue)
-
@Html.DisplayNameFor(model => model.UM)
-
@Html.DisplayFor(model => model.UM)