{{Session('messages')}}
{!! Form::label('from_date_fo', 'From Date') !!}
{!! Form::date('from_date_fo', \Carbon\Carbon::now(), ['class' => 'form-control', 'id' => 'from_date_fo']) !!}
{!! Form::label('to_date_fo', 'To Date') !!}
{!! Form::date('to_date_fo', \Carbon\Carbon::now(), ['class' => 'form-control', 'id' => 'to_date_fo']) !!}
{!! Form::label(' ') !!}
{!! Form::label('status_fo', 'Status') !!}
{!! Form::select('status_fo', ['All'=>'All', 'Done'=>'Order Done', 'Void' => 'Order Void'], null , ['class' => 'form-control desktop_b_type_select2', 'style' => 'width: 120px;', 'id' => 'status_fo']) !!}
{!! Form::label('organization_fo', 'Organization') !!}
{!! Form::select('organization_fo', $org_names, null , ['class' => 'form-control desktop_b_type_select2', 'style' => 'width: 120px;', 'id' => 'organization_fo']) !!}
{!! Form::label('Branch affiliation_fo', 'Branch.Affiliation') !!}
{!! Form::select('branch_affiliation_fo', $branch_affiliations, null , ['class' => 'form-control desktop_b_type_select2', 'style' => 'width: 142px;', 'id' => 'branch_affiliation_fo']) !!}
{!! Form::label('category_fo', 'Category') !!}
{!! Form::select('category_fo', $categories, null , ['class' => 'form-control desktop_b_type_select2', 'style' => 'width: 100px;', 'id' => 'category_fo']) !!}
{!! Form::button('Search',['class' => 'btn btn-primary btn-order-search', 'id'=> 'search_btn_fo']) !!}
{!! Form::button('Reset',['class' => 'btn btn-danger btn-order-search', 'id'=> 'reset_btn_fo']) !!}
{{-- --}}
| Order ID | Query DateTime | UD | Branch affiliation | Org Name | District | City | Customer | Category | Total Query | Order Total | B2B Total | Status |
|---|
{!! Form::label('from_date', 'From Date') !!}
{!! Form::date('from_date', \Carbon\Carbon::now(), ['class' => 'form-control', 'id' => 'from_date']) !!}
{!! Form::label('to_date', 'To Date') !!}
{!! Form::date('to_date', \Carbon\Carbon::now(), ['class' => 'form-control', 'id' => 'to_date']) !!}
{!! Form::label(' ') !!}
{!! Form::label('status', 'Status') !!}
{!! Form::select('status', ['All'=>'All', 'Not Available' => 'Not Available', 'Pending'=>'Query for Price', 'Processing'=>'Price Given', 'Done'=>'Order Done', 'Void' => 'Order Void'], null , ['class' => 'form-control desktop_b_type_select2', 'style' => 'width: 120px;', 'id' => 'status']) !!}
{{-- Form::select('status', ['All'=>'All', 'Pending'=>'Query for Price', 'Processing'=>'Price Given', 'Done'=>'Order Done', 'Void' => 'Order Void'], null , ['class' => 'form-control desktop_b_type_select2', 'style' => 'width: 120px;', 'id' => 'status']) --}}
{!! Form::label('organization', 'Organization') !!}
{!! Form::select('organization', $org_names, null , ['class' => 'form-control desktop_b_type_select2', 'style' => 'width: 120px;', 'id' => 'organization']) !!}
{!! Form::label('Branch affiliation', 'Branch.Affiliation') !!}
{!! Form::select('branch_affiliation', $branch_affiliations, null , ['class' => 'form-control desktop_b_type_select2', 'style' => 'width: 142px;', 'id' => 'branch_affiliation']) !!}
{!! Form::label('category', 'Category') !!}
{!! Form::select('category', $categories, null , ['class' => 'form-control desktop_b_type_select2', 'style' => 'width: 100px;', 'id' => 'category']) !!}
{!! Form::label('signup_ref_name', 'SignUp-Ref.') !!}
{!! Form::select('signup_ref_name', $ref_names, null , ['class' => 'form-control desktop_b_type_select2', 'style' => 'width: 100px;', 'id' => 'signup_ref_name']) !!}
{!! Form::label('product_sku', 'Product-Code') !!}
{!! Form::text('product_sku', null , ['class' => 'form-control', 'style' => 'width: 100px;', 'id' => 'product_sku']) !!}
{!! Form::button('Search',['class' => 'btn btn-primary btn-order-search', 'id'=> 'search_btn']) !!}
{!! Form::button('Reset',['class' => 'btn btn-danger btn-order-search', 'id'=> 'reset_btn']) !!}
| Query ID | Query DateTime | UD | Branch affiliation | Org Name | District | City | Customer | Category | Signup Ref. | Product | No of Products | Total (Query) | Total Given(B2B) | Order Price | Remarks | Status | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{-- | --}} | ||||||||||||||||
Send to Bill
Order ID:
Location: