Summary: | Add ability to add to basket from a file | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Acquisitions | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | jonathan.druart, koha, lisettepalouse+koha, martin.renvoize, rkuiper, sandboxes |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 21333: Add ability to add to basket from a new file
Bug 21333: Add ability to add to basket from a new file Bug 21333: Add ability to add to basket from a new file Bug 21333: (follow-up) Make link a button Bug 21333: (follow-up) Make link a button Bug 21333: Add ability to add to basket from a new file Bug 21333: (follow-up) Make link a button |
Description
Nick Clemens (kidclamp)
2018-09-11 16:27:58 UTC
Created attachment 78562 [details] [review] Bug 21333: Add ability to add to basket from a new file This patch adds a workflow for adding to a basket from a file. It removes the need to stage the file before going to the basket and allows you to stage the file and return to the basket To test: 1 - Have basket in acquissitions 2 - Click add to basket 3 - Note new option to 'Add from new file' 4 - Click it 5 - You will be sent to the record import tool 6 - Stage your file 7 - There is a link after staging 'Add records to basket' 8 - Click it 9 - Your items should be added Created attachment 78725 [details] [review] Bug 21333: Add ability to add to basket from a new file This patch adds a workflow for adding to a basket from a file. It removes the need to stage the file before going to the basket and allows you to stage the file and return to the basket To test: 1 - Have basket in acquissitions 2 - Click add to basket 3 - Note new option to 'Add from new file' 4 - Click it 5 - You will be sent to the record import tool 6 - Stage your file 7 - There is a link after staging 'Add records to basket' 8 - Click it 9 - Your items should be added I have followed the test plan and try several times. On the basket - click on add a new file, then upload it and click on add the records on basket and then I retrieve it in the acquisitions module (in addorderiso2709 page) and then that's the process that we usually use. It works as expected for me. Patch tested with a sandbox, by Sonia <sonia.bouis@univ-lyon3.fr> Created attachment 78854 [details] [review] Bug 21333: Add ability to add to basket from a new file This patch adds a workflow for adding to a basket from a file. It removes the need to stage the file before going to the basket and allows you to stage the file and return to the basket To test: 1 - Have basket in acquissitions 2 - Click add to basket 3 - Note new option to 'Add from new file' 4 - Click it 5 - You will be sent to the record import tool 6 - Stage your file 7 - There is a link after staging 'Add records to basket' 8 - Click it 9 - Your items should be added Signed-off-by: Sonia <sonia.bouis@univ-lyon3.fr> Why did you put the link there? https://snag.gy/5EBbq1.jpg Created attachment 78939 [details] [review] Bug 21333: (follow-up) Make link a button Created attachment 78952 [details] [review] Bug 21333: (follow-up) Make link a button Created attachment 79259 [details] [review] Bug 21333: Add ability to add to basket from a new file This patch adds a workflow for adding to a basket from a file. It removes the need to stage the file before going to the basket and allows you to stage the file and return to the basket To test: 1 - Have basket in acquissitions 2 - Click add to basket 3 - Note new option to 'Add from new file' 4 - Click it 5 - You will be sent to the record import tool 6 - Stage your file 7 - There is a link after staging 'Add records to basket' 8 - Click it 9 - Your items should be added Signed-off-by: Sonia <sonia.bouis@univ-lyon3.fr> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Created attachment 79260 [details] [review] Bug 21333: (follow-up) Make link a button Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> A bit hacky but works :) Awesome work all! Pushed to master for 18.11 Enhancement, will not be backported to 18.05.x series. |