Versions Compared

Key

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

...

Search For the Existing Property , Click on View Property and then Click on EDIT PROPERTY to Update Property Information

Update New Property

Update New Property application divided into five forms. Parent Component of all these forms are Formwizard.

...

All the config for the Forms are present in https://github.com/egovernments/frontend/blob/1c4086b504b1fffc7388952c100e72b5a98fae75/web/rainmaker/dev-packages/egov-ui-kit-dev/src/config/forms/specs/PropertyTaxPay path.

MDMS config are present in Property Tax Document MDMS configuration  MDMS Configs and other actions are Explained in Property Actions.

Summary Screen

After successfully uploading the documents, the next step is summary page. User can see all the information entered . User has options to edit the information of each section. Upon clicking of edit icon user will navigate to respective section with all the data pre-filled. Below is the file contains all the required configuration of this screen.

...

https://github.com/egovernments/frontend/blob/b912e02cb6bbb4a137e49d7755d89b80cbf4254e/web/rainmaker/dev-packages/egov-ui-kit-dev/src/common/propertyTax/PTAcknowledgement/index.js

Acknowledgement screen and acknowledgement is Explained in Property Tax - Download Acknowledgement , Receipt and Mutation Certificate.

...

  

Property

...

Update Api

Once the data Property is fetched Updated using /property-services/property/_update API, the returned data is formatted and dispatched to redux

...

Api call is made in https://github.com/egovernments/frontend/blob/5360ed2606d0ea597022eda3050a583f0fb8a4aa/web/rainmaker/dev-packages/egov-ui-kit-dev/src/utils/PTCommon/FormWizardUtils/formActionUtils.js

For More Information About Property ,

Once The Application is Successfully created for further actions are explained as below,

Search Property is explained in Search Property Tax

About Property Information is explained in View Property Details, Transfer Ownership and View History

About Property Application approval is explained inProperty and Mutation Workflow

About Property Re-Assessment after approval is explained in Property - Assessment and Reassessment

API Call Role Action mapping:

S.No.

API

Action id

Roles

1

/localization/messages/v1/_search

1531

SUPERUSER,EMPLOYEE,CITIZEN,GRO,DGRO,

2

/property-services/property/_search

1897

CITIZEN, PT_CEMP,PT_DOC_VERIFIER,PT_FIELD_INSPECTOR,PT_APPROVER

3

/filestore/v1/files/url

1528

SUPERUSER,EMPLOYEE,CITIZEN,GRO,DGRO,

4

/property-services/property/_update

1896

CITIZEN, PT_CEMP,PT_DOC_VERIFIER,PT_FIELD_INSPECTOR,PT_APPROVER