banking latest changes
This commit is contained in:
parent
4d39023582
commit
b03f6db30b
7978
application/logs/log-2018-10-22.php
Normal file
7978
application/logs/log-2018-10-22.php
Normal file
File diff suppressed because it is too large
Load Diff
@ -500,7 +500,7 @@ left join T_SupplierDetailsN sd on sd.SupplierID = pm.SupplierID
|
||||
left join T_Service_Tax st on st.LineItemNo = pl.LineItemNo
|
||||
left join T_Revenue_Tax rt on rt.LineItemNo = pl.LineItemNo
|
||||
left join T_Bankporeport br on br.IGRLineItemNo=id.IGRItemNo
|
||||
where im.IGRStatus = 'ST027' and id.BankStatus!='ST072' and br.IsActive=1" ;
|
||||
where im.IGRStatus = 'ST027' and id.BankStatus !='ST070'" ;
|
||||
|
||||
$sql.=" group by id.IGRItemNo";
|
||||
//echo $sql;
|
||||
|
||||
@ -138,7 +138,7 @@ foreach($financialyear as $item)
|
||||
<tr>
|
||||
|
||||
<th>Supplier Name</th>
|
||||
<th>Paid Amount (₹)</th>
|
||||
<th>UnReceivable Amount (₹)</th>
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
@ -1520,13 +1520,13 @@ else{
|
||||
<li>
|
||||
<a href="<?php echo base_url(); ?>Bankamountreceived">
|
||||
<i class="fa fa-credit-card"></i>
|
||||
<span>Amount Recived Reports(Inv)</span>
|
||||
<span>Amount Received Reports(Inv)</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?php echo base_url(); ?>Bankamountunreceived">
|
||||
<i class="fa fa-credit-card"></i>
|
||||
<span>Amount Un Reciveble Reports(Inv)</span>
|
||||
<span>Amount Un Receivable Reports(Inv)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@ -1637,13 +1637,13 @@ else{
|
||||
<li>
|
||||
<a href="<?php echo base_url(); ?>Bankamountreceived">
|
||||
<i class="fa fa-credit-card"></i>
|
||||
<span>Amount Recived Reports(Inv)</span>
|
||||
<span>Amount Received Reports(Inv)</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?php echo base_url(); ?>Bankamountunreceived">
|
||||
<i class="fa fa-credit-card"></i>
|
||||
<span>Amount Un Reciveble Reports(Inv)</span>
|
||||
<span>Amount Un Receivable Reports(Inv)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user