@extends('front.practitioner.import.template.import') @section('content')

Details

  • registered_for_gst == 1 ) checked @endif type="radio" id="rfg_yes" name="registered_for_gst" value="1" checked>
  • registered_for_gst == 0 ) checked @endif type="radio" id="rfg_no" name="registered_for_gst" value="0">
{{-- --}} {{--
--}} @if($practitioner->role == 'service_provider_instructor' || $practitioner->role == 'service_provider')

My availability

The hours your team member is available for appointments in your business

My Breaks

@endif

@if($practitioner->role == 'service_provider_instructor' || $practitioner->role == 'service_provider') Permissions & location @else Permissions @endif

@if($practitioner->role == 'service_provider_instructor' || $practitioner->role == 'service_provider')

Location/s

Location/s where your service provider will be working *

Online Booking

@endif

Calendars

Service provider will have full access to their own calendar.

...
If no is selected, service providers will only be able to see their own calendar. Admin will not be able to see any.
  • view_all_calendars == 1 ) checked @endif >
  • view_all_calendars == 0 ) checked @endif>
...
If no is selected, service providers can not view calendars in any location.
  • allow_to_view_calendar_locations == 1 ) checked @endif type="radio" id="{{$unique = uniqid()}}" name="allow_to_view_calendar_locations" value="1">
  • allow_to_view_calendar_locations == 0 ) checked @endif type="radio" id="{{$unique = uniqid()}}" name="allow_to_view_calendar_locations" value="0">
@if($practitioner->role == 'service_provider_instructor' || $practitioner->role == 'service_provider')

Services

Services to be conducted by your service provider *

@endif

User permissions

  • adjust_setting == 1 ) checked @endif>
  • adjust_setting == 0 ) checked @endif>
  • add_edit_user == 1 ) checked @endif>
  • add_edit_user == 0 ) checked @endif>
  • export_client_list == 1 ) checked @endif >
  • export_client_list == 0 ) checked @endif>

Adjusting Invoices

  • edit_invoice == 1 ) checked @endif>
  • edit_invoice == 0 ) checked @endif>

Clients

@if($practitioner->role == 'service_provider_instructor' || $practitioner->role == 'service_provider')

Service providers will have full access to their own client files and partial access to the files of other clients in your business unless you specify otherwise. Partial access will allow service providers to see contact details, invoices, appointments and billing details (such as concession cards, health fund and third party claims). Full access will allow them to see the medical information of all clients including intake forms, test results, documents and/or treatment notes.

@else

Full access allows instructors to view all client information, including medical details such as intake forms, test results, documents, and treatment notes.
Partial access limits visibility to contact details, invoices, appointments, and billing information.

@endif
...
If no is selected, service providers will only be able to see their own client files. Admin will not be able to see any.
  • access_all_client_files == 1 ) checked @endif >
  • access_all_client_files == 0 ) checked @endif>

Orders

Service providers will need to have access granted to view and process client orders.

  • access_client_orders == 1 ) checked @endif >
  • access_client_orders == 0 ) checked @endif>

Communication

Service providers will only see sent and received communication from their own clients. If you'd like to allow them access to see outgoing and incoming communication received from all clients, you can provide access below.

  • access_all_communication == 1 ) checked @endif >
  • access_all_communication == 0 ) checked @endif>
@if( $loggedInUser->parent_id == '' ) @else @if( $is_own_user == 0 ) @endif @endif
{{--

Permissions

  • adjust_setting == 1 ) checked @endif>
  • adjust_setting == 0 ) checked @endif>
  • add_edit_user == 1 ) checked @endif>
  • add_edit_user == 0 ) checked @endif>
  • export_client_list == 1 ) checked @endif >
  • export_client_list == 0 ) checked @endif>
...
If no is selected, service providers will only be able to see their own calendar. Admin will not be able to see any.
  • view_all_calendars == 1 ) checked @endif >
  • view_all_calendars == 0 ) checked @endif>
...
If no is selected, service providers can not view calendars in any location.
  • allow_to_view_calendar_locations == 1 ) checked @endif type="radio" id="{{$unique = uniqid()}}" name="allow_to_view_calendar_locations" value="1">
  • allow_to_view_calendar_locations == 0 ) checked @endif type="radio" id="{{$unique = uniqid()}}" name="allow_to_view_calendar_locations" value="0">
...
If no is selected, service providers will only be able to see their own client files. Admin will not be able to see any.
  • access_all_client_files == 1 ) checked @endif >
  • access_all_client_files == 0 ) checked @endif>
  • access_client_orders == 1 ) checked @endif >
  • access_client_orders == 0 ) checked @endif>
  • access_all_communication == 1 ) checked @endif >
  • access_all_communication == 0 ) checked @endif>
--}}

Association & provider numbers

@if(count($practitionerHealthFunds)) @foreach ($practitionerHealthFunds as $val) @endforeach @else @endif
Health fund Provider no. Location
{{ $val->healthcodes->name ?? "" }} {{ $val->provider_number ?? "" }} @if( $val->location == "All" ) {{ "All locations" }} @else {{ getLocationAddress($val->locations->address ?? "") }} @endif
You have not added any health fund provider numbers
@if( $practitionerLocation->count() >= 2 )
@elseif( $practitionerLocation->count() == 1 ) @endif
@endsection @section('modals')
@endsection @section('css') @endsection @section('import-scripts') {{-- --}} @endsection