Feature #8448
closedIntegrate jobId for onetime expense creation with showing all the expenses of a selected job in job details
Subtasks
Related issues
Updated by ghazala shamim 9 days ago
- Status changed from New to Closed
- Priority changed from Normal to High
- % Done changed from 0 to 100
- Estimated time set to 4:00 h
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