- 대기중
- 커미션 청구
- 금액산정
- 커미션 송금
- 완료
학교측에 커미션 청구를 진행하시겠습니까?
학교로부터 커미션 회수를 완료 하였습니까?
원화금액과 환율을 고정 하시겠습니까?
이 금액으로 송금을 하시겠습니까?
이 후컴관리를 최종 완료 하시겠습니까?
@php /* * 후컴 Invoice 조회 페이지 */ if ($info_after->code_status === 'TAKE') { $exchange_rate = getExchangeRate(null, 'dealing'); if ($info_invoice->currency && array_key_exists($info_invoice->currency, $exchange_rate['exchange'])) { $info_invoice->commission_exchange_rate = $exchange_rate['exchange'][$info_invoice->currency]; $info_invoice->commission_amount_exchange = round($info_invoice->commission_exchange_rate * $info_invoice->commission_amount / 10) * 10; } } // Agency $agency = App\Model\Agency::find($info_invoice->agency_id); // Process $process = App\Model\Process::find($info_invoice->process_id); @endphp @extends('layouts.page') @include('html.header.input') @include('html.header.edm-ajax') @push('css') @endpush @push('script') @endpush @push('head') @endpush @section('ui-header') @endsection @section('ui-content')
학교측에 커미션 청구를 진행하시겠습니까?
학교로부터 커미션 회수를 완료 하였습니까?
원화금액과 환율을 고정 하시겠습니까?
이 금액으로 송금을 하시겠습니까?
이 후컴관리를 최종 완료 하시겠습니까?