[Koha-bugs] [Bug 25971] New: Allow arbitrary database field as runtime parameter

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 9 21:27:07 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25971

            Bug ID: 25971
           Summary: Allow arbitrary database field as runtime parameter
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Reports
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: andrew at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

Yet another runtime parameter idea, how about allowing a syntax like "SELECT *
from accountlines WHERE debit_type_code like <<Pick a
code|account_debit_types.code>>"

So Koha then builds the parameter list based on a "select distinct code from
account_debit_types"

To make it even nicer, we could allow "<<Pick a
code|account_debit_types.code:account_debit_types.description>>" so we use the
code as our value but display the corresponding description.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list