@Styles.Render("~/Content/css") @Scripts.Render("~/bundles/modernizr")
@Html.ActionLink("Stock Man", "Index", "Home", new { area = "" }, new { @class = "navbar-brand" })
@Html.ActionLink("Home", "Index", "Home")
@*
@Html.ActionLink("About", "About", "Home")
@Html.ActionLink("Contact", "Contact", "Home")
*@
@Html.ActionLink("Anagrafica Articoli", "Index", "Items")
@*
Articoli
@Html.ActionLink("Articoli", "Index", "Items")
@Html.ActionLink("Articoli GridMVC", "Grid", "Items")
*@
@Html.ActionLink("Magazzino Articoli", "Index", "ItemStockStatus")
@*
@Html.ActionLink("Stock", "Index", "ItemStocks")
@Html.ActionLink("Flux", "Index", "ItemFluxes")
*@
@Html.ActionLink("Flux", "Index", "ItemFluxes")
@Html.ActionLink("Fam Articoli", "Index", "ItemFamilies")
@*
*@ Anagrafiche
@Html.ActionLink("Posizioni", "Index", "Locations")
@Html.ActionLink("Operatori", "Index", "Operators")
@Html.ActionLink("Tipo Posizioni", "Index", "LocTypes")
@Html.ActionLink("Tipo Movimenti", "Index", "MovTypes")
Hello, @User.Identity.Name!
@RenderBody()
@Scripts.Render("~/bundles/jquery") @Scripts.Render("~/bundles/bootstrap") @*@Scripts.Render("~/bundles/jqbootgrid")*@ @RenderSection("scripts", required: false)