mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #248
This commit is contained in:
parent
cce4ef19e5
commit
a6f3e61520
@ -58,6 +58,7 @@ class Entry
|
|||||||
public $fromAccountId;
|
public $fromAccountId;
|
||||||
/** @var string */
|
/** @var string */
|
||||||
public $fromAccountName;
|
public $fromAccountName;
|
||||||
|
/** @var int */
|
||||||
public $fromAccountNumber;
|
public $fromAccountNumber;
|
||||||
/** @var string */
|
/** @var string */
|
||||||
public $fromAccountType;
|
public $fromAccountType;
|
||||||
@ -142,10 +143,12 @@ class Entry
|
|||||||
'categoryId' => 'category-id',
|
'categoryId' => 'category-id',
|
||||||
'categoryName' => 'category-name',
|
'categoryName' => 'category-name',
|
||||||
'fromAccountId' => 'account-id',
|
'fromAccountId' => 'account-id',
|
||||||
|
'fromAccountNumber' => 'account-number',
|
||||||
'fromAccountName' => 'account-name',
|
'fromAccountName' => 'account-name',
|
||||||
'fromAccountIban' => 'account-iban',
|
'fromAccountIban' => 'account-iban',
|
||||||
'fromAccountType' => '_ignore', // no, Firefly cannot import what it exports. I know :D
|
'fromAccountType' => '_ignore', // no, Firefly cannot import what it exports. I know :D
|
||||||
'toAccountId' => 'opposing-id',
|
'toAccountId' => 'opposing-id',
|
||||||
|
'toAccountNumber' => 'account-number',
|
||||||
'toAccountName' => 'opposing-name',
|
'toAccountName' => 'opposing-name',
|
||||||
'toAccountIban' => 'opposing-iban',
|
'toAccountIban' => 'opposing-iban',
|
||||||
'toAccountType' => '_ignore',
|
'toAccountType' => '_ignore',
|
||||||
|
Loading…
Reference in New Issue
Block a user