Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

States of any application: Initiated, Pending for payment, Pending for document      verification, Pending for approval, Approved, Rejected

API Contract

View file
namebpa_stakeholder_registration (3) (1).yaml

Promotion Steps:


Backend :

...

  • Create users with state level roles(tenantId=’pb’) , BPAREG_DOC_VERIFIER, EMPLOYEE, BPAREG_APPROVER

  • Create anonymous user(related to whitelisting) . Please refer at the end of tis doc

 

  • Workflow config 

https://docs.google.com/document/d/1Wqg_S0sYvKuVapXBWIGJMZhKJ4Ehcbw12-LlIj5RSl4/edit?usp=sharing

...

View file
nameBPA Stakeholder Registration workflow config.docx

Localisation File:;https://docs.google.com/spreadsheets/d/1zh50HFNqQIwrchpJOsBHip-yeU7dF01hDCU7reEGzLg/edit?pli=1#gid=0

View file
nameBPAREG_Localisation.xlsx

SQL Query : 

Please run below sql script to add state level bank account:

...

insert into egf_bankbranch(id,bankid,code,name,address,city,state,contactperson,active,createddate ,lastmodifieddate,tenantid)  values ('8','23','123','Axis_Bank_Ltd_Punjab','Amritsar','Amrisar','Punjab','ABCD','t','2019-08-16 21:04:32.064' ,'2019-08-16 21:04:32.064','pb') 

insert into egf_bankaccount(id,bankbranchid ,chartofaccountid,fundid , accountnumber,accounttype , active ,type, createddate, lastmodifieddate ,tenantid)  values ('8','123','1234','12', '91101055559123', 'SAVINGS' ,'t' ,'RECEIPTS_PAYMENTS', '2018-08-16 21:24:48.837','2018-08-16 21:24:48.837','pb')

...