@extends('layouts.app') @section('title', 'New Purchase Order') @include('inventory.accounting.partials.styles') @section('content')

New Purchase Order

Order stock from a vendor. Receiving the PO posts to inventory and accounts payable.

Back
@if($errors->any())
@foreach($errors->all() as $e)
{{ $e }}
@endforeach
@endif
@csrf

Line Items

ProductName on POQtyUnit CostTotal
0.00
@endsection