@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')) !!}
{{-- @if(!in_array($userRoleId, Config('services.branch_level_user_roles'))) --}} {{-- Start of report level --}}
{{-- end of report level --}} {{-- Start of area level --}} {{-- end of area level --}} {{-- start of zone level --}} {{-- End of zone level --}} {{-- Start of region level --}} {{-- End of region level --}} {{-- Start of branch level --}}
{{-- end of branch level --}} {{-- @endif --}} {{-- @if(in_array($userRoleId, Config('services.branch_level_user_roles')))
{!! Form::label('', 'Branch:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('branchId', $branchList, null ,['id'=>'branchId','class'=>'form-control input-sm','autocomplete'=>'off']) !!}

@endif --}}
{!! Form::label('samity', 'Samity:*', ['class' => 'control-label']) !!}
{!! Form::select('samityId', array('' => 'All'), null, array('class'=>'form-control', 'id' => 'samityId')) !!}
{!! Form::label('report option', 'Report Option:*', ['class' => 'control-label']) !!}
{!! Form::select('optioId', array('0' => 'Summary', '1' => 'Details'), null, array('class'=>'form-control', 'id' => 'optioId')) !!}
{!! Form::label('fillSavingsProduct', 'Savings Product:*', ['class' => 'control-label']) !!}
{!! Form::select('fillSavingsProduct', $savingsProducts, '', array('class'=>'form-control', 'id' => 'fillSavingsProduct')) !!}
{!! Form::label('date from', 'Date From:*', ['class' => 'control-label']) !!}
{!! Form::text('dateFrom', $value = null, ['class' => 'form-control', 'id' => 'dateFrom', 'type' => 'text', 'readonly' => 'readonly']) !!}
{!! Form::label('date to', 'Date To:*', ['class' => 'control-label']) !!}
{!! Form::text('dateTo', $value = null, ['class' => 'form-control', '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 Zone :
Reporting Area :
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)
Fully Paid Partially Paid Principal Servicce Charge Total
{{-- div for Company --}} Ambala Foundation
Loan & Savings Adjustment Details Report
Reporting Zone :
Reporting Area :
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