No known key found for this signature in database
GPG Key ID: BDE6667570EADBD5
71 changed files with 1005 additions and 973 deletions
-
80app/Console/AutoImports.php
-
2app/Console/Commands/AutoImport.php
-
3app/Console/Commands/Import.php
-
2app/Exceptions/ImporterErrorException.php
-
2app/Http/Controllers/AutoUploadController.php
-
39app/Http/Controllers/DebugController.php
-
2app/Http/Controllers/Import/CSV/RoleController.php
-
232app/Http/Controllers/Import/ConfigurationController.php
-
2app/Http/Controllers/Import/ConversionController.php
-
155app/Http/Controllers/Import/MapController.php
-
6app/Http/Controllers/Import/Nordigen/LinkController.php
-
1app/Http/Controllers/Import/Nordigen/SelectionController.php
-
14app/Http/Controllers/Import/SubmitController.php
-
3app/Http/Controllers/ServiceController.php
-
6app/Http/Controllers/TokenController.php
-
264app/Http/Middleware/IsReadyForStep.php
-
89app/Services/CSV/Configuration/Configuration.php
-
2app/Services/CSV/Conversion/RoutineManager.php
-
4app/Services/CSV/Conversion/Task/Accounts.php
-
6app/Services/CSV/File/FileReader.php
-
1app/Services/CSV/Mapper/MapperService.php
-
2app/Services/CSV/Roles/RoleService.php
-
2app/Services/CSV/Specifics/SpecificService.php
-
1app/Services/Nordigen/Conversion/Routine/TransactionProcessor.php
-
6app/Services/Nordigen/Conversion/RoutineManager.php
-
152app/Services/Nordigen/Model/Account.php
-
28app/Services/Nordigen/Model/Balance.php
-
129app/Services/Nordigen/Model/Transaction.php
-
4app/Services/Nordigen/Request/ListBanksRequest.php
-
2app/Services/Nordigen/Request/PostNewRequisitionRequest.php
-
82app/Services/Nordigen/Request/Request.php
-
6app/Services/Nordigen/Response/GetTransactionsResponse.php
-
1app/Services/Nordigen/Response/ListAccountsResponse.php
-
25app/Services/Nordigen/Response/ListBanksResponse.php
-
78app/Services/Nordigen/TokenManager.php
-
46app/Services/Session/Constants.php
-
16app/Services/Shared/Conversion/GeneratesIdentifier.php
-
84app/Services/Shared/Import/Routine/ApiSubmitter.php
-
14app/Services/Shared/Import/Routine/RoutineManager.php
-
4app/Services/Spectre/AuthenticationValidator.php
-
2app/Services/Spectre/Conversion/Routine/FilterTransactions.php
-
4app/Services/Spectre/Model/Account.php
-
26app/Services/Spectre/Model/Connection.php
-
2app/Services/Spectre/Model/Customer.php
-
34app/Services/Spectre/Model/Transaction.php
-
6app/Services/Spectre/Model/TransactionExtra.php
-
2app/Services/Spectre/Request/GetAccountsRequest.php
-
2app/Services/Spectre/Request/GetTransactionsRequest.php
-
2app/Services/Spectre/Request/ListConnectionsRequest.php
-
2app/Services/Spectre/Request/ListCustomersRequest.php
-
2app/Services/Spectre/Request/PostConnectSessionsRequest.php
-
2app/Services/Spectre/Response/ListCustomersResponse.php
-
2app/Services/Spectre/Response/PostConnectSessionResponse.php
-
8config/app.php
-
10config/auth.php
-
14config/filesystems.php
-
42config/ide-helper.php
-
8config/nordigen.php
-
2config/transaction_types.php
-
26config/twigbridge.php
-
82resources/views/emails/import/finished.blade.php
-
9resources/views/import/002-authenticate/index.twig
-
7resources/views/import/003-upload/index.twig
-
34resources/views/import/004-configure/index.twig
-
6resources/views/import/005-roles/index.twig
-
3resources/views/import/006-mapping/index.twig
-
9resources/views/import/009-selection/index.twig
-
18resources/views/token/client_id.twig
-
9resources/views/token/index.twig
-
2routes/channels.php
-
4routes/web.php
@ -1,57 +1,57 @@ |
|||
@component('mail::message') |
|||
# Result of your import on {{ $time }}
|
|||
# Result of your import on {{ $time }}
|
|||
|
|||
<hr> |
|||
<hr> |
|||
|
|||
@if(count($errors) > 0) |
|||
## Errors
|
|||
@endif |
|||
@if(count($errors) > 0) |
|||
## Errors
|
|||
@endif |
|||
|
|||
@foreach($errors as $index => $objList) |
|||
@foreach($objList as $message) |
|||
- Line #{{ $index + 1 }}: {{ $message }}
|
|||
@endforeach |
|||
@endforeach |
|||
@foreach($errors as $index => $objList) |
|||
@foreach($objList as $message) |
|||
- Line #{{ $index + 1 }}: {{ $message }}
|
|||
@endforeach |
|||
@endforeach |
|||
|
|||
@if(count($warnings) > 0) |
|||
## Warnings
|
|||
@endif |
|||
@if(count($warnings) > 0) |
|||
## Warnings
|
|||
@endif |
|||
|
|||
@foreach($warnings as $index => $objList) |
|||
@foreach($objList as $message) |
|||
- Line #{{ $index + 1 }}: {{ $message }}
|
|||
@endforeach |
|||
@endforeach |
|||
@foreach($warnings as $index => $objList) |
|||
@foreach($objList as $message) |
|||
- Line #{{ $index + 1 }}: {{ $message }}
|
|||
@endforeach |
|||
@endforeach |
|||
|
|||
@if(count($messages) > 0) |
|||
## Messages
|
|||
@endif |
|||
@if(count($messages) > 0) |
|||
## Messages
|
|||
@endif |
|||
|
|||
@foreach($messages as $index => $objList) |
|||
@foreach($objList as $message) |
|||
- Line #{{ $index + 1 }}: {!! $message !!}
|
|||
@endforeach |
|||
@endforeach |
|||
@foreach($messages as $index => $objList) |
|||
@foreach($objList as $message) |
|||
- Line #{{ $index + 1 }}: {!! $message !!}
|
|||
@endforeach |
|||
@endforeach |
|||
|
|||
<hr> |
|||
<hr> |
|||
|
|||
@if(0 === count($errors)) |
|||
_No errors detected_ |
|||
@endif |
|||
@if(0 === count($errors)) |
|||
_No errors detected_ |
|||
@endif |
|||
|
|||
@if(0 === count($warnings)) |
|||
_No warnings detected_ |
|||
@endif |
|||
@if(0 === count($warnings)) |
|||
_No warnings detected_ |
|||
@endif |
|||
|
|||
@if(0 === count($messages)) |
|||
_No messages detected_ |
|||
@endif |
|||
@if(0 === count($messages)) |
|||
_No messages detected_ |
|||
@endif |
|||
|
|||
@component('mail::button', ['url' => $url]) |
|||
Go to Firefly III |
|||
@endcomponent |
|||
@component('mail::button', ['url' => $url]) |
|||
Go to Firefly III |
|||
@endcomponent |
|||
|
|||
Enjoy!<br> |
|||
Firefly III Data Importer, v{{ config('importer.version') }} |
|||
Enjoy!<br> |
|||
Firefly III Data Importer, v{{ config('importer.version') }} |
|||
|
|||
@endcomponent |
Write
Preview
Loading…
Cancel
Save
Reference in new issue