@extends('AdminLte.template') @section('title') {{$title}} @endsection @section('ExternalCss') @parent @endsection @section('Content')
@if($billAmendment === 'Y') {{ Form::open(['action' => "ItemController@createPurchaseAmendment",'autocomplete'=>'off','id'=>'purchaseForm']) }} @else {{ Form::open(['action' => "ItemController@create",'autocomplete'=>'off','id'=>'purchaseForm']) }} @endif

{{$title}}



Store
:
Supplier Name
:
{{--
Supplier Name :
--}}
@if($trnType == "PR" || $trnType == "CSNR") Supplier Bill No @else Supplier Bill No @endif
@if($trnType == "PR" || $trnType == "CSNR") : @else : @endif
@if($trnType == "PR" || $trnType == "CSNR") Supplier Bill Date @else Supplier Bill Date @endif
@if($trnType == "PR" || $trnType == "CSNR") : @else : @endif
@if($billAmendment == 'Y' ) Voucher No @else @if($trnType == "PR" || $trnType == "CSNR") Voucher No @else Voucher No @endif @endif
@if($billAmendment == 'Y' ) : / @else : @if($trnType == "PR" || $trnType == "CSNR") / @else / @endif @endif @if($trnType == "P") @elseif($trnType == "CSN") @elseif($trnType == "PR") @else @endif
@if($trnType == "PR" || $trnType == "CSNR") Voucher Bill Date @else Voucher Bill Date @endif
@if($trnType == "PR" || $trnType == "CSNR") : @else : @endif
@if(($trnType == "PR" || $trnType == "CSNR") && ($barcodeFlag == 'Y'))
Barcode :
@endif
@if($sellingPriceLogicApplicable == "Y") @endif
Sr    Medicine/Item Name Cat PUOM Pkg Batch    Exp Qty FQty Sch Amt MRP PTR Disc Disc Amt Net Rate GST% GST AmtSPTotal

@if($accessType == 'E') @endif @if($accessType == 'E' && ($trnType == "P" || $trnType == "CSN")) @endif
@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('trnFyear')."/".session()->get('trnId'). ")"}} {{session()->get('message')}}
@endif




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

Note :
- Required fields.
- Required either fields.
Submit - Stock information will be updated for Transaction entries.
@if($billAmendment == 'N') Save - Stock information will not be updated for Transaction entries.
Cancel - Entire transaction will be marked Cancelled. @endif
@php $type = ($accessType == 'E' && ($trnType == "P" || $trnType == "CSN") && $billAmendment != 'Y' && $NET_INP_SKIP!="Y") ? 'password' : 'text'; @endphp
Gross Amount :
Discount :
Net Taxable Amount :
CGST Amount :
SGST Amount :
IGST Amount :
Invoice Amount :
Scheme / Credit Note Amount :
TCS Amount :
Round Off :
@if($billAmendment == 'Y')
Net Amount:
@else
Net Amount:
@if($NET_INP_SKIP != "Y")
Enter Net Amount:
@endif @endif


@if($billAmendment == 'N') @if($accessType == 'E') @if($NET_INP_SKIP == "Y") @else @endif @endif @if($closeButtonVisible === 'Y') @endif @else @endif
{{ Form::close() }}


@endsection @section('BootstrapModals') @include('Components/Bootstrap Modals/product_all_purchase_bill_details_modal') @include('Components/Bootstrap Modals/product_all_stock_modal') @if($trnType == "P" || $trnType == "CSN") @include('Components/Bootstrap Modals/product_modal') @include('Components/Bootstrap Modals/category_modal') @include('Components/Bootstrap Modals/drug_modal') @include('Components/Bootstrap Modals/manufacture_modal') @include('Components/Bootstrap Modals/unit_modal') @include('Components/Bootstrap Modals/productgroup_modal') @endif @endsection @section('ExternalJs') @if($trnType == "P" || $trnType == "CSN") @else @endif @endsection