@extends('layouts.master') @section('css') @include('admin.stock-items.create-modal-css') @endsection @section('title') Purchase @endsection @section('content')
@csrf
Add Purchase
@if ($nextVoucherId != null) Next @endif @if ($previousVoucherId != null) Previous @endif
@if ($voucherType->prefix != null) {{ $voucherType->prefix }} @else @endif
{{--
--}} @if ($companyProfile->show_cost_center == 1)
@endif
Report
Purchase
Price(Excl Tax)
Purchase
Price(Incl Tax)
Gst (%) Cess (%)
TCS :
Discount :
Additional Discount : @if (Auth::user()->company_profile->show_freight)
Freight/Etc :
@endif @isset($accountingVoucher) @foreach ($accountingVoucher->accountingVoucherLedgers as $accountingVoucherLedger) @endforeach @else @foreach ($additionalLedgers as $additionalLedger) @endforeach @endisset
amount }}>
Round Off :
0.00
Grand Total :
0.00
* Stock is based on the base unit of the item
{{-- Modal --}} {{-- Price Slab Update Modal --}} {{-- Print Modal --}}
@include('admin.stock-items.create-modal') @endsection @section('script') @include('admin.stock-items.create-modal-script')