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

@yield('title')


@include('components.productpicker', array( 'products' => $products, 'barcodes' => $barcodes, 'nextInputSelector' => '#location_id_from', 'disallowAddProductWorkflows' => true ))
{{ $__t('A location is required') }}
@include('components.productamountpicker', array( 'value' => 1, 'additionalHtmlContextHelp' => '
' . $__t('Tare weight handling enabled - please weigh the whole container, the amount to be posted will be automatically calculcated') . '
' ))
{{ $__t('A location is required') }}
@include('components.productcard')
@stop