sl no in non operational
This commit is contained in:
parent
019d463010
commit
b4d638cbd1
@ -123,7 +123,7 @@
|
||||
<table class="table table-bordered export-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>S.No</th>
|
||||
<!-- <th>S.No</th> -->
|
||||
<th ng-click="sort('Date')" style="width: 20%;padding-right:5%">Date</th>
|
||||
<th class="th" ng-click="sort('ListName')" style="width: 5%">Income/</br>Expense</th>
|
||||
<th style="width: 5%">Voucher No / Bill No</th>
|
||||
@ -141,7 +141,7 @@
|
||||
|
||||
<tbody dir-paginate="p in data | filter:search:strict | itemsPerPage:10">
|
||||
<tr>
|
||||
<td>{{p.SL_NO}}</td>
|
||||
<!-- <td>{{p.SL_NO}}</td> -->
|
||||
<td>{{p.Date}}</td>
|
||||
<td>{{p.ListName}}</td>
|
||||
<td ng-click="billDetails(p.VoucherNumber)">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user