@extends('layouts.app') @section('content')

PO General Retur : edit

Page for edit PO General Retur

@switch($poGeneralRetur->status) @case(false) Not complete @break @case(true) Complete @break @default @endswitch
@csrf @method('PUT')
@error('no')
{{ $message }}
@enderror
@error('date')
{{ $message }}
@enderror
@error('po_general_good_receive_no')
{{ $message }}
@enderror
@error('remarks')
{{ $message }}
@enderror

Select Material to Retur

Material limited only for material in {{ $poGeneralRetur->gr->no }} only.

@foreach ($poGeneralRetur->gr->details as $detail) @endforeach
Material Code Material Fullname Material Name Material Desc Divisi Code GR Qty Action
{{ $detail->material_code }} {{ $detail->material->formatted_material }} {{ $detail->material->name }} {{ $detail->material->desc }} {{ $detail->gr->divisi_code }} {{ $detail->qty }}

Material Selected

List material you were selected.

@foreach ($poGeneralRetur->details as $detail) @endforeach
Material Code Material Fullname Material Name Material Desc Divisi Code Qty Retur Action
{{ $detail->material_code }} {{ $detail->material->formatted_material }} {{ $detail->material->name }} {{ $detail->material->desc }} {{ $detail->divisi_code }} {{ $detail->qty_retur }}
  • Are you sure want to delete this ?

    @csrf @method('DELETE')

Are you sure want to delete this ? .

Once you delete you cannot recover this PO!

@csrf @method('DELETE')
@if (count($poGeneralRetur->details) > 0)

Are you sure want to complete this ? .

Once you complete you can continue to fill production unit rst

@csrf @method('PUT')
@else @endif
@endsection @section('js') @endsection