-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Feature Request — Work Order Detail: Linked Expenses
Found during: Manual testing of Work Order detail page
Page: Work Order Detail → Linked Expenses section
Current Behavior
The Linked Expenses list on the Work Order detail page displays expense items (date, description, category, amount) with only an unlink icon. There is no way to:
- Click on an expense row to navigate to the expense detail page
- Edit or delete an expense directly from this list
Expected Behavior
-
Clickable rows: Each expense item should be clickable, navigating to the expense detail page — consistent with the global expenses list behavior.
-
Actions column: Add an actions column (like the income table already has) with:
- Edit action — navigate to edit expense or open edit dialog
- Delete action — delete the expense (with confirmation)
- Keep the existing Unlink action
Reference
The income table on the same Work Order detail page already has an actions column pattern that should be mirrored here for consistency.
Screenshot
Linked Expenses section currently shows expense rows with only an unlink icon — no click navigation, no edit/delete actions.
Labels: enhancement, frontend, work-orders