@extends('layouts.mop_master') @section('css') @endsection @section('title') Order @endsection @section('content') Orders Item Wise Order Import Import Remarks Lot Multi bill Generation Merge Orders Update Multiple Status Print Delete Qr Print {{-- Production Slip --}} Add Order @if (Session::has('success')) Success - {{ Session::get('success') }} @elseif(Session::has('error')) Error - {{ Session::get('error') }} @endif @foreach ($ledgers as $ledger) {{ $ledger->name }} @endforeach Hold In Store Pending Accepted In Production Production Completed Packing Packing Started Packed In Loading Loading Started Loading Completed In Delivery Delivered Cancelled @foreach ($salesExecutives as $salesExecutive) {{ $salesExecutive->name }} @endforeach @foreach ($deliveryUsers as $deliveryUser) {{ $deliveryUser->name }} @endforeach @foreach ($packingUsers as $packingUser) {{ $packingUser->name }} @endforeach @foreach ($loadingStaffs as $loadingstaff) {{ $loadingstaff->name }} @endforeach @foreach ($routes as $route) {{ $route->name }} @endforeach @foreach ($categories as $category) {{ $category->name }} @endforeach Select Business Type B2B B2C Select Bill Type Billed UnBilled Select Production Unit @foreach ($productionUnits as $productionUnit) {{ $productionUnit->name }} @endforeach Select Lot @foreach ($lots as $lot) {{ $lot->name }} @endforeach Search Reset All Pending In Store Production Production Completed Loading Completed Delivered Cancelled Date Order# Inv No Bill Date Customer Lot Route Sale Ex. Items Amount Due Order Status Production Unit Production Status Production Date Material Status Remarks Comment Type /Billed Action {{-- Total --}} {{-- Track Modal --}} Track History {{-- Invoice Generate Modal --}} Generate Invoice @csrf Are You Sure Want to Generate Invoice ? @if (Auth::user()->company_profile->manual_bill_date == 1) Bill Date @endif {{-- Multi Invoice Generate Modal --}} Generate Invoice @csrf Are You Sure Want to Generate Invoice For These Orders ? @if (Auth::user()->company_profile->manual_bill_date == 1) Bill Date @endif Caution: orders were merged will be cancelled @csrf Choose Main Order Choose Order Only orders which are not billed and orders with same shop/Customer can be merged. Orders which are merged will be cancelled. {{-- Update Status Modal --}} Update Status @csrf Status Accepted In Store In Production Production Completed Assign Packing Packing Started Packing Completed Assign Loading Loading Started Loading Completed Assign Delivery Delivered Hold Cancelled Choose Production Unit Choose Production Unit @foreach ($productionUnits as $unit) {{ $unit->name }} @endforeach Choose Delivery Person @foreach ($deliveryUsers as $deliveryUser) {{ $deliveryUser->name }} @endforeach Choose Packing Person @foreach ($packingUsers as $packingUser) {{ $packingUser->name }} @endforeach Choose Loading Person @foreach ($loadingStaffs as $loadingStaff) {{ $loadingStaff->name }} @endforeach Reason {{-- Update Multi Status Modal --}} Update Multiple Status @csrf Status Accepted In Store In Production Production Completed Assign Packing Packing Started Packing Completed Assign Loading Loading Started Loading Completed Assign Delivery Delivered Hold Cancelled Production Date Delivery Date Choose Production Unit Choose Production Unit @foreach ($productionUnits as $unit) {{ $unit->name }} @endforeach Choose Delivery Person @foreach ($deliveryUsers as $deliveryUser) {{ $deliveryUser->name }} @endforeach Choose Packing Person @foreach ($packingUsers as $packingUser) {{ $packingUser->name }} @endforeach Choose Loading Person @foreach ($loadingStaffs as $loadingStaff) {{ $loadingStaff->name }} @endforeach Reason {{-- Print Modal --}} Print @csrf Are You Sure Want to Print this Item ? {{-- Print Modal --}} Print @csrf Are You Sure Want to Print this Item ? {{-- Multi Delete Modal --}} Delete Orders @csrf Are You Sure Want to Delete These Orders ? {{-- Order Import Model --}} @csrf Import File Please upload a valid .xlsx file. Format Close Import! {{-- import Remarks Modal --}} @csrf Import File Please upload a valid .xlsx file. Close Import! {{-- Comment Modal --}} @csrf Add Comment Comment {{-- --}} {{-- Material Modal --}} Update Material Status of this Order..! × @csrf Item Qty Unit In Stock Out Stock Material Note @endsection @section('script') @if (session('success_flash')) @endif @if (session('error_flash')) @endif @endsection
Only orders which are not billed and orders with same shop/Customer can be merged. Orders which are merged will be cancelled.