public function postUpdateSettings()
 {
     return $this->SettingManagerService->updateAccountingSettings($this->Input->json()->all());
 }