public function getIndex()
 {
     return $this->View->make('decima-accounting::general-ledger')->with('accounts', $this->AccountManagerService->getAccounts())->with('filterDates', $this->JournalManagerService->getFirstAndLastDayOfCurrentMonth());
 }
 public function getIndex()
 {
     return $this->View->make('decima-accounting::tax-control')->with('accounts', $this->AccountManagerService->getNonGroupAccounts())->with('documentTypes', $this->JournalManagerService->getDocumentTypes())->with('employees', $this->JournalManagerService->getEmployees())->with('clients', $this->JournalManagerService->getClients())->with('suppliers', $this->JournalManagerService->getSuppliers())->with('filterDates', $this->JournalManagerService->getFirstAndLastDayOfCurrentMonth());
 }
 public function getIndex()
 {
     return $this->View->make('decima-accounting::trial-balance')->with('filterDates', $this->JournalManagerService->getFirstAndLastDayOfCurrentMonth());
 }
 public function getIndex()
 {
     return $this->View->make('decima-accounting::profit-and-loss')->with('filterDates', $this->JournalManagerService->getFirstAndLastDayOfCurrentMonth());
     //->with('costCenters', $this->JournalManagerService->getCostCenters());
 }