-
Notifications
You must be signed in to change notification settings - Fork 105
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
Break global "reports" folder into separate "reports" subfolders in each module #4146
Comments
@lomamech can you look into this? |
@kwilu claim |
Adds subfolders for reports to each top-level module. Closes Third-Culture-Software#4146
Adds subfolders for reports to each top-level module. Closes Third-Culture-Software#4146
Adds subfolders for reports to each top-level module. Closes Third-Culture-Software#4146
Adds subfolders for reports to each top-level module. Closes Third-Culture-Software#4146
Not sure what you meant by:
It seems like these are all under the "Reports" top-level menu item. Shouldn't this be:
etc? |
Ok, do you mean to move the Reports for Finance under the top-level menu item "Finance"? etc? |
Adds subfolders for reports to each top-level module. Closes Third-Culture-Software#4146
Adds subfolders for reports to each top-level module. Closes Third-Culture-Software#4146
Adds subfolders for reports to each top-level module. Closes Third-Culture-Software#4146
Adds subfolders for reports to each top-level module. Closes Third-Culture-Software#4146
@jmcameron apologies for not responding, I didn't see this. Yeah, basically there should no longer be a generic "reports" folder, instead there should be many "reports" subfolders in each section. That way, if we install only stock management, for example, we only need to have "inventory", "purchases" and "stock" as top level folders ... and all of those will contain their respective reports. It should make it much easier to find reports in the future. |
4737: chore: add subfolders for reports r=mbayopanda a=jniles Adds subfolders for reports to each top-level module. Closes #4146 Co-authored-by: Jonathan Niles <[email protected]>
We currently have a global "reports" folder that is getting quite large. We have a total of 41 reports in the
report
table. Most of these reports are quite specialized - finance, stock, or medical.To better manage our reports, we should break them up into separate folders for each component. For example, we would have
This would also make it easier to manage permissions to the different reports, since we wouldn't have stock reports visible if there were no stock modules enabled.
The text was updated successfully, but these errors were encountered: