[Koha-bugs] [Bug 8612] System preference to have custom fields in exort csv basket

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 13 14:31:40 CET 2015


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

--- Comment #5 from simith.doliveira at inlibro.com ---
Created attachment 36860
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36860&action=edit
Bug 8612 - System preference to have custom fields in exort csv basket

This patch allows the user use a CSV export profile to create the fields to
export the basket as CSV in a basket page.

To test:

I   -  Apply the patch;
II  - Create a CSV export profile - type sql -  Home › Tools › CSV export
profiles
 ex:
biblionumber=biblio.biblionumber|auteur=biblio.author|titre=biblio.title|date=biblioitems.copyrightdate|editeur=biblioitems.publishercode|isbn=biblioitems.isbn|quantite=aqorders.quantity|prix=aqorders.rrp|panier=aqorders.basketno
III - Create a new basket and add an order to the basket
IV  - Validate: the text "Select CSV profile:" and a dropdown
V   - Select the CSV export profile created
VI  - Validate: the CSV file.

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


More information about the Koha-bugs mailing list