@extends('Reports.template') @section('title') Cycle Report @endsection @section('ExternalCss') @parent @endsection @section('Content')
@if($businessEntityMasterData[0]->logo != null) logo )}}"/> @endif |
{{ $businessEntityMasterData[0]->name }}
{{$businessEntityMasterData[0]->add1. " " .$businessEntityMasterData[0]->add2 ." ".$businessEntityMasterData[0]->city." : " .$businessEntityMasterData[0]->pincode }}
{{"Phone : ".$businessEntityMasterData[0]->tel1}}
|
||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cycle Summary Report | Period : {{\Helper::getDisplayDate($fromDate)}} TO {{\Helper::getDisplayDate($toDate)}} | ||||||||||||||
Sr No | Cycle No | Cycle Date Time | Store | Cycle By | Product/Category | Cycle Detail | Zero Qty | Cycle Status | Product Count | Sys Stock | Updated Product Count | Updated Sys Stock | Updated Phy Stock | Updated Diff Stock | Created By |
{{ $i++ }} | {{ $cycleList->cc_trn_no }} | {{ \Helper::getDisplayDateTime($cycleList->created_date) }} | {{ $cycleList->storeName }} | {{ $cycleBy }} | {{ $categoryOrProduct }} | {{ $cycleDetail }} | {{ $product_with_zero_qty }} | {{ $cycleStatus }} | {{ $total_product_count }} | {{ \Helper::customAmountFormat($system_stock_amt) }} | {{ $cycleList->updatedProductCount }} | {{ \Helper::customAmountFormat($cycleList->updatedProductSysStock) }} | {{ \Helper::customAmountFormat($cycleList->updatedProductPhyStock) }} | {{ \Helper::customAmountFormat($stockDiff) }} | {{ strtoupper($cycleList->created_by) }} |
Total | {{ \Helper::customAmountFormat($sysStockTotal) }} | {{ \Helper::customAmountFormat($phyStockTotal) }} | {{ \Helper::customAmountFormat($diffStockTotal) }} | {{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}} |