Description
On the bom page, it would be very useful to see the amount a part actually cost in the reimbursement vs the bom table cost, without having to click on and navigate to the reimbursement. I think an on hover popup on the reimbursement number that shows the line items associated with that project inly would accomplish this goal very well
Acceptance Criteria
- hovering over a reimbursement request number in the BOM page of a project shows the line items pulled from that reimbursement request
Proposed Solution
- Update BOMTableWrapper.tsx to fetch the full reimbursement request data
- Filter each RR's line items to the given project's WBS
- Wrap RR# column with DynamicTooltip.tsx
Mocks
hovering over '35' would show the line items pulled from RR 35

Description
On the bom page, it would be very useful to see the amount a part actually cost in the reimbursement vs the bom table cost, without having to click on and navigate to the reimbursement. I think an on hover popup on the reimbursement number that shows the line items associated with that project inly would accomplish this goal very well
Acceptance Criteria
Proposed Solution
Mocks
hovering over '35' would show the line items pulled from RR 35
