You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Dhaval Maniyar (Jira)" <ji...@apache.org> on 2022/08/22 11:59:00 UTC

[jira] [Updated] (FINERACT-1705) Error with withdraw/deposit transactions after initiating hold transaction.

     [ https://issues.apache.org/jira/browse/FINERACT-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dhaval Maniyar updated FINERACT-1705:
-------------------------------------
    Description: 
[https://corebanking-api.test.vggdev.com/fineract-provider/api/v1/savingsaccounts/46824/transactions?command=deposit]

Request Type: POSTRequest Body Type: application/jsonRequest Body:

{     "transactionDate":"01 August 2022",     "transactionAmount":"100000",     "paymentTypeId":1,     "locale":"en",     "dateFormat":"dd MMMM yyyy" }

Response
{
    "developerMessage": "The request caused a data integrity issue to be fired by the database.",
    "httpStatusCode": "403",
    "defaultUserMessage": "Recent Portfolio changes w.r.t Charges for Savings have Broken the accounting code",
    "userMessageGlobalisationCode": "Recent Portfolio changes w.r.t Charges for Savings have Broken the accounting code",
    "errors": [
        

{             "developerMessage": "Recent Portfolio changes w.r.t Charges for Savings have Broken the accounting code",             "defaultUserMessage": "Recent Portfolio changes w.r.t Charges for Savings have Broken the accounting code",             "userMessageGlobalisationCode": "Recent Portfolio changes w.r.t Charges for Savings have Broken the accounting code",             "parameterName": null,             "value": null,             "args": []         }

    ]
}

  was:
[https://corebanking-api.test.vggdev.com/fineract-provider/api/v1/savingsaccounts/46824/transactions?command=deposit]Request Type: POSTRequest Body Type: application/jsonRequest Body:
{
    "transactionDate":"01 August 2022",
    "transactionAmount":"100000",
    "paymentTypeId":1,
    "locale":"en",
    "dateFormat":"dd MMMM yyyy"
}Response
{
    "developerMessage": "The request caused a data integrity issue to be fired by the database.",
    "httpStatusCode": "403",
    "defaultUserMessage": "Recent Portfolio changes w.r.t Charges for Savings have Broken the accounting code",
    "userMessageGlobalisationCode": "Recent Portfolio changes w.r.t Charges for Savings have Broken the accounting code",
    "errors": [
        {
            "developerMessage": "Recent Portfolio changes w.r.t Charges for Savings have Broken the accounting code",
            "defaultUserMessage": "Recent Portfolio changes w.r.t Charges for Savings have Broken the accounting code",
            "userMessageGlobalisationCode": "Recent Portfolio changes w.r.t Charges for Savings have Broken the accounting code",
            "parameterName": null,
            "value": null,
            "args": []
        }
    ]
}


> Error with withdraw/deposit transactions after initiating hold transaction.
> ---------------------------------------------------------------------------
>
>                 Key: FINERACT-1705
>                 URL: https://issues.apache.org/jira/browse/FINERACT-1705
>             Project: Apache Fineract
>          Issue Type: Bug
>          Components: Savings
>            Reporter: Dhaval Maniyar
>            Priority: Major
>             Fix For: 1.8.0
>
>
> [https://corebanking-api.test.vggdev.com/fineract-provider/api/v1/savingsaccounts/46824/transactions?command=deposit]
> Request Type: POSTRequest Body Type: application/jsonRequest Body:
> {     "transactionDate":"01 August 2022",     "transactionAmount":"100000",     "paymentTypeId":1,     "locale":"en",     "dateFormat":"dd MMMM yyyy" }
> Response
> {
>     "developerMessage": "The request caused a data integrity issue to be fired by the database.",
>     "httpStatusCode": "403",
>     "defaultUserMessage": "Recent Portfolio changes w.r.t Charges for Savings have Broken the accounting code",
>     "userMessageGlobalisationCode": "Recent Portfolio changes w.r.t Charges for Savings have Broken the accounting code",
>     "errors": [
>         
> {             "developerMessage": "Recent Portfolio changes w.r.t Charges for Savings have Broken the accounting code",             "defaultUserMessage": "Recent Portfolio changes w.r.t Charges for Savings have Broken the accounting code",             "userMessageGlobalisationCode": "Recent Portfolio changes w.r.t Charges for Savings have Broken the accounting code",             "parameterName": null,             "value": null,             "args": []         }
>     ]
> }



--
This message was sent by Atlassian Jira
(v8.20.10#820010)