Various fixes. Sorry, lazy day.

This commit is contained in:
James Cole
2019-08-03 06:27:56 +02:00
parent 43dbad4e4c
commit febaab62f7
9 changed files with 57864 additions and 9 deletions

View File

@@ -354,6 +354,7 @@
},
processIncomingGroupRow(transaction) {
console.log(transaction);
this.setTransactionType(transaction.type);
this.transactions.push({
description: transaction.description,
date: transaction.date.substr(0, 10),