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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to