cashbook changes
This commit is contained in:
parent
c2462d5940
commit
d3e501e11f
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user