{{ Form::hidden('recivedtotalItems', count($poitems),['id'=>'recivedtotalItems','name'=>'recivedtotalItems'])}}
{{ Form::hidden('totalRecivedItems', count($poitems),['id'=>'totalRecivedItems','name'=>'totalRecivedItems'])}}
{{ Form::hidden('recived_items_grand_total', 0,['id'=>'recived_items_grand_total','name'=>'recived_items_grand_total'])}}
{{ Form::hidden('po_id', $podata->id) }}
{{ Form::hidden('vendor_id', $podata->vendor_id) }}
{{ Form::hidden('establishment_id', $podata->establishment_id) }}
{{ __('lbl.vendor_name') }}: {{ !empty($podata->shipping_company_name) ? $podata->shipping_company_name : '' }}
{{ __('lbl.vendor_invoice') }}:
{{ Form::text('vendor_invoice','',['class'=>'form-control','name'=>'vendor_invoice_id','id'=>'vendor_invoice_id']) }}
{{ __('lbl.ordered') }}
|
{{__('lbl.remaining')}}
|
{{ __('lbl.receive_qty') }}
|
|||||||
---|---|---|---|---|---|---|---|---|---|
{{ __('lbl.action') }} | {{ __('lbl.product_name') }} | {{ __('lbl.product_sku_barcode') }} | {{ __('lbl.vendor_item_id') }} | {{ __('lbl.reorder_unit_type') }} | {{ __('lbl.qty') }} | {{ __('lbl.qty') }} | {{ __('lbl.qty') }} | {{ __('lbl.cost') }} | {{ __('lbl.total') }} |