@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 (Auth::user()->company_profile->use_bill_wise_receipt)
@endif
Report
TCS :
Discount :
Freight/Etc :
Round Off :
0.00
Grand Total :
0.00
Purchase Price MRP Selling Price GST Cess Selling Price(Inc Tax) HSN Code Base Unit ALt Unit Batch Batch Price Batch Discount
* Stock is based on the base unit of the item
{{-- Print Modal --}} {{-- Batch Modal --}} @include('admin.stock-items.create-modal') @endsection @section('script') @include('admin.stock-items.create-modal-script')