339 lines
9.6 KiB
HTML
339 lines
9.6 KiB
HTML
|
|
|
|
<style type="text/css">
|
|
.pad {
|
|
background-color: #eee;
|
|
padding: 4px;
|
|
}
|
|
.fif {
|
|
/* background-color: #ddd;*/
|
|
display: inline-block;
|
|
margin: 0 175px 0 0;
|
|
padding: 8px 8px;
|
|
text-align: left;
|
|
width: 200px;
|
|
}
|
|
|
|
|
|
.right {
|
|
/* background-color: #ddd;*/
|
|
display: inline-block;
|
|
/*margin: 0 25px 0 0;*/
|
|
padding: 1px 1px;
|
|
text-align: right;
|
|
}
|
|
|
|
|
|
.rightac {
|
|
/* background-color: #ddd;*/
|
|
display: inline-block;
|
|
margin: 0 175px 0 0;
|
|
padding: 8px 8px;
|
|
text-align: left;
|
|
width: 200px;
|
|
}
|
|
|
|
.a {
|
|
word-spacing: 9cm;
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<section id="page-title">
|
|
<div class="row">
|
|
<div class="col-sm-8">
|
|
<h1 class="mainTitle">PROFIT LOSS STATEMENT</h1>
|
|
</div>
|
|
<!-- <div ncy-breadcrumb></div> -->
|
|
</div>
|
|
</section>
|
|
<style>
|
|
/* .sort-icon {
|
|
font-size: 9px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
th {
|
|
cursor: pointer;
|
|
} */
|
|
</style>
|
|
<script type="text/javascript" src="bower_components/ng-table-excel-export/ng-table-excel-export.min.js">
|
|
|
|
|
|
</script>
|
|
<div class="container-fluid container-fullw bg-white">
|
|
<div ng-controller="income_reportCtrl">
|
|
<form name="Form" id="form" novalidate ng-submit="onSubmit()" method="post">
|
|
<fieldset>
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
|
|
|
|
<div class="row">
|
|
<div class="col-md-3">
|
|
<!--<pre>{{searchData.date}}</pre>-->
|
|
<div data-ng-controller="DatepickerDemoCtrl">
|
|
<label>
|
|
From Date
|
|
</label>
|
|
<input type="text" tabindex="1" class="form-control " ng-click="startOpen = !startOpen" datepicker-popup="dd-MM-yyyy" ng-model="filters.from_date"
|
|
is-open="startOpen" ng-init="startOpen = false" name="addDate" datepicker-options="dateOptions"
|
|
placeholder="Select Date" close-text="Close" required="required" ng-change="changeDate()"
|
|
show-button-bar="true" />
|
|
|
|
</div>
|
|
</div>
|
|
<div class="col-md-3">
|
|
<!--<pre>{{searchData.date}}</pre>-->
|
|
<div data-ng-controller="DatepickerDemoCtrl">
|
|
<label>
|
|
To Date
|
|
</label>
|
|
<input type="text" tabindex="1" class="form-control " ng-click="startOpen = !startOpen" datepicker-popup="dd-MM-yyyy" ng-model="filters.to_date"
|
|
is-open="startOpen" ng-init="startOpen = false" name="addDate" datepicker-options="dateOptions"
|
|
placeholder="Select Date" close-text="Close" required="required" ng-change="changeToDate()"
|
|
show-button-bar="true" />
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="col-md-2" style="padding-top: 2.3%;">
|
|
<div class="pull-right">
|
|
|
|
<button type="submit" class="btn btn-success btn-o" tabindex="8">
|
|
Submit
|
|
</button>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
|
|
</form>
|
|
<!-- <pre>{{statusr | json}}</pre> -->
|
|
<div class="row" style="text-align: right;">
|
|
<div class="col-md-4">
|
|
<!-- <input class="form-control" type="text" ng-model="search" id="searchIn" autofocus tabindex="2" placeholder="Search" /> -->
|
|
</div>
|
|
<!-- <button class="btn btn-success btn-o" ng-click="exportData()">Export to Excel</button> -->
|
|
|
|
<button type="button" ladda="ldloading1.zoom_in" tabindex="5" class="btn btn-success btn-o" data-style="zoom-in" ng-click="changeSem(myModel.universityName,myModel.courseName);">Generate PDF</button>
|
|
|
|
<!-- <button class="btn btn-success" id="print" ng-click="generatePDF();">Print</button></div> -->
|
|
|
|
</div>
|
|
|
|
<div>
|
|
<div ng-if="isLoaderShow">
|
|
<center> <h1>{{load}}</h1> </center>
|
|
</div>
|
|
|
|
|
|
<div ng-if="expense_data.length>0">
|
|
|
|
|
|
<!-- hearde start -- >
|
|
|
|
|
|
|
|
<!-- header end -->
|
|
|
|
<!-- Operating Income Part -->
|
|
|
|
<div class="col-md-12">
|
|
|
|
<!-- header -->
|
|
<div>
|
|
<h4 align="center" style="color:black;"><strong>Apollo Distance Education</strong></h4>
|
|
<p align="center" style="color: black">Profit and Loss Statement</p>
|
|
<br/>
|
|
<div class="col-md-12" style="background-color: #D3D3D3;font-size: 15px; height: 40px">
|
|
</div>
|
|
</div>
|
|
<!-- header end -->
|
|
|
|
|
|
<div class="col-md-3"><b>
|
|
<label style="color: black; font-size: 15px">Operating Income</label></b>
|
|
</div>
|
|
|
|
<!-- <div ng-repeat="f in fullincomedetail" ng-if="f.OrgType =='I002'"> -->
|
|
<div class="col-md-12" ng-repeat="li in fullincomedetail " ng-if="li.Name=='I002' && li.OrgType == 'I002'">
|
|
<!-- {{li.ListName }} -->
|
|
<div id="test" class="pad">
|
|
<div id="a" class="fif">{{li.TypeName}}</div>
|
|
<div id="b" class="right">{{li.Total}}</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- </div> -->
|
|
|
|
</div>
|
|
|
|
<!--- operating Income end -->
|
|
|
|
|
|
<!--Total -->
|
|
<div class="col-md-12">
|
|
<div class="col-md-6"><b>
|
|
<label style="color: black; font-size: 17px">Total Operational Income</label></b>
|
|
</div>
|
|
<div class="col-md-offset-10">
|
|
{{opinctotal}}
|
|
</div>
|
|
</div>
|
|
<!--Total End -->
|
|
|
|
<!--- income part completed-->
|
|
|
|
|
|
|
|
<!--Expense Part -->
|
|
<div class="col-md-12">
|
|
|
|
<div class="col-md-3"><b>
|
|
<label style="color: black; font-size: 15px">Operating Expense</label></b>
|
|
</div>
|
|
|
|
<!-- <div ng-repeat="f in fullincomedetail" ng-if="f.OrgType =='I001'"> -->
|
|
<div class="col-md-12" ng-repeat="li in fullincomedetail " ng-if="li.Name=='I001' && li.OrgType == 'I001'">
|
|
<!-- {{li.ListName }} -->
|
|
<div id="test" class="pad" ng-init="totaladd();">
|
|
<div id="a" class="fif">{{li.TypeName}}</div>
|
|
<div id="b" class="right">{{li.Total}}</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<!-- </div> -->
|
|
|
|
</div>
|
|
|
|
<!-- Expense Completed-->
|
|
|
|
|
|
<!--Total -->
|
|
<div class="col-md-12">
|
|
<div class="col-md-6"><b>
|
|
<label style="color: black; font-size: 17px">Total Operational Expense</label></b>
|
|
</div>
|
|
<div class="col-md-offset-10">
|
|
{{opexptotal}}
|
|
</div>
|
|
</div>
|
|
<!--Total End -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--NON operating Income -->
|
|
<div class="col-md-12">
|
|
|
|
<div class="col-md-3"><b>
|
|
<label style="color: black; font-size: 15px">Non Operating Income</label></b>
|
|
</div>
|
|
|
|
<div class="col-md-12" ng-repeat="li in fullincomedetail " ng-if="li.Name=='I002' && (li.OrgType == 'I004' || li.OrgType=='I005' ||li.OrgType=='I006' || li.OrgType=='I003' )">
|
|
|
|
<div id="test" class="pad">
|
|
<div id="a" class="fif">{{li.TypeName}}</div>
|
|
<div id="b" class="right">{{li.Total}}</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- NON operating income end-->
|
|
|
|
|
|
|
|
<!--Total -->
|
|
<div class="col-md-12">
|
|
<div class="col-md-6"><b>
|
|
<label style="color: black; font-size: 17px">Total Non-Operational Income</label></b>
|
|
</div>
|
|
<div class="col-md-offset-10">
|
|
{{nonopinctotal}}
|
|
</div>
|
|
</div>
|
|
<!--Total End -->
|
|
|
|
|
|
|
|
<!-- non operating expense -->
|
|
|
|
<div class="col-md-12">
|
|
|
|
<div class="col-md-3"><b>
|
|
<label style="color: black; font-size: 15px">Non Operating Expense</label></b>
|
|
</div>
|
|
|
|
<!-- <div ng-repeat="f in fullincomedetail" ng-if="f.OrgType =='I004' || f.OrgType=='I005' ||f.OrgType=='I006' || f.OrgType =='I003'"> -->
|
|
<div class="col-md-12" ng-repeat="li in fullincomedetail " ng-if="li.Name=='I001' && (li.OrgType == 'I004' || li.OrgType=='I005' ||li.OrgType=='I006' || li.OrgType=='I003' )">
|
|
<!-- {{li.ListName }} -->
|
|
<div id="test" class="pad">
|
|
<div id="a" class="fif">{{li.TypeName}}</div>
|
|
<div id="b" class="right">{{li.Total}}</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- </div> -->
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!--Total -->
|
|
<div class="col-md-12">
|
|
<div class="col-md-6"><b>
|
|
<label style="color: black; font-size: 17px">Total Non-Operational Expense</label></b>
|
|
</div>
|
|
<div class="col-md-offset-10">
|
|
{{nonopexptotal}}
|
|
</div>
|
|
</div>
|
|
<!--Total End -->
|
|
|
|
|
|
|
|
|
|
|
|
<!--Net Profit start -->
|
|
<div class="col-md-12">
|
|
<div class="col-md-6"><b>
|
|
<label style="color: black; font-size: 17px">Net Profit/Loss</label></b>
|
|
</div>
|
|
<div class="col-md-offset-10" style="color: black; font-size: 17px"><b>
|
|
<!-- {{expense_data[1].Total - expense_data[0].Total}}
|
|
-->
|
|
{{Net_Total}}
|
|
</b></div>
|
|
|
|
</div>
|
|
|
|
<!--Net profit Completed -->
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<!-- <div ng-if="load=0">
|
|
<b><h1 style="color:black;"><center> No Records Found</h1></center></b>
|
|
</div> -->
|
|
<!-- <dir-pagination-controls direction-links="true" boundary-links="true">
|
|
</dir-pagination-controls> -->
|
|
</div>
|
|
</div>
|
|
|
|
|