[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Sep 22 12:23:13 CEST 2013


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #67 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Hi Jonathan,

we are almost there - it works really nicely, but we got one bigger problems
with translating the CSV. Posting my testing notes here:

Testing notes:
- CSV header row is now translatable.
  Tested by updating the German po files and checking for the line.
- Tested that claiming for late serial issues still works as
  expected, as one file has been renamed. Filed 10931 for
  untranslatable CSV contents.
- Tested that claiming late orders still works:
  * Table searching and sorting
    Works nicely, but some columns could be split up for better
    searching and sorting:
      * Order date: 20/01/2013 (245 days)
      * Total cost:     10.00x1 = 10.00 Books
        => item type should be separate
      * Basket:  10 MPL
        => Library and basket number could be separate columns
  * Filters
     * Combined various filters, search results look correct.
  * Selecting order for claiming
      * Limiting by vendor makes it possible to check/uncheck all
      * With no vendor limit, entries for other vendors will be
        locked after the first checkbox is checked for one vendor
  * Exporting as CSV
     * Exported single line > CSV appears correct.
     * Exporting multiple lines > CSV appears correct.
     PROBLEM: Translated CSV don't work correctly, as line
     breaks are lost in the translation process.
  * Sending serial claim email
     * No regressions found - there are some problems with the
       email contents noted on bug 7298.

In order to reproduce the problem with translated CSV files make sure you test
with updated po files containing a translated version of the header row or a
copy of it. I think we already ran into this problem with the templates for the
cart email, which are plain text and not HTML. Not sure how to solve this, but
currently it seems not to work for translated templates at all as you will get
all data on one single line.

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


More information about the Koha-bugs mailing list