Uploaded image for project: 'Apache Fineract'
  1. Apache Fineract
  2. FINERACT-2033

View charge page does not show minimum and maximum charge cap values

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Bug
    • None
    • None
    • None
    • None

    Description

      Go to Admin/Products/Charges
      Select applies to savings

      Fill the other fields making sure to set the min and max values
      Submit

      Once the fee has been created, open the fee and note the min/max values are not shown

      Expected Behaviour

      Min and Max values should be displayed on the view fee page

      Actual Behaviour

      Min and max values are not displayed

       
      So Api: /charges
       
      When we created the charge, we sent the minCap and maxCap

      When we try to get details: API : api/v1/charges/4?template=false

      { "id": 4, "name": "ascdasd", "active": false, "penalty": false, "freeWithdrawal": false, "freeWithdrawalChargeFrequency": 0, "restartFrequency": 0, "restartFrequencyEnum": 0, "isPaymentType": false, "currency": \{ "code": "USD", "name": "US Dollar", "decimalPlaces": 2, "displaySymbol": "$", "nameCode": "currency.USD", "displayLabel": "US Dollar ($)" }

      ,
      "amount": 1223.000000,
      "chargeTimeType": {
      "id": 1,
      "code": "chargeTimeType.disbursement",
      "value": "Disbursement"
      },
      "chargeAppliesTo": {
      "id": 1,
      "code": "chargeAppliesTo.loan",
      "value": "Loan"
      },
      "chargeCalculationType": {
      "id": 1,
      "code": "chargeCalculationType.flat",
      "value": "Flat"
      },
      "chargePaymentMode": {
      "id": 0,
      "code": "chargepaymentmode.regular",
      "value": "Regular"
      }
      }
       
      There is no minCap and maxCap

      Attachments

        1. charges1.png
          13 kB
          Uddyan Goyal
        2. charges2.png
          23 kB
          Uddyan Goyal
        3. Fineract_Charges.mp4
          9.66 MB
          Uddyan Goyal
        4. image-2023-12-25-19-27-19-425.png
          27 kB
          Bharath Gowda
        5. image-2023-12-25-19-30-26-668.png
          95 kB
          Bharath Gowda

        Activity

          People

            Unassigned Unassigned
            bgowda Bharath Gowda
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: