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

{{$trnasactionTitle}}

{{ Form::open(['action' => 'StoreItemController@create','autocomplete'=>'off','id'=>'purchaseForm']) }}
PO No :
Store :
@if($storeName != "") @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 if(session()->get('messageType') == 'success'){ $class = "alert-success"; }else if(session()->get('messageType') == 'error'){ $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.
Save - Stock information will not be updated for Transaction entries.
Cancel - Entire transaction will be marked Cancelled.
@php $type = ($trnType == 'GRN') ? 'password' : 'text'; @endphp
Gross Amount :
Discount :
Net Taxable Amount :
CGST Amount :
SGST Amount :
IGST Amount :
Invoice Amount :
Other Chanrges (Non GST) :
TCS Amount :
Round Off :
Net Amount:
Enter Net Amount:


{{ Form::close() }}


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