Employee - Search Property, Property Details Page & Assessment

Objective: To provide employees with the functionality to search properties (either in active or in workflow status) based on locality, owner mobile, or unique Property Id.

The employee also can see the dues for property within the search results and can choose to pay the dues if any, by clicking on collect tax.

Users can also view the current property Details page, to view Property Details, where employees can perform actions like assessment, Updation and Mutation, on an approved active Property.

Technical Details

APIs

/egov-location/location/v11/boundarys/_search
/property-services/property/_search
/billing-service/bill/v2/_fetchbill

The 1st API is used to fetch all the localities, based on the logged in tenant.

The 2nd API is used to fetch the search results of the table data.

The 3rd API is used to fetch the bills showing the taxes due details in search results.

Property Details Page

This page is visible to the employee when they click on the property ID of the property in search.

Here employees can see the latest approved property details. The employee also has the option to start property assessment, transfer ownership, and edit property details.

The employee also has the option to view history - this enables the users to view the owner details within the history of the property.

Payment History

Users can access the payment history of a specific property as well as download the receipt for the same.

Technical Implementation

APIs

Same as in the case of application details. The latest approved data is shown and any data which is not in the workflow is filtered out.

Assessment Popup

The popup is displayed when an employee chooses to assess property from the property details page of active property.

The popup displays the list of financial years to select from:-

A financial year is selected for the assessment of the property.

Technical Details

Assessment Screen

Clicking on the Assess Property button displays the Property Assessment screen.

This screen gives the assessment details of the selected financial year from the popup. It also provides an overview of the property as well as the total calculation details. This value is fetched from the MDMS.

After clicking on Assess Property, the button changes to Proceed To Pay that redirects the employee to the common pay screen.

Technical Details

The following hook is used to retrieve the charge slabs from the MDMS call

  const { data: ChargeSlabsMenu, isLoading: isChargeSlabsLoading } = Digit.Hooks.pt.usePropertyMDMS(stateId, "PropertyTax", "ChargeSlabs");

API Used

/pt-calculator-v2/propertytax/v2/_estimate
/property-services/property/_search
/property-services/assessment/_create

The 1st API is provided with the financial year and property Id as parameters to get the payment estimations for the property.

The 2nd API is used to fetch property details.

The 3rd API is used to create an assessment of the property - this provides the estimated tax value for the property.

Role Action Mapping

Url

Role

Action Id

/egov-location/location/v11/boundarys/_search

PTCEMP,FI,APPROVER,DV

1429

/property-services/property/_search

PTCEMP,FI,APPROVER,DV

1897

/billing-service/bill/v2/_fetchbill

PTCEMP,FI,APPROVER,DV

1862

/pt-calculator-v2/propertytax/v2/_estimate

PT-CEMP

1962

/property-services/property/_search

PT-CEMP

1897

/property-services/assessment/_create

PT-CEMP

1933

Last updated

​All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.