ronikuchan

Akuntansi serayu steel

Aug 5th, 2019 (edited)
816
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.74 KB | None | 0 0
  1. monitoring
  2. // $data_new =  array_reduce($data_monitoring, function($accumulator, $item){
  3.         //     $index = $item->customer_name;
  4.         //     if (!isset($accumulator[$index])) {
  5.         //         $accumulator[$index] = [
  6.         //             'product' => [
  7.         //                 'kode_part' => $item->kode_part,
  8.         //                 'no_part' => $item->no_part,
  9.         //                 'product_name' => $item->product_name,
  10.         //                 'qty' => $item->qty,
  11.         //                 'sub_comp' => 'sub_comp',
  12.         //             ],
  13.         //         ];
  14.         //     }
  15.         //     return $accumulator;
  16.         // }, []);
  17.  
  18.         // dd($data_monitoring);
  19.         // dd($new_data_monitoring);
Add Comment
Please, Sign In to add comment