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

Journal Entries are not filterable by type of entry: system #236

Closed
abhaychawla opened this issue Jul 26, 2018 · 0 comments
Closed

Journal Entries are not filterable by type of entry: system #236

abhaychawla opened this issue Jul 26, 2018 · 0 comments
Labels
bug Something isn't working gsoc 2018 Google Summer of Code 2018 p1 High Priority Stale

Comments

@abhaychawla
Copy link
Member

abhaychawla commented Jul 26, 2018

Description

As a developer, I am unable to implement the filter for Journal Entries by type of entry: system, as the only parameter available to filter entries by type is manualEntriesOnly which filters manual entries (as clear from its name). There is no way to filter system entries from server-side.
(similar issue in community-app)
Due to a large number of entries in database (over 80000), its essential to implement it from server-side because the default implementation of sending a HTTP request to get all the entries at once and implementing the logic on client-side will be too costly for people with slow internet connections.

Fineract: https://issues.apache.org/jira/browse/FINERACT-643

Steps to Reproduce

Refer: https://demo.openmf.org/api-docs/apiLive.htm#journalentries_list

Expected Behaviour

Journal Entries should be filterable by type of entry: system apart from the manual as well from the server-side so that it can be implemented on the client side.

Actual Behaviour

Journal Entries are not filterable by type of entry: system from the server-side due to which filter by type of entry cannot be implemented properly.

Settings

  • Mifos X version: 0.0.0-dev
  • Browser used: Google Chrome

Screenshots, if any

NA

@abhaychawla abhaychawla added the bug Something isn't working label Jul 26, 2018
@santoshconflux santoshconflux added p1 High Priority gsoc 2018 Google Summer of Code 2018 labels Jul 31, 2018
@santoshconflux santoshconflux added the #hacktoberfest Hacktoberfest label Oct 9, 2018
@abhaychawla abhaychawla removed the #hacktoberfest Hacktoberfest label Oct 21, 2018
@github-actions github-actions bot added the Stale label Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working gsoc 2018 Google Summer of Code 2018 p1 High Priority Stale
Projects
None yet
Development

No branches or pull requests

2 participants