Bug #2963
Add Expense Expiry Date to Technician Visit Plan
0%
Description
Task:
Add an Expense Expiry Date field to the New Visit Plan / Edit Visit Plan form under the Visit Details section.
Requirements:
Add an Expense Expiry Date date picker below the Start Date.
Expense Expiry Date should be available while creating and editing a visit plan.
Expense Expiry Date should not allow a date earlier than the Start Date.
Include expenseExpiryDate in the Create Visit Plan API payload.
Include expenseExpiryDate in the Update Visit Plan API payload.
When editing an existing visit plan, populate the Expense Expiry Date from the API response.
Reset the field when the form is reset.
Send the date in yyyy-MM-dd format consistent with the existing date fields.
Add/update the TypeScript API interfaces to include expenseExpiryDate.
No data to display