Uploaded image for project: 'New Features 2017'
  1. New Features 2017
  2. NF-5093

Application got stuck if process eligibility check box is check for 1095C

    Details

    • Type: Bug
    • Status: Production Complete
    • Priority: Medium
    • Resolution: Bug Fixed
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: UI Refresh
    • Labels:
    • Environment:
      Others
    • Bug Type:
      Functional
    • Bug Severity:
      Medium
    • Level:
      Admin
    • Module:
      ACA
    • Reported by:
      Harbinger
    • Company:
      CHMC
    • Item State:
      Stage QA - Production Deployment on Hold

      Description

      Step:-
      1.Login with SA
      2.Search Company
      3.Navigate to IRS Report
      4.Click on Add New
      5.Select 1095C
      6.Enter all mandatory details and select process eligibility check box
      7.Click on Save and Run
      8.Application reach to Zip step

      Actual - Application stuck at that point

      Expected - It should generate 1095C pdf

        Attachments

          Activity

          mahendra.mungase Mahendra Mungase (Inactive) created issue -
          mahendra.mungase Mahendra Mungase (Inactive) made changes -
          Field Original Value New Value
          Summary Application got stuck if process eliegibility check box is check for 1095C Application got stuck if process eligibility check box is check for 1095C
          kumar.chhajed Kumar Chhajed (Inactive) made changes -
          Status Open [ 1 ] In Development [ 10007 ]
          kumar.chhajed Kumar Chhajed (Inactive) made changes -
          Item State Parent values: Development(10200)Level 1 values: In Progress(10206)
          kumar.chhajed Kumar Chhajed (Inactive) made changes -
          Item State Parent values: Development(10200)Level 1 values: In Progress(10206) Parent values: Development(10200)Level 1 values: In Analysis(10204)
          kumar.chhajed Kumar Chhajed (Inactive) made changes -
          Remaining Estimate 0h [ 0 ]
          Original Estimate 0h [ 0 ]
          kumar.chhajed Kumar Chhajed (Inactive) made changes -
          Original Estimate 0h [ 0 ] 16h [ 57600 ]
          kumar.chhajed Kumar Chhajed (Inactive) made changes -
          Time Spent 5h [ 18000 ]
          Worklog Id 92379 [ 92379 ]
          kumar.chhajed Kumar Chhajed (Inactive) logged work - 23/Nov/17 02:04 PM
          • Time Spent:
            5h
             

            Analysis
            Database setup
            Reproduce - Issue

          Hide
          nidhi.kaul Nidhi Kaul (Inactive) added a comment -

          Kumar Chhajed
          please update the dev due date.

          Thanks,
          Nidhi.

          Show
          nidhi.kaul Nidhi Kaul (Inactive) added a comment - Kumar Chhajed please update the dev due date. Thanks, Nidhi.
          kumar.chhajed Kumar Chhajed (Inactive) made changes -
          Dev Due Date 04/Dec/2018
          kumar.chhajed Kumar Chhajed (Inactive) made changes -
          Time Spent 5h [ 18000 ] 8h [ 28800 ]
          Worklog Id 93590 [ 93590 ]
          kumar.chhajed Kumar Chhajed (Inactive) logged work - 29/Nov/17 02:22 PM
          • Time Spent:
            3h
             

            Finding root cause

          kumar.chhajed Kumar Chhajed (Inactive) made changes -
          Item State Parent values: Development(10200)Level 1 values: In Analysis(10204) Parent values: Development(10200)Level 1 values: On Hold(10207)
          Hide
          ramya.tantry Ramya Tantry (Inactive) added a comment -

          This is an intermittent issue. We are doing R & D to find out the root cause and its fix.So we will not be able to commit the dev dates,

          CC:Nandkumar Prabhakar Karlekar,Gaurav Sodani,Kumar Chhajed,Revansiddha Gaur

          Show
          ramya.tantry Ramya Tantry (Inactive) added a comment - This is an intermittent issue. We are doing R & D to find out the root cause and its fix.So we will not be able to commit the dev dates, CC: Nandkumar Prabhakar Karlekar , Gaurav Sodani , Kumar Chhajed , Revansiddha Gaur
          ramya.tantry Ramya Tantry (Inactive) logged work - 27/Dec/17 03:57 PM
          • Time Spent:
            2.5h
             

            Repro issue and analysis on Azure and code map

          ramya.tantry Ramya Tantry (Inactive) made changes -
          Time Spent 8h [ 28800 ] 10.5h [ 37800 ]
          Worklog Id 98147 [ 98147 ]
          kumar.chhajed Kumar Chhajed (Inactive) made changes -
          Dev Due Date 04/Dec/2018
          Hide
          nidhi.kaul Nidhi Kaul (Inactive) added a comment -

          Ramya Tantry
          Any luck with the root cause?

          Nidhi.

          Show
          nidhi.kaul Nidhi Kaul (Inactive) added a comment - Ramya Tantry Any luck with the root cause? Nidhi.
          Hide
          kumar.chhajed Kumar Chhajed (Inactive) added a comment -

          Hi Nidhi Kaul,

          This issue is not reproducible on Local machine and codemap. This maybe an jquery issue but, we are not sure about it.
          We have implemented an alternative way for the same which need to be tested on that environment by deploying the test patch. Can you please provide us approval for test patch on azure/pre prod or let us know any other alternative to verify.

          CC Nandkumar Prabhakar Karlekar Ramya Tantry

          Show
          kumar.chhajed Kumar Chhajed (Inactive) added a comment - Hi Nidhi Kaul , This issue is not reproducible on Local machine and codemap. This maybe an jquery issue but, we are not sure about it. We have implemented an alternative way for the same which need to be tested on that environment by deploying the test patch. Can you please provide us approval for test patch on azure/pre prod or let us know any other alternative to verify. CC Nandkumar Prabhakar Karlekar Ramya Tantry
          Hide
          nidhi.kaul Nidhi Kaul (Inactive) added a comment -

          Kumar Chhajed
          We should not be doing trials on preprod. Please elaborate on what do you suspect to be a problem with jquery that could be environment specific.

          Thanks,
          Nidhi.

          Show
          nidhi.kaul Nidhi Kaul (Inactive) added a comment - Kumar Chhajed We should not be doing trials on preprod. Please elaborate on what do you suspect to be a problem with jquery that could be environment specific. Thanks, Nidhi.
          Hide
          kumar.chhajed Kumar Chhajed (Inactive) added a comment -

          Nidhi Kaul

          We have used an jquery callback function $.when which includes an .then() method. When the ajax call is completed means the report processing is complete, after that .then() method is called. In azure environment the .then() method is not getting executed. We have checked this on firefox and chrome. Also this is happening only for long running request and is not reproducible on Local machine and codemap.

          CC Nandkumar Prabhakar Karlekar Ramya Tantry

          Show
          kumar.chhajed Kumar Chhajed (Inactive) added a comment - Nidhi Kaul We have used an jquery callback function $.when which includes an .then() method. When the ajax call is completed means the report processing is complete, after that .then() method is called. In azure environment the .then() method is not getting executed. We have checked this on firefox and chrome. Also this is happening only for long running request and is not reproducible on Local machine and codemap. CC Nandkumar Prabhakar Karlekar Ramya Tantry
          kumar.chhajed Kumar Chhajed (Inactive) made changes -
          Time Spent 10.5h [ 37800 ] 11h [ 39600 ]
          Worklog Id 99194 [ 99194 ]
          kumar.chhajed Kumar Chhajed (Inactive) logged work - 03/Jan/18 02:09 PM
          • Time Spent:
            0.5h
             

            Internal Discussion

          Hide
          diana Diana Wong (Inactive) added a comment -

          Of the 6 reports, other than 1095-C, 2 other are also encountering server error.

          W2 Report - Ok
          1094-C - Server Error
          1095-C - Server Error
          1094-B - Server Error
          1095-B - Stuck on running report (raised NF-5664)
          ACA New Hire Report - Ok

          Additionally, even though I encountered server error, when I go back to the IRS Report listing, I am able to see the newly created report. If I click on them, it will once again throw server error

          Other than resolving the first server error, please also ensure the report should not show up under the listing.

          Show
          diana Diana Wong (Inactive) added a comment - Of the 6 reports, other than 1095-C, 2 other are also encountering server error. W2 Report - Ok 1094-C - Server Error 1095-C - Server Error 1094-B - Server Error 1095-B - Stuck on running report (raised NF-5664 ) ACA New Hire Report - Ok Additionally, even though I encountered server error, when I go back to the IRS Report listing, I am able to see the newly created report. If I click on them, it will once again throw server error Other than resolving the first server error, please also ensure the report should not show up under the listing.
          Hide
          mahendra.mungase Mahendra Mungase (Inactive) added a comment - - edited

          Hi Diana Wong

          We have run 1095 B, C, and 1094 B, C also we edit the same report on JE Dunn (Pre-prod) but did not get the Server Error. Can you please share company Name and Environment where you had faced above issue.

          Mahendra

          CC- Smita Pawar Sachin Hingole Ramya Tantry

          Show
          mahendra.mungase Mahendra Mungase (Inactive) added a comment - - edited Hi Diana Wong We have run 1095 B, C, and 1094 B, C also we edit the same report on JE Dunn (Pre-prod) but did not get the Server Error. Can you please share company Name and Environment where you had faced above issue. Mahendra CC- Smita Pawar Sachin Hingole Ramya Tantry
          Hide
          diana Diana Wong (Inactive) added a comment -

          Mahendra Mungase Hello! I tested it on JE Dunn account too in preproduction, but just deleted the reports because they had my name on it. Let me retest now and if I can reproduce the error, I will do a recording.

          Show
          diana Diana Wong (Inactive) added a comment - Mahendra Mungase Hello! I tested it on JE Dunn account too in preproduction, but just deleted the reports because they had my name on it. Let me retest now and if I can reproduce the error, I will do a recording.
          Hide
          diana Diana Wong (Inactive) added a comment -

          Mahendra Mungase Am able to reproduce and record the error. The experience is the same for each but split into three recordings.

          1094-C Report: Recording here
          1095-C Report: Recording here
          1094-B Report: Recording here

          Additionally I have left all the 3 reports under the listing starting with 5 Jan for your testing too.

          Show
          diana Diana Wong (Inactive) added a comment - Mahendra Mungase Am able to reproduce and record the error. The experience is the same for each but split into three recordings. 1094-C Report: Recording here 1095-C Report: Recording here 1094-B Report: Recording here Additionally I have left all the 3 reports under the listing starting with 5 Jan for your testing too.
          Hide
          mahendra.mungase Mahendra Mungase (Inactive) added a comment -

          Diana Wong Thank you for sharing details.

          Show
          mahendra.mungase Mahendra Mungase (Inactive) added a comment - Diana Wong Thank you for sharing details.
          ramya.tantry Ramya Tantry (Inactive) logged work - 05/Jan/18 12:02 PM
          • Time Spent:
            0.75h
             

            discussion with Nandkumar and ACA Team.
            Analysis of Diana's comments

          ramya.tantry Ramya Tantry (Inactive) made changes -
          Time Spent 11h [ 39600 ] 11.75h [ 42300 ]
          Worklog Id 99464 [ 99464 ]
          kumar.chhajed Kumar Chhajed (Inactive) made changes -
          Time Spent 11.75h [ 42300 ] 12.75h [ 45900 ]
          Worklog Id 99466 [ 99466 ]
          nidhi.kaul Nidhi Kaul (Inactive) made changes -
          Item State Parent values: Development(10200)Level 1 values: On Hold(10207) Parent values: Development(10200)Level 1 values: In Analysis(10204)
          kumar.chhajed Kumar Chhajed (Inactive) logged work - 05/Jan/18 02:10 PM
          • Time Spent:
            1h
             

            Discussion with Team on Diana comment

          mahendra.mungase Mahendra Mungase (Inactive) logged work - 06/Jan/18 07:12 AM
          • Time Spent:
            2.5h
             

            Bug verification

          kumar.chhajed Kumar Chhajed (Inactive) made changes -
          Item State Parent values: Development(10200)Level 1 values: In Analysis(10204) Parent values: Development(10200)Level 1 values: Ready for Local Testing(10209)
          kumar.chhajed Kumar Chhajed (Inactive) made changes -
          Code Review Date 08/Jan/2018
          Code Reviewed By Ramya Tantry [ 13001 ]
          Dev Due Date 08/Jan/2018
          Root Cause Bug [ 18430 ]
          Hide
          kumar.chhajed Kumar Chhajed (Inactive) added a comment -

          3C's -
          Concern - Application got stuck if process eligibility check box is check for 1095
          Cause - We have used an jquery callback function $.when which includes an .then() method. When the ajax call is completed means the report processing is complete, after that .then() method is called. In azure environment the .then() method is not getting executed.
          Correction - We have used Jquery.Deferred function to resolve this issue.

          Show
          kumar.chhajed Kumar Chhajed (Inactive) added a comment - 3C's - Concern - Application got stuck if process eligibility check box is check for 1095 Cause - We have used an jquery callback function $.when which includes an .then() method. When the ajax call is completed means the report processing is complete, after that .then() method is called. In azure environment the .then() method is not getting executed. Correction - We have used Jquery.Deferred function to resolve this issue.
          ramya.tantry Ramya Tantry (Inactive) made changes -
          Labels IRS_Reports
          khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
          Item State Parent values: Development(10200)Level 1 values: Ready for Local Testing(10209) Parent values: LB QA(10201)Level 1 values: LB Deployed(11600)
          kumar.chhajed Kumar Chhajed (Inactive) made changes -
          Assignee Kumar Chhajed [ kumar.chhajed ] Mahendra Mungase [ mahendra.mungase ]
          sachin.hingole Sachin Hingole (Inactive) made changes -
          Status In Development [ 10007 ] Local Testing [ 10200 ]
          kumar.chhajed Kumar Chhajed (Inactive) made changes -
          Time Spent 12.75h [ 45900 ] 18.75h [ 67500 ]
          Worklog Id 99638 [ 99638 ]
          kumar.chhajed Kumar Chhajed (Inactive) made changes -
          Worklog Id 99638 [ 99638 ]
          kumar.chhajed Kumar Chhajed (Inactive) made changes -
          Time Spent 18.75h [ 67500 ] 20.75h [ 74700 ]
          Worklog Id 99638 [ 99638 ]
          kumar.chhajed Kumar Chhajed (Inactive) logged work - 08/Jan/18 02:03 PM - edited
          • Time Spent:
            8h
             

            Coding
            Unit testing
            Codemap testing
            Code review
            Code check-ins
            Internal Discussion with ramya
            Write 3C's

          ramya.tantry Ramya Tantry (Inactive) logged work - 08/Jan/18 04:37 PM
          • Time Spent:
            1h
             

            Code review and checkin discussion

          ramya.tantry Ramya Tantry (Inactive) made changes -
          Time Spent 20.75h [ 74700 ] 21.75h [ 78300 ]
          Worklog Id 99660 [ 99660 ]
          sachin.hingole Sachin Hingole (Inactive) made changes -
          Item State Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) Parent values: LB QA(10201)Level 1 values: In Testing(10210)
          mahendra.mungase Mahendra Mungase (Inactive) made changes -
          Attachment 95C_Server_Error.jpg [ 71458 ]
          Hide
          mahendra.mungase Mahendra Mungase (Inactive) added a comment -

          Hi Kumar Chhajed

          Application throw Server Error while running 1095C.Please follow steps to repro.

          Environment - CodeMap

          Company - For QA-CHMC-Azure

          Report Name - M_95C_9Jan_1059

          Step:-
          1.Login to Application sing Sa credential
          2.Navigate ACA >> IRS Report
          3.Click on Add New
          4.Enter all mandatory details and click on save and Run button
          5.Steps pop up displayed
          6.In between of the First step - application throw Server Error.

          Actual - Server Error populate on Screen

          Expected - It should complete all steps and display complete status popup

          Hence Reopening the same JIRA

          Show
          mahendra.mungase Mahendra Mungase (Inactive) added a comment - Hi Kumar Chhajed Application throw Server Error while running 1095C.Please follow steps to repro. Environment - CodeMap Company - For QA-CHMC-Azure Report Name - M_95C_9Jan_1059 Step:- 1.Login to Application sing Sa credential 2.Navigate ACA >> IRS Report 3.Click on Add New 4.Enter all mandatory details and click on save and Run button 5.Steps pop up displayed 6.In between of the First step - application throw Server Error. Actual - Server Error populate on Screen Expected - It should complete all steps and display complete status popup Hence Reopening the same JIRA
          mahendra.mungase Mahendra Mungase (Inactive) made changes -
          Assignee Mahendra Mungase [ mahendra.mungase ] Kumar Chhajed [ kumar.chhajed ]
          mahendra.mungase Mahendra Mungase (Inactive) made changes -
          Item State Parent values: LB QA(10201)Level 1 values: In Testing(10210) Parent values: LB QA(10201)Level 1 values: Re-open(10212)
          Show
          mahendra.mungase Mahendra Mungase (Inactive) added a comment - Adding Nandkumar Prabhakar Karlekar Nidhi Kaul Ramya Tantry
          Hide
          kumar.chhajed Kumar Chhajed (Inactive) added a comment -

          This issue occurred because there was an NULL entry in Credit pool table for GenericEligibilityRuleID Column which is not expected to be NULL.

          CC Nandkumar Prabhakar Karlekar Ramya Tantry Sachin Hingole Nidhi Kaul Rakesh Roy

          Show
          kumar.chhajed Kumar Chhajed (Inactive) added a comment - This issue occurred because there was an NULL entry in Credit pool table for GenericEligibilityRuleID Column which is not expected to be NULL. CC Nandkumar Prabhakar Karlekar Ramya Tantry Sachin Hingole Nidhi Kaul Rakesh Roy
          kumar.chhajed Kumar Chhajed (Inactive) made changes -
          Assignee Kumar Chhajed [ kumar.chhajed ] Mahendra Mungase [ mahendra.mungase ]
          khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
          Item State Parent values: LB QA(10201)Level 1 values: Re-open(10212) Parent values: LB QA(10201)Level 1 values: LB Deployed(11600)
          mahendra.mungase Mahendra Mungase (Inactive) made changes -
          Item State Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) Parent values: LB QA(10201)Level 1 values: Ready for Stage(10213)
          khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
          Item State Parent values: LB QA(10201)Level 1 values: Ready for Stage(10213) Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602)
          Hide
          mahendra.mungase Mahendra Mungase (Inactive) added a comment -

          We have open other JIRA for credit pool - NF-5693 and moving this JIRA to stage.

          Mahendra

          Show
          mahendra.mungase Mahendra Mungase (Inactive) added a comment - We have open other JIRA for credit pool - NF-5693 and moving this JIRA to stage. Mahendra
          sachin.hingole Sachin Hingole (Inactive) made changes -
          Status Local Testing [ 10200 ] Stage Testing [ 10201 ]
          kumar.chhajed Kumar Chhajed (Inactive) made changes -
          Time Spent 21.75h [ 78300 ] 26.75h [ 96300 ]
          Worklog Id 99781 [ 99781 ]
          Hide
          mahendra.mungase Mahendra Mungase (Inactive) added a comment -

          Hi Diana Wong

          We have verified this issue on Pre-prod " JE Dunn For HSPL" and no server error for 1095C, 94C.

          For ACA - We run ACA for last tax year, not for current year so we would suggest customization for 1095,94C is
          From date - 01/01/2017 - To date12/31/2017
          Benefit Type - Medical

          Please verify and let me know any query

          Mahendra

          Show
          mahendra.mungase Mahendra Mungase (Inactive) added a comment - Hi Diana Wong We have verified this issue on Pre-prod " JE Dunn For HSPL" and no server error for 1095C, 94C. For ACA - We run ACA for last tax year, not for current year so we would suggest customization for 1095,94C is From date - 01/01/2017 - To date12/31/2017 Benefit Type - Medical Please verify and let me know any query Mahendra
          mahendra.mungase Mahendra Mungase (Inactive) made changes -
          Item State Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602) Parent values: Stage QA(10202)Level 1 values: Ready for Production(10217)
          mahendra.mungase Mahendra Mungase (Inactive) made changes -
          Assignee Mahendra Mungase [ mahendra.mungase ] Diana Wong [ diana ]
          kumar.chhajed Kumar Chhajed (Inactive) logged work - 09/Jan/18 02:37 PM
          • Time Spent:
            5h
             

            Analysis
            Finding root cause
            Internal Discussion with team

          Hide
          diana Diana Wong (Inactive) added a comment -

          Mahendra Mungase Kumar Chhajed

          Hi team, thank you for the update. I log in to JE Dunn for HSPL and tested the three reports. For period of 2017, I was able to generate the reports. For 2018, I am getting server error. If we cannot generate reports for future date, can we ensure we do not allow user to choose beyond completed calendar year (or whatver the logic is) because default is show current

          2017

          1094-C - Ok
          1095-C - The prompt kept flashing (video) until I even got the prompt of logout from inactivity which is bad user experience. The report did complete by around 15mins.
          1094-B - Ok

          +2018 +

          1094-C - Server Error
          1095-C - Server Error
          1094-B - Server Error

          Show
          diana Diana Wong (Inactive) added a comment - Mahendra Mungase Kumar Chhajed Hi team, thank you for the update. I log in to JE Dunn for HSPL and tested the three reports. For period of 2017, I was able to generate the reports. For 2018, I am getting server error. If we cannot generate reports for future date, can we ensure we do not allow user to choose beyond completed calendar year (or whatver the logic is) because default is show current 2017 1094-C - Ok 1095-C - The prompt kept flashing ( video ) until I even got the prompt of logout from inactivity which is bad user experience. The report did complete by around 15mins. 1094-B - Ok +2018 + 1094-C - Server Error 1095-C - Server Error 1094-B - Server Error
          diana Diana Wong (Inactive) made changes -
          Assignee Diana Wong [ diana ] Kumar Chhajed [ kumar.chhajed ]
          mahendra.mungase Mahendra Mungase (Inactive) logged work - 10/Jan/18 07:18 AM
          • Time Spent:
            0.5h
             

            Bug verification on CodeMap

          mahendra.mungase Mahendra Mungase (Inactive) logged work - 10/Jan/18 07:23 AM
          • Time Spent:
            1h
             

            Bug verification on CodeMap

          mahendra.mungase Mahendra Mungase (Inactive) logged work - 10/Jan/18 07:27 AM
          • Time Spent:
            1h
             

            Bug verification on Preprod

          Hide
          ramya.tantry Ramya Tantry (Inactive) added a comment -

          Hi Diana Wong,

          Error were generated for 2018 because 2018 PDF templates are not present. Usually,IRS releases PDF templates of tax year 3 months before actual processing. As ACA execution for Tax year 2017 is going on,PDF templates till 2017 are released by IRS.

          We have already added in our Learning(WT-12408) that when template of future date is not present,proper message should be displayed.We will be taking this up after ACA Execution is done.

          However,in case if you want to test for 2018,we can copy paste the 2017 templates so that error will not come.But the data will be written to 2017 PDF.

          CC: Nandkumar Prabhakar Karlekar,Mahendra Mungase,Sachin Hingole,Smita Pawar,Nidhi Kaul

          Show
          ramya.tantry Ramya Tantry (Inactive) added a comment - Hi Diana Wong , Error were generated for 2018 because 2018 PDF templates are not present. Usually,IRS releases PDF templates of tax year 3 months before actual processing. As ACA execution for Tax year 2017 is going on,PDF templates till 2017 are released by IRS. We have already added in our Learning( WT-12408 ) that when template of future date is not present,proper message should be displayed.We will be taking this up after ACA Execution is done. However,in case if you want to test for 2018,we can copy paste the 2017 templates so that error will not come.But the data will be written to 2017 PDF. CC: Nandkumar Prabhakar Karlekar , Mahendra Mungase , Sachin Hingole , Smita Pawar , Nidhi Kaul
          ramya.tantry Ramya Tantry (Inactive) logged work - 10/Jan/18 12:18 PM
          • Time Spent:
            1h
             

            Discussion with Kumar and Draft reply

          ramya.tantry Ramya Tantry (Inactive) made changes -
          Assignee Kumar Chhajed [ kumar.chhajed ] Diana Wong [ diana ]
          ramya.tantry Ramya Tantry (Inactive) made changes -
          Time Spent 26.75h [ 96300 ] 27.75h [ 99900 ]
          Worklog Id 99860 [ 99860 ]
          Hide
          diana Diana Wong (Inactive) added a comment -

          Thank you for the update; saw the note on WT-12408. Nope I don't need to test 2018 data on 2017 template, just need to make sure we are showing the prompt and not letting them run without updated template. Team can also consider in WT-12408 for the default date on page load to be based on the year the latest template is available for. We can close this ticket now. Appreciate it.

          Show
          diana Diana Wong (Inactive) added a comment - Thank you for the update; saw the note on WT-12408 . Nope I don't need to test 2018 data on 2017 template, just need to make sure we are showing the prompt and not letting them run without updated template. Team can also consider in WT-12408 for the default date on page load to be based on the year the latest template is available for. We can close this ticket now. Appreciate it.
          diana Diana Wong (Inactive) made changes -
          Assignee Diana Wong [ diana ] Ramya Tantry [ ramya.tantry ]
          Hide
          ramya.tantry Ramya Tantry (Inactive) added a comment -

          Hi Diana Wong,

          Thanks for your input. We will add in our learning about the default date to be populated on IRS reports.

          Show
          ramya.tantry Ramya Tantry (Inactive) added a comment - Hi Diana Wong , Thanks for your input. We will add in our learning about the default date to be populated on IRS reports.
          ramya.tantry Ramya Tantry (Inactive) made changes -
          Assignee Ramya Tantry [ ramya.tantry ] Mahendra Mungase [ mahendra.mungase ]
          nidhi.kaul Nidhi Kaul (Inactive) made changes -
          Item State Parent values: Stage QA(10202)Level 1 values: Ready for Production(10217) Parent values: Stage QA(10202)Level 1 values: Production Deployment on Hold(10224)
          mahendra.mungase Mahendra Mungase (Inactive) made changes -
          Time Spent 27.75h [ 99900 ] 30.25h [ 108900 ]
          Worklog Id 102464 [ 102464 ]
          mahendra.mungase Mahendra Mungase (Inactive) made changes -
          Time Spent 30.25h [ 108900 ] 30.75h [ 110700 ]
          Worklog Id 102473 [ 102473 ]
          mahendra.mungase Mahendra Mungase (Inactive) made changes -
          Time Spent 30.75h [ 110700 ] 31.75h [ 114300 ]
          Worklog Id 102480 [ 102480 ]
          mahendra.mungase Mahendra Mungase (Inactive) made changes -
          Time Spent 31.75h [ 114300 ] 32.75h [ 117900 ]
          Worklog Id 102483 [ 102483 ]
          sachin.hingole Sachin Hingole (Inactive) made changes -
          Status Stage Testing [ 10201 ] In Production Testing [ 10202 ]
          sachin.hingole Sachin Hingole (Inactive) made changes -
          Resolution Bug Fixed [ 10402 ]
          Status In Production Testing [ 10202 ] Production Complete [ 10028 ]
          Transition Time In Source Status Execution Times
          Kumar Chhajed (Inactive) made transition -
          Open In Development
          2d 23h 28m 1
          Sachin Hingole (Inactive) made transition -
          In Development In LB Testing
          46d 5h 36m 1
          Sachin Hingole (Inactive) made transition -
          In LB Testing Stage Testing
          21h 15m 1
          Sachin Hingole (Inactive) made transition -
          Stage Testing In Production Testing
          106d 10h 22m 1
          Sachin Hingole (Inactive) made transition -
          In Production Testing Production Complete
          4m 50s 1

            People

            Assignee:
            mahendra.mungase Mahendra Mungase (Inactive)
            Reporter:
            mahendra.mungase Mahendra Mungase (Inactive)
            Developer:
            Kumar Chhajed (Inactive)
            QA:
            Mahendra Mungase (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:
              Dev Due Date:
              Code Review Date:

                Time Tracking

                Estimated:
                Original Estimate - 16h Original Estimate - 16h
                16h
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 32.75h
                32.75h