Versions Compared

Key

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

Search Bill

Objective

Provide Citizen/ Employee to search existing Bill , generate expired bill , pay for the active bill , download bill , download receipt (if paid ) and its current statusbill and Cancel bill.

if tax head information can be wrong in a bill. So the bill needs to be cancelled.

Route - https://qa.digit.org/employee/bills/billSearch

...

Note: We need to configure cancelBill: true in WS and SW in  this path https://github.com/egovernments/egov-mdms-data/blob/DEV/data/pb/common-masters/uiCommonPay.json

example:

Code Block
{
   

...

"code": "WS",
   "headerBandLabel": "PAYMENT_COMMON_CONSUMER_CODE",
   "pdfModule":"WNS",
   "receiptKey": "ws-onetime-receipt",
   "cancelReceipt":false,
   "cancelBill": true,
   "billKey": "ws-bill",
   "arrears": true,
   "buttons": [
    {
      "label": "COMMON_BUTTON_HOME",
      "citizenUrl": "/wns-citizen/home",
      "employeeUrl": "/wns/search"
    }
  ]
}

...