@extends('print.template.a4-print') @section('title', '納品書印刷') @section('head') @parent @endsection @section('body')
{{--納品書と受領書の作成--}} @for($i = 0; $i < 2; $i++)
{{ $i == 0 ? '納 品 書' : '受 領 書'}}
配送コース
{{ $delivery_route }}
{{ mb_strimwidth($name_full, 0, 60) }}
〒 {{$zip_code}}
{{limitString($address1, 40, 60)}}
{{limitString($address2, 40, 60)}}
{{mb_strimwidth($partner_tel,0,20)}}
{{mb_strimwidth($partner_code,0,20)}}
伝票番号
{{$serial_id}}
出荷日
{{$delivery_date}}
{{limitString($company_name, 23, 45)}}
TEL {{$tel}}
FAX {{$fax}}
{{limitString($branch_name, 20)}}
登録番号: {{$business_number}}
担当 {{limitString($staff_name, 15, 45)}}
@foreach($details as $index => $item_detail) @if($item_detail['is_different_price']) @else @endif @endforeach
商品名
明細備考 品番・規格 ケース バラ 単価 金額 税率
{{$index + 1}} mb_strwidth($item_name_with_trade_direction) >= 100, 'text-11'=> mb_strwidth($item_name_with_trade_direction) >= 80, 'text-12'=> mb_strwidth($item_name_with_trade_direction) < 60]) style="border-top:double;"> {{ mb_strimwidth($item_name_with_trade_direction, 0, 120) }}
@if(!empty($item_detail['shortage']))
   欠品あり{{$item_detail['shortage']}}
@endif @if(!empty($item_detail['remarks']))
  {{mb_strimwidth($item_detail['remarks'],0,24)}}
@endif
{{-- --}} {{-- --}} {{-- --}}
empty($item_detail['another_code'])||empty($item_detail['store_item_code']),'font-size:9px'=>!empty($item_detail['another_code'])&&!empty($item_detail['store_item_code'])])>
{{mb_strimwidth($item_detail['store_item_code'],0,13)}}
{{mb_strimwidth($item_detail['another_code'],0,13)}}
{{mb_strimwidth($item_detail['packaging'],0,12)}}
c{{$item_detail['store_item_code']}}{{$item_detail['another_code']}} {{ d
{{$item_detail['case_quantity']}}
{{$item_detail['piece_quantity']}}
{{ $item_detail['tax_type'] }} {{ $item_detail['tax_rate_str'] }}
@if(!is_null($item_detail['tax_exempt_price']))
@endif
@if ($is_tentative) (仮) @endif 対象額 消費税額 税込金額
{{$tax_rate_name_1}} $is_different_price]) > $is_different_price])> $is_different_price])>
{{$tax_rate_name_2}} $is_different_price]) > $is_different_price]) > $is_different_price]) >
{{$tax_rate_name_3}} $is_different_price]) > $is_different_price]) > $is_different_price]) >
@if ($i != 0)
受領印
@endif
小  計
{{$tax_name}}
合計金額
$is_different_price]) >
$is_different_price]) >
$is_different_price]) >
{{ $miscellaneous_collection_type }}
{{ $payment_method }}
{{ $slip_requested_count }}
備考 {{limitString($note, 200, 300)}}
@endfor
{{--固定位置での表示--}}
@endsection