@extends('AdminLte.template')
@section('title')
{{$title}}
@endsection
@section('ExternalCss')
@parent
@endsection
@section('Content')
@if( !empty($is_pcsn) )
{{ Form::open(['action' => "ItemController@create",'autocomplete'=>'off','id'=>'purchaseForm']) }}
@else
{{ Form::open(['action' => "ItemController@createPurchaseWithPo",'autocomplete'=>'off','id'=>'purchaseForm']) }}
@endif
@if(!empty($is_pcsn))
Purchase Against Consignment GRN
@else
{{$title}}
@endif
{{--
✱ PO No :
--}}
@if(empty($is_pcsn))
@else
@endif
{{--
✱ Supplier Bill Date :
--}}
@if($accessType == 'E')
+ A dd More
- R emove
@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
Remark :
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
@if($accessType == 'E')
@if(empty($is_pcsn) )
Save
@endif
Submit
Cancel
Reset
@endif
@if($closeButtonVisible === 'Y')
Close
@endif
{{ Form::close() }}
@endsection
@section('BootstrapModals')
@include('Components/Bootstrap Modals/product_all_purchase_bill_details_modal')
@include('Components/Bootstrap Modals/product_all_stock_modal')
@endsection
@section('ExternalJs')
@endsection