{{-- @if (session('message')) @endif

Update Sewing Plan

@csrf
Job No Buyer {{ $basic_info->buyer }} Style {{ $basic_info->style }}
PO {{ $basic_info->po }} Department {{ $basic_info->department }} Item {{ $basic_info->item }}
Destination {{ $basic_info->destination }} Order Quantity {{ $basic_info->order_quantity }} Sweing Balance
Production Plan Target SMV Production Min Balance
@foreach ($old_sewing_balances as $color) @endforeach
Color Size Remain Quantity Sewing Quantity
@php $total_sewing_qty = 0; $order_qty = $color_sizes_qties ->where('id', $color->job_id) ->sum('color_quantity'); $remaining_qty = $old_sewing_balances ->where('color_id', $color->id) ->sum('sewing_balance'); if ($remaining_qty > 0) { $total_sewing_qty = $remaining_qty; } else { $total_sewing_qty = 0; } $remain_qty = $order_qty - $total_sewing_qty; @endphp
Cancel
--}} @if (session('message')) @endif

Update Sewing Plan

@csrf
Production Plan
Number of Working Days Number of running machines Number of helpers working hours Expected Efficiency% SMV Daily Capacity Minutes Weekly Capacity Minutes Monthly Capacity Minutes Monthly Capacity Quantity
Total
Old Capacity @php //check the existing capacity plan for the selected month and if already sewin plan exists in the selected month dynamically then show the available capacity $existing_capacity = $color_sizes_qties->sum('total_sewing_quantity'); $monthly_existing_capacity_quantity = $existing_capacity; @endphp Available Capacity
@foreach ($color_sizes_qties as $color) @endforeach
Job ID Job No Color Size Order Quantity Total Sewing Quantity Remain Quantity Sewing Quantity
Cancel
{{-- --}}