@extends('layouts/microfin_layout') @section('title', '| Saving configuration') @section('content')
Saving Configuration
{!! Form::open(array('url' => '', 'role' => 'form','id' =>'formId','enctype' => 'multipart/form-data', 'class' => 'form-horizontal form-groups')) !!}
{!! Form::label('financialYearStartMonth', 'Financial Year Start Month:', ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::select('financialYearStartMonth',['0'=>'--Select--','1'=>'January','2'=>'July'],$damageData['savingConfiguration']['financialYearStartMonth'], array('class'=>'form-control savingConfig', 'id' => 'financialYearStartMonth')) !!}
{!! Form::label('MaximumWithdrawRateWithoutLoan', 'Maximum Withdraw Rate Without Loan:', ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::text('MaximumWithdrawRateWithoutLoan',$damageData['savingConfiguration']['MaximumWithdrawRateWithoutLoan'], ['class' => 'form-control savingConfig', 'id' => 'MaximumWithdrawRateWithoutLoan', 'type' => 'text']) !!}
{!! Form::label('MaximumWithdrawRateWithLoan', 'Maximum Withdraw Rate With Loan:', ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::text('MaximumWithdrawRateWithLoan',$damageData['savingConfiguration']['MaximumWithdrawRateWithLoan'], ['class' => 'form-control savingConfig', 'id' => 'MaximumWithdrawRateWithLoan', 'type' => 'text']) !!}
{!! Form::label('savingBalanceUsedForInterestCalculatio', 'Saving Balance Used For Interest Calculation:', ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::select('savingBalanceUsedForInterestCalculatio',['0'=>'--Select--','1'=>'Minimum Balance','2'=>'Average balance'],$damageData['savingConfiguration']['savingBalanceUsedForInterestCalculatio'], array('class'=>'form-control savingConfig', 'id' => 'savingBalanceUsedForInterestCalculatio')) !!}
{!! Form::label('minimumBalanceRequiredForInterestCalculation', 'Minimum Balance Required For Interest Calculation:', ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::text('minimumBalanceRequiredForInterestCalculation',null, ['class' => 'form-control savingConfig', 'id' => 'minimumBalanceRequiredForInterestCalculation', 'type' => 'text','readonly']) !!}
{!! Form::label('minimumAccountDurationToReceiveInterest', 'Minimum Account Duration To Receive Interest:', ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::select('minimumAccountDurationToReceiveInterest',['0'=>'--Select--','1'=>'1 Month','2'=>'2 Month','3'=>'3 Month','4'=>'4 Month','5'=>'5 Month','6'=>'6 Month','7'=>'12 Month'],$damageData['savingConfiguration']['minimumAccountDurationToReceiveInterest'], array('class'=>'form-control savingConfig', 'id' => 'minimumAccountDurationToReceiveInterest')) !!}
{!! Form::label('isInactiveMemberEligibleToReceiveInterest', 'Is Inactive Member Eligible To Receive Interest?:', ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::select('isInactiveMemberEligibleToReceiveInterest',($damageData['boolean']),$damageData['savingConfiguration']['isInactiveMemberEligibleToReceiveInterest'], array('class'=>'form-control savingConfig', 'id' => 'isInactiveMemberEligibleToReceiveInterest')) !!}
{!! Form::label('frequencyOfInterestPostingToAccounts', 'Frequency Of Interest Posting To Accounts:', ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::select('frequencyOfInterestPostingToAccounts',['0'=>'--Select--','1'=>'6 Month','2'=>'12 Month'],$damageData['savingConfiguration']['frequencyOfInterestPostingToAccounts'], array('class'=>'form-control savingConfig', 'id' => 'frequencyOfInterestPostingToAccounts')) !!}
{!! Form::label('interestCalculationClosingMonth', 'Interest Calculation Closing Month:', ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::select('interestCalculationClosingMonth',['0'=>'--Select--','1'=>'June','2'=>'December'],$damageData['savingConfiguration']['interestCalculationClosingMonth'], array('class'=>'form-control savingConfig', 'id' => 'interestCalculationClosingMonth')) !!}
{!! Form::label('interestDisbursementMonth', 'Interest Disbursement Month:', ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::select('interestDisbursementMonth',['0'=>'--Select--','1'=>'January','2'=>'June','3'=>'July','4'=>'December'],$damageData['savingConfiguration']['interestDisbursementMonth'], array('class'=>'form-control savingConfig', 'id' => 'interestDisbursementMonth')) !!}
{!! Form::label('IsSavingsClosingMonthIncludeDuringInterestCalculation', 'Is Savings Closing Month Include During Interest Calculation:', ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::select('IsSavingsClosingMonthIncludeDuringInterestCalculation', ($damageData['boolean']),$damageData['savingConfiguration']['IsSavingsClosingMonthIncludeDuringInterestCalculation'], array('class'=>'form-control savingConfig', 'id' => 'IsSavingsClosingMonthIncludeDuringInterestCalculation')) !!}
{!! Form::label('isNonCashSavingsInterestWithdrawAllowed', 'Is Non-Cash Savings Interest Withdraw Allowed?:', ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::select('isNonCashSavingsInterestWithdrawAllowed',($damageData['boolean']),$damageData['savingConfiguration']['isNonCashSavingsInterestWithdrawAllowed'], array('class'=>'form-control savingConfig', 'id' => 'isNonCashSavingsInterestWithdrawAllowed')) !!}
{!! Form::label('isNonCashTransactionApplicableForDeathInactiveMember', 'Is Non-Cash Transaction Applicable(For Death/Inactive Member)?:', ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::select('isNonCashTransactionApplicableForDeathInactiveMember', ($damageData['boolean']),$damageData['savingConfiguration']['isNonCashTransactionApplicableForDeathInactiveMember'], array('class'=>'form-control savingConfig', 'id' => 'isNonCashTransactionApplicableForDeathInactiveMember')) !!}
{!! Form::label('isInterestAutoCalculationAllowedDuringSavingsClosing', 'Is Interest Auto Calculation Allowed During Savings Closing ?:', ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::select('isInterestAutoCalculationAllowedDuringSavingsClosing', ($damageData['boolean']),$damageData['savingConfiguration']['isInterestAutoCalculationAllowedDuringSavingsClosing'], array('class'=>'form-control savingConfig', 'id' => 'isInterestAutoCalculationAllowedDuringSavingsClosing')) !!}
{!! Form::label('IsGeneralSavingsCloseAllowedWithoutMemberClosing', 'Is General Savings Close Allowed Without Member Closing:', ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::select('IsGeneralSavingsCloseAllowedWithoutMemberClosing',($damageData['boolean']),$damageData['savingConfiguration']['IsGeneralSavingsCloseAllowedWithoutMemberClosing'], array('class'=>'form-control savingConfig', 'id' => 'IsGeneralSavingsCloseAllowedWithoutMemberClosing')) !!}
{!! Form::label('MaximumSavingsWithdrawOrAdjustmentAllowedForGettingSaving Interest', 'Maximum Savings Withdraw Or Adjustment Allowed For Getting Saving Interest:', ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::select('MaximumSavingsWithdrawOrAdjustmentAllowedForGettingSaving',['0'=>'0%','1'=>'10%','2'=>'20%','3'=>'30%','4'=>'40%','5'=>'50%','6'=>'60%','7'=>'70%','8'=>'80%','9'=>'90%','10'=>'100%'],$damageData['savingConfiguration']['MaximumSavingsWithdrawOrAdjustmentAllowedForGettingSaving'], array('class'=>'form-control savingConfig', 'id' => 'MaximumSavingsWithdrawOrAdjustmentAllowedForGettingSaving')) !!}
{!! Form::label('isOverdueMemberGettingInterest', 'Is Overdue Member Getting Interest:', ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::select('isOverdueMemberGettingInterest', ($damageData['boolean']),$damageData['savingConfiguration']['isOverdueMemberGettingInterest'], array('class'=>'form-control savingConfig', 'id' => 'isOverdueMemberGettingInterest')) !!}
{!! Form::label('isInterestAmountEditableDuringSavingClosing', 'Is Interest Amount Editable During Saving Closing:', ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::select('isInterestAmountEditableDuringSavingClosing', ($damageData['boolean']),$damageData['savingConfiguration']['isInterestAmountEditableDuringSavingClosing'], array('class'=>'form-control savingConfig', 'id' => 'isInterestAmountEditableDuringSavingClosing')) !!}
{!! Form::label('IsFrdDspSavingsEditableAfterOpeningDate', 'Is FDR DPS Savings Editable After Opening Date:', ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::select('IsFrdDspSavingsEditableAfterOpeningDate',($damageData['boolean']),$damageData['savingConfiguration']['IsFrdDspSavingsEditableAfterOpeningDate'], array('class'=>'form-control savingConfig', 'id' => 'IsFrdDspSavingsEditableAfterOpeningDate')) !!}
{!! Form::label('ConsiderDayBasisCalculationForOnClosingSavingsInterest', 'Consider Day Basis Calculation For On Closing Savings Interest:', ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::select('ConsiderDayBasisCalculationForOnClosingSavingsInterest', ($damageData['boolean']),$damageData['savingConfiguration']['ConsiderDayBasisCalculationForOnClosingSavingsInterest'], array('class'=>'form-control savingConfig', 'id' => 'ConsiderDayBasisCalculationForOnClosingSavingsInterest')) !!}
{!! Form::label('interest_provision_period', 'Interest Provision Period:', ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::select('interest_provision_period', ($damageData['interest_provision_period']), $damageData['savingConfiguration']['interest_provision_period'], array('class'=>'form-control savingConfig', 'id' => 'interest_provision_period')) !!}
{!! Form::submit('Submit', ['id' => 'submit', 'class' => 'btn btn-info']) !!} Close
{!! Form::close() !!}
@endsection