- Full move to high charts.

- Cleanup homepage.
- Expanded libraries
- Added limits (for budgets)
- Extended models
- Added popups for charts.
- [skip-ci]
This commit is contained in:
James Cole
2014-07-17 20:52:54 +02:00
parent 5c5849b219
commit 0bcda34738
49 changed files with 1405 additions and 473 deletions

View File

@@ -42,6 +42,10 @@ class Component extends Firefly\Database\SingleTableInheritanceEntity
return $this->belongsToMany('Transaction');
}
public function limits() {
return $this->belongsTo('Limit');
}
public function transactionjournals()
{
return $this->belongsToMany('TransactionJournal');