@extends('layouts.master') @section('css') @include('admin.stock-items.create-modal-css') @endsection @section('title') Purchase @endsection @section('content')
@csrf
Add Purchase
@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 :
Freight/Etc :
Round Off :
0.00
Grand Total :
0.00
* Stock is based on the base unit of the item
{{-- Modal --}} {{-- Print Modal --}}
@include('admin.stock-items.create-modal') @endsection @section('script') @include('admin.stock-items.create-modal-script')