Skip to content
New issue

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

Fix "Reporting meta-data entry not found" (FINERACT-1306) #1663

Merged
merged 5 commits into from Mar 14, 2021

Conversation

vorburger
Copy link
Member

see FINERACT-1306

This is a "cleaned up counter-proposal" 😃 to #1620.

@francisguchie @rrpawar96 @ptuomola @vidakovic does this look good to you?

@vorburger
Copy link
Member Author

The 5 commits here are intentionally not squashed exceptionally, to "give attribution" to the work done by others than me here.

Copy link
Contributor

@vidakovic vidakovic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vidakovic
Copy link
Contributor

@vorburger you want more eyes on this or should we merge?

@vorburger
Copy link
Member Author

@vorburger you want more eyes on this or should we merge?

Go ahead and merge it; thanks!

@vidakovic vidakovic merged commit 684357c into apache:develop Mar 14, 2021
@v3ss0n
Copy link

v3ss0n commented May 27, 2022

Same problem happen on loan reports latest on current commit.

@francisguchie
Copy link
Contributor

@v3ss0n this issue was solved in the apache-fineract, what you need is to update the libraries of fineract-pentaho

@v3ss0n
Copy link

v3ss0n commented May 28, 2022

@francisguchie thanks , so even if i am generating Table reports , fineract-pentaho is needed?

@francisguchie
Copy link
Contributor

@francisguchie thanks , so even if i am generating Table reports , fineract-pentaho is needed?
@v3ss0n No its not needed table reports work like a charm always with no issues as far back as fineract 1.2 that i first used when i joined this noble community

@v3ss0n
Copy link

v3ss0n commented May 28, 2022

Then we have a problem , we tried table reports for loans , they end up with same error as this.
https://community.fineract.test.com/fineract-provider/api/v1/runreports/Active%20Loans%20-%20Details

Possibly unhandled rejection: {"data":{"developerMessage":"The requested resource is not available.","httpStatusCode":"404","defaultUserMessage":"The requested resource is not available.","userMessageGlobalisationCode":"error.msg.resource.not.found","errors":[{"developerMessage":"Reporting meta-data entry not found.","defaultUserMessage":"Reporting meta-data entry not found.","userMessageGlobalisationCode":"error.msg.report.name.not.found","parameterName":"id","value":null,"args":[{"value":"Report Name: Active Loans \\- Details"}]}]},"status":404,"config":{"method":"GET","transformRequest":[null],"transformResponse":[null],"jsonpCallbackParam":"callback","url":"https://community.fineract.test.com/fineract-provider/api/v1/runreports/Active%20Loans%20-%20Details","params":{"R_officeId":"1","R_loanPurposeId":"-1","R_currencyId":"MMK","R_fundId":"-1","R_loanOfficerId":"-1","R_loanProductId":"-1"},"headers":{"Accept":"application/json, text/plain, */*","Fineract-Platform-TenantId":"default","Authorization":"Basic ooooo="}},"statusText":"","xhrStatus":"complete","resource":{}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants