feat(store): complete partner store overhaul with mapping, household search, financial analytics, and resident notification system

This commit is contained in:
Developer
2026-07-02 12:47:50 +08:00
parent 647af45b99
commit c4cbdb42c7
20 changed files with 692 additions and 227 deletions

View File

@@ -138,7 +138,7 @@ class StoreOperations
if ($household->head) {
Notification::send(
$household->head,
new CodesPurchased($quantity, $totalRetail, $store->business_name),
new CodesPurchased($quantity, $totalRetail, $store->business_name, $sale->id),
);
}