@extends('layouts.print', ['title' => 'گزارش موجودی کالای انبار']) @section('css') @stop @section('content') @php $pre_page = 29.0; $count_data = count($data); $count_page = ceil( $count_data / $pre_page ); $num_page = 0; @endphp @for($page = 1 ; $page <=$count_page ; $page++ )
{{ $title_company }}

گزارش موجودی انبار

{{ $store ? $store->title . ' (' . $store->gln . ')' : 'همه انبار ها' }}
تاریخ: {{ $date_report }}
@if(count($data)==0) @else @if($col1)@endif @if($col8)@endif @if($col2)@endif @if($col3) @endif @if($col4) @endif @if($col5)@endif @if($col6)@endif @php $c = -1; $rowIndex = 0; for($r = $num_page ; $r < $count_data ; $r++ ){ $c++; if($c == $pre_page ) break; $num_page++; $item = $data[$r]; @endphp @if($col1)@endif @if($col8)@endif @if($col2)@endif @if($col3)@endif @if($col4)@endif @if($col5)@endif @if($col6)@endif @php } @endphp @if($page ==$count_page) @endif
ردیفکدکالاکدینگ انبارIRCکالاموجودیمبلغ واحدجمع کلوضعیت
{{ $item->rowIndex }}{{ $item->product_id }}{!! str_replace(",", "
",trim($item->sub_stock_number, ",")) !!}
{!! str_replace(",", "
",trim($item->sub_ircs, ",")) !!}
{{ $item->title }}{!! str_replace(",", "
",trim($item->sub_nums, ",")) !!}
{!! str_replace(",", "
",trim($item->sub_price, ",")) !!}
{{ number_format($item->total * 10 , 0, '', ',') }}
جمع کل {{ number_format($total_rows * 10 , 0, '', ',') }}

توضیحات:

شمارشگر (انبار دار)
مسئول فنی
تایید کننده
@endif
@endfor @stop