Feature#773_EditExpenseType : Edit Expense Type Master #295
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Feature#773_EditExpenseType"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Users can now edit an existing Expense Type.
A unified form is used for both creating and updating expense types. When editing, the form is pre-filled with the selected record's data.
Fields included in the update form:
Name – Expense Type (Text Input)
No. of Persons Required – (Checkbox)
Description – (Textarea)
On submission:
If it's a new entry, a new Expense Type is created.
If editing an existing one, the record is updated based on its ID.
This improves flexibility and reduces redundancy in managing Expense Types.