update type script dan nambah kolom member code

This commit is contained in:
2024-02-01 10:31:38 +07:00
parent 254e9e0624
commit 8a7fac07ff
4 changed files with 34 additions and 3 deletions

View File

@@ -64,6 +64,7 @@ class ReportLogResource extends JsonResource
'status' => $this->status ?? '-',
'status_final_log' => $this->status_final_log ?? '-',
'member_name' => $this->member->name,
'member_code' => $this->member->member_id,
'payment_type' => $this->payment_type,
'payment_type_name' => $this->payment_type_name,
'duration_gl' => $durationGl,