@extends('layouts.master') @section('title','Dashboard') @section('page-header') Dashboard @stop @section('css') @stop @section('content')
@if($settings->where('key', 'employee_attendance_chart')->where('value', '1')->count() > 0)

Employee Attendance Chart for - ({{ date('F, Y') }})

@endif

Personal / Pending Information

 
  1. 1. Leave Details -
    • * Availed Cl- {{ $leaves['availed_cl'] }} / SL- {{ $leaves['availed_sl'] }}
    • * Pending Cl- {{ $leaves['pending_cl'] }} / SL- {{ $leaves['pending_sl'] }}
    • * Balance Cl- {{ $leaves['balance_cl'] }} / SL- {{ $leaves['balance_sl'] }}
  2. 2. Out Work -
    • * Performed Days - {{ $ow_perform_days }} days
  3. 3. Short Leave -
    • * Availed Days - {{ $short_leaves['adjusted'] }}
    • * Adjusted Days - {{ $short_leaves['availed'] }}
  1. 4. Today Attendance -
    • * In-{{ optional($totday_attendance)->check_in_time ? fdate(optional($totday_attendance)->check_in_time, 'h:i A') : '' }} / Out-{{ optional($totday_attendance)->check_out_time ? fdate(optional($totday_attendance)->check_out_time, 'h:i A') : '' }}
    • @if(optional($totday_attendance)->check_in_time) @php $inTimeEnd = \Carbon\Carbon::parse($shift->in_end); $checkIn = \Carbon\Carbon::parse(optional($totday_attendance)->check_in_time); $latediffTime = \Carbon\Carbon::parse($checkIn->diffInSeconds($inTimeEnd))->format('H:i:s'); $existCheckIn = optional($totday_attendance)->check_in_time; @endphp
    • * Late - @if ($existCheckIn && $inTimeEnd < $checkIn) {{ $latediffTime }} @else 00 @endif
    • @else
    • * Late - 0.00
    • @endif
  2. 5. Pay slip -
  3. 6. Loan Details -
    • * Adjusted Amount- {{ number_format($loans['paid_amount']) }}
    • * Balance Amount - {{ number_format($loans['total_amount'] - $loans['paid_amount']) }}

Pending / Stock Details

 
  1. 1. Purchase Information -
    • * Total Purchase Order Created - {{ $purchase_informations['total_purchase_count'] }}
    • * Pending For Approval - {{ $purchase_informations['total_pending_count'] }}
  2. 2. Purchase Receiving -
    • * Pending Receive Count - {{ $purchase_informations['purchase_receive_pending_count'] }}
  1. 3. Requisition Details -
    • * Total Requisition Created - {{ $purchase_informations['total_requisition_count'] }}
    • * Pending For Approval - {{ $purchase_informations['total_pending_requisition_count'] }}
  2. 4. Purchase Suggestion
    @foreach($purchase_informations['item_stocks'] as $key => $unit) @endforeach
    Sl Unit No. of Item
    {{ $loop->iteration }} {{ $unit->name }} {{ $unit->items_count }}

Orders Summary / Pending Issues

 
  1. 1. Monthly Budget -
    • * Month - {{ Date('m/y') }} [DUE] @if($upcomming_shipments['is_alertable']) /Create @endif
    • * Created Users
  2. 2. Costing -
  3. 3. Sales ID -
    • * Total SID Created - {{ $sales_id_infos['total_sales_id'] }}
    • * Pending SID Adjustment - {{ $sales_id_infos['pending_sid_adjustment'] }}
    • * Value Mismatch With PI - {{ $sales_id_infos['pi_value_mismatch'] }}
  1. 4. Export PI -
    • * Total PI Created - {{ $export_pis['total_pis'] }}
    • * Pending PI Approval - {{ $export_pis['total_approved_pis'] }}
    • * Pending PI For MID - {{ $export_pis['pending_mid_pis'] }}
  2. 5. Style Information -
  3. 6. Ship Information -
    • * Total Short Shipped - {{ $shipping_informations['short_ship_qty'] }}
    • * To Be Shipped - {{ $shipping_informations['excess_ship_qty'] }}
    • * Total Excess Shipped - {{ $shipping_informations['to_be_shipped'] }}

Details & Pending Issues ({{ date('Y') }})

 
  1. 1. Total Mid Received - ()
    • * Mid Upgrade Pending -
  2. 2. Total Mid Transfered -
  3. 3. BBLC Info -
    • * Regular Opended -
    • * Irregular Opened -
  1. 4. Invoice -
    • * Total Generated -
  2. 5. Pending Adjust SID -
  3. 6. Ship Information -
    • * Total Short Shipped - {{ $shipping_informations['short_ship_qty'] }}
    • * To Be Shipped - {{ $shipping_informations['excess_ship_qty'] }}
    • * Total Excess Shipped - {{ $shipping_informations['to_be_shipped'] }}

Work Order Details ({{ date('Y') }})

 
  1. 1. ARP
    • * Total W/O Created -

    • * Pending Receive Count -

    • * Cash Paid W/O -

    • * BB LC Paid W/O -

  1. 2. Sweater
    • * Total W/O Created -

    • * Pending Receive Count -

    • * Cash Paid W/O -

    • * BB LC Paid W/O -

  1. 3. Subcontract -
    • * Total W/O Created -

    • * Pending Receive Count -

    • * Cash Paid W/O -

    • * BB LC Paid W/O -

  1. 4. Knit Yarn
    • * Total W/O Created -

    • * Pending Receive Count -

    • * Cash Paid W/O -

    • * BB LC Paid W/O -

  1. 5. Woven Fabric
    • * Total W/O Created -

    • * Pending Receive Count -

    • * Cash Paid W/O -

    • * BB LC Paid W/O -

Payment Information ({{ date('Y') }})

 
  1. 1. ARP
    • * Total Paid W/O -
    • * Total Unpaid W/O -
  2. 2. Sweater Yarn
    • * Total Paid W/O -
    • * Total Unpaid W/O -
  1. 3. Subcontract -
    • * Total Paid W/O -
    • * Total Unpaid W/O -
  2. 4. Knit Yarn
    • * Total Paid W/O -
    • * Total Unpaid W/O -
  1. 5. Woven Fabric
    • * Total Paid W/O -
    • * Total Unpaid W/O -
  2. 6. K & D Work Order
    Type Title Total Count
    Knitting Paid 0
    Unpaid 0
    Dyeing Paid 0
    Unpaid 0

Sales Position {{-- --}}

K S W
{{ round($salePositions['knit_order_percent']) }}% {{ round($salePositions['sweater_order_percent']) }}% {{ round($salePositions['woven_order_percent']) }}%
Qty Value
K {{ $salePositions['knit_order_qty'] }} {{ number_format($salePositions['knit_order_value']) }}
S {{ $salePositions['sweater_order_qty'] }} {{ number_format($salePositions['sweater_order_value']) }}
W {{ $salePositions['woven_order_qty'] }} {{ number_format($salePositions['woven_order_value']) }}

Upcoming Shipment (Budget) {{-- --}}

Quantity Value
K {{ $upcomming_shipments['total_knit_ship_qty'] }} {{ $upcomming_shipments['total_knit_ship_amount'] }}
S {{ $upcomming_shipments['total_sweater_ship_qty'] }} {{ $upcomming_shipments['total_sweater_ship_amount'] }}
W {{ $upcomming_shipments['total_woven_ship_qty'] }} {{ $upcomming_shipments['total_woven_ship_amount'] }}
DUE - Please Generate Budget

Total Shipped {{-- --}}

Quantity Value
K {{ $totalShipped['knit'] }} {{ round($totalShipped['knit_shipped_value']) }}
S {{ $totalShipped['sweater'] }} {{ round($totalShipped['sweater_shipped_value']) }}
W {{ $totalShipped['woven'] }} {{ round($totalShipped['woven_shipped_value']) }}

Date & Time

{{ fdate(now(), 'l, d F, Y') }}

{{ fdate(now(), 'H:i:sa') }}

Personal Details

Name: {{ optional(auth()->user()->employee)->name }}({{ optional(auth()->user()->employee)->employee_full_id }})

Company: {{ optional(optional(auth()->user()->employee)->company)->name }}

Department: {{ optional(optional(auth()->user()->employee)->department)->name }}

Designation: {{ optional(optional(auth()->user()->employee)->designation)->name }}

Login Status

    @foreach($logged_in_users as $key => $logged_in_user)
  • {{ $logged_in_user->user->name }} {!! $logged_in_user->user->isLoggedIn() !!} {{ fdate($logged_in_user->created_at, 'Y-m-d H:i a') }}
  • @endforeach

Notice

    @forelse($notices as $key => $notice)
  • {{ $key + 1 }}.{{ $notice->title }}
  • @empty
  • No latest notice found
  • @endforelse
@endsection @section('js') @if($upcomming_shipments['is_alertable']) @endif @stop