tiseza_oss_live/Views/NewCOI/ShowFinancingProfile.cshtml

335 lines
19 KiB
Plaintext
Raw Normal View History

2025-11-15 11:14:31 +00:00
@using OSS.Models
@model FinancingProfileExternal
@{
Layout = "~/Views/Shared/_Layout.cshtml";
}
<link href="~/Content/assets/css/components/tabs-accordian/custom-tabs.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="~/Content/assets/css/forms/theme-checkbox-radio.css">
<link href="~/Content/assets/css/components/tabs-accordian/custom-accordions.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="~/Content/assets/css/elements/alert.css">
<div class="col-lg-12 layout-spacing">
<div class="statbox widget box box-shadow">
<div class="widget-header">
<div class="row">
<div class="col-md-12 col-sm-12 col-12">
<br />
<h5 class="text-primary"> &nbsp; PROJECTS <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-right"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg> New Certificate </h5>
<hr />
</div>
</div>
<div class="widget-content widget-content-area border-top-tab">
<ul class="nav nav-tabs mb-3 mt-3" id="borderTop" role="tablist">
<li class="nav-item">
<a class="nav-link " id="" data-toggle="" role="tab" href="@Url.Action("RedirectCompany","NewCOI")" aria-controls="border-top-home" aria-selected="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-home"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg> &nbsp; Company Details </a>
</li>
<li>
<a class="nav-link" id="border-top-profile-tab" re href="@Url.Action("RedirectProject","NewCOI")" role="tab" aria-controls="border-top-profile" aria-selected="false"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>Project Details </a>
</li>
<li class="nav-item">
<a class="nav-link active" id="border-top-profile-tab" re href="@Url.Action("FinancingDetailsExternal","Company")" role="tab" aria-controls="border-top-profile" aria-selected="false"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-paperclip"><path d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"></path></svg>Financing</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" id="border-top-profile-tab" re href="@Url.Action("CompanyAttachments","Company")" role="tab" aria-controls="border-top-profile" aria-selected="false"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-paperclip"><path d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"></path></svg> Attachments</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" id="border-top-profile-tab" re href="@Url.Action("PostCMInvoice","PublicCompany")" role="tab" aria-controls="border-top-profile" aria-selected="false"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-paperclip"><path d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"></path></svg>Payment</a>
</li>
</ul>
<div class="tab-content" id="borderTopContent">
<div class="tab-pane fade show active" id="border-top-home" role="tabpanel" aria-labelledby="border-top-home-tab">
@using (Html.BeginForm("PostFinancingProfileChange", "NewCOI", FormMethod.Post, new { id = "social", @novalidate = "novalidate", @class = "needs-validation text-left section social" }))
{
@Html.AntiForgeryToken()
<div class="info">
<h6 class="text-primary">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-right-circle"><circle cx="12" cy="12" r="10"></circle><polyline points="12 16 16 12 12 8"></polyline><line x1="8" y1="12" x2="16" y2="12"></line></svg> &nbsp;Financing Details in (USD) &nbsp;&nbsp;
</h6>
<hr /><div class="row">
<div class="col-md-11 mx-auto">
@if (Session["TypeOfOwnership"].ToString() == "Foreign")
{
<div class="alert alert-outline-primary mb-4" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#FF0000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x-circle"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line></svg></button>
<div style="color:green">This is a foreigners owned project , Minimum Investment Capital should be 500,000 USD</div>
</div>
}
@if (Session["TypeOfOwnership"].ToString() == "Local")
{
<div class="alert alert-outline-primary mb-4" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#FF0000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x-circle"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line></svg></button>
<div style="color:green">This is a Tanzanians owned project , Minimum Investment Capital should be 50,000 USD</div>
</div>
}
@if (Session["TypeOfOwnership"].ToString() == "JV")
{
<div class="alert alert-outline-primary mb-4" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#FF0000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x-circle"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line></svg></button>
<div style="color:green">This is a Joint Venture owned project , Minimum Investment Capital should be 500,000 USD</div>
</div>
}
<br />
<div class="row">
@if (Session["TypeofOwnership"].ToString() == "Local" || Session["TypeofOwnership"].ToString() == "JV")
{
<div class="col-md-6" id="CompL">
<label for="validationCustom05" class="text-black">Local Equity</label>
@Html.TextBoxFor(m => m.LocalEquity, new { @minlenght = "3", @pattern = "^[0-9.]+$", @name = "LocalEquity", @class = "form-control mb-4", @id = "LastName", @type = "text", @required = "true" })
<div class="invalid-feedback">
Invalid Input
</div>
</div>
}
@if (Session["TypeofOwnership"].ToString() == "Foreign" || Session["TypeofOwnership"].ToString() == "JV")
{
<div class="col-md-6" id="TINL">
<label for="validationCustom05" class="text-black">Foreign Equity</label>
@Html.TextBoxFor(m => m.ForeignEquity, new { @minlenght = "3", @pattern = "^[0-9.]+$", @name = "ForeignEquity", @class = "form-control mb-4", @id = "LastName", @type = "text", @required = "true" })
<div class="invalid-feedback">
Invalid Input
</div>
</div><div class="col-md-6" id="IncoL">
<label for="validationCustom05" class="text-black">Source of Foreign Equity</label>
@Html.DropDownListFor(m => m.SourceCountryEquity, new SelectList(Model.ListofForeignEquity
, "Value", "Text"), new { @class = "selectpicker form-control", @id = "SourceCountryEquity", @name = "SourceCountryEquity" })
<div class="invalid-feedback">
Invalid Input
</div>
</div>}
<div class="col-md-6" id="IncoDate">
<label for="validationCustom05" class="text-black">Foreign Loan</label>
@Html.TextBoxFor(m => m.ForeignLoan, new { @minlenght = "3", @pattern = "^[0-9.]+$", @name = "ForeignLoan", @class = "form-control mb-4", @id = "LastName", @type = "text", @required = "true" })
<div class="invalid-feedback">
Invalid Input
</div>
</div><div class="col-md-6">
<label for="validationCustom05" class="text-black">Source of Foreign Loan</label>
@Html.DropDownListFor(m => m.SourceCountryLoan, new SelectList(Model.ListofForeignLoan
, "Value", "Text"), new { @class = "selectpicker form-control", @id = "SourceCountryLoan", @name = "Country" })
<div class="invalid-feedback">
Invalid Input
</div>
</div>
<div class="col-md-6" id="CompL">
<label for="validationCustom05" class="text-black">Local Loan</label>
@Html.TextBoxFor(m => m.LocalLoan, new { @minlenght = "3", @pattern = "^[0-9.]+$", @name = "LocalLoan", @class = "form-control mb-4", @id = "LastName", @type = "text", @required = "true" })
<div class="invalid-feedback">
Invalid Input
</div>
</div>
<div class="col-md-6">
<label for="validationCustom05" class="text-black">Working Capital</label>
@Html.TextBoxFor(m => m.WorkingCapital, new { @minlenght = "3", @pattern = "^[0-9.]+$", @name = "WorkingCapital", @class = "form-control mb-4", @id = "WorkingCapital", @type = "text", @required = "true" })
<div class="invalid-feedback">
Invalid Input
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-11 mx-auto">
<div class="row">
<div class="col-md-6">
<div class="d-flex justify-content-left">
<a class="btn btn-primary btn-lg mt-2 " href="/NewCOI/RedirectProject/">Previous</a>
</div>
</div>
<div class="col-md-6">
<div class="d-flex justify-content-end">
<button class="btn btn-primary btn-lg mt-2 text-center" type="submit">Next</button>
</div>
</div>
</div>
</div>
<br />
}
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="~/Content/plugins/input-mask/jquery.inputmask.bundle.min.js"></script>
<script type="text/javascript" src="~/Content/plugins/input-mask/input-mask.js"></script>
<script>
$('#District').change(function () {
var selectedDistrict = $("#District").val();
var selectedWard = $('#Ward');
selectedWard.empty();
if (selectedWard != null && selectedWard != '') {
$.getJSON('@Url.Action("GetWard")', { DistrictCode: selectedDistrict }, function (ward) {
if (ward != null && !jQuery.isEmptyObject(ward))
{
selectedWard.append($('<option/>', {
value: "",
text: "List of Ward"
}));
$.each(ward, function (index,ward) {
selectedWard.append($('<option/>', {
value: ward.Value,
text: ward.Text
}));
});
};
});
}
});
$(function () {
$("#AreaL").hide();
$("#LandMarkTypeL").hide();
$("#LandMarkDescriptionL").hide();
$("#PlotNoL").hide();
$("#BlockPlotNumberL").hide();
$("#HouseNoL").hide();
$('#AreaType').ready(function () {
var value = $('#AreaType').val();
if (value == "Surveyed") {
$("#AreaL").hide();
$("#LandMarkTypeL").hide();
$("#LandMarkDescriptionL").hide();
$("#PlotNoL").show();
$("#BlockPlotNumberL").show();
$("#HouseNoL").show();
$("#BlockPlotNumber").attr("required", true);
$("#Area").attr("required", false);
$("#LandMarkDescription").attr("required", false);
$("#LandMarkType").attr("required", false);
$("#PlotNumber").attr("required", true);
$("#HouseNo").attr("required", true);
}
else if (value == "UnSurveyed") {
$("#AreaL").show();
$("#LandMarkTypeL").show();
$("#LandMarkDescriptionL").show();
$("#PlotNoL").hide();
$("#BlockPlotNumberL").hide();
$("#HouseNoL").hide();
$("#BlockPlotNumber").attr("required", false);
$("#PlotNumber").attr("required", false);
$("#HouseNo").attr("required", false);
$("#Area").attr("required", true);
$("#LandMarkDescription").attr("required", true);
$("#LandMarkType").attr("required", true);
}
else {
$("#AreaL").hide();
$("#LandMarkTypeL").hide();
$("#LandMarkDescriptionL").hide();
$("#PlotNoL").hide();
$("#BlockPlotNumberL").hide();
$("#HouseNoL").hide();
}
});
});
</script>
<script type="text/javascript" src="~/Content/plugins/input-mask/jquery.inputmask.bundle.min.js"></script>
<script type="text/javascript" src="~/Content/plugins/input-mask/input-mask.js"></script>
<script type="text/javascript" src="~/Scripts/jquery.min.js"></script>
<link type="text/css" rel="stylesheet" href="~/Content/jquery-ui.css" />
<script type="text/javascript" src="~/Scripts/jquery-ui.js"></script>
<script>
var j = jQuery.noConflict();
j(function () {
j("#IssuedDate").datepicker({
dateFormat: "mm-dd-yy",
maxDate: 0,
changeYear: true,
yearRange: "-100:+0",
changeMonth: true
});
});
</script>