@extends('layouts/microfin_layout') @section('title', '| Mfn MRA Process') @section('content')

Mfn MRA Process

{!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'get')) !!}
{!! Form::label('', 'Branch:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('branchId', $data['branches'], null ,['id'=>'branchId','class'=>'form-control input-sm','autocomplete'=>'off']) !!}
{!! Form::label('filMonth', 'Select Month:*', ['class' => 'control-label pull-left']) !!}
{!! Form::text('filMonth', null,['id'=>'filMonth','class'=>'form-control input-sm', 'autocomplete'=>'off', 'readonly','style'=>'cursor:pointer']) !!}
{!! Form::label('', 'Process:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('operationName', array( // 'updateMemberIdAndBranchIdInMfnLoanScheduleTable' => 'Update MemberId And BranchId in Mfn_Loan_Schedule Table', // 'updateRegularLoanRepayPeriodInMonth' => 'Update Regular Loan Repay Period In Month', // 'updateLoanPurpose' => 'Update Loan Purpose', // 'checkMissingLoanPurpose' => 'Check Missing Loan Purpose', // 'generateBiannualLoanSummary' => 'Generate Biannual Loan Summary', // 'generateBiannualLoanSizeSummary' => 'Generate Biannual Loan Size Summary', // 'generateBiannualSavingsSummary' => 'Generate Biannual Savings Summary', // 'generateSavingsInformationOnSavingsSize' => 'Generate Savings Information on Savings Size', // // // // 'generateManualMonthlyLoanSummary' => 'Generate Monthly Loan Summary', // 'generateManualMonthlySavingSummary' => 'Generate Monthly Savings Summary', ), null ,['id'=>'operationName','class'=>'form-control input-sm','autocomplete'=>'off']) !!}
{!! Form::label('', ' ', ['class' => 'control-label pull-left']) !!}
{!! Form::submit('Run process', ['id' => 'runProcess', 'class' => 'btn btn-primary btn-sm']); !!}
{!! Form::close() !!}
{{-- panel-body panelBodyView DIV --}}
@endsection