@extends('layouts.master') @section('css') @endsection @section('title') Purchase @endsection @section('content')

Purchase Register

Monthly Report Import Vendor Import @if (Auth::user()->company_profile->transfer_business_key != null) @endif @if (Auth::user()->can('delete ac voucher')) @endif @if (Auth::user()->company != null ? Auth::user()->company->software_type == 'mop' : Auth::user()->staff->company->software_type == 'mop') Import @endif Add Purchase
@if (Session::has('success')) @elseif(Session::has('error')) @endif
get('from_date')) value="{{ app('request')->get('from_date') }}" @else @if ($reportSettings == 1) value="{{ date('Y-m-d') }}" @endif @endif name="from_date" id="from_date">
get('to_date')) value="{{ app('request')->get('to_date') }}" @else @if ($reportSettings == 1) value="{{ date('Y-m-d') }}" @endif @endif name="to_date" id="to_date">
Voucher Date Voucher Number Voucher Type Purchase Ledger (Dr) Party (Cr) Taxable Value Amount Remarks Supplier In. No Supplier In. Date Cgst Sgst Igst Cess Party Gst Total Qty Status Item Discount Bill Discount Freight Action
Total
{{-- Import Purchase Normal Modal --}} {{-- Import Other Modal --}} {{-- Print Modal --}} {{-- Export Accounts Modal --}} {{-- Track Modal --}} {{-- Import Modal --}} {{-- Export Json Modal --}} {{-- Tally Export Modal --}} {{-- Transfer Modal --}} {{-- barcode Print Modal --}} {{-- FileUpload Modal --}} {{-- Vendor Import Error Modal --}} @include('admin.common.delete-modal') @endsection @section('script') @include('admin.common.delete') @endsection