mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +00:00
New views coming soon!
This commit is contained in:
@@ -32,6 +32,27 @@ class AccountController extends \BaseController
|
|||||||
return View::make('accounts.create')->with('title', 'Create account');
|
return View::make('accounts.create')->with('title', 'Create account');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function asset() {
|
||||||
|
return View::make('accounts.asset')->with('title','Accounts')->with('subTitle','Asset accounts');
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function expense() {
|
||||||
|
return View::make('accounts.expense')->with('title','Accounts')->with('subTitle','Expense accounts');
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function revenue() {
|
||||||
|
return View::make('accounts.revenue')->with('title','Accounts')->with('subTitle','Revenue accounts');
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param Account $account
|
* @param Account $account
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user