Simple Reporter not allowing Dewey Blocks on Circulation reports

Bug #2025158 reported by Steve Callender
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Evergreen
Confirmed
Undecided
Unassigned

Bug Description

Tested in Simple reports, 3.9+

In the Simple Reporter, Circulation Types, you can select items based on call numbers like,

Call Number Dewey
Call Number Dewey Block Tens
Call Number Dewey Block Hundreds
Call Number Dewey Range Tens
Call Number Dewey Range Hundreds

However none of these fields were added in the actual query in the fm_IDL.xml for
<class id="srcirc" controller="simple-reporter.ui" oils_persist:virtual="true" reporter:label="Simple Reporter Circulation">

So the reporter will error. These fields should be added to the query so that they can be used,

<field reporter:label="Call Number Dewey" name="copy_call_number_dewey" reporter:datatype="text" field_groups="title"/>
            <field reporter:label="Call Number Dewey Block Tens" name="copy_call_number_dewey_block_tens" reporter:datatype="text" field_groups="title,common" sr:suggest_filter="true"/>
            <field reporter:label="Call Number Dewey Block Hundreds" name="copy_call_number_dewey_block_hundreds" reporter:datatype="text" field_groups="title,common" sr:suggest_filter="true"/>
            <field reporter:label="Call Number Dewey Range Tens" name="copy_call_number_dewey_range_tens" reporter:datatype="text" field_groups="title,common" sr:suggest_filter="true"/>
            <field reporter:label="Call Number Dewey Range Hundreds" name="copy_call_number_dewey_range_hundreds" reporter:datatype="text" field_groups="title,common" sr:suggest_filter="true"/>

Revision history for this message
Elizabeth Davis (elidavis) wrote :

Confirmed in 3.9.2

tags: added: reports-simple
Changed in evergreen:
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.