No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
13 changed files with 58 additions and 97 deletions
-
6.ci/phpstan.neon
-
4app/Console/AutoImports.php
-
2app/Console/Commands/AutoImport.php
-
2app/Console/Commands/Import.php
-
2app/Console/HaveAccess.php
-
37app/Services/Shared/Model/ImportServiceAccount.php
-
14app/Services/Spectre/Model/TransactionExtra.php
-
2app/Support/Internal/MergesAccountLists.php
-
22resources/views/import/004-configure/partials/account-title-generic.twig
-
23resources/views/import/004-configure/partials/account-title-nordigen.twig
-
17resources/views/import/004-configure/partials/account-title-spectre.twig
-
13resources/views/import/004-configure/partials/ff3-account-nordigen.twig
-
11resources/views/import/004-configure/partials/ff3-account-spectre.twig
@ -1,23 +0,0 @@ |
|||
{# Nordigen uses identifier #} |
|||
<input |
|||
id="do_import_{{ information.import_account.identifier }}" |
|||
type="checkbox" |
|||
{% if 'disabled' == information.import_account.status %} |
|||
disabled="disabled" |
|||
{% endif %} |
|||
name="do_import[{{ information.import_account.identifier }}]" |
|||
value="1" |
|||
aria-describedby="accountsHelp" |
|||
{% if(information.firefly|length==0) %}disabled="disabled"{% endif %} |
|||
/> |
|||
<label class="form-check-label" |
|||
{% if '' != information.import_account.iban %}title="IBAN: {{ information.import_account.iban }}"{% endif %} |
|||
for="do_import_{{ information.import_account.identifier }}"> |
|||
Account "{{ information.import_account.getFullName }}" |
|||
</label> |
|||
{% if 'disabled' != information.import_account.status and '' != information.import_account.iban %} |
|||
<br><small> |
|||
IBAN: {{ information.import_account.iban }}</small>{% endif %} |
|||
{% if 'disabled' == information.import_account.status %}<br> |
|||
<small class="text-danger">(this account is |
|||
disabled)</small>{% endif %} |
@ -1,17 +0,0 @@ |
|||
<input |
|||
id="do_import_{{ information.import_account.id }}" |
|||
type="checkbox" |
|||
name="do_import[{{ information.import_account.id }}]" |
|||
value="1" |
|||
{% if 0 != configuration.getAccounts[information.import_account.id] %}checked="checked"{% endif %} |
|||
aria-describedby="accountsHelp" |
|||
{% if(information.firefly|length==0) %}disabled="disabled"{% endif %} |
|||
/> <label class="form-check-label" |
|||
{% if '' != information.import_account.iban %}title="IBAN: {{ information.import_account.iban }}"{% endif %} |
|||
for="do_import_{{ information.import_account.id }}"> |
|||
Account "{{ information.import_account.name }}" |
|||
</label> |
|||
{% if '' != information.import_account.iban %} |
|||
<br><small> |
|||
IBAN: {{ information.import_account.iban }}</small> |
|||
{% endif %} |
@ -1,13 +0,0 @@ |
|||
{% if 'disabled' != information.import_account.status %} |
|||
<select style="width:100%;" |
|||
class="custom-select custom-select-sm form-control" |
|||
name="accounts[{{ information.import_account.identifier }}]"> |
|||
{% for ff3Account in information.firefly_iii_accounts %} |
|||
{# {% if configuration.getAccounts[spectreAccount.id] == ff3Account.id %}selected{% endif %} #} |
|||
<option value="{{ ff3Account.id }}" |
|||
label="{{ ff3Account.name }}{% if ff3Account.iban %} ({{ ff3Account.iban }}){% endif %}"> |
|||
{{ ff3Account.name }}{% if ff3Account.iban %} ({{ ff3Account.iban }}){% endif %} |
|||
</option> |
|||
{% endfor %} |
|||
</select> |
|||
{% endif %} |
@ -1,11 +0,0 @@ |
|||
<select style="width:100%;" |
|||
class="custom-select custom-select-sm form-control" |
|||
name="accounts[{{ information.import_account.id }}]"> |
|||
{% for ff3Account in information.firefly_iii_accounts %} |
|||
<option value="{{ ff3Account.id }}" |
|||
{% if ff3Account.id == configuration.getAccounts[information.import_account.id] %}selected{% endif %} |
|||
label="{{ ff3Account.name }}{% if ff3Account.iban %} ({{ ff3Account.iban }}){% endif %}"> |
|||
{{ ff3Account.name }}{% if ff3Account.iban %} ({{ ff3Account.iban }}){% endif %} |
|||
</option> |
|||
{% endfor %} |
|||
</select> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue