Open Ramu-kandimalla opened 1 month ago
this will require changes to case summary API https://github.com/pucardotorg/dristi/issues/2223
@suresh12 @Ramu-kandimalla @manimaarans
Tested in dev and it will be pushed to qa along with all other changes in develop
Hi @rajeshcherukumalli : Attaching the test cases https://docs.google.com/spreadsheets/d/1z_k37XuZ7ukn57uscGD30gb5of6NsYXrfQKiWYQVW2o/edit?pli=1&gid=0#gid=0 cc : @Ramu-kandimalla
Hi @Ramu-kandimalla, Tested in DPG-DEV env, working fine as expected: cc: @rajeshcherukumalli
@manimaarans here are the final requirements
@Ramu-kandimalla @suresh12 @Susmitabe @Taherabharmal FYI as well.
@manimaarans here are the final requirements
- Application should be assigned a number (CMP Format) after is signed and paid for i.e. when it is in PENDING_APPROVAL state.
- Application Number will be null when the application is created
- In the Submission TAB on UI, "Submission ID" will remain blank, if the application Number is null
@Ramu-kandimalla @suresh12 @Susmitabe @Taherabharmal FYI as well.
The application number is used for workflow business service, and payment. Might be having cascading issues as the application number is primarily used for querying applications can we introduce a new applicationCmpNumber field, so it can be kept null and generated after conditions are met for number generation? so the only changes we might need to make is to identify all places where we need to use cmp and use this field in that place?
cc: @Ramu-kandimalla @rajeshcherukumalli @vaibhavct @anirudh-0
as per discussion
1..only voluntary submission and delay condonation will get CMP number when they reach pending approval State.
2.Delay condonation in pending approval state won't come up as open application in causelist pdf . @Taherabharmal @devarajd94 Please confirm this
3.Delay condonation will get CMP number before the case gets CMP number
cc: @atulgupta2024 @nileshgupta111 @Ramu-kandimalla
@atulgupta2024 what should be the applicationNumber on create for voluntary submission cc @manimaarans @Ramu-kandimalla
Hi @atulgupta2024 for application number generation we will generate based filing number before cc: @nileshgupta111
Hi @nileshgupta111, The CMP No for Delay condonation and voluntary submissions is not coming when it is in 'Pending review' and 'completed' stage.
cc : @rajeshcherukumalli @Ramu-kandimalla
@iknoorkaur It will only be generated once it reaches PENDINGAPPROVAL state . else it will be null
Hi @Ramu-kandimalla , Tested in dpg-dev, the following below scenarios:
cc : @rajeshcherukumalli
Hi @Ramu-kandimalla Tested in UAT env and working as expected: cc : @rajeshcherukumalli
@manimaarans had pointed out that workflow server is using application number. hence we cannot keep it null. when an application is created, it will get an application number ( application number format as per earlier implementation).
then at the time of pending approval, it will get a new CMP number. This will also be stored in a new field - cmpNumber. The UI will use this field to display. the applicationNumber field will be used to manage the workflow service
Requirement Scope: Application Numbering.pdf