Versions Compared

Key

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

...

This screen gives the assessment details of the selected financial year from the popup, It also gives the over view of the property as well as the total calculation details regarding the property assessment which is visible at the end of the page, this value is fetched from MDMS.

...

After clicking on Assess Property, the button changes to “Proceed To Pay” which takes the employee to common pay screen for employee.

...

https://github.com/egovernments/digit-ui-internals/blob/main/packages/modules/pt/src/pages/employee/AssessmentDetails.js

For the MDMS call, the charge slabs are being retrieved using the following hook:

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

API Used:

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

...

The 3rd API is used to create an Assessment of the property. Which marks property with the estimated tax.

Role Actions:

Url

Role

Action Id

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

All Roles

1429

/property-services/property/_search

All Roles

1897

/billing-service/bill/v2/_fetchbill

All Roles

1862

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

PT-CEMP

1962

/property-services/property/_search

PT-CEMP

1897

/property-services/assessment/_create

PT-CEMP

1933