[Koha-bugs] [Bug 9634] Allow for parameters re-use on SQL reports

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Apr 7 09:58:22 CEST 2018


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|This new feature allows     |This new feature allows
      release notes|parameters to be re-used in |parameters to be re-used in
                   |reports. When a report asks |reports. When a report asks
                   |for two variables using the |for two variables using the
                   |same name and               |same name and
                   |type/authorised value they  |type/authorised value they
                   |will be combined into a     |will be combined into a
                   |single rquest. i.e.
        |single input field on the
                   |
                           |form. i.e.
                   |SELECT                      |
                   |*
                          |SELECT *
                   |FROM items 
                |FROM
                   |WHERE                       |items
                   |homebranch=<<Branchcode|bra |WHERE
                   |nches>> AND                 |homebranch=<<Branchcode|bra
                   |holdingbranch=<<Branchcode| |nches>> AND
                   |branches>> AND itype=<<Item |holdingbranch=<<Branchcode|
                   |type|itemtypes>>
           |branches>> AND itype=<<Item
                   |
                           |type|itemtypes>>
                   |Will ask                    |
                   |for only 2 parameters when  |Will ask
                   |run, Branchcode and Item    |for only 2 parameters when
                   |type                        |run, Branchcode and Item
                   |                            |type.

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


More information about the Koha-bugs mailing list