Updated the schema to properly support the new expenseCategory object Modified the frontend create and edit expense functionality to include jobId for one-time job expenses Implemented a getExpense API to fetch expenses by jobId Integrated the API into the Job Detail page Created a component to display expense details in a table format Added an accordion to show all payment transactions within the table Thoroughly tested all changes after implementation