First working version of the group collector.

This commit is contained in:
James Cole
2019-03-24 14:48:12 +01:00
parent d94b23b15d
commit c946a4040f
8 changed files with 321 additions and 43 deletions

View File

@@ -59,6 +59,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
* @property string amount
* @property string foreign_amount
* @property int transaction_group_id
* @property int transaction_journal_id
*/
class TransactionGroup extends Model
{