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.

87 lines
2.4 KiB

1 year ago
  1. NEW TABLES :
  2. 1.MobileToken
  3. 2.Boradcast Setup
  4. -- CustomerGroup
  5. -- CustomerGroupDetail
  6. -- BroadCastNotification
  7. -- BroadCastNotificationLog
  8. -- BroadCastNotificationMobile
  9. 3.BankPayerSetup
  10. 4.IntroducerCommissionSetup
  11. 5.IntroducerCommissionDetail
  12. ALTER TABLES :
  13. 1. mobile_userRegistration
  14. 2. remittran [referralId]
  15. EXISTING SP :
  16. 1. mobile_proc_userLogin
  17. -- add Param @fcmid, @IP
  18. -- add Param @acessToken , @flag='1'
  19. -- add Param @isBiometricLogin,@biometricLoginType VARCHAR(20) , @flag='l'
  20. -- select [mobile_userRegistration].isForcePassChange
  21. 2. mobile_proc_customerMaster_V2 , @flag='update-settings'
  22. 3. JsonRx_Proc_UserRegistration
  23. -- isForcePassChange=1 @flag='pwd-reset'
  24. -- [mobile_proc_customerMaster] -- select column isForcePassChange
  25. yo Response ma hasUpdatedDefaultCredentials ma "1" ayo bhane change pin ,
  26. "2" ayo bhane change pin and pass otherwise "0" ayo bhane all is ok bhanne scenario raicha
  27. 4. proc_ApproveHoldedTxnMobile [Logic to exclude New customer commission to Agent, if txn is created by customer having Introducer.]
  28. -- add @flag = 'update-as-bank' , modify s-unverified-txn ,
  29. -- flag = 'i'
  30. 5. PROC_CALCULATE_REFERRAL_COMM
  31. 6. proc_autocomplete, add flag = 'searchCustomerIntroducerReport'
  32. 7. proc_CANCEL_TXN_CASH
  33. -- Cancel txn logic modified for bank deposit txns
  34. -- IntroducerCommission
  35. -- For mobile broadcast notification
  36. 8. proc_ApproveHoldedTXN , @flag = 'approve' [introducer]
  37. 9. Adding createdFrom , introducer searchtransaction and customerDetails
  38. -- alter proc_transactionView , @flag = 's'
  39. -- alter proc_Customerinformation @flag='details'
  40. -- vwRemitTran
  41. 10. proc_customerKYC
  42. 11. proc_cancelTranInt [Cancel txn logic modified for bank deposit txns.]
  43. 12. For Mobile Broadcast
  44. -- proc_CANCEL_TXN_CASH
  45. -- proc_customer_deposits
  46. -- proc_modifyTXN
  47. -- proc_modifyTranInt
  48. -- proc_ApproveHoldedTXN
  49. -- customerDocumentType , add @flag='s-id' , add flag = 'getById-tmp' [For renew id]
  50. 13. proc_SendTransaction
  51. 14. [Bank Payer Setup]
  52. -- /DB/SP's/Remit/proc_api_route_partners
  53. 15. [Questionnaire for mobile]
  54. -- /DB/SP's/Remit/proc_transactionView.sql [@flag = 'save-q', @flag = 'additional-cddi-mobile']
  55. -- /DB/SP's/Remit/proc_sendPageLoadData.sql.sql
  56. NEW SP :
  57. 1. ProcMobileConfig -- For BroadCastNotification
  58. 2. ProcBroadCastMobile
  59. 3. ProcBroadCastJob
  60. 4. ProcIntroducerCommissionSetup
  61. 5. ProcIntroducerCommissionSetup
  62. 6. ProBankPayerSetup