IFMS Adapter UI
UI Tech Documentation for JIT
JIT stands for Just in Time e-Payment. We are utilizing JIT in MUKTASOFT for payments.
We have the following screens for JIT in Web-Interface
Search Payment Instruction
View Payment Instruction
Create Payment Instruction (Temporary Screen)
Create Payment Instruction (Temporary Screen)
Payment Instructions are created at the Backend when a bill gets approved. This is handled via cron jobs. We have kept a temporary flow for a user to create Payment for testing cases, or for when cron jobs are not running at Backend properly. In production this flow will be disabled.
To create Payment Instruction from UI. Navigate to Search Payment Instruction screen from home screen card and click on Create Payment Instruction. Search bill screen is opened, the user can select for which bills payment has to be created and click on Generate payment. A relevant toast message is displayed.
Search Payment Instruction
gate, login and go to the Home Page. Then click on Payment Instruction on Mukta Home page card
This screen is utilized to search payments. It has 2 tabs.
Pending For Action -> This tab will, by default, show all the payments that are either in FAILED or PARTIAL state
Open Search -> This screen can be utilized to search any payment
Mdms Configs for Search Screen -> Search Payment Instruction
Payment Instruction type config -> Payment Instruction Type
Payment Instruction Status config -> Payment Instruction Status
View Payment Instruction
Users can navigate to the view payment instruction screen from the search payment instruction screen. It shows detailed information about the payment, Beneficiary, and list of payment instructions associated.
Sometimes payment gets failed or partially successful. For these use cases we have two options which are as follows :
For FAILED payments : If a payment is in a failed state, an action button is shown on the view screen to take a retry action. Upon retrying, a new payment instruction gets generated and a toast message is displayed. Also the View screen is refreshed which now includes the newly created payment instruction in INITIATED state.
For PARTIAL payments : If a payment is in PARTIAL state. This basically means payment for at least one beneficiary was successful. In this case we have an option to generate a revised payment instruction which creates a new child payment instruction associated with the original payment instruction. Again, a success toast is displayed and the View screen gets refreshed with newly generated payment instruction. Newly generated payment instruction is now referred to as revised payment instruction.
List of statuses available for payment
Mdms config -> Payment Status
INITIATED
APPROVED
FAILED
INPROCESS
SUCCESSFUL
PARTIAL
COMPLETED
List of Payment Types
Mdms config -> Payment Types
Original
Revised
API's Used for JIT in UI
/wms/ifms-pi/_search -> for Searching PI's
/ifms/pi/v1/create -> For Retry and Partial action
Sample Curl's:
User Roles Required for JIT
Roles related to Bill accountant are used here:
Role | Role Code | Access |
---|---|---|
Bill Accountant | BILL_ACCOUNTANT | Search PI Screen, View PI Screen, Retry and Generate Revised PI Access |
Bill Creator | BILL_CREATOR | Search PI Screen, View PI Screen, Retry and Generate Revised PI Access |