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

--- Comment #5 from [email protected] ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to