castle/static/js
padreug 1d605be021 Removes redundant payment recording
Removes the explicit call to the record-payment API when settling a receivable.

The webhook (on_invoice_paid in tasks.py) automatically handles recording the payment in Fava, making the API call redundant. This simplifies the frontend logic.

Also, in the `showPayUserDialog` function, it now correctly identifies users who are owed payments based on a negative balance instead of a positive balance.
2025-11-10 11:13:25 +01:00
..
index.js Removes redundant payment recording 2025-11-10 11:13:25 +01:00
permissions.js Enables equity eligibility for users 2025-11-08 10:14:24 +01:00