@extends('layout.default') @section('title', $__t('Transfer')) @section('activeNav', 'transfer') @section('viewJsName', 'transfer') @section('content')

@yield('title')

@include('components.productpicker', array( 'products' => $products, 'nextInputSelector' => '#location_id_from', 'disallowAddProductWorkflows' => true )) @php /*@include('components.locationpicker', array( 'id' => 'location_from', 'locations' => $locations, 'isRequired' => true, 'label' => 'Transfer From Location' ))*/ @endphp
{{ $__t('A location is required') }}
@include('components.numberpicker', array( 'id' => 'amount', 'label' => 'Amount', 'hintId' => 'amount_qu_unit', 'min' => 1, 'value' => 1, 'invalidFeedback' => $__t('The amount cannot be lower than %s', '1'), 'additionalHtmlContextHelp' => '
' . $__t('Tare weight handling enabled - please weigh the whole container, the amount to be posted will be automatically calculcated') . '
' ))
@php /*@include('components.locationpicker', array( 'locations' => $locations, 'isRequired' => true, 'label' => 'Transfer to Location' ))*/ @endphp
{{ $__t('A location is required') }}
@include('components.productcard')
@stop