You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
3.8 KiB

1 year ago
  1. 2023-08-05
  2. JME Japan Changes:
  3. 1. DB Clean
  4. 2. Country Related Setups
  5. 3. Customer registration country Setup: proc_online_dropDownList @flag='onlineCountrylist'
  6. 2023-08-06
  7. 1. Customer populate issue send txn page: proc_searchCustomerIRH
  8. -> Issue with countryId, was passing Japan countryid
  9. 2. Issue in login: set Japan country code while login: proc_applicationIntlLogin
  10. -> Update agentMaster agentCountry,agentCountryId to UK
  11. -> Query: update agentmaster set agentCountry='United Kingdom',agentCountryId=233 where agentCountry='japan'
  12. 3. Delete all the agents:
  13. delete from agentmaster where agentid not in (393877, 394390, 394397, 394398, 1001)
  14. delete from applicationusers where agentid not in (393877, 394390, 394397, 394398, 1001)
  15. delete from applicationusers where userid not in (10001, 10002, 52768)
  16. 4. Further work on DB Clean Task:
  17. truncate table sscDetail
  18. truncate table sscDetailHistory
  19. truncate table sscDetailTemp
  20. truncate table sscMaster
  21. truncate table sscMasterHistory
  22. truncate table creditLimit
  23. truncate table creditLimitHistory
  24. truncate table creditLimitInt
  25. truncate table creditLimitIntHistory
  26. truncate table receiveTranLimit
  27. truncate table receiveTranLimitMod
  28. truncate table sendTranLimit
  29. truncate table sendTranLimitMod
  30. truncate table TBL_TXN_COMPLIANCE_CDDI
  31. truncate table csDetail
  32. truncate table csDetailHistory
  33. truncate table csDetailRec
  34. truncate table csMaster
  35. truncate table csMasterHistory
  36. truncate table csSafeListRuleDetail
  37. truncate table csSafelistRuleDetailHistory
  38. truncate table scPayDetail
  39. truncate table scPayDetailHistory
  40. truncate table scPayMaster
  41. truncate table scPayMasterHistory
  42. truncate table crossRateDecimalMask
  43. truncate table rateMask
  44. truncate table rateMaskHistory
  45. truncate table defExRate
  46. truncate table defExRateHistory
  47. truncate table exRateTreasury
  48. truncate table exRateTreasuryHistory
  49. truncate table exRateTreasuryMod
  50. TRUNCATE TABLE AGENT_BRANCH_RUNNING_BALANCE
  51. TRUNCATE TABLE REFERRAL_AGENT_WISE
  52. 5. Replace JME with IMEUK while creating Agent: proc_agentMaster
  53. 6. Agent details updated to IME UK:
  54. -> update agentmaster set agentname='IME London', agentaddress='Pentax House, South Hill Avenue, South Harrow, London, HA2 0DU', agentcity='South Harrow', agentstate='South Harrow' where agentid=393877
  55. update agentmaster set agentname='IME London Head Office', agentaddress='Pentax House, South Hill Avenue, South Harrow, London, HA2 0DU', agentcity='South Harrow', agentstate='South Harrow' where agentid=394390
  56. 7. Delete Bank and Branch related datas and drop unnecessary tables
  57. drop table API_BANK_BRANCH_LIST_BAK
  58. drop table API_BANK_LIST_1
  59. drop table API_BANK_LIST_BAK
  60. drop table API_BANK_LIST_JULY30
  61. truncate table API_BANK_LIST_TMP
  62. truncate table API_BANK_LIST_MASTER_TMP
  63. delete from API_BANK_LIST where api_partner_id <> 394397
  64. delete from API_BANK_BRANCH_LIST where branch_id <> 584068
  65. delete from API_BANK_LIST_MASTER where bank_country<>'nepal'
  66. Misc Changes:
  67. Change Country code to: gb (for mobile number for UK)
  68. Remove Introducer from send page.
  69. PROC_REFERALSETUP: Account creation logic changed and Referral code generation logic changed
  70. 2023-08-07:
  71. 1. Service charge setup
  72. 2. Exchange Rate Setup
  73. -> Rate Mask: proc_currencyMaster @flag='bc'
  74. -> Cross Rate Decimal Mask
  75. -> Cost Rate Setup
  76. -> Exchange Rate Treasury
  77. 3.Partner Mapping (Issue)
  78. -> Same user can approve the setup
  79. 4. Load limit and collection currency
  80. -> proc_sendIRH @flag = 'acBalByAgentId'
  81. -> change @pCountryId = UK, was hardcoded
  82. 5. Populate prefecture issue in send page of customer.
  83. -> Hardcode countryid in send page.
  84. 6. Add Collect mode in send page.
  85. -> from country setup
  86. -> Update the current Send Page Field Setup, from Japan to United Kingdom
  87. 7. Customer ID type is not valid, please update ID details first!
  88. -> proc_sendIRH: change the hardcoded countryId 113 to UK country Id
  89. -> FNAGetUserCashLimitDetails: Change hardcoded value JME to IME.