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

feat: Added functionality to add filters from custom app on standard … #59

Merged
merged 2 commits into from
Jan 27, 2025

Conversation

aasif-patel
Copy link
Collaborator

Now we can add custom report filters on Standard report like General Ledger, Stock Balance etc
Step 1. Create an js file with list of filters
e.i
image

Step 2. Add the name of the Report with path of above file in hooks.py
e.i
image

That's it! It will render your filter on the report.

Note:-
Please stick to the instructions, js file should contain only array of filter object.
If other app trying to add same filter name then it will ignore, mean did not add multiple filter with same name.

@Satya8848 Satya8848 merged commit 947304e into pre-prod Jan 27, 2025
9 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants