@extends('layouts.master') @section('header') @endsection @php use Illuminate\Support\Facades\DB; $OR = DB::table('tdoctorhd'); $OR = $OR->orderBy('XVOrhDocNo','asc') ->leftjoin('tmstmcustomer', 'tdoctorhd.XVCstCode', 'tmstmcustomer.XVCstCode') ->select('tdoctorhd.XVOrhDocNo','tmstmcustomer.XVCstName') ->get() ->toArray(); @endphp @section('content')
รายงานการเบิกวัสดุแยกตามใบสั่งผลิต

เงื่อนไขในการเลือก
วันที่
ทั้งหมด

ตั้งแต่วันที่

ถึงวันที่

ใบ OR
ทั้งหมด

จาก

ถึง

@endsection