Feature #5551
openFeature #5543: Job Review Workflow (Manager Approval)
Build Review Detail Page Layout & Show Planned Quantities Table & Equipment & Labour Actual Input Section
0%
Description
Create layout structure for job review including: job summary, product list, equipment table, labour table, and totals.
Follow responsive design for web/mobile views.
Render planned product list (name, planned qty, unit price).
Provide editable input fields for entering actual quantities for each row.
Render planned equipment and labour rows.
Show editable fields for actual values.
Handle different unit types (hourly, item-based).
For every row, calculate:
Difference = Actual – Planned
Adjustment = Difference × Unit Price
Also calculate a summary: Total Planned, Total Actual, Net Adjustment.
Update values dynamically as the user types.
click on update then call api
Subtasks
Related issues