castle/static/js
padreug f8af54f90b Include both expense and receivable links in net settlements
Both settlement dialogs now fetch BOTH expense and receivable entries
to properly link all entries being netted in a settlement.

This ensures that when a user has:
- 2 expenses (80 EUR - castle owes user)
- 1 receivable (1000 EUR - user owes castle)

The net settlement (920 EUR) includes links to all three entries:
^exp-xxx ^exp-xxx ^rcv-xxx

This allows proper tracking of which specific entries were settled.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-15 01:40:12 +01:00
..
index.js Include both expense and receivable links in net settlements 2025-12-15 01:40:12 +01:00
permissions.js Enhance RBAC user management UI and fix permission checks 2025-11-13 10:17:28 +01:00