education
education copied to clipboard
Customise Fee Plans
Customise Fee Plans
-
Step 1
Fee Structure each component ratio with the total amount, and then dialoge mei if we put 500 then each component ka ratio * 500.
Ratio for each component
$$ Ratio = componentAmount / totalAmount $$
now in dialog multiply each amount with ratio
Forumla
$$ Dialog RowAmount * Ratio $$
-
Step 2
When Fee Schedule is created do 2 things
-
Fee Component Table mei add delete option.
- Add pei check validation whether that component exists in Fee Structure or not
- Delete: Let the user delete
-
Second is a validation, which says that
Check All the Submitted Fee Schedules against the Fee Structure
and if there is a match just msgprint the user saying there is a mis match in amount.
-