FSTP Inbox changes:
Search by Application Number: We have added search by application number field where FSTPO can search the vehicle trip detail by application Number.
Application No & Status column: New Application No column and Status Column is added in the Inbox Table so that FSTPO can see the application number and status of the trip.
...
Code Block |
---|
const { isLoading: applicationLoading, isError, data: applicationData, error } = Digit.Hooks.fsm.useSearch( tenantId, { applicationNos: searchParams?.refernceNos, uuid: userInfo.uuid }, { staleTime: Infinity } ); |
Trip No in FSTPO Details:
...
We have added the Trip No. field in fstp-operator-details page so that FSTPO can know the ongoing trip of the application number.
...