@extends('layouts/acc_layout') @section('title', '| Ledger Report') @section('content')

Ledger Report

{{--
--}} {{--
--}} {!! Form::open(array('url' => 'ledgerReport/', '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('', 'Ledger:', ['class' => 'control-label col-sm-12']) !!}

{!! Form::label('', 'Vou. Type:', ['class' => 'control-label col-sm-12']) !!}


Warning: Undefined variable $softwareStartDate in /home/shikkhaplus/public_html/resources_16_05_2024/views/accounting/reports/ledgerReport.blade.php on line 126

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/resources_16_05_2024/views/accounting/reports/ledgerReport.blade.php on line 126
{!! Form::label('from', 'From:', ['class' => 'col-sm-12 control-label']) !!}
{!! Form::text('dateFrom', $dateFromSelected, ['class' => 'form-control','style'=>'cursor:pointer', 'id' => 'dateFrom', 'readonly'])!!}


Warning: Undefined variable $softwareDate in /home/shikkhaplus/public_html/resources_16_05_2024/views/accounting/reports/ledgerReport.blade.php on line 137

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/resources_16_05_2024/views/accounting/reports/ledgerReport.blade.php on line 137
{!! Form::label('from', 'To:', ['class' => 'col-sm-12 control-label']) !!}
{!! Form::text('dateTo', $dateToSelected, ['class' => 'form-control','style'=>'cursor:pointer', 'id' => 'dateTo', 'readonly'])!!}

{{--
--}}
{!! Form::label('', '', ['class' => 'control-label col-sm-12']) !!}
{!! Form::submit('search', ['id' => 'ledgerReportSubmit', 'class' => 'btn btn-primary btn-s', 'style'=>'font-size:12px']); !!}
{!! Form::close() !!} {{--
--}} {{--
--}} {{-- end Div of ledgerSearch --}}

Warning: Undefined variable $searchedLedgerId in /home/shikkhaplus/public_html/resources_16_05_2024/views/accounting/reports/ledgerReport.blade.php on line 215

Warning: Undefined variable $searchedLedgerId in /home/shikkhaplus/public_html/resources_16_05_2024/views/accounting/reports/ledgerReport.blade.php on line 215
{{-- rowDiv --}}
{{-- printDiv --}}
{{-- @include('dataTableScript') --}}