RCS - Add/Edit Work Request (WR)
by Anthony Bernardo

1. WR form
1.1. 001 - Generate WR #
1.2. 002 - Generate Subtask #
1.3. 003 - Populate the Flight drop down list box (ddlb)
1.4. Multiple Dependent DDLB
1.4.1. 004 - Contract ddlb
1.4.2. 005 - Program Elements ddlb
1.4.3. 006 - Ops Center ddlb
1.4.4. 007 - Faciliity ddlb
1.4.5. 008 - Charge number ddlb
1.4.6. 009 - Charge number description ddlb
1.5. 2 Selects Related
1.5.1. 010 - Product Type ddlb
1.5.2. 011 - Product Class ddlb
1.6. 012 - Product Name ddlb
1.7. 013 - Product title textbox
1.8. 014 - Customer Name ddlb
1.9. 015 - Customer Role ddlb
1.10. 016 - Support Dept ddlb
1.11. 017 - Estimated Pages textbox
1.12. 018 - Input Pages textbox
1.13. 019 - Output Pages textbox
1.14. 020 - Date Created - auto generated - label
1.15. 021 - Final Due Date - textbox with js calendar attached
1.16. 022 - Final Due Time - textbox with js calendar attached
1.17. 023 - Work Request Date Close - this should be auto generated when the Close button is clicked
1.18. 024 - Instruction Comments
2. High Level View of how this form works
2.1. User initiates a new WR
2.2. Fills required fields on the form
2.3. Add a review schedule if necessary
2.4. From this screen they can create subtasks. A complete WR must be completed before a subtask can be initiated
2.5. From this screeen they can close the WR. Closing a WR will close all subtasks associated
2.6. User can delete the WR if necessary. Delete does not actually delete but changes the status to inactive - verify that this field in the tblWorkRequest is created
2.7. SubTask Form is the WR form with some fields disabled
3. WR Form Buttons
3.1. 001 - Save - Updates the current WR
3.2. 002 - Print - Provides the user with a printer friendly version of the WR and the review schedule
3.3. 003 - Add Review Schedule
3.4. 004 - Close - Closes the WR and all associated subtasks. Adds a close status to the tblWorkRequest - Make sure this field exists
3.5. 005 - Create subtask - cannot be created unless the WR has all required fields populated
3.5.1. ADD SubTask Form
3.6. Review Schedule Form
3.6.1. Displays all review schedules associated to a WR
3.6.1.1. Status Start Date
3.6.1.2. Schedule Status
3.6.1.3. Plan to Customer Date
3.6.1.4. To Customer Date
3.6.2. Buttons
3.6.2.1. Add Review Schedule
3.6.2.1.1. Form
3.6.2.1.2. Buttons
3.6.2.2. Edit