@extends('layouts.master') @section('css') @include('admin.stock-items.create-modal-css') @include('admin.ledger.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
@if (Auth::user()->company_profile->use_bill_wise_receipt)
@endif
Report
Slab Unit Price (Inc Tax)
Item Landing Cost Landing Cost Incl Gst
TCS :
Discount :
Freight/Etc :
@isset($accountingVoucher) @foreach ($accountingVoucher->accountingVoucherLedgers as $accountingVoucherLedger) @endforeach @endisset
amount }}>
Round Off :
0.00
Grand Total :
0.00
@if (Auth::user()->company_profile->show_previous_price_history == 1)
Voucher Date Voucher no Qty Unit Price Price(Inc GST) Dis % Dis Amt Total
@endif
* Stock is based on the base unit of the item
{{-- Print Modal --}} @include('admin.stock-items.create-modal') {{-- @include('admin.ledger.create-modal') --}} {{-- @include('admin.purchase.cost_allocation_modal') --}} @endsection @section('script') @include('admin.stock-items.create-modal-script') {{-- @include('admin.ledger.create-modal-script') --}} {{-- @include('admin.purchase.cost_allocation_scripts') --}}