[Koha-bugs] [Bug 7986] Export issues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 19 13:36:55 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7986

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #10675|0                           |1
        is obsolete|                            |

--- Comment #11 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 11002
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11002&action=edit
Bug 7986: Export issues for patron

    In the circulation page, you can now export (as csv or iso2709) a list
    of items which are currently checked out by a borrower.

    3 export types:
    - iso2709 with items: Export the items list in iso2709 format with item
      informations.
    - iso2709 without items: Export the items list in iso2709 format without
      item informations.
    - CSV: Export the items list based on a csv profil.

    2 new system preferences:
    - DontExportFields: a list of fields not to be export
    - CsvProfileForExport: The Csv profile name used for the csv export

    Test plan:
    - Fill the CsvProfileForExport syspref
    - go on the borrower circulation page containing checkouts
    - Select one or more items and export them to the 3 different formats.
    - check if the result file is what you expected

    - Test there is no regression with the export authority
    - Test there is no regression using tools/export.pl with the command
      line interface



Jared, I remove your signoff :-(
Indeed, I rewrite a big part of this patch (caused by Bug 5600).

/!\ This patch must be applied after the patch proposed for Bug 5600.

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


More information about the Koha-bugs mailing list