Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div id="integrationhub">
- <div class="card">
- <!--begin::Card body-->
- <div class="card-body">
- <!--begin::Stepper-->
- <div class="stepper stepper-links d-flex flex-column pt-15" id="kt_create_account_stepper">
- <!--begin::Nav-->
- <div class="stepper-nav mb-5">
- <!--begin::Step 1-->
- <div class="stepper-item current" data-kt-stepper-element="nav">
- <h3 class="stepper-title">{{ __('1. Fetch documents') }}</h3>
- </div>
- <!--end::Step 1-->
- <!--begin::Step 2-->
- <div class="stepper-item" data-kt-stepper-element="nav">
- <h3 class="stepper-title">{{ __('2. Rules and filters') }}</h3>
- </div>
- <!--end::Step 2-->
- <!--begin::Step 3-->
- <div class="stepper-item" data-kt-stepper-element="nav">
- <h3 class="stepper-title">{{ __('3. Handling data') }}</h3>
- </div>
- <!--end::Step 3-->
- </div>
- <!--end::Nav-->
- <!--begin::Form-->
- <form class="mx-auto mw-600px w-100 pt-15 pb-10" novalidate="novalidate" id="kt_create_account_form">
- <!--begin::Step 1-->
- <div class="current" data-kt-stepper-element="content">
- <!--begin::Wrapper-->
- <div class="w-100">
- <!--begin::Heading-->
- <div class="pb-10 pb-lg-15">
- <!--begin::Title-->
- <h2 class="fw-bold d-flex align-items-center text-dark">{{ __('Choose fetching type') }}
- <span class="ms-1" data-bs-toggle="tooltip"
- title="Billing is issued based on your selected account typ">
- <i class="ki-duotone ki-information-5 text-gray-500 fs-6">
- <span class="path1"></span>
- <span class="path2"></span>
- <span class="path3"></span>
- </i>
- </span></h2>
- <!--end::Title-->
- <!--begin::Notice-->
- <div class="text-muted fw-semibold fs-6">If you need more info, please check out
- <a href="#" class="link-primary fw-bold">Help Page</a>.
- </div>
- <!--end::Notice-->
- </div>
- <!--end::Heading-->
- <!--begin::Input group-->
- <div class="fv-row">
- <!--begin::Row-->
- <div class="row">
- <!--begin::Col-->
- <div class="col-lg-6">
- <!--begin::Option-->
- <input type="radio" class="btn-check" name="account_type"
- wire:model="selectedOption" value="email" wire:key="email"
- id="kt_create_account_form_account_type_email"
- wire:click="selectOption('email')"/>
- <label
- class="btn btn-outline btn-outline-dashed btn-active-light-primary p-7 d-flex align-items-center mb-10"
- for="kt_create_account_form_account_type_email">
- <i class="ki-duotone ki-badge fs-3x me-5">
- <span class="path1"></span>
- <span class="path2"></span>
- <span class="path3"></span>
- <span class="path4"></span>
- <span class="path5"></span>
- </i>
- <!--begin::Info-->
- <span class="d-block fw-semibold text-start">
- <span
- class="text-dark fw-bold d-block fs-4 mb-2">{{ __('Fetch from email') }}</span>
- <span
- class="text-muted fw-semibold fs-6">{{ __('Automatically fetch attachments from emails') }}</span>
- </span>
- <!--end::Info-->
- </label>
- <!--end::Option-->
- </div>
- <!--end::Col-->
- <!--begin::Col-->
- <div class="col-lg-6">
- <!--begin::Option-->
- <input type="radio" class="btn-check" name="account_type" value="corporate"
- id="kt_create_account_form_account_type_corporate"/>
- <label
- class="btn btn-outline btn-outline-dashed btn-active-light-primary p-7 d-flex align-items-center"
- for="kt_create_account_form_account_type_corporate">
- <i class="ki-duotone ki-briefcase fs-3x me-5">
- <span class="path1"></span>
- <span class="path2"></span>
- </i>
- <!--begin::Info-->
- <span class="d-block fw-semibold text-start">
- <span
- class="text-dark fw-bold d-block fs-4 mb-2">{{ __('Import from FTP') }}</span>
- <span
- class="text-muted fw-semibold fs-6">{{ __('Import files from your server') }}</span>
- </span>
- <!--end::Info-->
- </label>
- <!--end::Option-->
- </div>
- <!--end::Col-->
- <!--begin::Col-->
- <div class="col-lg-6">
- <!--begin::Option-->
- <input type="radio" class="btn-check" name="account_type" value="corporate"
- id="kt_create_account_form_account_type_corporate"/>
- <label
- class="btn btn-outline btn-outline-dashed btn-active-light-primary p-7 d-flex align-items-center"
- for="kt_create_account_form_account_type_corporate">
- <i class="ki-duotone ki-briefcase fs-3x me-5">
- <span class="path1"></span>
- <span class="path2"></span>
- </i>
- <!--begin::Info-->
- <span class="d-block fw-semibold text-start">
- <span
- class="text-dark fw-bold d-block fs-4 mb-2">{{ __('Use Invoicer email') }}</span>
- <span
- class="text-muted fw-semibold fs-6">{{ __('Send attachments to your generated email') }}</span>
- </span>
- <!--end::Info-->
- </label>
- <!--end::Option-->
- </div>
- <!--end::Col-->
- <!--begin::Col-->
- <div class="col-lg-6">
- <!--begin::Option-->
- <input type="radio" class="btn-check" name="account_type" value="corporate"
- id="kt_create_account_form_account_type_corporate"/>
- <label
- class="btn btn-outline btn-outline-dashed btn-active-light-primary p-7 d-flex align-items-center"
- for="kt_create_account_form_account_type_corporate">
- <i class="ki-duotone ki-briefcase fs-3x me-5">
- <span class="path1"></span>
- <span class="path2"></span>
- </i>
- <!--begin::Info-->
- <span class="d-block fw-semibold text-start">
- <span
- class="text-dark fw-bold d-block fs-4 mb-2">{{ __('Upload manually') }}</span>
- <span
- class="text-muted fw-semibold fs-6">{{ __('Upload invoices manually') }}</span>
- </span>
- <!--end::Info-->
- </label>
- <!--end::Option-->
- </div>
- <!--end::Col-->
- </div>
- <!--end::Row-->
- @if ($selectedOption === 'email')
- <div class="mb-3">
- <label for="emailField" class="form-label">Email</label>
- <input type="text" id="emailField" name="emailField"
- placeholder="Enter your email" wire:model="emailField"
- class="form-control"/>
- </div>
- <!-- Password Input Form -->
- <div class="mb-3">
- <label for="passwordField" class="form-label">Password</label>
- <input type="password" id="passwordField" name="passwordField"
- placeholder="Enter your password" wire:model="passwordField"
- class="form-control"/>
- </div>
- <!-- IMAP Server Input Form -->
- <div class="mb-3">
- <label for="imapServerField" class="form-label">IMAP Server</label>
- <input type="text" id="imapServerField" name="imapServerField"
- placeholder="Enter IMAP server address" wire:model="imapServerField"
- class="form-control"/>
- </div>
- <!-- IMAP Port Input Form -->
- <div class="mb-3">
- <label for="imapPortField" class="form-label">IMAP Port</label>
- <input type="text" id="imapPortField" name="imapPortField"
- placeholder="Enter IMAP port" wire:model="imapPortField"
- class="form-control"/>
- </div>
- <!-- Security Type Select Form -->
- <div class="mb-3">
- <label for="securityTypeField" class="form-label">Security Type</label>
- <select id="securityTypeField" name="securityTypeField"
- wire:model="securityTypeField"
- class="form-select form-select-lg form-select-solid"
- data-control="select2" data-placeholder="Select..."
- data-allow-clear="true" data-hide-search="true">
- <option value="ssl">SSL/TLS</option>
- <option value="starttls">STARTTLS</option>
- </select>
- </div>
- <!-- Fetch Interval Select Form -->
- <div class="mb-3">
- <label for="fetchIntervalField" class="form-label">Fetch Interval</label>
- <select id="fetchIntervalField" name="fetchIntervalField"
- wire:model="fetchIntervalField"
- class="form-select form-select-lg form-select-solid"
- data-control="select2" data-placeholder="Select..."
- data-allow-clear="true" data-hide-search="true">
- <option value="5">Every 5 minutes</option>
- <option value="60">Every hour</option>
- <option value="1440">Daily</option>
- </select>
- </div>
- @elseif ($selectedOption === 'ftp')
- <div>
- <!-- FTP Input Form -->
- <!-- Add your FTP input fields here -->
- </div>
- @endif
- </div>
- <br>
- <div class="row"> <!--begin::Input group-->
- <div class="fv-row mb-10">
- <!--begin::Label-->
- <label class="form-label required">Automatically fetch documents interval</label>
- <!--end::Label-->
- <!--begin::Input-->
- <select name="business_type" class="form-select form-select-lg form-select-solid"
- data-control="select2" data-placeholder="Select..." data-allow-clear="true"
- data-hide-search="true">
- <option></option>
- <option value="1">Every minute</option>
- <option value="1">Every hour</option>
- <option value="2">Daily</option>
- <option value="3">At two days</option>
- <option value="4">Weekly</option>
- <option value="5">Disabled</option>
- </select>
- <!--end::Input-->
- </div>
- <!--end::Input group--></div>
- <!--end::Input group-->
- </div>
- <!--end::Wrapper-->
- </div>
- <!--end::Step 1-->
- <!--begin::Step 2-->
- <div data-kt-stepper-element="content">
- <!--begin::Wrapper-->
- <div class="w-100">
- <!--begin::Heading-->
- <div class="pb-10 pb-lg-15">
- <!--begin::Title-->
- <h2 class="fw-bold text-dark">{{ __('Rules and filters') }}</h2>
- <!--end::Title-->
- <!--begin::Notice-->
- <div class="text-muted fw-semibold fs-6">If you need more info, please check out
- <a href="#" class="link-primary fw-bold">Help Page</a>.
- </div>
- <!--end::Notice-->
- </div>
- <!--end::Heading-->
- <!--begin::Input group-->
- <!--end::Input group-->
- <!--begin::Input group-->
- <div class="mb-10 fv-row">
- <!--begin::Label-->
- <label class="form-label mb-3">{{ __('Rule name') }}</label>
- <!--end::Label-->
- <!--begin::Input-->
- <input type="text" class="form-control form-control-lg form-control-solid"
- name="account_name" placeholder="" value=""/>
- <!--end::Input-->
- </div>
- <!--end::Input group-->
- <!--begin::Input group-->
- <div class="mb-0 fv-row">
- <!--begin::Label-->
- <label class="d-flex align-items-center form-label mb-5">{{ __('Document automation') }}
- <div
- class="form-text">{{ __('Select the level of document automation that works best for you in your current situation') }}</div>
- <span class="ms-1" data-bs-toggle="tooltip"
- title="Monthly billing will be based on your account plan">
- <i class="ki-duotone ki-information-5 text-gray-500 fs-6">
- <span class="path1"></span>
- <span class="path2"></span>
- <span class="path3"></span>
- </i>
- </span></label>
- <!--end::Label-->
- <!--begin::Options-->
- <div class="mb-0">
- <!--begin:Option-->
- <label class="d-flex flex-stack mb-5 cursor-pointer">
- <!--begin:Label-->
- <span class="d-flex align-items-center me-2">
- <!--begin::Icon-->
- <span class="symbol symbol-50px me-6">
- <span class="symbol-label">
- <i class="ki-duotone ki-bank fs-1 text-gray-600">
- <span class="path1"></span>
- <span class="path2"></span>
- </i>
- </span>
- </span>
- <!--end::Icon-->
- <!--begin::Description-->
- <span class="d-flex flex-column">
- <span
- class="fw-bold text-gray-800 text-hover-primary fs-5">{{ __('Confident') }}</span>
- <span
- class="fs-6 fw-semibold text-muted">{{ __('When Invoicer has confidently captured key fields from a document, it will be automated. Other documents will be presented for human review. You can customize the degree of automation by setting a confidence score threshold.') }}</span>
- </span>
- <!--end:Description-->
- </span>
- <!--end:Label-->
- <!--begin:Input-->
- <span class="form-check form-check-custom form-check-solid">
- <input class="form-check-input" type="radio"
- name="account_plan" value="1"/>
- </span>
- <!--end:Input-->
- </label>
- <!--end::Option-->
- <!--begin:Option-->
- <label class="d-flex flex-stack mb-5 cursor-pointer">
- <!--begin:Label-->
- <span class="d-flex align-items-center me-2">
- <!--begin::Icon-->
- <span class="symbol symbol-50px me-6">
- <span class="symbol-label">
- <i class="ki-duotone ki-chart fs-1 text-gray-600">
- <span class="path1"></span>
- <span class="path2"></span>
- </i>
- </span>
- </span>
- <!--end::Icon-->
- <!--begin::Description-->
- <span class="d-flex flex-column">
- <span
- class="fw-bold text-gray-800 text-hover-primary fs-5">{{ __('Always') }}</span>
- <span
- class="fs-6 fw-semibold text-muted">{{ __('Use the “Always” setting if you want to automatically export all documents.') }}</span>
- </span>
- <!--end:Description-->
- </span>
- <!--end:Label-->
- <!--begin:Input-->
- <span class="form-check form-check-custom form-check-solid">
- <input class="form-check-input" type="radio"
- checked="checked" name="account_plan"
- value="2"/>
- </span>
- <!--end:Input-->
- </label>
- <!--end::Option-->
- <!--begin:Option-->
- <label class="d-flex flex-stack mb-0 cursor-pointer">
- <!--begin:Label-->
- <span class="d-flex align-items-center me-2">
- <!--begin::Icon-->
- <span class="symbol symbol-50px me-6">
- <span class="symbol-label">
- <i class="ki-duotone ki-chart-pie-4 fs-1 text-gray-600">
- <span class="path1"></span>
- <span class="path2"></span>
- <span class="path3"></span>
- </i>
- </span>
- </span>
- <!--end::Icon-->
- <!--begin::Description-->
- <span class="d-flex flex-column">
- <span
- class="fw-bold text-gray-800 text-hover-primary fs-5">{{ __('Never') }}</span>
- <span
- class="fs-6 fw-semibold text-muted">{{ __('Enforces human review for every document processed by Invoicer AI.') }}</span>
- </span>
- <!--end:Description-->
- </span>
- <!--end:Label-->
- <!--begin:Input-->
- <span class="form-check form-check-custom form-check-solid">
- <input class="form-check-input" type="radio"
- name="account_plan" value="3"/>
- </span>
- <!--end:Input-->
- </label>
- <!--end::Option-->
- </div>
- <!--end::Options-->
- </div>
- <!--end::Input group-->
- </div>
- <!--end::Wrapper-->
- </div>
- <!--end::Step 2-->
- <!--begin::Step 3-->
- <div data-kt-stepper-element="content">
- <!--begin::Wrapper-->
- <div class="w-100">
- <!--begin::Heading-->
- <div class="pb-10 pb-lg-12">
- <!--begin::Title-->
- <h2 class="fw-bold text-dark">{{ __('') }}</h2>
- <!--end::Title-->
- <!--begin::Notice-->
- <div class="text-muted fw-semibold fs-6">If you need more info, please check out
- <a href="#" class="link-primary fw-bold">Help Page</a>.
- </div>
- <!--end::Notice-->
- </div>
- <!--end::Heading-->
- <!--begin::Col-->
- <div class="col-md-4">
- <!--begin::Card-->
- <div class="card card-flush h-md-100">
- <!--begin::Card header-->
- <div class="card-header">
- <img src="{{ image('misc/ftpimport.png') }}" width="100%">
- <!--begin::Card title-->
- <div class="card-title">
- <h2>{{ __('Export to CSV') }}</h2>
- </div>
- <!--end::Card title-->
- </div>
- <!--end::Card header-->
- <!--begin::Card body-->
- <div class="card-body pt-1">
- <!--begin::Users-->
- <div
- class="fw-bold text-gray-600 mb-5">{{ __('Automatically export documents to CSV.') }}</div>
- <!--end::Users-->
- <!--begin::Permissions-->
- <div class="d-flex flex-column text-gray-600">
- {{-- @foreach($role->permissions->shuffle()->take(5) ?? [] as $permission)--}}
- <div class="d-flex align-items-center py-2">
- <span class="bullet bg-primary me-3"></span>{{ __('Feature 1') }}</div>
- {{-- @endforeach--}}
- {{-- @if($role->permissions->count() > 5)--}}
- <div class='d-flex align-items-center py-2'>
- <span class='bullet bg-primary me-3'></span>
- <em>{{ __('Feature 2') }}</em>
- </div>
- {{-- @endif--}}
- {{-- @if($role->permissions->count() ===0)--}}
- <div class="d-flex align-items-center py-2">
- <span class='bullet bg-primary me-3'></span>
- <em>{{ __('Feature 3') }}</em>
- </div>
- {{-- @endif--}}
- </div>
- <!--end::Permissions-->
- </div>
- <!--end::Card body-->
- <!--begin::Card footer-->
- <div class="card-footer flex-wrap pt-0">
- <a href="#"
- class="btn btn-light btn-active-primary my-1 me-2">{{ __('Add Integration') }}</a>
- <button type="button" class="btn btn-light btn-active-light-primary my-1"
- data-role-id="{{ __('Text button') }}" data-bs-toggle="modal"
- data-bs-target="#kt_modal_update_role">{{ __('Details') }}</button>
- </div>
- <!--end::Card footer-->
- </div>
- <!--end::Card-->
- </div>
- <!--end::Col-->
- {{-- @endforeach--}}
- </div>
- <!--end::Wrapper-->
- </div>
- <!--end::Step 3-->
- <!--begin::Actions-->
- <div class="d-flex flex-stack pt-15">
- <!--begin::Wrapper-->
- <div class="mr-2">
- <button type="button" class="btn btn-lg btn-light-primary me-3"
- data-kt-stepper-action="previous">
- <i class="ki-duotone ki-arrow-left fs-4 me-1">
- <span class="path1"></span>
- <span class="path2"></span>
- </i>Back
- </button>
- </div>
- <!--end::Wrapper-->
- <!--begin::Wrapper-->
- <div>
- <button type="button" class="btn btn-lg btn-primary me-3" data-kt-stepper-action="submit">
- <span class="indicator-label">Submit
- <i class="ki-duotone ki-arrow-right fs-3 ms-2 me-0">
- <span class="path1"></span>
- <span class="path2"></span>
- </i></span>
- <span class="indicator-progress">Please wait...
- <span
- class="spinner-border spinner-border-sm align-middle ms-2"></span></span>
- </button>
- <button type="button" class="btn btn-lg btn-primary" data-kt-stepper-action="next">Continue
- <i class="ki-duotone ki-arrow-right fs-4 ms-1 me-0">
- <span class="path1"></span>
- <span class="path2"></span>
- </i></button>
- </div>
- <!--end::Wrapper-->
- </div>
- <!--end::Actions-->
- </form>
- <!--end::Form-->
- </div>
- <!--end::Stepper-->
- </div>
- <!--end::Card body-->
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment