@extends('print.template.base-invoice') @section('title', '請求書') @section('invoice-title', '請求書') @section('invoice-footer-info') @php $department = $partner->buyer->current_detail->department ?? $parent_partner->buyer->current_detail->department; $salesman = $partner->buyer->current_detail->salesman ?? $parent_partner->buyer->current_detail->salesman; @endphp
担当部署 {{ $department?->code }} {{ $department?->name }}
担当営業 {{ $salesman?->code }} {{ $salesman?->name }}
@endsection @section('invoice-header')
{{ $ledger_classification?->code }} {{ $ledger_classification?->name }}
@if(!$parent_partner->output_convenience_store_payment_sheet)
恐れ入りますが、振込手数料はお客様のご負担でお願いいたします。
@endif
前回ご請求額 ご入金額 差引残高 請求 返還請求 差引お買上額 今回ご請求額
お取引額 消費税額 請求計 お取引額 消費税額 返還請求計
{{ $balance_overview->previous_balance_amount }} {{ $balance_overview->deposit_total }} {{ $balance_overview->previous_balance_amount - $balance_overview->deposit_total }} {{ $balance_price->subtotal }} {{ $balance_price->tax }} {{ $balance_price->total }} {{ $return_balance_price->subtotal }} {{ $return_balance_price->tax }} {{ $return_balance_price->total }} {{ $balance_price->total - $return_balance_price->total }} {{ $balance_overview->balance_amount }}
10% {{ $balance_price->subtotal_10_percent }} {{ $balance_price->tax_10_percent }} {{ $balance_price->total_10_percent }} {{ $return_balance_price->subtotal_10_percent }} {{ $return_balance_price->tax_10_percent }} {{ $return_balance_price->total_10_percent }}
8% {{ $balance_price->subtotal_8_percent }} {{ $balance_price->tax_8_percent }} {{ $balance_price->total_8_percent }} {{ $return_balance_price->subtotal_8_percent }} {{ $return_balance_price->tax_8_percent }} {{ $return_balance_price->total_8_percent }}
非課税 {{ $balance_price->subtotal_0_percent }} {{ 0 }} {{ $balance_price->total_0_percent }} {{ $return_balance_price->subtotal_0_percent }} {{ 0 }} {{ $return_balance_price->total_0_percent }}
上記の通り {{ $planned_payment_date }} までにお支払い頂けますようお願いいたします。
@endsection @section('invoice-detail-thead') 日付 伝票番号 区分 商品名 容量 入数 数量 単価 取引本体 付随容器 合計 ケース バラ 税率 金額 税率 金額 @endsection