@extends('layout.main') @section('filter')

Filter

{{ Form::select('AccountID', $accounts, '', array("class"=>"select2","data-allow-clear"=>"true","data-placeholder"=>"Select Account")) }}
{{ Form::select('CreditNotesStatus', CreditNotes::get_creditnotes_status(), '', array("class"=>"select2","data-allow-clear"=>"true","data-placeholder"=>"Select Status")) }}
{{Form::select('CurrencyID',Currency::getCurrencyDropdownIDList(),$DefaultCurrencyID,array("class"=>"select2"))}}
{{ Form::text('CreditNotesNumber', '', array("class"=>"form-control")) }}
{{ Form::text('IssueDateStart', '', array("class"=>"form-control datepicker","data-date-format"=>"yyyy-mm-dd" ,"data-enddate"=>date('Y-m-d'))) }}
{{ Form::text('IssueDateEnd', '', array("class"=>"form-control datepicker","data-date-format"=>"yyyy-mm-dd" ,"data-enddate"=>date('Y-m-d'))) }}

@stop @section('content')

Credit Notes

@include('includes.errors') @include('includes.success')

Bulk Allocate Payment Bulk Send @if(User::checkCategoryPermission('CreditNotes','Add')) Add New @endif

Account Name Number Issue Date Grand Total Available Credit Status Action
@stop @section('footer_ext') @parent @stop