pdpa for koperasi

This commit is contained in:
nurafrinaalimi16
2026-06-14 15:02:45 +08:00
parent 6961697298
commit 5826f92661
2 changed files with 17 additions and 0 deletions
@@ -1102,4 +1102,20 @@ public function AdminsearchCustomerBySAG(Request $request)
return response()->json($results);
}
// public function createNotaArcc($kodcaw, Request $request)
// {
// $current = Carbon::now();
// $customer = Customer::on('mysql7')->create([
// 'kodcaw' => $kodcaw,
// 'tarikhdaftar' => $current->toDateString(),
// 'nota_arcc' => $request->nota_arcc,
// 'teller' => $request->teller,
// 'aktif' => 'A'
// ]);
// return response()->json($customer, 201);
// }
}