Edit/Cancel Challan

Challans are created using create challan, it is explained in

If any correction in the challan or want to cancel created challan , it can be done through edit challan flow.

To do that first we will have to search challan.

Search challan (Employee ) is mentioned here.

once we click on search result we will navigate to view challan screen,
It can be found through the following file

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

 

Here we use echallan-services/eChallan/v1/_search API to get the Challan Information and

billing-service/bill/v2/_search to the tax head breakup information.

and download / print using egov-pdf/download/UC/mcollect-challan API

Actions:

  1. Update challan to edit

  2. Cancel challan

 

Cancel Challan:

In case to cancel challan, clicking on cancel and entering the reason for cancellation will cancel.

and will call echallan-services/eChallan/v1/_update API to cancel.

Update challan

Update challan can be used to edit the only Tax head information and other information are freezed, can be changed according to support the requirement.

 

Once you click update challan echallan-services/eChallan/v1/_update? API will be called and challan will be updated accordingly.
Localisation Module:

rainmaker-uc
API Used :

  1. egov-mdms-service/v1/_search

  2. echallan-services/eChallan/v1/_update

  3. egov-pdf/download/UC/mcollect-challan

  4. echallan-services/eChallan/v1/_search

  5. billing-service/bill/v2/_search

 

ROLE ACTION MAPPING

API

ROLES

ACTION ID

API

ROLES

ACTION ID

1

egov-mdms-service/v1/_search

 

954

2

echallan-services/eChallan/v1/_update

UC_EMP

2117

3

egov-pdf/download/UC/mcollect-challan

UC_EMP

2115

4

echallan-services/eChallan/v1/_search

UC_EMP

2114

5

billing-service/bill/v2/_search

 

1861

Related Links :

Related Title

Documentation

Related Title

Documentation

MCollect Create Challan

MCollect Search Challan

MCollect Pay Challan