daybook
This commit is contained in:
parent
2b29cbd9f0
commit
8680ffcc9d
@ -187,6 +187,8 @@
|
|||||||
<th style="width: 7%">Reason
|
<th style="width: 7%">Reason
|
||||||
|
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
|
<th>Fee Collected by</th>
|
||||||
<th class="center" ng-click="sort('Status')" style="width: 7.5%">Status
|
<th class="center" ng-click="sort('Status')" style="width: 7.5%">Status
|
||||||
|
|
||||||
</th>
|
</th>
|
||||||
@ -220,6 +222,7 @@
|
|||||||
<div class="containersPara"> {{p.ReceiptNoComments}}{{p.Description}}</div>
|
<div class="containersPara"> {{p.ReceiptNoComments}}{{p.Description}}</div>
|
||||||
</td>
|
</td>
|
||||||
<td>{{p.Reason}}</td>
|
<td>{{p.Reason}}</td>
|
||||||
|
<td>{{p.Fname}}</td>
|
||||||
<!--<td class="center" tooltip="{{p.Approval_Comments}}" ng-if="p.ListName == 'Income'">
|
<!--<td class="center" tooltip="{{p.Approval_Comments}}" ng-if="p.ListName == 'Income'">
|
||||||
- </td>-->
|
- </td>-->
|
||||||
<td class="center" tooltip="{{p.Approval_Comments}}"><span ng-if="p.Status == 'Pending'" style="text-transform: uppercase; text-shadow: 1px 1px #286d5f; color: #55d4bb ">{{p.Status}}</span>
|
<td class="center" tooltip="{{p.Approval_Comments}}"><span ng-if="p.Status == 'Pending'" style="text-transform: uppercase; text-shadow: 1px 1px #286d5f; color: #55d4bb ">{{p.Status}}</span>
|
||||||
|
|||||||
@ -182,6 +182,8 @@
|
|||||||
<th style="width: 7%">Reason
|
<th style="width: 7%">Reason
|
||||||
|
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
|
<th>Fee Collected by</th>
|
||||||
<th class="center" ng-click="sort('Status')" style="width: 7.5%">Status
|
<th class="center" ng-click="sort('Status')" style="width: 7.5%">Status
|
||||||
|
|
||||||
</th>
|
</th>
|
||||||
@ -215,6 +217,8 @@
|
|||||||
<td>
|
<td>
|
||||||
<div class="containersPara"><span style="white-space:pre-wrap;">{{p.ReceiptNoComments}}{{p.Description}}</span></div> </td>
|
<div class="containersPara"><span style="white-space:pre-wrap;">{{p.ReceiptNoComments}}{{p.Description}}</span></div> </td>
|
||||||
<td>{{p.Reason}}</td>
|
<td>{{p.Reason}}</td>
|
||||||
|
|
||||||
|
<td>{{p.Fname}}</td>
|
||||||
<!--<td class="center" tooltip="{{p.Approval_Comments}}" ng-if="p.ListName == 'Income'">
|
<!--<td class="center" tooltip="{{p.Approval_Comments}}" ng-if="p.ListName == 'Income'">
|
||||||
- </td>-->
|
- </td>-->
|
||||||
<td class="center" tooltip="{{p.Approval_Comments}}"><span ng-if="p.Status == 'Pending'" style="text-transform: uppercase; text-shadow: 1px 1px #286d5f; color: #55d4bb ">{{p.Status}}</span>
|
<td class="center" tooltip="{{p.Approval_Comments}}"><span ng-if="p.Status == 'Pending'" style="text-transform: uppercase; text-shadow: 1px 1px #286d5f; color: #55d4bb ">{{p.Status}}</span>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user