Improve account CRUD and tests.

This commit is contained in:
James Cole
2019-06-22 10:25:34 +02:00
parent 150818e673
commit 0f70cc5780
18 changed files with 480 additions and 255 deletions

View File

@@ -121,6 +121,7 @@ class GroupCollector implements GroupCollectorInterface
'source.foreign_amount as foreign_amount',
'source.foreign_currency_id as foreign_currency_id',
'foreign_currency.code as foreign_currency_code',
'foreign_currency.name as foreign_currency_name',
'foreign_currency.symbol as foreign_currency_symbol',
'foreign_currency.decimal_places as foreign_currency_decimal_places',
@@ -590,6 +591,7 @@ class GroupCollector implements GroupCollectorInterface
/**
* Return the sum of all journals.
* TODO ignores the currency.
*
* @return string
*/