bankid;
}
}
if (!empty($mappingcashbook)) {
foreach ($mappingcashbook as $mc) {
$bankid = $mc->bankid;
}
}
if (!empty($paidcbook)) {
foreach ($paidcbook as $pc) {
$pcamount = $pc->total;
}
}
if (!empty($clearbalance)) {
$bankclear = $clearbalance;
}
if (!empty($balancetoclear)) {
$bankbaltoclear = $balancetoclear;
}
if (!empty($invoiceramount)) {
foreach ($invoiceramount as $ia) {
$inamount = $ia->amountreceived;
}
}
$totalamount = $pcamount + $inamount;
//echo $totalamount;
?>
Cashbook Reports
| Date | Account Name | Bankid | Amount Type | Total Amount (₹) | Option (₹) | Action |
|---|---|---|---|---|---|---|
| date ?> | name ?> | bankid ?> | amounttype ?> | total ?> | cashtype ?> |