forked from frappe/erpnext
-
Notifications
You must be signed in to change notification settings - Fork 20
feat(Task): Rework / Rectification #473
Copy link
Copy link
Open
Description
Task Dependency
We want some tasks to have references of it's dependent tasks. QC task is mostly regarding another job / task, so we will link the Actual Work tasks in QC Task in the Dependent Tasks depends_on table.
- Table's subject and repair order field is not being auto fetched, fix the fetch from
- Add column in Service Template Task table to enter a comma separated row number of dependent tasks
- On "Create Service Template Tasks" button, set the dependency table based on the new column
- Improve cannot completed becuase of depedent task error message, show Subject along with Task ID
- On Splitting Task, update all tasks that depends on the original task, add row for the newly created task
- Manual Task Creation Dependency (to discuss with Wasiq)
Rework
- Action Button to "Create Rework Task" that will create 2 tasks: Actual Work Task, QC Task
- We will have to select which one was the Actual Work task out all the tasks in the same Project/Repair Order
- In the new Actual Work Task, add 2 tasks in dependency: the selected actual work task and the task from which we are creating the rework task
- In the new QC Task, add only the newly create Actual Work Task as dependency
- New Actual Work Task should have the same Task Type as the select actual work task we're reworking for
- New QC Task should have the same Task Type as the task from which we create the Rework Tasks
Reference Print
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
