発行日:{{ Carbon::now()->format('Y').'年'.sprintf('%2d月', Carbon::now()->format('m')).sprintf('%2d日', Carbon::now()->format('d')) }} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
納品書 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
@switch($department)
@case('truck')
|
コード:{{ is_object($params->bill_dest) ? $params->bill_dest->partner_code : '' }} |
御客様名 | 受付日 | 請求日 | 伝票番号 | 頁 |
{{ $params->getPartnerNameForPrint() }}{{ config('const.honorific_type.'.( !empty($params->partner_honorific_type) ? $params->partner_honorific_type : config('const.honorific_type_code.mr'))) }} | {{ Carbon::parse($params->input_date)->format('Y/n/j') }} | {{ !empty($params->sale_date) ? Carbon::parse($params->sale_date)->format('Y/n/j') : '' }} | {{ $params->reception_no }} | {{ $page_count }}/{{ $total_page }} |
形状 | 登録番号 | 型式 | 車台番号 |
{{ $params->vehicle_shape }} | {{ $params->register_no }} | {{ $params->getVehicleModel() }} | {{ Str::limit($params->chassis_no, 30, '') }} |
車名 | 初年度登録 | 原動機型式 | 入力者 | 担当者 |
{{ is_object($params) ? $params->vehicle_name : '' }} | {{ isset($params->year_type_y) ? \App\Helper\SystemHelper::convertGtJYeaMonth($params->year_type_y, $params->year_type_m) : '' }} | {{ $params->engine_model }} | {{ isset($params->input_user->name_kanji) ? $params->input_user->name_kanji : '' }} | {{ isset($params->charger->name_kanji) ? $params->charger->name_kanji : '' }} |
作業内容 | 技術料 | 物 品 | |||||||
---|---|---|---|---|---|---|---|---|---|
数 量 | 単 価 | 金 額 | |||||||
@if(($real_count + 1) % 10 == 0) {{ ($real_count + 1) }} @endif {{ (isset($content->sub_category->name) && $content->work_kind == config('const.content_work_kind.main_work')) ? $content->sub_category->UJName(true) : Str::limit($content->work_sub_category, ($department == 'parts' ? 60 : 70), '') }}{{ $department == 'parts' ? $params->reception_no : '' }} | {{ in_array($content->work_kind, config('const.content_work_type')) ? (is_null($content->sub_total) ? '' : number_format($content->sub_total)) : '' }} | {{ (in_array($content->work_kind, config('const.content_parts')) && !is_null($content->quantity)) ? $content->quantity : '' }} | {{ (in_array($content->work_kind, config('const.content_parts')) && !is_null($content->unit_price)) ? number_format($content->unit_price) : '' }} | {{ in_array($content->work_kind, config('const.content_parts')) ? (!is_null($content->sub_total) ? number_format($content->sub_total) : '') : '' }} | |||||
@if($index % 10 == 0) {{ $index }} @endif {{ $loop->index == 0 ? (is_null($params->getWorkResFee()) ? '' : '技術料値引き') : ($loop->index == 1 ? (is_null($params->getPartsResFee()) ? '' : '部品代値引き') : '') }} | {{ $loop->index == 0 ? (is_null($params->getWorkResFee()) ? '' : '-'.number_format($params->getWorkResFee())) : '' }} |
{{ $loop->index == 1 ? (is_null($params->getPartsResFee()) ? '' : '-'.number_format($params->getPartsResFee())) : '' }} |
|||||||
A | {{ (!is_null($tec_fee) && $total_page == $page_count) ? number_format($tec_fee) : '' }} | B | {{ (!is_null($parts_fee) && $total_page == $page_count) ? number_format($parts_fee) : '' }} |
|
|
|
||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
E-1812 |
発行日:{{ Carbon::now()->format('Y').'年'.sprintf('%2d月', Carbon::now()->format('m')).sprintf('%2d日', Carbon::now()->format('d')) }} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
納品書 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
@switch($department)
@case('truck')
|
コード:{{ is_object($params->bill_dest) ? $params->bill_dest->partner_code : '' }} |
御客様名 | 受付日 | 請求日 | 伝票番号 | 頁 |
{{ $params->getPartnerNameForPrint() }}{{ config('const.honorific_type.'.( !empty($params->partner_honorific_type) ? $params->partner_honorific_type : config('const.honorific_type_code.mr'))) }} | {{ Carbon::parse($params->input_date)->format('Y/n/j') }} | {{ !empty($params->sale_date) ? Carbon::parse($params->sale_date)->format('Y/n/j') : '' }} | {{ $params->reception_no }} | {{ $page_count }}/{{ $total_page }} |
形状 | 登録番号 | 型式 | 車台番号 |
{{ $params->vehicle_shape }} | {{ $params->register_no }} | {{ $params->getVehicleModel() }} | {{ Str::limit($params->chassis_no, 30, '') }} |
車名 | 初年度登録 | 原動機型式 | 入力者 | 担当者 |
{{ is_object($params) ? $params->vehicle_name : '' }} | {{ isset($params->year_type_y) ? \App\Helper\SystemHelper::convertGtJYeaMonth($params->year_type_y, $params->year_type_m) : '' }} | {{ $params->engine_model }} | {{ isset($params->input_user->name_kanji) ? $params->input_user->name_kanji : '' }} | {{ isset($params->charger->name_kanji) ? $params->charger->name_kanji : '' }} |
作業内容 | 技術料 | 物 品 | |||||||
---|---|---|---|---|---|---|---|---|---|
数 量 | 単 価 | 金 額 | |||||||
@if(($loop_count + 1) % 10 == 0) {{ ($loop_count + 1) }} @endif {{ (isset($content->sub_category->name) && $content->work_kind == config('const.content_work_kind.main_work')) ? $content->sub_category->UJName(true) : Str::limit($content->work_sub_category, ($department == 'parts' ? 60 : 70), '') }}{{ $department == 'parts' ? $params->reception_no : '' }} | {{ in_array($content->work_kind, config('const.content_work_type')) ? (is_null($content->sub_total) ? '' : number_format($content->sub_total)) : '' }} | {{ (in_array($content->work_kind, config('const.content_parts')) && !is_null($content->quantity)) ? $content->quantity : '' }} | {{ (in_array($content->work_kind, config('const.content_parts')) && !is_null($content->unit_price)) ? number_format($content->unit_price) : '' }} | {{ in_array($content->work_kind, config('const.content_parts')) ? (!is_null($content->sub_total) ? number_format($content->sub_total) : '') : '' }} | |||||
@if($index % 10 == 0) {{ $index }} @endif {{ $loop->index == 0 ? (is_null($params->getWorkResFee()) ? '' : '技術料値引き') : ($loop->index == 1 ? (is_null($params->getPartsResFee()) ? '' : '部品代値引き') : '') }} | {{ $loop->index == 0 ? (is_null($params->getWorkResFee()) ? '' : '-'.number_format($params->getWorkResFee())) : '' }} |
{{ $loop->index == 1 ? (is_null($params->getPartsResFee()) ? '' : '-'.number_format($params->getPartsResFee())) : '' }} |
|||||||
A | {{ (!is_null($tec_fee) && $total_page == $page_count) ? number_format($tec_fee) : '' }} | B | {{ (!is_null($parts_fee) && $total_page == $page_count) ? number_format($parts_fee) : '' }} |
|
|
|
||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
E-1812 |
発行日:{{ Carbon::now()->format('Y').'年'.sprintf('%2d月', Carbon::now()->format('m')).sprintf('%2d日', Carbon::now()->format('d')) }} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
請 求 書 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
@switch($department)
@case('truck')
|
コード:{{ is_object($params->bill_dest) ? $params->bill_dest->partner_code : '' }} |
御客様名 | 受付日 | 請求日 | 伝票番号 | 頁 |
{{ $params->getPartnerNameForPrint() }}{{ config('const.honorific_type.'.( !empty($params->partner_honorific_type) ? $params->partner_honorific_type : config('const.honorific_type_code.mr'))) }} | {{ Carbon::parse($params->input_date)->format('Y/n/j') }} | {{ !empty($params->sale_date) ? Carbon::parse($params->sale_date)->format('Y/n/j') : '' }} | {{ $params->reception_no }} | {{ $page_count }}/{{ $total_page }} |
形状 | 登録番号 | 型式 | 車台番号 |
{{ $params->vehicle_shape }} | {{ $params->register_no }} | {{ $params->getVehicleModel() }} | {{ Str::limit($params->chassis_no, 30, '') }} |
車名 | 初年度登録 | 原動機型式 | 入力者 | 担当者 |
{{ is_object($params) ? $params->vehicle_name : '' }} | {{ isset($params->year_type_y) ? \App\Helper\SystemHelper::convertGtJYeaMonth($params->year_type_y, $params->year_type_m) : '' }} | {{ $params->engine_model }} | {{ isset($params->input_user->name_kanji) ? $params->input_user->name_kanji : '' }} | {{ isset($params->charger->name_kanji) ? $params->charger->name_kanji : '' }} |
作業内容 | 技術料 | 物 品 | |||||||
---|---|---|---|---|---|---|---|---|---|
数 量 | 単 価 | 金 額 | |||||||
@if(($real_count + 1) % 10 == 0) {{ ($real_count + 1) }} @endif {{ (isset($content->sub_category->name) && $content->work_kind == config('const.content_work_kind.main_work')) ? $content->sub_category->UJName(true) : Str::limit($content->work_sub_category, ($department == 'parts' ? 60 : 70), '') }}{{ $department == 'parts' ? $params->reception_no : '' }} | {{ in_array($content->work_kind, config('const.content_work_type')) ? (is_null($content->sub_total) ? '' : number_format($content->sub_total)) : '' }} | {{ ((in_array($content->work_kind, config('const.content_parts'))) && !is_null($content->quantity)) ? $content->quantity : '' }} | {{ ((in_array($content->work_kind, config('const.content_parts'))) && !is_null($content->unit_price)) ? number_format($content->unit_price) : '' }} | {{ in_array($content->work_kind, config('const.content_parts')) ? (!is_null($content->sub_total) ? number_format($content->sub_total) : '') : '' }} | |||||
@if($index % 10 == 0) {{ $index }} @endif {{ $loop->index == 0 ? (is_null($params->getWorkResFee()) ? '' : '技術料値引き') : ($loop->index == 1 ? (is_null($params->getPartsResFee()) ? '' : '部品代値引き') : '') }} | {{ $loop->index == 0 ? (is_null($params->getWorkResFee()) ? '' : '-'.number_format($params->getWorkResFee())) : '' }} |
{{ $loop->index == 1 ? (is_null($params->getPartsResFee()) ? '' : '-'.number_format($params->getPartsResFee())) : '' }} |
|||||||
A | {{ (!is_null($tec_fee) && $total_page == $page_count) ? number_format($tec_fee) : '' }} | B | {{ (!is_null($parts_fee) && $total_page == $page_count) ? number_format($parts_fee) : '' }} |
|
|
|
||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
E-1812 |
発行日:{{ Carbon::now()->format('Y').'年'.sprintf('%2d月', Carbon::now()->format('m')).sprintf('%2d日', Carbon::now()->format('d')) }} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
請 求 書 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
@switch($department)
@case('truck')
|
コード:{{ is_object($params->bill_dest) ? $params->bill_dest->partner_code : '' }} |
御客様名 | 受付日 | 請求日 | 伝票番号 | 頁 |
{{ $params->getPartnerNameForPrint() }}{{ config('const.honorific_type.'.( !empty($params->partner_honorific_type) ? $params->partner_honorific_type : config('const.honorific_type_code.mr'))) }} | {{ Carbon::parse($params->input_date)->format('Y/n/j') }} | {{ !empty($params->sale_date) ? Carbon::parse($params->sale_date)->format('Y/n/j') : '' }} | {{ $params->reception_no }} | {{ $page_count }}/{{ $total_page }} |
形状 | 登録番号 | 型式 | 車台番号 |
{{ $params->vehicle_shape }} | {{ $params->register_no }} | {{ $params->getVehicleModel() }} | {{ Str::limit($params->chassis_no, 30, '') }} |
車名 | 初年度登録 | 原動機型式 | 入力者 | 担当者 |
{{ is_object($params) ? $params->vehicle_name : '' }} | {{ isset($params->year_type_y) ? \App\Helper\SystemHelper::convertGtJYeaMonth($params->year_type_y, $params->year_type_m) : '' }} | {{ $params->engine_model }} | {{ isset($params->input_user->name_kanji) ? $params->input_user->name_kanji : '' }} | {{ isset($params->charger->name_kanji) ? $params->charger->name_kanji : '' }} |
作業内容 | 技術料 | 物 品 | |||||||
---|---|---|---|---|---|---|---|---|---|
数 量 | 単 価 | 金 額 | |||||||
@if(($loop_count + 1) % 10 == 0) {{ ($loop_count + 1) }} @endif {{ (isset($content->sub_category->name) && $content->work_kind == config('const.content_work_kind.main_work')) ? $content->sub_category->UJName(true) : Str::limit($content->work_sub_category, ($department == 'parts' ? 60 : 70), '') }}{{ $department == 'parts' ? $params->reception_no : '' }} | {{ in_array($content->work_kind, config('const.content_work_type')) ? (is_null($content->sub_total) ? '' : number_format($content->sub_total)) : '' }} | {{ ((in_array($content->work_kind, config('const.content_parts'))) && !is_null($content->quantity)) ? $content->quantity : '' }} | {{ ((in_array($content->work_kind, config('const.content_parts'))) && !is_null($content->unit_price)) ? number_format($content->unit_price) : '' }} | {{ in_array($content->work_kind, config('const.content_parts')) ? (!is_null($content->sub_total) ? number_format($content->sub_total) : '') : '' }} | |||||
@if($index % 10 == 0) {{ $index }} @endif {{ $loop->index == 0 ? (is_null($params->getWorkResFee()) ? '' : '技術料値引き') : ($loop->index == 1 ? (is_null($params->getPartsResFee()) ? '' : '部品代値引き') : '') }} | {{ $loop->index == 0 ? (is_null($params->getWorkResFee()) ? '' : '-'.number_format($params->getWorkResFee())) : '' }} |
{{ $loop->index == 1 ? (is_null($params->getPartsResFee()) ? '' : '-'.number_format($params->getPartsResFee())) : '' }} |
|||||||
A | {{ (!is_null($tec_fee) && $total_page == $page_count) ? number_format($tec_fee) : '' }} | B | {{ (!is_null($parts_fee) && $total_page == $page_count) ? number_format($parts_fee) : '' }} |
|
|
|
||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
E-1812 |
発行日:{{ Carbon::now()->format('Y').'年'.sprintf('%2d月', Carbon::now()->format('m')).sprintf('%2d日', Carbon::now()->format('d')) }} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
請 求 書(控) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
@switch($department)
@case('truck')
|
コード:{{ is_object($params->bill_dest) ? $params->bill_dest->partner_code : '' }} |
御客様名 | 受付日 | 請求日 | 伝票番号 | 頁 |
{{ $params->getPartnerNameForPrint() }}{{ config('const.honorific_type.'.( !empty($params->partner_honorific_type) ? $params->partner_honorific_type : config('const.honorific_type_code.mr'))) }} | {{ Carbon::parse($params->input_date)->format('Y/n/j') }} | {{ !empty($params->sale_date) ? Carbon::parse($params->sale_date)->format('Y/n/j') : '' }} | {{ $params->reception_no }} | {{ $page_count }}/{{ $total_page }} |
形状 | 登録番号 | 型式 | 車台番号 |
{{ $params->vehicle_shape }} | {{ $params->register_no }} | {{ $params->getVehicleModel() }} | {{ Str::limit($params->chassis_no, 30, '') }} |
車名 | 初年度登録 | 原動機型式 | 入力者 | 担当者 |
{{ is_object($params) ? $params->vehicle_name : '' }} | {{ isset($params->year_type_y) ? \App\Helper\SystemHelper::convertGtJYeaMonth($params->year_type_y, $params->year_type_m) : '' }} | {{ $params->engine_model }} | {{ isset($params->input_user->name_kanji) ? $params->input_user->name_kanji : '' }} | {{ isset($params->charger->name_kanji) ? $params->charger->name_kanji : '' }} |
作業内容 | 技術料 | 物 品 | |||||||
---|---|---|---|---|---|---|---|---|---|
数 量 | 単 価 | 金 額 | |||||||
@if(($real_count + 1) % 10 == 0) {{ ($real_count + 1) }} @endif {{ (isset($content->sub_category->name) && $content->work_kind == config('const.content_work_kind.main_work')) ? $content->sub_category->UJName(true) : Str::limit($content->work_sub_category, ($department == 'parts' ? 60 : 70), '') }}{{ $department == 'parts' ? $params->reception_no : '' }} | {{ in_array($content->work_kind, config('const.content_work_type')) ? (is_null($content->sub_total) ? '' : number_format($content->sub_total)) : '' }} | {{ ((in_array($content->work_kind, config('const.content_parts'))) && !is_null($content->quantity)) ? $content->quantity : '' }} | {{ ((in_array($content->work_kind, config('const.content_parts'))) && !is_null($content->unit_price)) ? number_format($content->unit_price) : '' }} | {{ in_array($content->work_kind, config('const.content_parts')) ? (!is_null($content->sub_total) ? number_format($content->sub_total) : '') : '' }} | |||||
@if($index % 10 == 0) {{ $index }} @endif {{ $loop->index == 0 ? (is_null($params->getWorkResFee()) ? '' : '技術料値引き') : ($loop->index == 1 ? (is_null($params->getPartsResFee()) ? '' : '部品代値引き') : '') }} | {{ $loop->index == 0 ? (is_null($params->getWorkResFee()) ? '' : '-'.number_format($params->getWorkResFee())) : '' }} |
{{ $loop->index == 1 ? (is_null($params->getPartsResFee()) ? '' : '-'.number_format($params->getPartsResFee())) : '' }} |
|||||||
A | {{ (!is_null($tec_fee) && $total_page == $page_count) ? number_format($tec_fee) : '' }} | B | {{ (!is_null($parts_fee) && $total_page == $page_count) ? number_format($parts_fee) : '' }} |
|
|
|
||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
E-1812 |
発行日:{{ Carbon::now()->format('Y').'年'.sprintf('%2d月', Carbon::now()->format('m')).sprintf('%2d日', Carbon::now()->format('d')) }} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
請 求 書(控) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
@switch($department)
@case('truck')
|
コード:{{ is_object($params->bill_dest) ? $params->bill_dest->partner_code : '' }} |
御客様名 | 受付日 | 請求日 | 伝票番号 | 頁 |
{{ $params->getPartnerNameForPrint() }}{{ config('const.honorific_type.'.( !empty($params->partner_honorific_type) ? $params->partner_honorific_type : config('const.honorific_type_code.mr'))) }} | {{ Carbon::parse($params->input_date)->format('Y/n/j') }} | {{ !empty($params->sale_date) ? Carbon::parse($params->sale_date)->format('Y/n/j') : '' }} | {{ $params->reception_no }} | {{ $page_count }}/{{ $total_page }} |
形状 | 登録番号 | 型式 | 車台番号 |
{{ $params->vehicle_shape }} | {{ $params->register_no }} | {{ $params->getVehicleModel() }} | {{ Str::limit($params->chassis_no, 30, '') }} |
車名 | 初年度登録 | 原動機型式 | 入力者 | 担当者 |
{{ is_object($params) ? $params->vehicle_name : '' }} | {{ isset($params->year_type_y) ? \App\Helper\SystemHelper::convertGtJYeaMonth($params->year_type_y, $params->year_type_m) : '' }} | {{ $params->engine_model }} | {{ isset($params->input_user->name_kanji) ? $params->input_user->name_kanji : '' }} | {{ isset($params->charger->name_kanji) ? $params->charger->name_kanji : '' }} |
作業内容 | 技術料 | 物 品 | |||||||
---|---|---|---|---|---|---|---|---|---|
数 量 | 単 価 | 金 額 | |||||||
@if(($loop_count + 1) % 10 == 0) {{ ($loop_count + 1) }} @endif {{ (isset($content->sub_category->name) && $content->work_kind == config('const.content_work_kind.main_work')) ? $content->sub_category->UJName(true) : Str::limit($content->work_sub_category, ($department == 'parts' ? 60 : 70), '') }}{{ $department == 'parts' ? $params->reception_no : '' }} | {{ in_array($content->work_kind, config('const.content_work_type')) ? (is_null($content->sub_total) ? '' : number_format($content->sub_total)) : '' }} | {{ ((in_array($content->work_kind, config('const.content_parts'))) && !is_null($content->quantity)) ? $content->quantity : '' }} | {{ ((in_array($content->work_kind, config('const.content_parts'))) && !is_null($content->unit_price)) ? number_format($content->unit_price) : '' }} | {{ in_array($content->work_kind, config('const.content_parts')) ? (!is_null($content->sub_total) ? number_format($content->sub_total) : '') : '' }} | |||||
@if($index % 10 == 0) {{ $index }} @endif {{ $loop->index == 0 ? (is_null($params->getWorkResFee()) ? '' : '技術料値引き') : ($loop->index == 1 ? (is_null($params->getPartsResFee()) ? '' : '部品代値引き') : '') }} | {{ $loop->index == 0 ? (is_null($params->getWorkResFee()) ? '' : '-'.number_format($params->getWorkResFee())) : '' }} |
{{ $loop->index == 1 ? (is_null($params->getPartsResFee()) ? '' : '-'.number_format($params->getPartsResFee())) : '' }} |
|||||||
A | {{ (!is_null($tec_fee) && $total_page == $page_count) ? number_format($tec_fee) : '' }} | B | {{ (!is_null($parts_fee) && $total_page == $page_count) ? number_format($parts_fee) : '' }} |
|
|
|
||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
E-1812 |
発行日:{{ Carbon::now()->format('Y').'年'.sprintf('%2d月', Carbon::now()->format('m')).sprintf('%2d日', Carbon::now()->format('d')) }} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
売上伝票 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
@switch($department)
@case('truck')
|
コード:{{ is_object($params->bill_dest) ? $params->bill_dest->partner_code : '' }} |
御客様名 | 受付日 | 請求日 | 伝票番号 | 頁 |
{{ $params->getPartnerNameForPrint() }}{{ config('const.honorific_type.'.( !empty($params->partner_honorific_type) ? $params->partner_honorific_type : config('const.honorific_type_code.mr'))) }} | {{ Carbon::parse($params->input_date)->format('Y/n/j') }} | {{ !empty($params->sale_date) ? Carbon::parse($params->sale_date)->format('Y/n/j') : '' }} | {{ $params->reception_no }} | {{ $page_count }}/{{ $total_page }} |
形状 | 登録番号 | 型式 | 車台番号 |
{{ $params->vehicle_shape }} | {{ $params->register_no }} | {{ $params->getVehicleModel() }} | {{ Str::limit($params->chassis_no, 30, '') }} |
車名 | 初年度登録 | 原動機型式 | 入力者 | 担当者 |
{{ is_object($params) ? $params->vehicle_name : '' }} | {{ isset($params->year_type_y) ? \App\Helper\SystemHelper::convertGtJYeaMonth($params->year_type_y, $params->year_type_m) : '' }} | {{ $params->engine_model }} | {{ isset($params->input_user->name_kanji) ? $params->input_user->name_kanji : '' }} | {{ isset($params->charger->name_kanji) ? $params->charger->name_kanji : '' }} |
作業内容 | 技術料 | 物 品 | |||||||
---|---|---|---|---|---|---|---|---|---|
数 量 | 単 価 | 金 額 | |||||||
@if(($real_count + 1) % 10 == 0) {{ ($real_count + 1) }} @endif {{ (isset($content->sub_category->name) && $content->work_kind == config('const.content_work_kind.main_work')) ? $content->sub_category->UJName(true) : Str::limit($content->work_sub_category, ($department == 'parts' ? 60 : 70), '') }}{{ $department == 'parts' ? $params->reception_no : '' }} | {{ in_array($content->work_kind, config('const.content_work_type')) ? (is_null($content->sub_total) ? '' : number_format($content->sub_total)) : '' }} | {{ (in_array($content->work_kind, config('const.content_parts')) && !is_null($content->quantity)) ? $content->quantity : '' }} | {{ (in_array($content->work_kind, config('const.content_parts')) && !is_null($content->unit_price)) ? number_format($content->unit_price) : '' }} | {{ in_array($content->work_kind, config('const.content_parts')) ? (!is_null($content->sub_total) ? number_format($content->sub_total) : '') : '' }} | |||||
@if($index % 10 == 0) {{ $index }} @endif {{ $loop->index == 0 ? (is_null($params->getWorkResFee()) ? '' : '技術料値引き') : ($loop->index == 1 ? (is_null($params->getPartsResFee()) ? '' : '部品代値引き') : '') }} | {{ $loop->index == 0 ? (is_null($params->getWorkResFee()) ? '' : '-'.number_format($params->getWorkResFee())) : '' }} |
{{ $loop->index == 1 ? (is_null($params->getPartsResFee()) ? '' : '-'.number_format($params->getPartsResFee())) : '' }} |
|||||||
A | {{ (!is_null($tec_fee) && $total_page == $page_count) ? number_format($tec_fee) : '' }} | B | {{ (!is_null($parts_fee) && $total_page == $page_count) ? number_format($parts_fee) : '' }} |
|
|
|
||||||||||||||||||||||
|
||||||||||||||||||||||||
E-1812 |
発行日:{{ Carbon::now()->format('Y').'年'.sprintf('%2d月', Carbon::now()->format('m')).sprintf('%2d日', Carbon::now()->format('d')) }} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
売上伝票 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
@switch($department)
@case('truck')
|
コード:{{ is_object($params->bill_dest) ? $params->bill_dest->partner_code : '' }} |
御客様名 | 受付日 | 請求日 | 伝票番号 | 頁 |
{{ $params->getPartnerNameForPrint() }}{{ config('const.honorific_type.'.( !empty($params->partner_honorific_type) ? $params->partner_honorific_type : config('const.honorific_type_code.mr'))) }} | {{ Carbon::parse($params->input_date)->format('Y/n/j') }} | {{ !empty($params->sale_date) ? Carbon::parse($params->sale_date)->format('Y/n/j') : '' }} | {{ $params->reception_no }} | {{ $page_count }}/{{ $total_page }} |
形状 | 登録番号 | 型式 | 車台番号 |
{{ $params->vehicle_shape }} | {{ $params->register_no }} | {{ $params->getVehicleModel() }} | {{ Str::limit($params->chassis_no, 30, '') }} |
車名 | 初年度登録 | 原動機型式 | 入力者 | 担当者 |
{{ is_object($params) ? $params->vehicle_name : '' }} | {{ isset($params->year_type_y) ? \App\Helper\SystemHelper::convertGtJYeaMonth($params->year_type_y, $params->year_type_m) : '' }} | {{ $params->engine_model }} | {{ isset($params->input_user->name_kanji) ? $params->input_user->name_kanji : '' }} | {{ isset($params->charger->name_kanji) ? $params->charger->name_kanji : '' }} |
作業内容 | 技術料 | 物 品 | |||||||
---|---|---|---|---|---|---|---|---|---|
数 量 | 単 価 | 金 額 | |||||||
@if(($loop_count + 1) % 10 == 0) {{ ($loop_count + 1) }} @endif {{ (isset($content->sub_category->name) && $content->work_kind == config('const.content_work_kind.main_work')) ? $content->sub_category->UJName(true) : Str::limit($content->work_sub_category, ($department == 'parts' ? 60 : 70), '') }}{{ $department == 'parts' ? $params->reception_no : '' }} | {{ in_array($content->work_kind, config('const.content_work_type')) ? (is_null($content->sub_total) ? '' : number_format($content->sub_total)) : '' }} | {{ (in_array($content->work_kind, config('const.content_parts')) && !is_null($content->quantity)) ? $content->quantity : '' }} | {{ (in_array($content->work_kind, config('const.content_parts')) && !is_null($content->unit_price)) ? number_format($content->unit_price) : '' }} | {{ in_array($content->work_kind, config('const.content_parts')) ? (!is_null($content->sub_total) ? number_format($content->sub_total) : '') : '' }} | |||||
@if($index % 10 == 0) {{ $index }} @endif {{ $loop->index == 0 ? (is_null($params->getWorkResFee()) ? '' : '技術料値引き') : ($loop->index == 1 ? (is_null($params->getPartsResFee()) ? '' : '部品代値引き') : '') }} | {{ $loop->index == 0 ? (is_null($params->getWorkResFee()) ? '' : '-'.number_format($params->getWorkResFee())) : '' }} |
{{ $loop->index == 1 ? (is_null($params->getPartsResFee()) ? '' : '-'.number_format($params->getPartsResFee())) : '' }} |
|||||||
A | {{ (!is_null($tec_fee) && $total_page == $page_count) ? number_format($tec_fee) : '' }} | B | {{ (!is_null($parts_fee) && $total_page == $page_count) ? number_format($parts_fee) : '' }} |
|
|
|
||||||||||||||||||||||
|
||||||||||||||||||||||||
E-1812 |