@extends('layouts/microfin_layout') @section('title', '| Loan & Savings Adjustment') @section('content')

Loan & Savings Adjustment Report

{!! Form::open(array('name' => 'searchForm', 'class' => 'searchForm', 'id' => 'searchForm', 'url' => '#', 'method' => 'GET')) !!}
{!! Form::label('Report Level', 'Report Level:*', ['class' => 'control-label']) !!}
{!! Form::select('levelId', array('' => 'Select') + $reportLevel, null, array('class'=>'form-control', 'id' => 'levelId')) !!}
{!! Form::label('area', 'Area:*', ['class' => 'control-label']) !!}
{!! Form::select('areaId', array('' => 'Select') + $getArea, null, array('class'=>'form-control', 'id' => 'areaId')) !!}
{!! Form::label('zone', 'Zone:*', ['class' => 'control-label']) !!}
{!! Form::select('zoneId', array('' => 'Select') + $getZone, null, array('class'=>'form-control', 'id' => 'zoneId')) !!}
{!! Form::label('region', 'Region:*', ['class' => 'control-label']) !!}
{!! Form::select('regionId', array('' => 'Select') + $getRegion, null, array('class'=>'form-control', 'id' => 'regionId')) !!}
{!! Form::label('branch', 'Branch:*', ['class' => 'control-label']) !!}
{!! Form::select('branchId', array('' => 'Select'), null, array('class'=>'form-control', 'id' => 'branchId')) !!}
{!! Form::label('samity', 'Samity:*', ['class' => 'control-label']) !!}
{!! Form::select('samityId', array('' => 'Select'), null, array('class'=>'form-control', 'id' => 'samityId')) !!}
{!! Form::label('report option', 'Report Option:*', ['class' => 'control-label']) !!}
{!! Form::select('optioId', array('' => 'Select', '0' => 'Summary', '1' => 'Details'), null, array('class'=>'form-control', 'id' => 'optioId')) !!}
{!! Form::label('date from', 'Date From:*', ['class' => 'control-label']) !!}
{!! Form::text('dateFrom', $value = null, ['class' => 'form-control datepicker', 'id' => 'dateFrom', 'type' => 'text', 'readonly' => 'readonly']) !!}
{!! Form::label('date to', 'Date To:*', ['class' => 'control-label']) !!}
{!! Form::text('dateTo', $value = null, ['class' => 'form-control datepicker', 'id' => 'dateTo', 'type' => 'text', 'readonly' => 'readonly']) !!}
{!! Form::label('', '', ['class' => 'control-label']) !!}
{!! Form::submit('Show Report', ['id' => 'submit', 'class' => 'btn btn-search', 'style' => 'float:right;color:white']) !!}
{!! Form::close() !!}

{{-- div for Company --}} Ambala Foundation
Loan & Savings Adjustment Summary Report
Reporting Branch :
Reporting Period :
#SL Name & Code Of Zone Name & Code Of Area Name & Code Of Branch Loan Adjustment With Savings Account
Savings Amount (TK) Loan Amount (TK)
Principal Servicce Charge Total
{{-- div for Company --}} Ambala Foundation
Loan & Savings Adjustment Details Report
Reporting Branch :
Reporting Period :
#SL Date Branch Member Information Code & Name of Samity Adjustment Code Loan Adjustment With Savings Amount (TK)
Member Code Member Name Savings Code Loan Code Savings (TK) Loan (TK)
Principal Servicce Charge Total
@endsection