mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
First (almost) functional CSV importer.
This commit is contained in:
@@ -98,7 +98,7 @@ class TestDataSeeder extends Seeder
|
||||
|
||||
protected function createAssetAccounts()
|
||||
{
|
||||
$assets = ['MyBank Checking Account', 'Savings', 'Shared', 'Creditcard'];
|
||||
$assets = ['MyBank Checking Account', 'Savings', 'Shared', 'Creditcard', 'Emergencies', 'STE'];
|
||||
$assetMeta = [
|
||||
[
|
||||
'accountRole' => 'defaultAsset',
|
||||
@@ -114,6 +114,12 @@ class TestDataSeeder extends Seeder
|
||||
'ccMonthlyPaymentDate' => '2015-05-27',
|
||||
'ccType' => 'monthlyFull'
|
||||
],
|
||||
[
|
||||
'accountRole' => 'savingAsset',
|
||||
],
|
||||
[
|
||||
'accountRole' => 'savingAsset',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user