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">
|
<table class="table table-bordered export-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>S.No</th>
|
<!-- <th>S.No</th> -->
|
||||||
<th ng-click="sort('Date')" style="width: 20%;padding-right:5%">Date</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 class="th" ng-click="sort('ListName')" style="width: 5%">Income/</br>Expense</th>
|
||||||
<th style="width: 5%">Voucher No / Bill No</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">
|
<tbody dir-paginate="p in data | filter:search:strict | itemsPerPage:10">
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{p.SL_NO}}</td>
|
<!-- <td>{{p.SL_NO}}</td> -->
|
||||||
<td>{{p.Date}}</td>
|
<td>{{p.Date}}</td>
|
||||||
<td>{{p.ListName}}</td>
|
<td>{{p.ListName}}</td>
|
||||||
<td ng-click="billDetails(p.VoucherNumber)">
|
<td ng-click="billDetails(p.VoucherNumber)">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user