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

@yield('title')


@include('components.productpicker', [ 'productsQuery' => 'query%5B%5D=active%3D1&only_in_stock=1&order=name%3Acollate%20nocase', 'nextInputSelector' => '#location_id_from', 'disallowAddProductWorkflows' => true, ])
{{-- TODO: Select2: dynamic data: locations --}}
{{ $__t('A location is required') }}
@include('components.productamountpicker', [ 'value' => 1, 'additionalHtmlContextHelp' => '
' . $__t( 'Tare weight handling enabled - please weigh the whole container, the amount to be posted will be automatically calculcated' ) . '
', ])
{{-- TODO: Select2: dynamic data: locations --}}
{{ $__t('A location is required') }}
@include('components.productcard')
@stop