Merge branch 'master' of https://bitbucket.org/venbainformationtechnology/apollosc
This commit is contained in:
commit
202063ddc3
@ -138,11 +138,6 @@ export class AppSidebar {
|
||||
name: 'AllocateMaterial',
|
||||
url: '/studymaterial/allocatematerial',
|
||||
icon: 'fa fa-user-secret'
|
||||
},
|
||||
{
|
||||
name: 'Study Material Status',
|
||||
url: '/studymaterial/studyMaterialStatus',
|
||||
icon: 'fa fa-square-o'
|
||||
}
|
||||
]
|
||||
},{
|
||||
|
||||
@ -35,10 +35,10 @@
|
||||
<div class="col-md-2">
|
||||
<div class="input-prepend input-group">
|
||||
<select id="disabledSelect" class="form-control">
|
||||
<option value="0">Batch</option>
|
||||
<option value="1">Jan 2017</option>
|
||||
<option value="2">Jul 2017</option>
|
||||
<option value="3">Jan 2018</option>
|
||||
<option value="0">Sem/Year</option>
|
||||
<option value="1">1st Sem/2018</option>
|
||||
<option value="2">2nd Sem/2018</option>
|
||||
<option value="3">3rd Sem/2019</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@ -67,7 +67,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Study Center Name</th>
|
||||
<th>Batch Name</th>
|
||||
<th>Sem/Year</th>
|
||||
<th>Course Name</th>
|
||||
<th> Quantity</th>
|
||||
<th>Status</th>
|
||||
@ -78,7 +78,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Center A</td>
|
||||
<td>Batch A</td>
|
||||
<td>1st Sem / 2018</td>
|
||||
<td>MCA</td>
|
||||
|
||||
<td>10</td>
|
||||
@ -88,7 +88,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Center B</td>
|
||||
<td>Batch B</td>
|
||||
<td>2nd Sem / 2018</td>
|
||||
<td>MBA</td>
|
||||
|
||||
<td>15</td>
|
||||
@ -98,7 +98,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Center C</td>
|
||||
<td>Batch C</td>
|
||||
<td>3rd Sem / 2019</td>
|
||||
<td>BE</td>
|
||||
|
||||
<td>20</td>
|
||||
@ -108,7 +108,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Center D</td>
|
||||
<td>Batch D</td>
|
||||
<td>4th Sem / 2019</td>
|
||||
<td>DE</td>
|
||||
|
||||
<td>34</td>
|
||||
@ -148,10 +148,10 @@
|
||||
<div class="col-md-3">
|
||||
<div class="input-prepend input-group">
|
||||
<select id="disabledSelect" class="form-control">
|
||||
<option value="0">Please Select Styducenter</option>
|
||||
<option value="1">MMM Stydycenter</option>
|
||||
<option value="2">PPP Stydycenter</option>
|
||||
<option value="3">SSS Stydycenter</option>
|
||||
<option value="0">Please Select University</option>
|
||||
<option value="1">MMM University</option>
|
||||
<option value="2">PPP University</option>
|
||||
<option value="3">SSS University</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@ -169,10 +169,10 @@
|
||||
<div class="col-md-2">
|
||||
<div class="input-prepend input-group">
|
||||
<select id="disabledSelect" class="form-control">
|
||||
<option value="0">Batch</option>
|
||||
<option value="1">Jan 2017</option>
|
||||
<option value="2">Jul 2017</option>
|
||||
<option value="3">Jan 2018</option>
|
||||
<option value="0">Sem/Year</option>
|
||||
<option value="1">1st Sem/2018</option>
|
||||
<option value="2">2nd Sem/2018</option>
|
||||
<option value="3">3rd Sem/2019</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@ -197,7 +197,7 @@
|
||||
<br>
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<label for="company"><strong>Total Materials</strong></label>
|
||||
<label for="company"><strong>Total StudyMaterials</strong></label>
|
||||
<input type="text" class="form-control" id="company" placeholder="150">
|
||||
</div>
|
||||
</div>
|
||||
@ -209,10 +209,10 @@
|
||||
<tr>
|
||||
<th>Select</th>
|
||||
<th>Study Center Name</th>
|
||||
<th>Batch Name</th>
|
||||
<th>Sem/Year</th>
|
||||
<th>Course Name</th>
|
||||
|
||||
<th>Request Quantity</th>
|
||||
<th>Register Forms</th>
|
||||
<th>Paid Forms</th>
|
||||
<th>Allocate Quantity</th>
|
||||
|
||||
</tr>
|
||||
@ -225,6 +225,7 @@
|
||||
<td>MCA</td>
|
||||
|
||||
<td>10</td>
|
||||
<td>10</td>
|
||||
<td><input type="text" value="10"></td>
|
||||
|
||||
</tr>
|
||||
@ -233,8 +234,8 @@
|
||||
<td>Center B</td>
|
||||
<td>Batch B</td>
|
||||
<td>MBA</td>
|
||||
|
||||
<td>15</td>
|
||||
<td>15</td>
|
||||
<td>15</td>
|
||||
<td><input type="text" value="15"></td>
|
||||
|
||||
</tr>
|
||||
@ -243,9 +244,9 @@
|
||||
<td>Center C</td>
|
||||
<td>Batch C</td>
|
||||
<td>BE</td>
|
||||
|
||||
<td>20</td>
|
||||
<td><input type="text" value="0"></td>
|
||||
<td>20</td>
|
||||
<td>18</td>
|
||||
<td><input type="text" value="18"></td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
@ -255,6 +256,7 @@
|
||||
<td>DE</td>
|
||||
|
||||
<td>34</td>
|
||||
<td>34</td>
|
||||
<td><input type="text" value="34"></td>
|
||||
|
||||
</tr>
|
||||
|
||||
@ -36,10 +36,10 @@
|
||||
<div class="col-md-2">
|
||||
<div class="input-prepend input-group">
|
||||
<select id="disabledSelect" class="form-control">
|
||||
<option value="0">Batch</option>
|
||||
<option value="1">Jan 2017</option>
|
||||
<option value="2">Jul 2017</option>
|
||||
<option value="3">Jan 2018</option>
|
||||
<option value="0">Sem/Year</option>
|
||||
<option value="1">1st Sem/2018</option>
|
||||
<option value="2">2nd Sem/2018</option>
|
||||
<option value="3">3rd Sem/2019</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@ -69,7 +69,7 @@
|
||||
<tr>
|
||||
<th>University Name</th>
|
||||
<th>Course Name</th>
|
||||
<th>Courier No</th>
|
||||
<th>Sem/Year</th>
|
||||
<th>Quantity</th>
|
||||
<th>Received Date</th>
|
||||
</tr>
|
||||
@ -78,28 +78,28 @@
|
||||
<tr>
|
||||
<td>Anna University</td>
|
||||
<td>MCA</td>
|
||||
<td>1A</td>
|
||||
<td>1st Sem</td>
|
||||
<td>10</td>
|
||||
<td>10/10/2018</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bharathi University</td>
|
||||
<td>MBA</td>
|
||||
<td>1B</td>
|
||||
<td>2nd Sem</td>
|
||||
<td>15</td>
|
||||
<td>15/10/2018</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Thiruvalluvar University</td>
|
||||
<td>BE</td>
|
||||
<td>1C</td>
|
||||
<td>3rd Sem</td>
|
||||
<td>20</td>
|
||||
<td>10/11/2018</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Kamaraj University</td>
|
||||
<td>DE</td>
|
||||
<td>1D</td>
|
||||
<td>4th sem</td>
|
||||
<td>34</td>
|
||||
<td>12/11/2018</td>
|
||||
</tr>
|
||||
@ -170,25 +170,20 @@
|
||||
<div class="form-group row">
|
||||
|
||||
|
||||
<div class="col-md-4">
|
||||
<label for="company">Courier Number<span class="required">*</span></label>
|
||||
<input type="text" class="form-control" id="company" placeholder="Enter Courier Number">
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-md-4">
|
||||
<label for="company">Courier Name<span class="required">*</span></label>
|
||||
<input type="text" class="form-control" id="company" placeholder="Courier Name"> </div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<label for="company">Quantity<span class="required">*</span></label>
|
||||
<input type="text" class="form-control" id="company" placeholder="Enter Quantity"> </div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
|
||||
<div class=" col-md-4 ">
|
||||
<input type="text" class="form-control" id="company" placeholder="Enter Quantity">
|
||||
</div>
|
||||
<div class=" col-md-4 ">
|
||||
<label for="company">Received Date<span class="required">*</span></label>
|
||||
<input type="date" class="form-control" id="date" placeholder="Enter Batch Date">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user