@extends('fixed_asset.report.fixed_asset_summary.report') @section('reporthomesection')
| SL | PARTICULARS | COST | DEPRECIATION | W.D.V | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Opening As | Addition During The Year |
Disposal During The Year |
Adjustment During The Year |
Closing As | Rate % |
Opening As | Charge During The Year |
Disposal During The Year |
Adjustment During The Year |
Closing As At | |||
| {{ ++$i }} | {{ $cate->name_eng }} | {{ $costOpening = $cate->adding->sum('amount') - $cate->adjustmentOut->sum('amount') }} | {{ $cate->adding->sum('amount') }} | {{ $cate->adjustmentOut->sum('amount') }} | {{ $costClosing = $costOpening + $cate->adding->sum('amount') - $cate->adjustmentOut->sum('amount') }} | {{ $openingDepre = $cate->addingDepreciation->sum('amount') - $cate->adjustmentOutDepreciation->sum('amount') }} | {{ $cate->addingDepreciation->sum('amount') }} | {{ $cate->adjustmentOutDepreciation->sum('amount') }} | {{ $depreClosing = $cate->addingDepreciation->sum('amount') + $openingDepre - $cate->adjustmentOutDepreciation->sum('amount') }} | {{ $costClosing - $depreClosing }} | |||