@php $settings = [ "売掛、現金の選択(未使用)" => "can_select_payment_method", "数量区分を入力する(未使用)" => "can_select_quantity_type", "納品区分を使用(未使用)" => "can_use_delivered_type", "計上日の編集(未使用)" => "can_edit_process_date", "親の候補も表示する" => "uses_parent_suggestion", "商品分類が親分類を持つ" => "has_item_category_relation", "カスタム規格結合子を利用する" => "uses_custom_packaging_connection", "伝票を自動出力する" => "auto_slip_print_output", "プリンタに直接出力する" => "direct_print_output", "請求合計表、子の内訳表示" => "show_child_in_invoice_summary", "仕入/入金/支払の先日付を許可する" => "can_set_future_dates", ]; @endphp
@foreach($settings as $label => $wire_name) @if ($wire_name === 'direct_print_output')
 
@endif
{{ $label }}
@endforeach @if($this->uses_custom_packaging_connection)
@endif
基準単価の初期値
売上候補連携の初期値
個別単価連携の初期値
出庫指示書
店舗別出庫指示書
商品別出庫指示書