banking latest changes

This commit is contained in:
gayathri1990 2018-10-22 15:28:09 +05:30
parent 4d39023582
commit b03f6db30b
4 changed files with 7984 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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;

View File

@ -138,7 +138,7 @@ foreach($financialyear as $item)
<tr>
<th>Supplier Name</th>
<th>Paid Amount (&#8377;)</th>
<th>UnReceivable Amount (&#8377;)</th>
</tr>
</thead>

View File

@ -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>