Output order upon closing the basket RFC
Jump to navigation
Jump to search
RFC : Output order upon closing the basket
Currently, when the basket is closed, Koha doesn't do anything, except that one can now follow the order within acquisition. Proposition would be that when one clicks on the "close this basket" link, Koha looks at a system preference and either:
- prints out the order using a template, and providing the following informations:
- a header with the library address and the vendor's address and contact information
- a table with on line per ordered document: order number, short biblio description, price, number of ordered items
- a footer/signature for the library
- a CSV file with: order number, short biblio description, price, number of ordered items
- a mail, sent to book seller
The library's choice of either the printed form, the CSV file or the email would be made by the librarian through radiobuttons. The vendor's record would have a "preferred order mode" radiobutton choice (csv/mail/print) and Koha would preselect the right radiobutton in the order; the librarian can change the mode on a case by case basis, but it's selected according to the preference in the vendor's record.