Search Challan and Pay Challan

Once Challan is created, in order to Pay the challan or update challan, we have to search challan.

A citizen can only search the challan, download the challan, and pay for the challan.

In order to Pay any challan Both Citizen and Employee roles , use the Bill genie screens to get the bill and can proceed for payment.

To Enable the service category to search we have to configure billGineiURL in mdms as follow.

{ "businessService": "Taxes.No Dues Certificate", "code": "TX.No_Dues_Certificate", "collectionModesNotAllowed": [ "DD" ], "partPaymentAllowed": false, "isAdvanceAllowed": false, "demandUpdateTime": 86400000, "isVoucherCreationEnabled": true, "type": "Adhoc", "billGineiURL": "egov-searcher/bill-genie/mcollectbills/_get" }

Once billGineiURL is configured for a service , we get a option in bill genie to search for it.

 

Employee

Once the challan is created to Update or cancel challan we use Challan Search.

Search Challan file can be found in https://github.com/egovernments/frontend/blob/39ffbeb4f5446bbb08729e9ce6cf0d519f2f748c/web/rainmaker/dev-packages/egov-uc-dev/src/ui-config/screens/specs/uc/search.js

 

Search results :

https://github.com/egovernments/frontend/blob/39ffbeb4f5446bbb08729e9ce6cf0d519f2f748c/web/rainmaker/dev-packages/egov-uc-dev/src/ui-config/screens/specs/uc/universalCollectionResources/searchChallanResults.js

Localisation Module:

rainmaker-uc
API Used :

  1. egov-mdms-service/v1/_search

  2. echallan-services/eChallan/v1/_search

 

ROLE ACTION MAPPING

API

ROLES

ACTION ID

API

ROLES

ACTION ID

1

egov-mdms-service/v1/_search

 

954

2

echallan-services/eChallan/v1/_search

UC_EMP

2114

 

Related Links :

Related Title

Documentation

Related Title

Documentation

MCollect Create Challan

MCollect Pay Challan

MCollect Edit / Update Challan