merge fees change in student enrolment

This commit is contained in:
gandhimathi 2018-08-10 12:48:22 +05:30
parent 1dea3c72bb
commit 6fe5e4ed88

View File

@ -72,7 +72,7 @@
<th>Course Name</th> <th>Course Name</th>
<th>Sem/Year</th> <th>Sem/Year</th>
<th>Received Quantity</th> <th>Received Quantity</th>
<th>Balance Quantity</th> <th>Received From</th>
<th>Received Date</th> <th>Received Date</th>
</tr> </tr>
</thead> </thead>
@ -82,7 +82,7 @@
<td>MCA</td> <td>MCA</td>
<td>1st Sem</td> <td>1st Sem</td>
<td>10</td> <td>10</td>
<td>0</td> <td>vendor</td>
<td>10/10/2018</td> <td>10/10/2018</td>
</tr> </tr>
<tr> <tr>
@ -90,7 +90,7 @@
<td>MBA</td> <td>MBA</td>
<td>2nd Sem</td> <td>2nd Sem</td>
<td>15</td> <td>15</td>
<td>2</td> <td>university</td>
<td>15/10/2018</td> <td>15/10/2018</td>
</tr> </tr>
<tr> <tr>
@ -98,7 +98,7 @@
<td>BE</td> <td>BE</td>
<td>3rd Sem</td> <td>3rd Sem</td>
<td>20</td> <td>20</td>
<td>0</td> <td>vendor</td>
<td>10/11/2018</td> <td>10/11/2018</td>
</tr> </tr>
<tr> <tr>
@ -106,7 +106,7 @@
<td>DE</td> <td>DE</td>
<td>4th sem</td> <td>4th sem</td>
<td>34</td> <td>34</td>
<td>10</td> <td>vendor</td>
<td>12/11/2018</td> <td>12/11/2018</td>
</tr> </tr>