cashbook changes

This commit is contained in:
gayathri1990 2018-11-15 18:43:33 +05:30
parent c2462d5940
commit d3e501e11f

View File

@ -1320,8 +1320,9 @@ function receiptdata()
return $query->result();
}
function mappingcashreceived($accountcode,$fdate,$tdate,$fa,$aa,$m)
function mappingcashreceived($accountcode,$fa,$aa,$m,$fdate,$tdate)
{
$this->db->select('ie.date,ie.bankid,ie.cashtype,ie.amounttype,ie.total,ac.name,totalbankamount,ie.id,sd.SupplierName');
$this->db->from ('t_income_expense as ie');
$this->db->join ('t_accountcode ac ','ac.code = ie.account_code','left');