@extends('layout.v2') @section('content')

Firefly III Data Importer, @if(str_starts_with($version, 'develop')) {{ $version }} @else v{{ $version }} @endif

Firefly III Data Importer, @if(str_starts_with($version, 'develop')) {{ $version }} @else v{{ $version }} @endif

Welcome! This tool will help you import data into Firefly III. You can find instructions in the documentation. Any links you see to the documentation will open in a new window or tab. To import data, you need to authenticate with Firefly III, and optionally with one of the data sources this importer supports.

@if($pat)

You're using a Personal Access Token to authenticate to Firefly III.

@endif @if($clientIdWithURL)

You're using a fixed Client ID and a fixed Firefly III URL to authenticate to Firefly III.

@endif @if($URLonly)

You're using a Client ID and a fixed Firefly III URL to authenticate to Firefly III.

@endif @if($flexible)

You're using a self-submitted Client ID and Firefly III URL to authenticate to Firefly III.

@endif
Configuration or connection error :(

The importer could not connect to Firefly III. Please remedy the error below first, and check out the documentation if necessary.

@if('' !== $warning)
@endif {{--
Existing and historical import jobs

This table shows you historical and current import jobs. This table does not work yet, stay tuned!

Identifier Date Status More details
--}}
Create a new import job

To start importing data into Firefly III, select your data source below and press the [Start] button.

Import data souce Availability Button!
Extra information

If you change your settings, you may need to press start over for the settings to be recognized. If you are in doubt if the button works: your session identifier is "{{ $identifier }}" and should change every time you press the @if(!$isDocker) button, @else button or restart the container, @endif but it has to stay the same when you simply refresh the page.

Start over Only refresh the page

@endsection @section('scripts') @vite(['src/pages/index/index.js']) @endsection