Uploaded image for project: 'WORKTERRA'
  1. WORKTERRA
  2. WT-7061

Employee class wise rate customization or employee rates configuration

    Details

    • Type: Enhancement
    • Status: Closed
    • Priority: Medium
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: ACA
    • Labels:
      None
    • Module:
      ACA - 2017
    • Reported by:
      Harbinger
    • Item State:
      Production Complete - Closed

      Description

      Some of the companies are coming up with request for providing class-wise costs to employees.
      eg: Windstream
      City of Irvine
      Town of cary

        Attachments

          Issue Links

            Activity

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

            Nandkumar Prabhakar Karlekar,Sachin Hingole,Kumar Chhajed

            Please go through the attached document Employee Rates Customization.doc and add any points that is missing.

            Kumar Chhajed : Please start with UI and saving part.

            Show
            ramya.tantry Ramya Tantry (Inactive) added a comment - Nandkumar Prabhakar Karlekar , Sachin Hingole , Kumar Chhajed Please go through the attached document Employee Rates Customization.doc and add any points that is missing. Kumar Chhajed : Please start with UI and saving part.
            Hide
            kumar.chhajed Kumar Chhajed (Inactive) added a comment -

            Hi Sachin Hingole,

            Can you please provide Test cases for this enhancement ?

            Nandkumar Prabhakar Karlekar Ramya Tantry

            Show
            kumar.chhajed Kumar Chhajed (Inactive) added a comment - Hi Sachin Hingole , Can you please provide Test cases for this enhancement ? Nandkumar Prabhakar Karlekar Ramya Tantry
            Hide
            ramya.tantry Ramya Tantry (Inactive) added a comment -

            Files affected:

            Database Objects/MasterCompanyDB/04_Stored Procedures/dbo.OES_SP_Get_ACAIRS1095CData.StoredProcedure.sql

            Show
            ramya.tantry Ramya Tantry (Inactive) added a comment - Files affected: Database Objects/MasterCompanyDB/04_Stored Procedures/dbo.OES_SP_Get_ACAIRS1095CData.StoredProcedure.sql
            Hide
            kumar.chhajed Kumar Chhajed (Inactive) added a comment -

            Files affected -

            Modified : /branches/LB/App/BusinessLogic/Reports/ACACompanyCustomization.vb
            Modified : /branches/LB/App/ControllerAppTier/ControllerAppTier/BenAdminControllerAppTier.cs
            Added : /branches/LB/Database Objects/MasterCompanyDB/01_DDL/392_WT-7061_WTB_ACA_NewTable_ACA_1095CClassWiseRateMinCost.sql
            Added : /branches/LB/Database Objects/MasterCompanyDB/01_DDL/393_WT-7061_WTB_ACA_NewTable_ACA_1095CClassWiseRateConfiguration.sql
            Added : /branches/LB/Database Objects/MasterCompanyDB/04_Stored Procedures/dbo.OES_SP_ACA_DeleteACA1095CClassWiseRateConfigurationData.sql
            Added : /branches/LB/Database Objects/MasterCompanyDB/04_Stored Procedures/dbo.OES_SP_ACA_GetACA1095CClassWiseRateConfigurationList.sql
            Added : /branches/LB/Database Objects/MasterCompanyDB/04_Stored Procedures/dbo.OES_SP_ACA_InsertUpdateACA1095CClassWiseRateConfiguration.sql
            Added : /branches/LB/Database Objects/MasterCompanyDB/04_Stored Procedures/dbo.OES_SP_ACA_UpdateACA1095CClassWiseRateMinCost.sql
            Added : /branches/LB/Database Objects/OnlineEnrollment/07_Data/147_WT-7061_WTB_ACA_NewData_ACA_PageLevelAccess.sql
            Modified : /branches/LB/Shared Library/SharedFunction/SharedFunction/BenAdminSharedFunction.cs
            Added : /branches/LB/Shared Library/ValueObjects/ValueObjects/BenAdmin/ACA1095CClassWiseRateConfiguration.cs
            Modified : /branches/LB/Shared Library/ValueObjects/ValueObjects/ValueObjects.csproj
            Modified : /branches/LB/Shared Library/WORKTERRALocalization/WORKTERRAResource.Designer.cs
            Modified : /branches/LB/Shared Library/WORKTERRALocalization/WORKTERRAResource.es-mx.resx
            Modified : /branches/LB/Shared Library/WORKTERRALocalization/WORKTERRAResource.fr-CA.resx
            Modified : /branches/LB/Shared Library/WORKTERRALocalization/WORKTERRAResource.resx
            Modified : /branches/LB/Web/SharedFunctionWebTier/SharedFunctionWebTier/CommonClasses/SharedFunctionWebTier.cs
            Added : /branches/LB/Web/Web Projects/BenAdmin/Areas/ACA/Controllers/ACACompanyCustomization/ACA1095CClassWiseRateConfigurationController.cs
            Added : /branches/LB/Web/Web Projects/BenAdmin/Areas/ACA/Models/ACACompanyCustomization/ACA1095CClassWiseRateConfigurationModel.cs
            Added : /branches/LB/Web/Web Projects/BenAdmin/Areas/ACA/Views/ACA/ACACompanyCustomization/ACA1095CClassWiseRateConfiguration.cshtml
            Modified : /branches/LB/Web/Web Projects/BenAdmin/BenAdmin.csproj

            Show
            kumar.chhajed Kumar Chhajed (Inactive) added a comment - Files affected - Modified : /branches/LB/App/BusinessLogic/Reports/ACACompanyCustomization.vb Modified : /branches/LB/App/ControllerAppTier/ControllerAppTier/BenAdminControllerAppTier.cs Added : /branches/LB/Database Objects/MasterCompanyDB/01_DDL/392_ WT-7061 _WTB_ACA_NewTable_ACA_1095CClassWiseRateMinCost.sql Added : /branches/LB/Database Objects/MasterCompanyDB/01_DDL/393_ WT-7061 _WTB_ACA_NewTable_ACA_1095CClassWiseRateConfiguration.sql Added : /branches/LB/Database Objects/MasterCompanyDB/04_Stored Procedures/dbo.OES_SP_ACA_DeleteACA1095CClassWiseRateConfigurationData.sql Added : /branches/LB/Database Objects/MasterCompanyDB/04_Stored Procedures/dbo.OES_SP_ACA_GetACA1095CClassWiseRateConfigurationList.sql Added : /branches/LB/Database Objects/MasterCompanyDB/04_Stored Procedures/dbo.OES_SP_ACA_InsertUpdateACA1095CClassWiseRateConfiguration.sql Added : /branches/LB/Database Objects/MasterCompanyDB/04_Stored Procedures/dbo.OES_SP_ACA_UpdateACA1095CClassWiseRateMinCost.sql Added : /branches/LB/Database Objects/OnlineEnrollment/07_Data/147_ WT-7061 _WTB_ACA_NewData_ACA_PageLevelAccess.sql Modified : /branches/LB/Shared Library/SharedFunction/SharedFunction/BenAdminSharedFunction.cs Added : /branches/LB/Shared Library/ValueObjects/ValueObjects/BenAdmin/ACA1095CClassWiseRateConfiguration.cs Modified : /branches/LB/Shared Library/ValueObjects/ValueObjects/ValueObjects.csproj Modified : /branches/LB/Shared Library/WORKTERRALocalization/WORKTERRAResource.Designer.cs Modified : /branches/LB/Shared Library/WORKTERRALocalization/WORKTERRAResource.es-mx.resx Modified : /branches/LB/Shared Library/WORKTERRALocalization/WORKTERRAResource.fr-CA.resx Modified : /branches/LB/Shared Library/WORKTERRALocalization/WORKTERRAResource.resx Modified : /branches/LB/Web/SharedFunctionWebTier/SharedFunctionWebTier/CommonClasses/SharedFunctionWebTier.cs Added : /branches/LB/Web/Web Projects/BenAdmin/Areas/ACA/Controllers/ACACompanyCustomization/ACA1095CClassWiseRateConfigurationController.cs Added : /branches/LB/Web/Web Projects/BenAdmin/Areas/ACA/Models/ACACompanyCustomization/ACA1095CClassWiseRateConfigurationModel.cs Added : /branches/LB/Web/Web Projects/BenAdmin/Areas/ACA/Views/ACA/ACACompanyCustomization/ACA1095CClassWiseRateConfiguration.cshtml Modified : /branches/LB/Web/Web Projects/BenAdmin/BenAdmin.csproj
            Hide
            mahendra.mungase Mahendra Mungase (Inactive) added a comment -

            We have tested this enhancement on LB and observed that it's working as expected.Hence marking LB complete.

            Show
            mahendra.mungase Mahendra Mungase (Inactive) added a comment - We have tested this enhancement on LB and observed that it's working as expected.Hence marking LB complete.
            Hide
            mahendra.mungase Mahendra Mungase (Inactive) added a comment -

            We have tested this enhancement on Stage and observed that it's working as expected.Hence marking Stage complete.

            Show
            mahendra.mungase Mahendra Mungase (Inactive) added a comment - We have tested this enhancement on Stage and observed that it's working as expected.Hence marking Stage complete.
            Hide
            mahendra.mungase Mahendra Mungase (Inactive) added a comment -

            We have tested this enhancement on Production and observed that it's working as expected.Hence marking Production complete.

            Show
            mahendra.mungase Mahendra Mungase (Inactive) added a comment - We have tested this enhancement on Production and observed that it's working as expected.Hence marking Production complete.

              People

              Assignee:
              mahendra.mungase Mahendra Mungase (Inactive)
              Reporter:
              ramya.tantry Ramya Tantry (Inactive)
              Developer:
              Kumar Chhajed (Inactive)
              QA:
              Sachin Hingole (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - 73h 10m Original Estimate - 73h 10m
                  73h 10m
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 83h 40m
                  83h 40m