Koha/serials
Jonathan Druart 383b2a75de Bug 10854: add ability to export serial claims using CSV profile.
Test plan:
- Create a CSV profile (or use the default one) with a type 'sql'.
- Go to serials/claims.pl, select the wanted CSV profile and click on
  the "Export selected items data".
- Verify the CSV file is correctly generated.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Work as described. No koha-qa errors

On top of 10853 (solving merge conflict)

Need to do homework to test. Add subscription and serial claim
notice.

1) Create a new CSV profile, type SQL, copy sample fields
2) Go to claims, select vendor
3) Go to Export selected items with created profile
4) CSV (in my case I use | as separator) download successfully
5) All fields present, file correct

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Passes all tests and QA script.
Works as advertised, keeps existing format by porting it to
a SQL profile.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2013-10-11 03:33:30 +00:00
..
acqui-search-result.pl
acqui-search.pl
checkexpiration.pl Bug 9108: Followup: send the dateformat value from C4::Auth 2013-01-17 21:59:30 -05:00
claims.pl Bug 10854: add ability to export serial claims using CSV profile. 2013-10-11 03:33:30 +00:00
lateissues-excel.pl Bug 10854: add ability to export serial claims using CSV profile. 2013-10-11 03:33:30 +00:00
member-search.pl Bug 10080 - Change system pref IndependantBranches to IndependentBranches 2013-05-22 07:58:23 -07:00
reorder_members.pl
routing-preview.pl Bug 9394: Use reserve_id where possible 2013-07-24 05:04:55 +00:00
routing.pl bug 10365: change routing slips to use date published rather than planned date 2013-10-10 23:38:11 +00:00
serial-issues.pl
serials-collection.pl Bug 9508: Standardize the dateformat value from C4::Auth 2013-05-20 09:05:01 -07:00
serials-edit.pl Bug 10484: serials-edit.pl not checking for barcode field before checking for barcode subfield 2013-06-30 19:02:15 -07:00
serials-home.pl
serials-recieve.pl Revert "Merge branch 'bug_7688' into 3.12-master" 2013-03-23 00:36:37 -04:00
serials-search.pl Revert "Bug 6554: Followup for serial search" 2013-04-29 15:17:18 -07:00
statecollection.pl
subscription-add.pl Bug 10080 - Change system pref IndependantBranches to IndependentBranches 2013-05-22 07:58:23 -07:00
subscription-bib-search.pl Bug 9239: Allow the use of QueryParser for all queries 2013-03-16 21:32:32 -04:00
subscription-detail.pl Bug 10080 - Change system pref IndependantBranches to IndependentBranches 2013-05-22 07:58:23 -07:00
subscription-renew.pl bug 10728: fix additional log noise generated by subscription-renew.pl 2013-08-19 14:10:38 +00:00
viewalerts.pl