@extends('layouts.app') @section('content') @include('pages.mrp.partials.menu')
This feature will calculate all of you materials needed for production based on your Stock, BOM, and PO Supplier start from Your BOM Start Date below to BOM End Date below.
If not set, it will automatically set from Today to a Month
| Material Fullname | Material Code | UoM | Start Date | Lot Size | Gross Requirement | Sch. Receipts | Y. Stock Card | P. On Hand | Net Requirement | Pl. Order Receipt | Pl. Order Release | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $result['material_fullname'] }} | {{ $result['material_code'] }} | {{ $result['material_uom'] }} | {{ $result['date'] }} | {{ $result['lot_size'] }} | {{ $grossRequirement }} | {{ $scheduledReceipt }} | {{ $stockCard }} | {{ $projectedOnHand }} | {{ $netRequirement }} | {{ $plannedOrderReceipt }} |
@if ($plannedOrderReleases === 0)
-
@else
Best buy at : {{ \Carbon\Carbon::parse($result['date'])->subDays($result['lead_time'])->format('Y-m-d') }} Qty Order : {{ $plannedOrderReleases }} |
@if ($plannedOrderReceipt > 0) @endif |