We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
now in dialog multiply each amount with ratio
Forumla
Step 2
When Fee Schedule is created do 2 things
Fee Component Table mei add delete option.
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.
The text was updated successfully, but these errors were encountered: