public function postUpdateJournalVoucher()
 {
     return $this->JournalManagerService->updateJournalVoucher($this->Input->json()->all());
 }