Edit Monthly Productions

Monthly Productions

@csrf @method('put')
📆 Calender
{{-- company, buyer, style, po, color, order_qty, info start --}}


🏢 Company & Buyer Info
@php $divisions = App\Models\Division::all(); @endphp
@php $companies = App\Models\Company::all(); @endphp

@php $buyers = App\Models\Buyer::all(); @endphp

@php $styles = App\Models\Style::all(); @endphp

🛒 Order Info
{{-- company, buyer, style, po, color, order_qty, info end --}} {{-- CM Cost, SMV, Efficiancy, Spent Minute, Produce minutes, CPM start --}}
{{-- CM Cost, SMV, Efficiancy, Spent Minute, Produce minutes, CPM end --}}
🗞️ Fibric Info
{{-- Fabric (Booking) QTY Fabric (Receive) QTY Fabric (Receive Date) start --}}
{{-- Fabric (Booking) QTY Fabric (Receive) QTY Fabric (Receive Date) end --}}
🎢 Production Info
{{-- Cutting QTY Sewing QTY Finishing QTY Delivery QTY Delivery Date start --}}
🚚 Delivery Info
{{-- Cutting QTY Sewing QTY Finishing QTY Delivery QTY Delivery Date end --}}
{{-- --}}
Save