USER CASH-UP PATCH - OPLAAI INSTRUKSIES

Laai hierdie 2 files op in dieselfde folder as jou polisstelsel index.html/index.php:

1) user_cashup_patch.js
2) user_cashup_print.css

Maak dan jou bestaande index.html of index.php oop en sit hierdie 2 lyne net voor </body>:

<link rel="stylesheet" href="user_cashup_print.css?v=20260627">
<script src="user_cashup_patch.js?v=20260627"></script>

WAT DIT DOEN:
- User rol sien net toegelate knoppies.
- Admin/Supervisor sien nog alles.
- Voeg Cash-Up knoppie by.
- Cash-Up wys net die aangemelde User se eie betalings vir die dag.
- Deleted/Voided/Cancelled betalings word uitgesluit.
- Cash-Up kan gedruk word of as CSV/Excel afgelaai word.
- Lapsed polisse word geblok wanneer betaling probeer capture word.

BELANGRIK:
- Maak eers backup van jou huidige index.html/index.php.
- Hierdie patch verander nie jou data file nie.
- Indien jou live stelsel PHP/server-side payments gebruik, moet dieselfde filters ook in jou PHP report endpoint toegepas word: WHERE user_id/current_user AND status='SUCCESS' AND deleted=0 AND capture_date=selected_date.
