@extends('layouts/microfin_layout') @section('title', '| Loan & Savings Adjustment Report') @section('content')
{{-- --}} {{--
  • .XLSX
  • --}} {{-- Download as Text File --}} {{-- --}} {{--
    --}}
    {{-- --}} {{-- --}}

    Loan & Savings Adjustment Report

    {!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'get')) !!}
    @if(!in_array($userRoleId, Config('services.branch_level_user_roles')))
    {!! Form::label('', 'Report Level:', ['class' => 'control-label pull-left']) !!}
    {!! Form::select('filReportLevel',$reportLevelList, null ,['id'=>'filReportLevel','class'=>'form-control input-sm','autocomplete'=>'off', 'autofocus']) !!}
    {!! Form::label('', 'Branch:', ['class' => 'control-label pull-left']) !!}
    {!! Form::select('filBranch', [''=>'--All--']+$branchList, null ,['id'=>'filBranch','class'=>'form-control input-sm','autocomplete'=>'off']) !!}

    @endif @if(in_array($userRoleId, Config('services.branch_level_user_roles')))
    {!! Form::label('', 'Branch:', ['class' => 'control-label pull-left']) !!}
    {!! Form::select('filBranch', $branchList, null ,['id'=>'filBranch','class'=>'form-control input-sm','autocomplete'=>'off']) !!}

    @endif
    {!! Form::label('', 'Samity:*', ['class' => 'control-label pull-left']) !!}
    {!! Form::select('samityId',array('' => 'All'), null,['id'=>'samityId','class'=>'form-control input-sm', 'autocomplete'=>'off']) !!}
    {!! Form::label('report option', 'Report Option:*', ['class' => 'control-label pull-left']) !!}
    {!! Form::select('optioId',array('0' => 'Summary', '1' => 'Details'), null,['id'=>'optioId','class'=>'form-control input-sm', 'autocomplete'=>'off']) !!}
    {!! Form::label('report option', 'Report Option:*', ['class' => 'control-label pull-left']) !!}
    {!! Form::select('optioId',array('0' => 'Summary', '1' => 'Details'), null,['id'=>'optioId','class'=>'form-control input-sm', 'autocomplete'=>'off']) !!}
    {!! Form::label('', '', ['class' => 'control-label col-md-12']) !!}
    {!! Form::submit('Show Report', ['id' => 'reportSubmit', 'class' => 'btn btn-primary btn-xs']) !!}
    {!! Form::close() !!}
    {{-- panel-body panelBodyView DIV --}}
    {{-- --}} {{-- --}} {{-- DownloadXLSX

    Column One Column Two Column Three
    row1 Col1 row1 Col2 row1 Col3
    row2 Col1 row2 Col2 row2 Col3
    row3 Col1 row3 Col2 http://www.jquery2dotnet.com/
    --}} @endsection