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

Create Rate Generator

Close

Rate Generator Rule Information
{{Form::checkbox('UseAverage', 1, FALSE );}}
{{Form::SelectControl('trunk')}}
{{ Form::select('codedeckid', $codedecklist, Input::get('codedeckid') , array("class"=>"select2")) }}
{{Form::checkbox('UsePreference', 1, '');}}
{{Form::SelectControl('currency')}}
{{ Form::select('Policy', LCR::$policy, LCR::LCR_PREFIX , array("class"=>"select2")) }}
{{----}}
{{ Form::select('GroupBy', array('Code'=>'Code','Desc'=>'Description'), 'Code' , array("class"=>"select2")) }}
{{ Form::select('Timezones[]', $Timezones, [1] , array("class"=>"select2 multiselect", "multiple"=>"multiple")) }}
{{Form::checkbox('IsMerge', 1, false, array('id' => 'IsMerge') );}}
{{ Form::select('TakePrice', array(RateGenerator::HIGHEST_PRICE=>'Highest Price',RateGenerator::LOWEST_PRICE=>'Lowest Price'), 0 , array("class"=>"select2")) }}
{{ Form::select('MergeInto', $Timezones, null , array("class"=>"select2")) }}
@include('currencies.currencymodal') @include('trunk.trunkmodal') @include('includes.ajax_submit_script', array('formID'=>'rategenerator-from' , 'url' => ('/rategenerators/store'),'update_url'=>'rategenerators/{id}/update')) @stop