• Mahmoud Aglan's avatar
    feat(waiver): Round 2 UX — comprehensive debt check, children details, payment in target's name · 83f24d7a
    Mahmoud Aglan authored
    - checkDebtsComprehensive() returns per-person breakdown (name, type, debt_type, period, amount)
    - getDependentDetails() calculates age, DOB, age category for children
    - New sendToCashier route creates payment request in TARGET member's name (buyer pays)
    - Detailed receipt breakdown with both member names and per-category fees
    - show.php: per-person debt table, children comparison, status indicators, go-to-payment button
    - create.php: detailed debt display with person labels, children age table
    - Status flow: requested → approved → send to cashier → fee_paid → complete
    Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
    83f24d7a
Name
Last commit
Last update
..
Contracts Loading commit data...
DTO Loading commit data...
Events Loading commit data...
Exceptions Loading commit data...
Facades Loading commit data...
Middleware Loading commit data...
Migration Loading commit data...
Providers Loading commit data...
Registries Loading commit data...
Seeder Loading commit data...
Testing Loading commit data...
ApiController.php Loading commit data...
ApiResponse.php Loading commit data...
App.php Loading commit data...
Autoloader.php Loading commit data...
CSRF.php Loading commit data...
Cache.php Loading commit data...
Config.php Loading commit data...
Controller.php Loading commit data...
Database.php Loading commit data...
DebugBar.php Loading commit data...
EventBus.php Loading commit data...
ExceptionHandler.php Loading commit data...
Facade.php Loading commit data...
Helpers.php Loading commit data...
Logger.php Loading commit data...
Model.php Loading commit data...
ModuleRegistry.php Loading commit data...
Pagination.php Loading commit data...
QueryBuilder.php Loading commit data...
Repository.php Loading commit data...
Request.php Loading commit data...
Response.php Loading commit data...
Router.php Loading commit data...
ServiceProvider.php Loading commit data...
Session.php Loading commit data...
Template.php Loading commit data...
Validator.php Loading commit data...