@using EnVisage.Code @model EnVisage.Models.ImportActualsModel @{ ViewBag.Title = "Import Actuals"; } @section Scripts { @Scripts.Render(String.Format("{0}/{1}", Constants.C_BUNDLE_SCRIPTS_BASE_PATH, "prevu-importactualspage")) }
@using (Html.BeginForm("ImportActuals", "Project", FormMethod.Post, new { @class = "panel form-horizontal", enctype = "multipart/form-data" })) { @Html.AntiForgeryToken()| Project Name | Dates | Distribution | |
|---|---|---|---|
| @Html.HiddenFor(x => x.Projects[_i].ActualsScenarioId) @Html.HiddenFor(x => x.Projects[_i].ProjectId) @Html.CheckBoxFor(x => x.Projects[_i].Checked, new { @class = "projectclick" }) | @Html.DisplayTextFor(x => x.Projects[_i].ProjectName) | @Html.DisplayTextFor(x => x.Projects[_i].StartDate) - @Html.DisplayTextFor(x => x.Projects[_i].EndDate) | |
| @Html.HiddenFor(x => x.Projects[_i].ProjectParts[_j].PartId) @Html.HiddenFor(x => x.Projects[_i].ProjectParts[_j].ActualsScenarioId) @Html.CheckBoxFor(x => x.Projects[_i].ProjectParts[_j].Checked, new { @class = "partclick" }) | @Html.DisplayTextFor(x => x.Projects[_i].ProjectParts[_j].PartName) |
@ViewBag.ImportLog
@ViewBag.ImportLog
@ViewBag.ImportLog
@ViewBag.ImportLog