@extends('layouts/microfin_layout') @section('title', '| Saving configuration') @section('content')
Saving Configuration List
{!! 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']) !!} @php if($damageData['savingConfiguration']['financialYearStartMonth']=='' || $damageData['savingConfiguration']['financialYearStartMonth']==0 ){ $value =''; } elseif($damageData['savingConfiguration']['financialYearStartMonth']==1){ $value ="January"; } elseif($damageData['savingConfiguration']['financialYearStartMonth']==2){ $value ="July"; } @endphp {!! Form::label('',$value, ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::label('MaximumWithdrawRateWithoutLoan', 'Maximum Withdraw Rate Without Loan:', ['class' => 'col-sm-3 control-label savingConfig']) !!} {!! Form::label('',$damageData['savingConfiguration']['MaximumWithdrawRateWithoutLoan'], ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::label('MaximumWithdrawRateWithLoan', 'Maximum Withdraw Rate With Loan:', ['class' => 'col-sm-3 control-label savingConfig']) !!} {!! Form::label('',$damageData['savingConfiguration']['MaximumWithdrawRateWithLoan'], ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::label('savingBalanceUsedForInterestCalculatio', 'Saving Balance Used For Interest Calculation:', ['class' => 'col-sm-3 control-label savingConfig']) !!} @php if($damageData['savingConfiguration']['savingBalanceUsedForInterestCalculatio']=='' || $damageData['savingConfiguration']['savingBalanceUsedForInterestCalculatio']==0){ $value = ''; } elseif($damageData['savingConfiguration']['savingBalanceUsedForInterestCalculatio']==1){ $value ="Minimum Balance"; } elseif($damageData['savingConfiguration']['savingBalanceUsedForInterestCalculatio']==2){ $value ="Average balance"; } @endphp {!! Form::label('',$value, ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::label('minimumBalanceRequiredForInterestCalculation', 'Minimum Balance Required For Interest Calculation:', ['class' => 'col-sm-3 control-label']) !!} {!! Form::label('',null, ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::label('minimumAccountDurationToReceiveInterest', 'Minimum Account Duration To Receive Interest:', ['class' => 'col-sm-3 control-label savingConfig']) !!} @php if($damageData['savingConfiguration']['minimumAccountDurationToReceiveInterest']=='' || $damageData['savingConfiguration']['minimumAccountDurationToReceiveInterest']==0){ $value = ''; } elseif($damageData['savingConfiguration']['minimumAccountDurationToReceiveInterest']==1 ){ $value = "1 Month"; } elseif($damageData['savingConfiguration']['minimumAccountDurationToReceiveInterest']==2){ $value = "2 Month"; } elseif($damageData['savingConfiguration']['minimumAccountDurationToReceiveInterest']==3){ $value = "3 Month"; } elseif($damageData['savingConfiguration']['minimumAccountDurationToReceiveInterest']==4){ $value = "4 Month"; } elseif($damageData['savingConfiguration']['minimumAccountDurationToReceiveInterest']==5){ $value = "5 Month"; } elseif($damageData['savingConfiguration']['minimumAccountDurationToReceiveInterest']==6){ $value = "6 Month"; } elseif($damageData['savingConfiguration']['minimumAccountDurationToReceiveInterest']==7){ $value = "12 Month"; } @endphp {!! Form::label('',$value, ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::label('isInactiveMemberEligibleToReceiveInterest', 'Is Inactive Member Eligible To Receive Interest?:', ['class' => 'col-sm-3 control-label']) !!} @php if($damageData['savingConfiguration']['isInactiveMemberEligibleToReceiveInterest']==''){ $value = ''; } elseif($damageData['savingConfiguration']['isInactiveMemberEligibleToReceiveInterest']==0){ $value = "No"; } elseif($damageData['savingConfiguration']['isInactiveMemberEligibleToReceiveInterest']==1){ $value ="Yes"; } @endphp {!! Form::label('',$value, ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::label('frequencyOfInterestPostingToAccounts', 'Frequency Of Interest Posting To Accounts:', ['class' => 'col-sm-3 control-label savingConfig']) !!} @php if($damageData['savingConfiguration']['frequencyOfInterestPostingToAccounts']=='' || $damageData['savingConfiguration']['frequencyOfInterestPostingToAccounts']==0){ $value = ''; } elseif($damageData['savingConfiguration']['frequencyOfInterestPostingToAccounts']==1){ $value ="6 Month"; } elseif($damageData['savingConfiguration']['frequencyOfInterestPostingToAccounts']==2){ $value ="12 Month"; } @endphp {!! Form::label('',$value, ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::label('isInactiveMemberEligibleToReceiveInterest', 'Is Inactive Member Eligible To Receive Interest?:', ['class' => 'col-sm-3 control-label savingConfig']) !!} @php if($damageData['savingConfiguration']['interestCalculationClosingMonth']=='' || $damageData['savingConfiguration']['interestCalculationClosingMonth']==0){ $value = ''; }elseif($damageData['savingConfiguration']['interestCalculationClosingMonth']==1){ $value = "June"; }elseif($damageData['savingConfiguration']['interestCalculationClosingMonth']==2){ $value = "December"; } @endphp {!! Form::label('',$value, ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::label('interestDisbursementMonth', 'Interest Disbursement Month:', ['class' => 'col-sm-3 control-label savingConfig']) !!} @php if($damageData['savingConfiguration']['interestDisbursementMonth']=='' || $damageData['savingConfiguration']['interestDisbursementMonth']==0){ $value = ''; }elseif($damageData['savingConfiguration']['interestDisbursementMonth']==1){ $value="January"; }elseif($damageData['savingConfiguration']['interestDisbursementMonth']==2){ $value = "June"; }elseif($damageData['savingConfiguration']['interestDisbursementMonth']==3){ $value = "July"; }elseif($damageData['savingConfiguration']['interestDisbursementMonth']==4){ $value = "Decemberece"; } @endphp {!! Form::label('',$value, ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::label('IsSavingsClosingMonthIncludeDuringInterestCalculation', 'Is Savings Closing Month Include During Interest Calculation:', ['class' => 'col-sm-3 control-label savingConfig']) !!} @php if($damageData['savingConfiguration']['IsSavingsClosingMonthIncludeDuringInterestCalculation']==''){ $value = ''; }elseif($damageData['savingConfiguration']['IsSavingsClosingMonthIncludeDuringInterestCalculation']==0){ $value = "No"; }elseif($damageData['savingConfiguration']['IsSavingsClosingMonthIncludeDuringInterestCalculation']==1){ $value = "Yes"; } @endphp {!! Form::label('',$value, ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::label('isNonCashSavingsInterestWithdrawAllowed', 'Is Non-Cash Savings Interest Withdraw Allowed?:', ['class' => 'col-sm-3 control-label savingConfig']) !!} @php if($damageData['savingConfiguration']['isNonCashSavingsInterestWithdrawAllowed']==''){ $value = ''; }elseif($damageData['savingConfiguration']['isNonCashSavingsInterestWithdrawAllowed']==0){ $value = "No"; }elseif($damageData['savingConfiguration']['isNonCashSavingsInterestWithdrawAllowed']==1){ $value = "Yes"; } @endphp {!! Form::label('',$value, ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::label('isNonCashTransactionApplicableForDeathInactiveMember', 'Is Non-Cash Transaction Applicable(For Death/Inactive Member)?:', ['class' => 'col-sm-3 control-label savingConfig']) !!} @php if($damageData['savingConfiguration']['isNonCashTransactionApplicableForDeathInactiveMember']==''){ $value = ''; }elseif($damageData['savingConfiguration']['isNonCashTransactionApplicableForDeathInactiveMember']==0){ $value = "No"; }elseif($damageData['savingConfiguration']['isNonCashTransactionApplicableForDeathInactiveMember']==1){ $value = "Yes"; } @endphp {!! Form::label('',$value, ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::label('isInterestAutoCalculationAllowedDuringSavingsClosing', 'Is Interest Auto Calculation Allowed During Savings Closing ?:', ['class' => 'col-sm-3 control-label savingConfig']) !!} @php if($damageData['savingConfiguration']['isInterestAutoCalculationAllowedDuringSavingsClosing']==''){ $value = ''; }elseif($damageData['savingConfiguration']['isInterestAutoCalculationAllowedDuringSavingsClosing']==0){ $value = "No"; }elseif($damageData['savingConfiguration']['isInterestAutoCalculationAllowedDuringSavingsClosing']==1){ $value = "Yes"; } @endphp {!! Form::label('',$value, ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::label('IsGeneralSavingsCloseAllowedWithoutMemberClosing', 'Is General Savings Close Allowed Without Member Closing:', ['class' => 'col-sm-3 control-label savingConfig']) !!} @php if($damageData['savingConfiguration']['IsGeneralSavingsCloseAllowedWithoutMemberClosing']==''){ $value = ''; }elseif($damageData['savingConfiguration']['IsGeneralSavingsCloseAllowedWithoutMemberClosing']==0){ $value = "No"; }elseif($damageData['savingConfiguration']['IsGeneralSavingsCloseAllowedWithoutMemberClosing']==1){ $value = "Yes"; } @endphp {!! Form::label('',$value, ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::label('MaximumSavingsWithdrawOrAdjustmentAllowedForGettingSaving Interest', 'Maximum Savings Withdraw Or Adjustment Allowed For Getting Saving Interest:', ['class' => 'col-sm-3 control-label savingConfig']) !!} @php if($damageData['savingConfiguration']['MaximumSavingsWithdrawOrAdjustmentAllowedForGettingSaving']=='' || $damageData['savingConfiguration']['MaximumSavingsWithdrawOrAdjustmentAllowedForGettingSaving']==''){ $value = ''; } elseif($damageData['savingConfiguration']['MaximumSavingsWithdrawOrAdjustmentAllowedForGettingSaving']==0){ $value = '0%'; } elseif($damageData['savingConfiguration']['MaximumSavingsWithdrawOrAdjustmentAllowedForGettingSaving']==1){ $value = '10%'; } elseif($damageData['savingConfiguration']['MaximumSavingsWithdrawOrAdjustmentAllowedForGettingSaving']==2){ $value = '20%'; } elseif($damageData['savingConfiguration']['MaximumSavingsWithdrawOrAdjustmentAllowedForGettingSaving']==3){ $value = '30%'; } elseif($damageData['savingConfiguration']['MaximumSavingsWithdrawOrAdjustmentAllowedForGettingSaving']==4){ $value = '40%'; } elseif($damageData['savingConfiguration']['MaximumSavingsWithdrawOrAdjustmentAllowedForGettingSaving']==5){ $value = '50%'; } elseif($damageData['savingConfiguration']['MaximumSavingsWithdrawOrAdjustmentAllowedForGettingSaving']==6){ $value = '70%'; } elseif($damageData['savingConfiguration']['MaximumSavingsWithdrawOrAdjustmentAllowedForGettingSaving']==8){ $value = '80%'; } elseif($damageData['savingConfiguration']['MaximumSavingsWithdrawOrAdjustmentAllowedForGettingSaving']==9){ $value = '90%'; } elseif($damageData['savingConfiguration']['MaximumSavingsWithdrawOrAdjustmentAllowedForGettingSaving']==10){ $value = '100%'; } @endphp {!! Form::label('',$value, ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::label('isOverdueMemberGettingInterest', 'Is Overdue Member Getting Interest:', ['class' => 'col-sm-3 control-label savingConfig']) !!} @php if($damageData['savingConfiguration']['isOverdueMemberGettingInterest']==''){ $value = ''; } elseif($damageData['savingConfiguration']['isOverdueMemberGettingInterest']==0){ $value = "No"; } elseif($damageData['savingConfiguration']['isOverdueMemberGettingInterest']==1){ $value = "Yes"; } @endphp {!! Form::label('',$value, ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::label('isInterestAmountEditableDuringSavingClosing', 'Is Interest Amount Editable During Saving Closing:', ['class' => 'col-sm-3 control-label savingConfig']) !!} @php if($damageData['savingConfiguration']['isInterestAmountEditableDuringSavingClosing']==''){ $value = ''; } elseif($damageData['savingConfiguration']['isInterestAmountEditableDuringSavingClosing']==0){ $value = "No"; } elseif($damageData['savingConfiguration']['isInterestAmountEditableDuringSavingClosing']==1){ $value = "Yes"; } @endphp {!! Form::label('',$value, ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::label('IsFrdDspSavingsEditableAfterOpeningDate', 'Is FDR DPS Savings Editable After Opening Date:', ['class' => 'col-sm-3 control-label savingConfig']) !!} @php if($damageData['savingConfiguration']['IsFrdDspSavingsEditableAfterOpeningDate']==''){ $value = ''; } elseif($damageData['savingConfiguration']['IsFrdDspSavingsEditableAfterOpeningDate']==0){ $value = "No"; } elseif($damageData['savingConfiguration']['IsFrdDspSavingsEditableAfterOpeningDate']==1){ $value = "Yes"; } @endphp {!! Form::label('',$value, ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::label('ConsiderDayBasisCalculationForOnClosingSavingsInterest', 'Consider Day Basis Calculation For On Closing Savings Interest:', ['class' => 'col-sm-3 control-label savingConfig']) !!} @php if($damageData['savingConfiguration']['ConsiderDayBasisCalculationForOnClosingSavingsInterest']==''){ $value = ''; } elseif($damageData['savingConfiguration']['ConsiderDayBasisCalculationForOnClosingSavingsInterest']==0){ $value = "No"; } elseif($damageData['savingConfiguration']['ConsiderDayBasisCalculationForOnClosingSavingsInterest']==1){ $value = "Yes"; } @endphp {!! Form::label('',$value, ['class' => 'col-sm-3 control-label savingConfig']) !!}
{!! Form::close() !!}
@endsection