@extends('layouts/microfin_layout') @section('title', '| Collection Sheet Configuration') @section('content')
CollectionSheet Configuration
{!! Form::open(array('url' => '', 'role' => 'form','id' =>'formId','enctype' => 'multipart/form-data', 'class' => 'form-horizontal form-groups')) !!}
{!! Form::label('showAutoFieldWeekly', 'Show Auto Field Weekly:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showAutoFieldWeekly',($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showAutoFieldWeekly'])?(int)$damageData['collectionSheetConfiguration']['showAutoFieldWeekly']:'', array('class'=>'form-control collectionSheet', 'id' => 'showAutoFieldWeekly')) !!}
{!! Form::label('collectionSheetOptions', 'Collection Sheet Options:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('collectionSheetOptions',['0'=>'All Product Wish'], 0, array('class'=>'form-control collectionSheet', 'id' => 'collectionSheetOptions','disabled' => 'disabled')) !!}
{!! Form::label('memberSortingOptions', 'Member Sorting Options:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('memberSortingOptions',['0'=>'Code','1'=>'Product','2'=>'id'],isset($damageData['dailyWeeklyConfigurationData']['memberSortingOptions'])?(int)$damageData['collectionSheetConfiguration']['memberSortingOptions']:'', array('class'=>'form-control collectionSheet', 'id' => 'memberSortingOptions')) !!}
{!! Form::label('memberStatus', 'Member Status:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('memberStatus',['0'=>'All','1'=>'Active'],isset($damageData['dailyWeeklyConfigurationData']['memberStatus'])?(int)$damageData['collectionSheetConfiguration']['memberStatus']:'', array('class'=>'form-control collectionSheet', 'id' => 'memberStatus')) !!}
{!! Form::label('mode', 'Mode:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('mode',['0'=>'Normal','1'=>'Compact'],isset($damageData['dailyWeeklyConfigurationData']['mode'])?(int)$damageData['collectionSheetConfiguration']['mode']:'', array('class'=>'form-control collectionSheet', 'id' => 'mode')) !!}
{!! Form::label('reportOption', 'Report Option:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('reportOption', ['0'=>'Single Part','1'=>'MultiPart','2'=>'Single Part Optimize'],isset($damageData['dailyWeeklyConfigurationData']['reportOption'])?(int)$damageData['collectionSheetConfiguration']['reportOption']:'', array('class'=>'form-control collectionSheet', 'id' => 'reportOption')) !!}
{!! Form::label('collectionSheet', 'Collection Sheet:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('collectionSheet',['0'=>'Single Page','1'=>'Multi Page'],isset($damageData['dailyWeeklyConfigurationData']['collectionSheet'])?(int)$damageData['collectionSheetConfiguration']['collectionSheet']:'', array('class'=>'form-control collectionSheet', 'id' => 'collectionSheet')) !!}
{!! Form::label('showAdvanceField', 'Show Advance Field:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showAdvanceField',['0'=>'No'],0, array('class'=>'form-control collectionSheet', 'id' => 'showAdvanceField','disabled' => 'disabled')) !!}
{!! Form::label('showAutoAmount', 'Show Auto Amount:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showAutoAmount', ($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showAutoAmount'])?(int)$damageData['collectionSheetConfiguration']['showAutoAmount']:'', array('class'=>'form-control collectionSheet', 'id' => 'showAutoAmount')) !!}
{!! Form::label('showAutoField', 'Show Auto Field:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showAutoField', ($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showAutoField'])?(int)$damageData['collectionSheetConfiguration']['showAutoField']:'', array('class'=>'form-control collectionSheet', 'id' => 'showAutoField')) !!}
{!! Form::label('showAlwaysExtraRow','Show Always Extra 5 Row:',['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showAlwaysExtraRow', ($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showAlwaysExtraRow'])?(int)$damageData['collectionSheetConfiguration']['showAlwaysExtraRow']:'', array('class'=>'form-control collectionSheet', 'id' => 'showAlwaysExtraRow')) !!}
{!! Form::label('showExtraFooter', 'Show Extra Footer:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showExtraFooter',($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showExtraFooter'])?(int)$damageData['collectionSheetConfiguration']['showExtraFooter']:'', array('class'=>'form-control collectionSheet', 'id' => 'showExtraFooter')) !!}
{!! Form::label('showHeaderAddress', 'Show Header Address:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showHeaderAddress', ($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showHeaderAddress'])?(int)$damageData['collectionSheetConfiguration']['showHeaderAddress']:'', array('class'=>'form-control collectionSheet', 'id' => 'showHeaderAddress')) !!}
{!! Form::label('showHolidayWeek', 'Show Holiday Week:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showHolidayWeek',($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showHolidayWeek'])?(int)$damageData['collectionSheetConfiguration']['showHolidayWeek']:'', array('class'=>'form-control collectionSheet', 'id' => 'showHolidayWeek')) !!}
{!! Form::label('showInterestAmount', 'Show Interest Amount:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showInterestAmount',($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showInterestAmount'])?(int)$damageData['collectionSheetConfiguration']['showInterestAmount']:'', array('class'=>'form-control collectionSheet', 'id' => 'showInterestAmount')) !!}
{!! Form::label('showIrregularCollection', 'Show Irregular Collection:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showIrregularCollection', ($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showIrregularCollection'])?(int)$damageData['collectionSheetConfiguration']['showIrregularCollection']:'', array('class'=>'form-control collectionSheet', 'id' => 'showIrregularCollection')) !!}
{!! Form::label('showLastScheduleDate', 'Show Last Schedule Date:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showLastScheduleDate', ($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showLastScheduleDate'])?(int)$damageData['collectionSheetConfiguration']['showLastScheduleDate']:'', array('class'=>'form-control collectionSheet', 'id' => 'showLastScheduleDate')) !!}
{!! Form::label('showLoanCode', 'Show Loan Code:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showLoanCode',($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showLoanCode'])?(int)$damageData['collectionSheetConfiguration']['showLoanCode']:'', array('class'=>'form-control collectionSheet', 'id' => 'showLoanCode')) !!}
{!! Form::label('showLoanCycle', 'Show Loan Cycle:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showLoanCycle', ($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showLoanCycle'])?(int)$damageData['collectionSheetConfiguration']['showLoanCycle']:'', array('class'=>'form-control collectionSheet', 'id' => 'showLoanCycle')) !!}
{!! Form::label('showLoanProductName','Show Loan Product Name:',['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showLoanProductName', ($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showLoanProductName'])?(int)$damageData['collectionSheetConfiguration']['showLoanProductName']:'', array('class'=>'form-control collectionSheet', 'id' => 'showLoanProductName')) !!}
{!! Form::label('showLoanPurpose', 'Show Loan Purpose:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showLoanPurpose',['0'=>'No','1'=>'Purpose Code','2'=>'Purpose Name'],isset($damageData['dailyWeeklyConfigurationData']['showLoanPurpose'])?(int)$damageData['collectionSheetConfiguration']['showLoanPurpose']:'', array('class'=>'form-control collectionSheet', 'id' => 'showLoanPurpose')) !!}
{!! Form::label('showLoanRebate', 'Show Loan Rebate:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showLoanRebate', ($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showLoanRebate'])?(int)$damageData['collectionSheetConfiguration']['showLoanRebate']:'', array('class'=>'form-control collectionSheet', 'id' => 'showLoanRebate')) !!}
{!! Form::label('showMemberAdmissionDate', 'Show Member Admission Date:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showMemberAdmissionDate',($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showMemberAdmissionDate'])?(int)$damageData['collectionSheetConfiguration']['showMemberAdmissionDate']:'', array('class'=>'form-control collectionSheet', 'id' => 'showMemberAdmissionDate')) !!}
{!! Form::label('showMemberAttendance', 'Show Member Attendance:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showMemberAttendance',($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showMemberAttendance'])?(int)$damageData['collectionSheetConfiguration']['showMemberAttendance']:'', array('class'=>'form-control collectionSheet', 'id' => 'showMemberAttendance')) !!}
{!! Form::label('showMemberCode', 'Show Member Code:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showMemberCode', ($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showMemberCode'])?(int)$damageData['collectionSheetConfiguration']['showMemberCode']:'', array('class'=>'form-control collectionSheet', 'id' => 'showMemberCode')) !!}
{!! Form::label('showMobileNo', 'Show Mobile No:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showMobileNo', ($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showMobileNo'])?(int)$damageData['collectionSheetConfiguration']['showMobileNo']:'', array('class'=>'form-control collectionSheet', 'id' => 'showMobileNo')) !!}
{!! Form::label('showMonthEndDue', 'Show Month End Due:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showMonthEndDue',($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showMonthEndDue'])?(int)$damageData['collectionSheetConfiguration']['showMonthEndDue']:'', array('class'=>'form-control collectionSheet', 'id' => 'showMonthEndDue')) !!}
{!! Form::label('showMonthEndLoanAdvance', 'Show Month End Loan Advance:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showMonthEndLoanAdvance',($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showMonthEndLoanAdvance'])?(int)$damageData['collectionSheetConfiguration']['showMonthEndLoanAdvance']:'', array('class'=>'form-control collectionSheet', 'id' => 'showMonthEndLoanAdvance')) !!}
{!! Form::label('ShowMonthEndSavingsBalance', 'Show Month End Savings Balance:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('ShowMonthEndSavingsBalance', ($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['ShowMonthEndSavingsBalance'])?(int)$damageData['collectionSheetConfiguration']['ShowMonthEndSavingsBalance']:'', array('class'=>'form-control collectionSheet', 'id' => 'ShowMonthEndSavingsBalance')) !!}
{!! Form::label('showNoOfInstallment','Show No. Of Installment:',['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showNoOfInstallment', ($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showNoOfInstallment'])?(int)$damageData['collectionSheetConfiguration']['showNoOfInstallment']:'', array('class'=>'form-control collectionSheet', 'id' => 'showNoOfInstallment')) !!}
{!! Form::label('showOpeningAdvance', 'Show Opening Advance:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showOpeningAdvance',($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showOpeningAdvance'])?(int)$damageData['collectionSheetConfiguration']['showOpeningAdvance']:'', array('class'=>'form-control collectionSheet', 'id' => 'showOpeningAdvance')) !!}
{!! Form::label('showMonthEndLoanOutstanding', 'Show Month End Loan Outstanding:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showMonthEndLoanOutstanding', ($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showMonthEndLoanOutstanding'])?(int)$damageData['collectionSheetConfiguration']['showMonthEndLoanOutstanding']:'', array('class'=>'form-control collectionSheet', 'id' => 'showMonthEndLoanOutstanding')) !!}
{!! Form::label('showPenaltyAmount', 'Show Penalty Amount:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showPenaltyAmount',($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showPenaltyAmount'])?(int)$damageData['collectionSheetConfiguration']['showPenaltyAmount']:'', array('class'=>'form-control collectionSheet', 'id' => 'showPenaltyAmount')) !!}
{!! Form::label('showPrimaryProduct', 'Show Primary Product:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showPrimaryProduct',($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showPrimaryProduct'])?(int)$damageData['collectionSheetConfiguration']['showPrimaryProduct']:'', array('class'=>'form-control collectionSheet', 'id' => 'showPrimaryProduct')) !!}
{!! Form::label('showReportSignature', 'Show Report Signature:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showReportSignature', ($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showReportSignature'])?(int)$damageData['collectionSheetConfiguration']['showReportSignature']:'', array('class'=>'form-control collectionSheet', 'id' => 'showReportSignature')) !!}
{!! Form::label('ShowSavingsAfterMatured', 'Show Savings After Matured:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('ShowSavingsAfterMatured', ($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['ShowSavingsAfterMatured'])?(int)$damageData['collectionSheetConfiguration']['ShowSavingsAfterMatured']:'', array('class'=>'form-control collectionSheet', 'id' => 'ShowSavingsAfterMatured')) !!}
{!! Form::label('showSavingsCode', 'Show Savings Code:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showSavingsCode',($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showSavingsCode'])?(int)$damageData['collectionSheetConfiguration']['showSavingsCode']:'', array('class'=>'form-control collectionSheet', 'id' => 'showSavingsCode')) !!}
{!! Form::label('showSpouseName', 'Show Spouse Name:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showSpouseName',($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showSpouseName'])?(int)$damageData['collectionSheetConfiguration']['showSpouseName']:'', array('class'=>'form-control collectionSheet', 'id' => 'showSpouseName')) !!}
{!! Form::label('showTotalCollection', 'Show Total Collection:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showTotalCollection',($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showTotalCollection'])?(int)$damageData['collectionSheetConfiguration']['showTotalCollection']:'', array('class'=>'form-control collectionSheet', 'id' => 'showTotalCollection')) !!}
{!! Form::label('showSpouseHeadAs', 'Show Spouse Head As:', ['class' => 'col-sm-3 control-label collectionSheet']) !!}
{!! Form::select('showSpouseHeadAs', ($damageData['boolean']),isset($damageData['dailyWeeklyConfigurationData']['showSpouseHeadAs'])?(int)$damageData['collectionSheetConfiguration']['showSpouseHeadAs']:'', array('class'=>'form-control collectionSheet', 'id' => 'showSpouseHeadAs')) !!}
{!! Form::submit('Submit', ['id' => 'submit', 'class' => 'btn btn-info']) !!} Close
{!! Form::close() !!}
@endsection