@extends($rootLayout) @section('title', $__t('Transfer')) @section('activeNav', 'transfer') @section('viewJsName', 'transfer') @section('grocyConfigProps') QuantityUnits: {!! json_encode($quantityUnits) !!}, QuantityUnitConversionsResolved: {!! json_encode($quantityUnitConversionsResolved) !!}, @endsection @section('content') @php $classes = $embedded ? '' : 'col-md-6 col-xl-4'; @endphp

@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