@extends('layouts.adminLayout.admin_design') @section('content')

{{ $title }}

@if(Helper::checkAccess('screensettings_view')) @endif {{ Form::open(['url' => route('screensettingssave'), 'method'=>'POST', 'name' => 'screensettings', 'id' => 'screensettings']) }} {{ Form::close() }} {{Form::hidden('screensettings',route('screensettingssave'),['id'=>'screensettingssave'])}}

{{ Form::label('enable_two_cash_drawers', __('lbl.enable_two_cash_drawers'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('till_starting_amount', __('lbl.till_starting_amount'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::number('till_starting_amount', $screensettings['till_starting_amount'], ['class'=>'form-control settinginput','id'=>'ill_starting_amount']) }}
{{ Form::label('show_categories_and_products_in_same_page', __('lbl.show_categories_and_products_in_same_page'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('till_type', __('lbl.till_type'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::select('till_type', Config::get("constants.screen_setting_till_type"), $screensettings['till_type'], ['class'=>'form-control settingselect','id'=>'till_type']) }}
{{ Form::label('number_of_category_rows', __('lbl.number_of_category_rows'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::number('number_of_category_rows', $screensettings['number_of_category_rows'], ['class'=>'form-control settinginput','id'=>'number_of_category_rows']) }}
{{ Form::label('number_of_product_rows', __('lbl.number_of_product_rows'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::number('number_of_product_rows', $screensettings['number_of_product_rows'], ['class'=>'form-control settinginput','id'=>'number_of_product_rows']) }}
{{ Form::label('screen_timeout', __('lbl.screen_timeout'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::number('screen_timeout', $screensettings['screen_timeout'], ['class'=>'form-control settinginput','id'=>'screen_timeout']) }}
{{ Form::label('set_modifiers_selection_optional', __('lbl.set_modifiers_selection_optional'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('enable_kitchen_printer_functions', __('lbl.enable_kitchen_printer_functions'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('disable_all_printer_functions', __('lbl.disable_all_printer_functions'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('enable_product_label_printing', __('lbl.enable_product_label_printing'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('product_label_printer_ip_address', __('lbl.product_label_printer_ip_address'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::text('product_label_printer_ip_address', $screensettings['product_label_printer_ip_address'],["class"=>"form-control settinginput","id"=>"product_label_printer_ip_address"]) }}
{{ Form::label('product_label_printer_port', __('lbl.product_label_printer_port'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::text('product_label_printer_port', $screensettings['product_label_printer_port'],["class"=>"form-control settinginput","id"=>"product_label_printer_port"]) }}
{{ Form::label('product_label_printer_store_name', __('lbl.product_label_printer_store_name'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::text('product_label_printer_store_name', $screensettings['product_label_printer_store_name'],["class"=>"form-control settinginput","id"=>"product_label_printer_store_name"]) }}
{{ Form::label('enable_bill_printing', __('lbl.enable_bill_printing'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('enable_order_type_wise_receipt', __('lbl.enable_order_type_wise_receipt'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('enable_order_type_wise_receipt_print_count', __('lbl.enable_order_type_wise_receipt_print_count'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::number('enable_order_type_wise_receipt_print_count', $screensettings['enable_order_type_wise_receipt_print_count'], ['class'=>'form-control settinginput','id'=>'enable_order_type_wise_receipt_print_count']) }}
{{ Form::label('order_type_for_pickup_date', __('lbl.order_type_for_pickup_date'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::select('order_type_for_pickup_date', $orderstypes, ($screensettings['order_type_for_pickup_date'])?explode(",",$screensettings['order_type_for_pickup_date']):[], ["multiple"=>"multiple", "data-keyname"=>"order_type_for_pickup_date", 'class'=>'form-control select2 settingselect2','id'=>'order_type_for_pickup_date']) }}
{{ Form::label('kick_drawer_time', __('lbl.kick_drawer_time'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::number('kick_drawer_time', $screensettings['kick_drawer_time'], ['class'=>'form-control settinginput','id'=>'kick_drawer_time']) }}
{{ Form::label('enable_voided_item_print', __('lbl.enable_voided_item_print'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('enable_returned_Item_print', __('lbl.enable_returned_Item_print'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('auto_send_items_to_kitchen_printer_on_checkout', __('lbl.auto_send_items_to_kitchen_printer_on_checkout'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('align_modifiers_on_right_end_for_kitchen_print', __('lbl.align_modifiers_on_right_end_for_kitchen_print'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('prefix_plus_sign_for_modifiers_for_kitchen_print', __('lbl.prefix_plus_sign_for_modifiers_for_kitchen_print'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('enable_pos_printer_selection_on_receipt_print', __('lbl.enable_pos_printer_selection_on_receipt_print'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('enable_seating_arrangements', __('lbl.enable_seating_arrangements'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('enable_table_reservations', __('lbl.enable_table_reservations'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('set_customer_phone_number_limit', __('lbl.set_customer_phone_number_limit'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::number('set_customer_phone_number_limit', 0.00, ['class'=>'form-control settinginput','id'=>'set_customer_phone_number_limit']) }}
{{ Form::label('set_customer_selection_mandatory_on_new_sale', __('lbl.set_customer_selection_mandatory_on_new_sale'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('set_default_customer_for_new_sale', __('lbl.set_default_customer_for_new_sale'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('selected_default_customer', __('lbl.selected_default_customer'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::select('selected_default_customer', $customers, $screensettings['selected_default_customer'], ['class'=>'form-control settingselect','id'=>'selected_default_customer']) }}
{{ Form::label('set_break_time', __('lbl.set_break_time'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::number('set_break_time', $screensettings['set_break_time'], ['class'=>'form-control settinginput','id'=>'set_break_time']) }}
{{ Form::label('restrict_break_in_before_time', __('lbl.restrict_break_in_before_time'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('select_print_option_on_each_clock_in_out_entry', __('lbl.select_print_option_on_each_clock_in_out_entry'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::select('select_print_option_on_each_clock_in_out_entry', Config::get('constants.select_print_option_on_each_clock_in_out_entry'), $screensettings['select_print_option_on_each_clock_in_out_entry'], ['class'=>'form-control settingselect','id'=>'select_print_option_on_each_clock_in_out_entry']) }}
{{ Form::label('enable_membership_subscriptions', __('lbl.enable_membership_subscriptions'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('auto_redirect_to_new_sale_on_full_payment', __('lbl.auto_redirect_to_new_sale_on_full_payment'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('select_next_order_type_for_restaurant_table', __('lbl.select_next_order_type_for_restaurant_table'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::select('select_next_order_type_for_restaurant_table', $orderstypes, ($screensettings['select_next_order_type_for_restaurant_table'])?explode(",",$screensettings['select_next_order_type_for_restaurant_table']):[], ["multiple"=>"multiple", "data-keyname"=>"select_next_order_type_for_restaurant_table", 'class'=>'form-control select2 settingselect2','id'=>'select_next_order_type_for_restaurant_table']) }}
{{ Form::label('hide_paid_and_printed_order_in_to_go', __('lbl.hide_paid_and_printed_order_in_to_go'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('select_order_type_for_online_order', __('lbl.select_order_type_for_online_order'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::select('select_order_type_for_online_order', $orderstypes, ($screensettings['select_order_type_for_online_order'])?explode(",",$screensettings['select_order_type_for_online_order']):[], ["multiple"=>"multiple", "data-keyname"=>"select_order_type_for_online_order", 'class'=>'form-control select2 settingselect2','id'=>'select_order_type_for_online_order']) }}
{{ Form::label('use_product_timer', __('lbl.use_product_timer'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('table_cleaning_time', __('lbl.table_cleaning_time'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::text('table_cleaning_time', ($screensettings['table_cleaning_time']=='true')?true:false, ['class'=>'form-control settinginput','id'=>'table_cleaning_time']) }}
{{ Form::label('accept_online_orders', __('lbl.accept_online_orders'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('enable_chat', __('lbl.enable_chat'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('surcharge_applicable', __('lbl.surcharge_applicable'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('surcharge_on_all_payments_no_threshold', __('lbl.surcharge_on_all_payments_no_threshold'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('surcharge_apply_on', __('lbl.surcharge_apply_on'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::select('surcharge_apply_on', Config::get('constants.surcharge_apply_on'), $screensettings['surcharge_apply_on'], ['class'=>'form-control settingselect','id'=>'surcharge_apply_on']) }}
{{ Form::label('apply_surcharge', __('lbl.apply_surcharge'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::select('apply_surcharge', Config::get('constants.apply_surcharge'), $screensettings['apply_surcharge'], ['class'=>'form-control settingselect','id'=>'apply_surcharge']) }}
{{ Form::label('threshold_amount', __('lbl.threshold_amount'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::text('threshold_amount', $screensettings['threshold_amount'], ['class'=>'form-control settinginput','id'=>'threshold_amount']) }}
{{ Form::label('upper_cap_surcharge_amount', __('lbl.upper_cap_surcharge_amount'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::text('upper_cap_surcharge_amount', $screensettings['upper_cap_surcharge_amount'], ['class'=>'form-control settinginput','id'=>'upper_cap_surcharge_amount']) }}
{{ Form::label('surcharge_rate_amount', __('lbl.surcharge_rate_amount'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::text('surcharge_rate_amount', $screensettings['surcharge_rate_amount'], ['class'=>'form-control settinginput','id'=>'surcharge_rate_amount']) }}
{{ Form::label('tips_applicable', __('lbl.tips_applicable'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('tip_show_on_secondary_display', __('lbl.tip_show_on_secondary_display'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('tip_apply_on', __('lbl.tip_apply_on'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::select('tip_apply_on', Config::get('constants.tip_apply_on') ,$screensettings['tip_apply_on'], ['class'=>'form-control settingselect','id'=>'tip_apply_on']) }}
{{ Form::label('apply_tips', __('lbl.apply_tips'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::select('apply_tips', Config::get('constants.apply_tips'), $screensettings['apply_tips'], ['class'=>'form-control settingselect','id'=>'apply_tips']) }}
{{ Form::label('tip_option_one', __('lbl.tip_option_one'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::text('tip_option_one', $screensettings['tip_option_one'], ['class'=>'form-control settinginput','id'=>'tip_option_one']) }}
{{ Form::label('tip_option_two', __('lbl.tip_option_two'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::text('tip_option_two', $screensettings['tip_option_two'], ['class'=>'form-control settinginput','id'=>'tip_option_two']) }}
{{ Form::label('tip_option_three', __('lbl.tip_option_three'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::text('tip_option_three', $screensettings['tip_option_three'], ['class'=>'form-control settinginput','id'=>'tip_option_three']) }}
{{ Form::label('enable_refund_payment_on_completed_order', __('lbl.enable_refund_payment_on_completed_order'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('service_charge_applicable', __('lbl.service_charge_applicable'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('service_charge_apply_on', __('lbl.service_charge_apply_on'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::select('service_charge_apply_on', Config::get('constants.service_charge_apply_on'), $screensettings['service_charge_apply_on'], ['class'=>'form-control settingselect','id'=>'service_charge_apply_on']) }}
{{ Form::label('min_person_one', __('lbl.min_person_one'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::text('min_person_one', $screensettings['min_person_one'], ['class'=>'form-control settinginput','id'=>'min_person_one']) }}
{{ Form::label('service_charge_one', __('lbl.service_charge_one'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::text('service_charge_one', $screensettings['service_charge_one'], ['class'=>'form-control settinginput','id'=>'service_charge_one']) }}
{{ Form::label('min_person_two', __('lbl.min_person_two'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::text('min_person_two', $screensettings['min_person_two'], ['class'=>'form-control settinginput','id'=>'min_person_two']) }}
{{ Form::label('service_charge_two', __('lbl.service_charge_two'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::text('service_charge_two', $screensettings['service_charge_two'], ['class'=>'form-control settinginput','id'=>'service_charge_two']) }}
{{ Form::label('min_person_three', __('lbl.min_person_three'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::text('min_person_three', $screensettings['min_person_three'], ['class'=>'form-control settinginput','id'=>'min_person_three']) }}
{{ Form::label('service_charge_three', __('lbl.service_charge_three'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::text('service_charge_three', $screensettings['service_charge_three'], ['class'=>'form-control settinginput','id'=>'service_charge_three']) }}
{{ Form::label('select_payment_gateway_for_credit_card_sale', __('lbl.select_payment_gateway_for_credit_card_sale'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::select('select_payment_gateway_for_credit_card_sale', Config::get("constants.select_payment_gateway_for_credit_card_sale"), $screensettings['select_payment_gateway_for_credit_card_sale'], ['class'=>'form-control settingselect','id'=>'select_payment_gateway_for_credit_card_sale']) }}
{{ Form::label('enable_creditM_payment_option', __('lbl.enable_creditM_payment_option'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::text('enable_creditM_payment_option', $screensettings['enable_creditM_payment_option'], ['class'=>'form-control settinginput','id'=>'enable_creditM_payment_option']) }}
{{ Form::label('signature_optional_amount', __('lbl.signature_optional_amount'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::text('signature_optional_amount', $screensettings['signature_optional_amount'], ['class'=>'form-control settinginput','id'=>'signature_optional_amount']) }}
{{ Form::label('nmi_payment_gateway_live_environment', __('lbl.nmi_payment_gateway_live_environment'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('enable_manual_card_sale_payment_option_for_nmi', __('lbl.enable_manual_card_sale_payment_option_for_nmi'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('enable_debit_card_sale_payment_option_for_nmi', __('lbl.enable_debit_card_sale_payment_option_for_nmi'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('enable_pre_authorization_sale_payment_option_for_nmi', __('lbl.enable_pre_authorization_sale_payment_option_for_nmi'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('make_signature_optional_below_certain_amount', __('lbl.make_signature_optional_below_certain_amount'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('print_customer_receipt', __('lbl.print_customer_receipt'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('print_merchant_receipt', __('lbl.print_merchant_receipt'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('backup_frequency', __('lbl.backup_frequency'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::select('backup_frequency', Config::get("constants.backup_frequency"), $screensettings['backup_frequency'], ['class'=>'form-control settingselect','id'=>'backup_frequency']) }}
{{ Form::label('backup_preferred_time', __('lbl.backup_preferred_time'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::text('backup_preferred_time', $screensettings['backup_preferred_time'], ['class'=>'form-control settinginput','placeholder'=>'(hh:mm)', 'id'=>'backup_preferred_time']) }}
{{ Form::label('auto_delete_table_relation_data_preferred_time', __('lbl.auto_delete_table_relation_data_preferred_time'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::text('auto_delete_table_relation_data_preferred_time', $screensettings['auto_delete_table_relation_data_preferred_time'], ['placeholder'=>'(hh:mm)', 'class'=>'form-control settinginput','id'=>'auto_delete_table_relation_data_preferred_time']) }}
{{ Form::label('enable_auto_delete_table_relation_data', __('lbl.enable_auto_delete_table_relation_data'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('enable_secondary_display', __('lbl.enable_secondary_display'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('secondary_display_ip_address', __('lbl.secondary_display_ip_address'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::text('secondary_display_ip_address', $screensettings['secondary_display_ip_address'],["class"=>"form-control settinginput","id"=>"secondary_display_ip_address"]) }}
{{ Form::label('scanner_auto_detect_mode_in_sale', __('lbl.scanner_auto_detect_mode_in_sale'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('scanner_auto_detect_mode_in_products', __('lbl.scanner_auto_detect_mode_in_products'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::label('enable_checkout_studentid', __('lbl.enable_checkout_studentid'), ['class' => 'col-sm-4 control-label','style'=>'padding:7px !important']) }}
{{ Form::label('enable_checkout_deliverydatetime', __('lbl.enable_checkout_deliverydatetime'), ['class' => 'col-sm-4 control-label','style'=>'padding:7px !important']) }}
{{ Form::label('mp_student_note', __('lbl.mp_student_note'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::textarea('mp_student_note', $screensettings['mp_student_note'], ['class'=>'form-control settinginput','id'=>'mp_student_note']) }}
{{ Form::label('customerfeedbackreply', __('lbl.customerfeedbackreply'), ['class' => 'col-sm-4 control-label']) }}
{{ Form::textarea('customerfeedbackreply', $screensettings['customerfeedbackreply'], ['class'=>'form-control settinginput','id'=>'customerfeedbackreply']) }}
@endsection @section('pagescript') {!! Helper::pagejs([ 'js/lib/select2/dist/js/select2.full.min.js', 'js/backend/screensettings/list.js' ]) !!} @stop