newdevs:code:report-view
This is an old revision of the document!
Create a View in the Reporter
If you have a need for data that can only be retrieved via a query because the reporter can't construct it, you can add that query to the fieldmapper so that it can be used by the reporter going forward.
1. Scroll to the bottom of the fieldmapper. You're going to insert your new class below the last closing </class> tag, and above the <!— *> tag.
NOTE: The Fieldmapper cares about indentation. Make sure to follow the indentation examples from other classes.
Class id –
Controller – You have options for what this should be, and you can combine several.
- open-ils.cstore
- open-ils.reporter-store
- open-ils.pcrud
oils_object:fieldmapper –
oils_persist:readonly
oils_persist:virtual
reporter:label – What should the name of the view be in the reporter?
newdevs/code/report-view.1684761558.txt.gz · Last modified: 2023/05/22 09:19 by tlittle