Feature#773_EditExpenseType : Edit Expense Type Master #295

Merged
pramod.mahajan merged 2 commits from Feature#773_EditExpenseType into Feature_Expense 2025-07-25 18:24:43 +00:00
Collaborator

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.

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.
pramod.mahajan added 2 commits 2025-07-25 18:24:05 +00:00
pramod.mahajan merged commit f1b652ace1 into Feature_Expense 2025-07-25 18:24:43 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/marco.pms.web#295
No description provided.