@extends('AdminLte.template') @section('title') {{($trnType == 'GRN') ? 'Goods Receipt Note With PO' : 'Goods Receipt Note Return With PO'}} @endsection @section('ExternalCss') @parent @endsection @section('Content')
@php $trnasactionTitle = ($trnType == 'GRN') ? 'Goods Receipt Note With PO' : 'Goods Receipt Note Return With PO' ; @endphp

{{$trnasactionTitle}}

{{ Form::open(['action' => 'StoreItemController@createPurchaseWithPo','autocomplete'=>'off','id'=>'purchaseForm']) }}
Store :
PO No :
@if($trnType == 'GRNR') @else @endif
Supplier Name :
Supplier Bill No :
Supplier Bill Date :
@if($trnType == 'GRNR') @else @endif
GRN No @if($trnType == 'GRNR') @endif :
@if($trnType == 'GRNR') @else @endif
GRN Date :
Item Name Category Sub Category PUOM Lot No    Exp Qty Rate Disc Disc Amt GST% Total

@php $class = "alert-success"; if(session()->get('messageType') == 'success'){ $class = "alert-success"; }else{ $class = "alert-danger"; } @endphp @if(session()->has('message'))
× {{"(#" . session()->get('trnType').session()->get('trnId'). ")"}} {{session()->get('message')}}
@endif



@php $remarkRequired = ($trnType == 'GRNR') ? 'required' : 'Purchase Return Transaction'; @endphp @if($trnType == 'GRNR') Remark : @else Remark : @endif

Note :
- Required fields.
- Required either fields.
Submit - Stock information will be updated for Transaction entries.
@php $type = ($trnType == 'GRN') ? 'password' : 'text'; @endphp
Gross Amount :
Discount :
Net Taxable Amount :
CGST Amount :
SGST Amount :
IGST Amount :
Invoice Amount :
Shipping & Other Chanrges :
TCS Amount :
Round Off :
Net Amount:
Enter Net Amount:


{{ Form::close() }}


@endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection