https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24163 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #17 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Katrin Fischer from comment #13)
1) Typo and rephrase
+ <p>For late orders exports you must provide a Template Toolkit syntax that will generate the whole CSV file..</p>
I suggest a sight change here: For exporting late orders you must provide a profile in Template Toolkit syntax to generate the CSV file.
Late orders (csv profile) => Late orders (CSV profile) default CSV export for late orders => Default ...
Fixed!
2) Other installers
Please add the profile to the other installer sample files as well.
Done!
3) Default
When you look at the pull down of the split button, it says "Default". Is the default different to the new template in significant ways? Wondering if we need to keep it or could replace it with the CSV profile. (question)
Yes it's different, the "Default" has: ORDER DATE;ESTIMATED DELIVERY DATE;VENDOR;INFORMATION;TOTAL COST;BASKET;CLAIMS COUNT;CLAIMED DATE;INTERNAL NOTE;VENDOR NOTE;ISBN And has an additional line at the bottom: ;;"Total orders in late";1 When the new one has: Title,Author,Publication year,ISBN,Quantity,Number of claims I thought it was better to keep the default one (for those who use it), but we can remove it if needed.
4) Diacritics / encoding
I was testing with our sample record: Typical girls? : Author: Howe, Zoë Street.
The default is ok, but in the CSV profile export Zoë is broken.
Good catch, fixed! -- You are receiving this mail because: You are watching all bug changes.