Implement household, QR sale, team helpers assignment, and helper endpoints

This commit is contained in:
Developer
2026-06-29 16:56:33 +08:00
parent b85fc255cf
commit 7dc074e3c3
31 changed files with 1574 additions and 98 deletions

View File

@@ -23,6 +23,7 @@ class CollectionTeamResource extends JsonResource
'name' => $m->user?->full_name,
'assigned_from' => $m->assigned_from?->toDateString(),
'assigned_until' => $m->assigned_until?->toDateString(),
'status' => $m->status,
])),
'notes' => $this->notes,
'created_at' => $this->created_at?->toIso8601String(),