@extends('layouts/acc_layout') @section('title', '| Cash Flows') @section('content') {{-- eachRow Function --}}

Statement of Cash Flows

{!! Form::open(array('url' => 'cashFlows/', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'ladgerReportForm', 'method'=>'get')) !!} @if($user_branch_id==1)
{!! Form::label('', 'Project:', ['class' => 'control-label col-sm-12']) !!}

@endif @if($user_branch_id==1)
{!! Form::label('', 'Branch:', ['class' => 'control-label col-sm-12']) !!}
@endif @if($user_branch_id==1)
{!! Form::label('', 'Pro. Type:', ['class' => 'control-label col-sm-12']) !!}
@endif
{!! Form::label('', 'Depth Level:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('depthLevel',['5'=>'All',1=>'Level-1',2=>'Level-2',3=>'Level-3',4=>'Level-4'],null ,['id'=>'depthLevel','class'=>'form-control']) !!}
{!! Form::label('', 'Round Up:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('roundUp',['1'=>'Yes','2'=>'No'], null,['id'=>'roundUp','class'=>'form-control input-sm']) !!}
{{--
{!! Form::label('', '\'0\' Balance:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('withZero',['2'=>'Yes','1'=>'No'], null,['id'=>'withZero','class'=>'form-control input-sm']) !!}
--}}
{!! Form::label('', 'Search By:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('searchMethod',['1'=>'Fiscal Year','2'=>'Current Year'], null,['id'=>'searchMethod','class'=>'form-control input-sm']) !!}

Warning: Undefined variable $searchedDateFrom in /home/shikkhaplus/public_html/resources_16_05_2024/views/accounting/reports/cashFlowStatement/viewCashflowStatementCopy.blade.php on line 261

Warning: Undefined variable $searchedDateTo in /home/shikkhaplus/public_html/resources_16_05_2024/views/accounting/reports/cashFlowStatement/viewCashflowStatementCopy.blade.php on line 262
{{--
--}}
{!! Form::label('', '', ['class' => 'control-label col-sm-12']) !!}
{!! Form::submit('search', ['id' => 'balanceStatementSearch', 'class' => 'btn btn-primary btn-xs', 'style'=>'font-size:15px']); !!}
{!! Form::close() !!} {{-- end Div of ledgerSearch --}} @if($user_branch_id!=1)
@endif

Warning: Undefined variable $searchedRoundUp in /home/shikkhaplus/public_html/resources_16_05_2024/views/accounting/reports/cashFlowStatement/viewCashflowStatementCopy.blade.php on line 311

Warning: Undefined variable $searchedRoundUp in /home/shikkhaplus/public_html/resources_16_05_2024/views/accounting/reports/cashFlowStatement/viewCashflowStatementCopy.blade.php on line 311
{{-- rowDiv --}}
{{-- printDiv --}}
@endsection {{-- Filtering Mehod --}} {{-- End Filtering Mehod --}}