@extends('admin.layout.master') @section('title', __('obs.transfer_out')) @section('custom_style') @include('inventory.blade_styles.posting_blade_css') {{-- --}} @endsection @section('content')

{{__('obs.transfer_out')}}

{{-- @php $stores = adminAsignedWarehouseList()->where('parent_id', current_warehouse())->where('id', '<>', current_store()); @endphp --}}
@include('v2.inventory.global.invoice_group_dd', ['type'=> 10])
@include('v2.inventory.global.style_dd')
@if (request()->is_agro_garden == 1) @php $gardenS = app(App\Contracts\AgroGarden\GardenContract::class); // $gardens = $gardenS->findAll(['id', 'name'], [], [['warehouse_id', '=', current_warehouse()]]); $gardens = $gardenS->findAll([ 'select'=> ['id', 'name'], 'where'=> [['warehouse_id', '=', current_warehouse()]] ]); @endphp @endif
@include('v2.inventory.global.cost_center_dd', ['id'=> 'inv_cost_center_id', 'name'=> 'inv_cost_center_id', 'cls'=> '_inv'])
@include('v2.inventory.global.inv_date')
{{-- --}} @if (warehouse_info()->use_expiry == 1) @endif
# {{__('obs.camel_case_product')}} {{ __('obs.unit')}}{{__('obs.img')}}{{__('obs.note')}}{{__('obs.expiry_date')}}{{__('obs.qty')}} {{__('obs.avl_qty')}} {{__('obs.action')}}
@if (!@$invoice || $invoice->transaction_type == 10)

@include('v2.inventory.global.btn_add_new_row')
@endif
@include('v2.inventory.global.inv_foot')
@php $types = [ '10'=> __('obs.transfer_out'), 'indent'=> __('obs.indent'), ]; @endphp @include('v2.inventory.global.install_invoice', [ 'theads'=> ['Date', 'Invoice No'], 'dateSerial'=> 2, 'invoiceTypes'=> $types, ])
{{--
Install-from-category-tab
--}}
@include('v2.inventory.global.inv_loader') @endsection @section('script') @include('v2.inventory.global.init_default_settings_in_js', ['tran_type'=> 10]) @append