openMF / community-app

This was the former default web application built on top of the Apache Fineract platform. It's now deprecated and replaced by the the Mifos X Web App (https://github.com/openMF/web-app maintained by the Mifos Initiative as a reference solution for financial inclusion. It is a Single-Page App (SPA) written in web standard technologies.
http://openmf.github.io/community-app/
Mozilla Public License 2.0
313 stars 1.02k forks source link

Possible Error with Rates Definition UI #3437

Open airsay opened 2 years ago

airsay commented 2 years ago

Description

So I see that there is a lot of similarity between the Charge Definition Module (Admin-->Products-->Charges) and the Rates Definition Module (Addmin-->Products-->Rates)

image

When I want to create a new charge, I notice that I can select either Loans, Savings, Client or Shares as the entity that the Chage applies to image

When I try to replicate the same with rates, I am only able to apply rates to Loans image

Are Rates only applicable to Loans?

Steps to Reproduce

  1. Login to Fineract using the community-app
  2. Admin-->Products-->Rates-->Create Rates
  3. Click the **Charges applies to** drop down menu (Yes it says Charges applies to under the Rates Screen)

Expected Behaviour

You should be able to select one of Loans, Savings, Client, Shares for which the rate should be applicable to (similar to the options available for charges)

Actual Behaviour

Only Loans is available as an option

Settings

Screenshots

image

airsay commented 2 years ago

So I am not 100% sure if this is an issue on exactly how the Rate module was designed to work