@lang('business.operations') |
@lang('business.keyboard_shortcut') |
@if($pos_settings['disable_express_checkout'] == 0)
@lang('sale.express_finalize'): |
@if(!empty($shortcuts["pos"]["express_checkout"]))
{{ $shortcuts["pos"]["express_checkout"] }}
@endif
|
@endif
@if($pos_settings['disable_pay_checkout'] == 0)
@lang('sale.finalize'): |
@if(!empty($shortcuts["pos"]["pay_n_ckeckout"]))
{{ $shortcuts["pos"]["pay_n_ckeckout"] }}
@endif
|
@endif
@if($pos_settings['disable_draft'] == 0)
@lang('sale.draft'): |
@if(!empty($shortcuts["pos"]["draft"]))
{{ $shortcuts["pos"]["draft"] }}
@endif
|
@endif
@lang('messages.cancel'): |
@if(!empty($shortcuts["pos"]["cancel"]))
{{ $shortcuts["pos"]["cancel"] }}
@endif
|
@if($pos_settings['disable_discount'] == 0)
@lang('sale.edit_discount'): |
@if(!empty($shortcuts["pos"]["edit_discount"]))
{{ $shortcuts["pos"]["edit_discount"] }}
@endif
|
@endif
@if($pos_settings['disable_order_tax'] == 0)
@lang('sale.edit_order_tax'): |
@if(!empty($shortcuts["pos"]["edit_order_tax"]))
{{ $shortcuts["pos"]["edit_order_tax"] }}
@endif
|
@endif
@if($pos_settings['disable_pay_checkout'] == 0)
@lang('sale.add_payment_row'): |
@if(!empty($shortcuts["pos"]["add_payment_row"]))
{{ $shortcuts["pos"]["add_payment_row"] }}
@endif
|
@endif
@if($pos_settings['disable_pay_checkout'] == 0)
@lang('sale.finalize_payment'): |
@if(!empty($shortcuts["pos"]["finalize_payment"]))
{{ $shortcuts["pos"]["finalize_payment"] }}
@endif
|
@endif
@lang('lang_v1.recent_product_quantity'): |
@if(!empty($shortcuts["pos"]["recent_product_quantity"]))
{{ $shortcuts["pos"]["recent_product_quantity"] }}
@endif
|
@lang('lang_v1.add_new_product'): |
@if(!empty($shortcuts["pos"]["add_new_product"]))
{{ $shortcuts["pos"]["add_new_product"] }}
@endif
|
@if(isset($pos_settings['enable_weighing_scale']) && $pos_settings['enable_weighing_scale'] == 1)
@lang('lang_v1.weighing_scale'): |
@if(!empty($shortcuts["pos"]["weighing_scale"]))
{{ $shortcuts["pos"]["weighing_scale"] }}
@endif
|
@endif