Feature #5722
closedFeature #5720: Implement Expense Management Module
UI – Add Expense Entry Screen
Description
Description
Create the UI for adding an expense entry with fields: Expense Type, Amount, Date, Notes (optional).
Acceptance Criteria
AC1: UI must contain:
Expense Type (dropdown)
Amount input
Date input (default today)
Notes (optional)
AC2: Expense Type dropdown must load expense types from DB.
AC3: Date field defaults to today’s date but can select previous dates.
AC4: Save button should validate and send data to backend.
AC5: Proper error messages for invalid inputs.
Subtasks
Related issues