@extends('layouts.print', ['title' => 'رسید ورود کالا به انبار']) @section('css') @stop @section('content') @foreach($groups as $item)

{{ $item->Store->title_company }}

شماره: {{ $item->number }}

رسید ورود کالا به انبار

پیگیری ورود: {{ $item->barcode }}
طرف حساب : {{ $item->flname }}

{{ $item->Store->title }} ({{ $item->Store->gln }})

تاریخ: {{ $item->rdate }}
@foreach($item->Items as $itemTemp) @if($itemTemp->description !="" && $item->print_details == true) @endif @endforeach
ردیف کد کالا نام کالا / IRC تعداد نرخ مبلغ
{{ $itemTemp->rowIndex }} {{ $itemTemp->Product->id }} {{ $itemTemp->Product->title }} {{ $itemTemp->expire_at != "" ? '| انقضاء:' . GetShamsiDateWithoutTime($itemTemp->expire_at) : '' }} {!! strlen($itemTemp->irc) > 1 ? "
IRC:" . $itemTemp->irc : '' !!} @if($item->print_option_title == true) @foreach($itemTemp->Options as $itemTempOptions ) {!! "
" . $itemTempOptions->ProductsOption->group . ': '. $itemTempOptions->ProductsOption->title !!} @endforeach @endif
{{ $itemTemp->number }} @if($item->print_option_details == false) {{ number_format(($itemTemp->price + $itemTemp->currentOptionPrice) * 10 , 0, '', ',') }} @else {{ number_format($itemTemp->price * 10 , 0, '', ',') }} @endif @if($item->print_option_details == true) {!! strlen($itemTemp->irc) > 1 ? "
" : '' !!} @foreach($itemTemp->Options as $itemTempOptions ) {!! "
" . number_format($itemTempOptions->price * 10 , 0, '', ',') !!} @endforeach @endif
@if($item->print_option_details == false) {{ number_format(($itemTemp->price + $itemTemp->currentOptionPrice) * $itemTemp->number * 10 , 0, '', ',') }} @else {{ number_format($itemTemp->price * $itemTemp->number * 10 , 0, '', ',') }} @endif @if($item->print_option_details == true) {!! strlen($itemTemp->irc) > 1 ? "
" : '' !!} @foreach($itemTemp->Options as $itemTempOptions ) {!! "
" . number_format($itemTempOptions->price * $itemTemp->number * 10 , 0, '', ',') !!} @endforeach @endif
توضیحات: {{ $itemTemp->description }}
جمع {{ $item->a_number }} {{ number_format($itemTemp->total * 10 , 0, '', ',') }}
نام تحویل گیرنده (انبار دار):
{{ $item->user_id != null ? $item->User->first_name . ' ' . $item->User->last_name : '' }}
امضاء
نام تایید کننده (مسئول فنی):
{{ $item->technical_assistant_id != null ? $item->TechnicalAssistant->first_name . ' ' . $item->TechnicalAssistant->last_name : '' }}
امضاء
ثبت کننده (حسابداری)

تاریخ
بدون مهر فاقد اعتبار است.
@endforeach @stop