Esempio n. 1
0
 public function handle()
 {
     return ref_coa_ledger::create(['grup_coa' => $this->req['idparent'], 'nm_coa_ledger' => $this->req['nm_coa_ledger'], 'no_coa_ledger' => $this->req['no_coa_ledger'], 'status_balance' => $this->req['status_balance'], 'balance' => $this->req['balance'], 'keterangan' => $this->req['keterangan']]);
 }