Client comments-Extra features #117337
Agency Management and Markup/Discount New requirement
Status: | Fixed not Tested | Start date: | 01/14/2022 | |
---|---|---|---|---|
Priority: | Normal | Due date: | 01/14/2022 | |
Assignee: | Jithin J | % Done: | 100% | |
Category: | - | Spent time: | 19.50 hours | |
Target version: | - | |||
End_Date: | 01/12/2022 | Areas Affected: | Destination mark up and discount|
Block airline |
|
remarks: | nil | Files Changed: | B2Bweb/App_GlobalResources/CommonResources.ar.resx
B2Bweb/App_GlobalResources/CommonResources.Designer.cs B2Bweb/App_GlobalResources/CommonResources.resx B2Bweb/Areas/AdminWeb/Controllers/BusinessJsonController.cs B2Bweb/Areas/AdminWeb/Controllers/UserController.cs B2Bweb/Areas/AdminWeb/Controllers/UserJsonController.cs B2Bweb/Areas/AdminWeb/Models/BlockAirlineSettingsModel.cs B2Bweb/Areas/AdminWeb/Models/BusinessModel.cs B2Bweb/Areas/AdminWeb/Views/Business/DestinationWiseMarkup.cshtml B2Bweb/Areas/AdminWeb/Views/User/BlockAirlineSettings.cshtml B2Bweb/B2Bweb-MVC.csproj B2Bweb/Code/FareSummary.cs B2Bweb/Code/UIDataAssembler.cs B2Bweb/Code/WebCache.cs B2Bweb/Content/js/BlockAirlineSettings.js B2Bweb/Content/js/destinationwisemarkup.js B2Bweb/Views/Shared/_AdminWebMenu.cshtml CommonProjects/CommonDTOs/CommonDTOs - Mobile.csproj CommonProjects/CommonDTOs/DTOs/APICredentialListDTO.cs CommonProjects/CommonDTOs/DTOs/B2BPermission/PermissionStruct.cs CommonProjects/CommonDTOs/DTOs/BlockAirlineSettingsDTO.cs CommonProjects/CommonDTOs/DTOs/MarkUpSettingsbyDestinationDTO.cs CommonProjects/DataProvider/DataAccess/BlockAirlineSettingsDA.cs CommonProjects/DataProvider/DataAccess/HapDA.cs CommonProjects/DataProvider/DataProvider - MVC.csproj CommonProjects/TravelBusiness/BlockAirlineSettingsService.cs CommonProjects/TravelBusiness/TravelBusiness - MVC.csproj |
|
DB Changes: | New Table
-------------- BlockAirlineSettings New SP's ---------------- SelectAllApiCredentialsByApiid UspBlockAirlineSettings_Save UspBlockAirlineSettings_GetById UspBlockAirlineSettings_GetAll UspBlockAirlineSettings_Delete UspBlockAirlineSettings_GetByParams Modified SP's -------------------- SelectAllCommissionSettingsByDestinationWithIATABranchID SelectAllCommissionSettingsByDestinationWithCompanyID |
Initial Planned Hours: | 16 | |
Keys & Permissions: | Please add the following permissions Enable CountryWise Discount EnableBlockAirlines |
Description
1. Select/specify a list of Galileo airlines per agency.
2. Corresponding markup/discounts (like Qgoonline) per agency.
Subtasks
History
#1 Updated by Nithin George over 3 years ago
- Due date set to 01/10/2022
- Status changed from New to Assigned
- Assignee set to Jithin J
#2 Updated by Jithin J over 3 years ago
- Status changed from Assigned to In Progress
#3 Updated by Nithin George over 3 years ago
- Due date changed from 01/10/2022 to 01/13/2022
- Start date changed from 01/06/2022 to 01/10/2022
- Estimated time set to 32.00
#4 Updated by Jithin J over 3 years ago
1. Admin side changes completed(saving, edit and update). Need to handle b2c side to restrict or allow airline result
#5 Updated by Jithin J over 3 years ago
- % Done changed from 0 to 90
1. Completed. Brought a new from to enable or disable airline result(Admin Management -> Block Airline)
2. Completed markup up section. Added field to select preferred airline in the destination markup form. Need to check
destination discount section. code is already there
#6 Updated by Jithin J over 3 years ago
- Status changed from In Progress to For Review
- Assignee changed from Jithin J to Nithin George
- % Done changed from 90 to 100
- End_Date set to 01/12/2022
- remarks set to nil
- DB Changes set to New Table -------------- BlockAirlineSettings New SP's ---------------- SelectAllApiCredentialsByApiid UspBlockAirlineSettings_Save UspBlockAirlineSettings_GetById UspBlockAirlineSettings_GetAll UspBlockAirlineSettings_Delete UspBlockAirlineSettings_GetByParams Modified SP's -------------------- SelectAllCommissionSettingsByDestinationWithIATABranchID SelectAllCommissionSettingsByDestinationWithCompanyID
- Keys & Permissions set to Please add the following permissions Enable CountryWise Discount EnableBlockAirlines
- Areas Affected set to Destination mark up and discount| Block airline
- Files Changed set to B2Bweb/App_GlobalResources/CommonResources.ar.resx B2Bweb/App_GlobalResources/CommonResources.Designer.cs B2Bweb/App_GlobalResources/CommonResources.resx B2Bweb/Areas/AdminWeb/Controllers/BusinessJsonController.cs B2Bweb/Areas/AdminWeb/Controllers/UserController.cs B2Bweb/Areas/AdminWeb/Controllers/UserJsonController.cs B2Bweb/Areas/AdminWeb/Models/BlockAirlineSettingsModel.cs B2Bweb/Areas/AdminWeb/Models/BusinessModel.cs B2Bweb/Areas/AdminWeb/Views/Business/DestinationWiseMarkup.cshtml B2Bweb/Areas/AdminWeb/Views/User/BlockAirlineSettings.cshtml B2Bweb/B2Bweb-MVC.csproj B2Bweb/Code/FareSummary.cs B2Bweb/Code/UIDataAssembler.cs B2Bweb/Code/WebCache.cs B2Bweb/Content/js/BlockAirlineSettings.js B2Bweb/Content/js/destinationwisemarkup.js B2Bweb/Views/Shared/_AdminWebMenu.cshtml CommonProjects/CommonDTOs/CommonDTOs - Mobile.csproj CommonProjects/CommonDTOs/DTOs/APICredentialListDTO.cs CommonProjects/CommonDTOs/DTOs/B2BPermission/PermissionStruct.cs CommonProjects/CommonDTOs/DTOs/BlockAirlineSettingsDTO.cs CommonProjects/CommonDTOs/DTOs/MarkUpSettingsbyDestinationDTO.cs CommonProjects/DataProvider/DataAccess/BlockAirlineSettingsDA.cs CommonProjects/DataProvider/DataAccess/HapDA.cs CommonProjects/DataProvider/DataProvider - MVC.csproj CommonProjects/TravelBusiness/BlockAirlineSettingsService.cs CommonProjects/TravelBusiness/TravelBusiness - MVC.csproj
1) Completed. Brought a new from to enable or disable airline result(Admin Management -> Block Airline). Please enable 'EnableBlockAirlines' permission
2) Completed. Please enable 'Enable Country Wise Discount' permission. Added field to select preferred airline(Destination mark up and destination discount)
New Table
--------------
BlockAirlineSettings
New SP's
----------------
SelectAllApiCredentialsByApiid
UspBlockAirlineSettings_Save
UspBlockAirlineSettings_GetById
UspBlockAirlineSettings_GetAll
UspBlockAirlineSettings_Delete
UspBlockAirlineSettings_GetByParams
Modified SP's
--------------------
SelectAllCommissionSettingsByDestinationWithIATABranchID
SelectAllCommissionSettingsByDestinationWithCompanyID
#7 Updated by Nithin George over 3 years ago
- Status changed from For Review to Fixed not Tested
- Assignee changed from Nithin George to Jithin J