education icon indicating copy to clipboard operation
education copied to clipboard

Customise Fee Plans

Open RitvikSardana opened this issue 1 year ago • 0 comments

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

    1. Fee Component Table mei add delete option.

      1. Add pei check validation whether that component exists in Fee Structure or not
      2. Delete: Let the user delete
    2. 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.

RitvikSardana avatar Apr 30 '24 07:04 RitvikSardana