[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
Tue Apr 3 12:47:52 CEST 2018


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

Nick Clemens <nick at bywatersolutions.com> changed:

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