This commit is contained in:
dineshkumarkannan 2018-08-01 17:01:03 +05:30
commit 202063ddc3
3 changed files with 44 additions and 52 deletions

View File

@ -138,11 +138,6 @@ export class AppSidebar {
name: 'AllocateMaterial', name: 'AllocateMaterial',
url: '/studymaterial/allocatematerial', url: '/studymaterial/allocatematerial',
icon: 'fa fa-user-secret' icon: 'fa fa-user-secret'
},
{
name: 'Study Material Status',
url: '/studymaterial/studyMaterialStatus',
icon: 'fa fa-square-o'
} }
] ]
},{ },{

View File

@ -35,10 +35,10 @@
<div class="col-md-2"> <div class="col-md-2">
<div class="input-prepend input-group"> <div class="input-prepend input-group">
<select id="disabledSelect" class="form-control"> <select id="disabledSelect" class="form-control">
<option value="0">Batch</option> <option value="0">Sem/Year</option>
<option value="1">Jan 2017</option> <option value="1">1st Sem/2018</option>
<option value="2">Jul 2017</option> <option value="2">2nd Sem/2018</option>
<option value="3">Jan 2018</option> <option value="3">3rd Sem/2019</option>
</select> </select>
</div> </div>
</div> </div>
@ -67,7 +67,7 @@
<thead> <thead>
<tr> <tr>
<th>Study Center Name</th> <th>Study Center Name</th>
<th>Batch Name</th> <th>Sem/Year</th>
<th>Course Name</th> <th>Course Name</th>
<th> Quantity</th> <th> Quantity</th>
<th>Status</th> <th>Status</th>
@ -78,7 +78,7 @@
<tbody> <tbody>
<tr> <tr>
<td>Center A</td> <td>Center A</td>
<td>Batch A</td> <td>1st Sem / 2018</td>
<td>MCA</td> <td>MCA</td>
<td>10</td> <td>10</td>
@ -88,7 +88,7 @@
</tr> </tr>
<tr> <tr>
<td>Center B</td> <td>Center B</td>
<td>Batch B</td> <td>2nd Sem / 2018</td>
<td>MBA</td> <td>MBA</td>
<td>15</td> <td>15</td>
@ -98,7 +98,7 @@
</tr> </tr>
<tr> <tr>
<td>Center C</td> <td>Center C</td>
<td>Batch C</td> <td>3rd Sem / 2019</td>
<td>BE</td> <td>BE</td>
<td>20</td> <td>20</td>
@ -108,7 +108,7 @@
</tr> </tr>
<tr> <tr>
<td>Center D</td> <td>Center D</td>
<td>Batch D</td> <td>4th Sem / 2019</td>
<td>DE</td> <td>DE</td>
<td>34</td> <td>34</td>
@ -148,10 +148,10 @@
<div class="col-md-3"> <div class="col-md-3">
<div class="input-prepend input-group"> <div class="input-prepend input-group">
<select id="disabledSelect" class="form-control"> <select id="disabledSelect" class="form-control">
<option value="0">Please Select Styducenter</option> <option value="0">Please Select University</option>
<option value="1">MMM Stydycenter</option> <option value="1">MMM University</option>
<option value="2">PPP Stydycenter</option> <option value="2">PPP University</option>
<option value="3">SSS Stydycenter</option> <option value="3">SSS University</option>
</select> </select>
</div> </div>
</div> </div>
@ -169,10 +169,10 @@
<div class="col-md-2"> <div class="col-md-2">
<div class="input-prepend input-group"> <div class="input-prepend input-group">
<select id="disabledSelect" class="form-control"> <select id="disabledSelect" class="form-control">
<option value="0">Batch</option> <option value="0">Sem/Year</option>
<option value="1">Jan 2017</option> <option value="1">1st Sem/2018</option>
<option value="2">Jul 2017</option> <option value="2">2nd Sem/2018</option>
<option value="3">Jan 2018</option> <option value="3">3rd Sem/2019</option>
</select> </select>
</div> </div>
</div> </div>
@ -197,7 +197,7 @@
<br> <br>
<div class="row"> <div class="row">
<div class="col-md-4"> <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"> <input type="text" class="form-control" id="company" placeholder="150">
</div> </div>
</div> </div>
@ -209,10 +209,10 @@
<tr> <tr>
<th>Select</th> <th>Select</th>
<th>Study Center Name</th> <th>Study Center Name</th>
<th>Batch Name</th> <th>Sem/Year</th>
<th>Course Name</th> <th>Course Name</th>
<th>Register Forms</th>
<th>Request Quantity</th> <th>Paid Forms</th>
<th>Allocate Quantity</th> <th>Allocate Quantity</th>
</tr> </tr>
@ -225,6 +225,7 @@
<td>MCA</td> <td>MCA</td>
<td>10</td> <td>10</td>
<td>10</td>
<td><input type="text" value="10"></td> <td><input type="text" value="10"></td>
</tr> </tr>
@ -233,8 +234,8 @@
<td>Center B</td> <td>Center B</td>
<td>Batch B</td> <td>Batch B</td>
<td>MBA</td> <td>MBA</td>
<td>15</td>
<td>15</td> <td>15</td>
<td><input type="text" value="15"></td> <td><input type="text" value="15"></td>
</tr> </tr>
@ -243,9 +244,9 @@
<td>Center C</td> <td>Center C</td>
<td>Batch C</td> <td>Batch C</td>
<td>BE</td> <td>BE</td>
<td>20</td>
<td>20</td> <td>18</td>
<td><input type="text" value="0"></td> <td><input type="text" value="18"></td>
</tr> </tr>
<tr> <tr>
@ -255,6 +256,7 @@
<td>DE</td> <td>DE</td>
<td>34</td> <td>34</td>
<td>34</td>
<td><input type="text" value="34"></td> <td><input type="text" value="34"></td>
</tr> </tr>

View File

@ -36,10 +36,10 @@
<div class="col-md-2"> <div class="col-md-2">
<div class="input-prepend input-group"> <div class="input-prepend input-group">
<select id="disabledSelect" class="form-control"> <select id="disabledSelect" class="form-control">
<option value="0">Batch</option> <option value="0">Sem/Year</option>
<option value="1">Jan 2017</option> <option value="1">1st Sem/2018</option>
<option value="2">Jul 2017</option> <option value="2">2nd Sem/2018</option>
<option value="3">Jan 2018</option> <option value="3">3rd Sem/2019</option>
</select> </select>
</div> </div>
</div> </div>
@ -69,7 +69,7 @@
<tr> <tr>
<th>University Name</th> <th>University Name</th>
<th>Course Name</th> <th>Course Name</th>
<th>Courier No</th> <th>Sem/Year</th>
<th>Quantity</th> <th>Quantity</th>
<th>Received Date</th> <th>Received Date</th>
</tr> </tr>
@ -78,28 +78,28 @@
<tr> <tr>
<td>Anna University</td> <td>Anna University</td>
<td>MCA</td> <td>MCA</td>
<td>1A</td> <td>1st Sem</td>
<td>10</td> <td>10</td>
<td>10/10/2018</td> <td>10/10/2018</td>
</tr> </tr>
<tr> <tr>
<td>Bharathi University</td> <td>Bharathi University</td>
<td>MBA</td> <td>MBA</td>
<td>1B</td> <td>2nd Sem</td>
<td>15</td> <td>15</td>
<td>15/10/2018</td> <td>15/10/2018</td>
</tr> </tr>
<tr> <tr>
<td>Thiruvalluvar University</td> <td>Thiruvalluvar University</td>
<td>BE</td> <td>BE</td>
<td>1C</td> <td>3rd Sem</td>
<td>20</td> <td>20</td>
<td>10/11/2018</td> <td>10/11/2018</td>
</tr> </tr>
<tr> <tr>
<td>Kamaraj University</td> <td>Kamaraj University</td>
<td>DE</td> <td>DE</td>
<td>1D</td> <td>4th sem</td>
<td>34</td> <td>34</td>
<td>12/11/2018</td> <td>12/11/2018</td>
</tr> </tr>
@ -170,25 +170,20 @@
<div class="form-group row"> <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"> <div class="col-md-4">
<label for="company">Quantity<span class="required">*</span></label> <label for="company">Quantity<span class="required">*</span></label>
<input type="text" class="form-control" id="company" placeholder="Enter Quantity"> </div> <input type="text" class="form-control" id="company" placeholder="Enter Quantity">
</div> </div>
<div class="form-group row"> <div class=" col-md-4 ">
<div class=" col-md-4 ">
<label for="company">Received Date<span class="required">*</span></label> <label for="company">Received Date<span class="required">*</span></label>
<input type="date" class="form-control" id="date" placeholder="Enter Batch Date"> <input type="date" class="form-control" id="date" placeholder="Enter Batch Date">
</div> </div>
</div> </div>
</div> </div>
<div class="card-footer"> <div class="card-footer">