Bug #62697
Test case #42284: Post All Functionality Related Issues
Admin Mail
Status: | For Review | Start date: | 06/03/2019 | |
---|---|---|---|---|
Priority: | Normal | Due date: | 06/06/2019 | |
Assignee: | Nithin George | % Done: | 100% | |
Category: | Functionality | Estimated time: | 2.00 hours | |
Target version: | - | Spent time: | 12.90 hours | |
End_Date: | 06/06/2019 | Areas Affected: | B2B Mail | |
remarks: | Nill | Files Changed: | Nill | |
DB Changes: | Nill | Initial Planned Hours: | 02.00 | |
Keys & Permissions: | Add Keys in B2B webConfig
<add key="EnableNotificationMails" value="true"/> <add key="EnableTransactionStatusMail" value="true"/> <add key="EnableMailToBCC" value="true"/> |
Description
If a hotel get confirmed or reconfirmed by using a travel agency,master admin must get notification mail.As of now only if we reconfirm booking,admin is getting mail.
Agency-travel,pass-a
History
#1 Updated by Albin Paul about 6 years ago
- Parent task set to #42284
#2 Updated by Nithin George about 6 years ago
- Due date set to 06/03/2019
- Status changed from New to Assigned
- Assignee set to Joseph P
- Start date changed from 04/09/2019 to 06/03/2019
- Estimated time set to 2.00
- Initial Planned Hours changed from 0 to 02.00
#3 Updated by Joseph P about 6 years ago
- Status changed from Assigned to In Progress
#4 Updated by Nithin George about 6 years ago
- Due date changed from 06/03/2019 to 06/04/2019
#5 Updated by Joseph P about 6 years ago
- % Done changed from 0 to 30
Checked in local
tried to reproduce the issue in local
faced some issues.
After seeking the permission from TL, connected the 100db
logined as the given agency and searched results in TQR.
Couldn't find any.
So searched for hotel from B2B.
faced some issues in getting results.
resolved it and moved.
When tried for payment,
it showed as in sufficient balance.
made topup but some problems occoured in the paymentgateway section.
resolved it and made some transactions in TQR as confirmed and Reconfirmed.
Worked with it and found that mail wasnot sending due to the missing of a
webconfig key.
added it.
Also checked for the condition when making reconfirmed from the TQR.
Need to implement new methods to send mail there.
need more time to do this.
#6 Updated by Nithin George about 6 years ago
- Due date changed from 06/04/2019 to 06/06/2019
#7 Updated by Joseph P about 6 years ago
- Status changed from In Progress to For Review
- Assignee changed from Joseph P to Nithin George
- % Done changed from 30 to 100
- End_Date set to 06/06/2019
- remarks set to Nill
- DB Changes set to Nill
- Keys & Permissions set to Add Keys in B2B webConfig <add key="EnableNotificationMails" value="true"/> <add key="EnableTransactionStatusMail" value="true"/> <add key="EnableMailToBCC" value="true"/>
- Areas Affected set to B2B Mail
- Files Changed set to Nill
tried to add new codes to send mail to the
admin.
made some changes in related files to send mail while reconfirming the
status from the B2b side.
(Lost some time due to visual studio crashed)
Moved through the codes to find that what the issue is.
found that some keys were missing from B2B web confing.
Add Keys in B2B webConfig
keys:
<add key="EnableNotificationMails" value="true"/>
<add key="EnableTransactionStatusMail" value="true"/>
<add key="EnableMailToBCC" value="true"/>
#8 Updated by Joseph P about 6 years ago
Need to move from search to voucher
to check each condition
and also checked the parameters which is passing
through the code to send the mail.