| Summary: | Add script to complete scanned article requests | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
| Component: | Command-line Utilities | Assignee: | Marcel de Rooy <m.de.rooy> |
| Status: | ASSIGNED --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | jzairo, kelly, robin |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Bug Depends on: | 20472 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 20570: Add script to complete scanned article requests
Bug 20570: Add script to complete scanned article requests |
||
|
Description
Marcel de Rooy
2018-04-12 09:37:36 UTC
Created attachment 74083 [details] [review] Bug 20570: Add script to complete scanned article requests Just a preview of the direction I am thinking of. The essential method complete_scans is not included here. Details about the webservice class interface should follow too. The POD of the script contains some functional specs. Any feedback is welcome. Created attachment 75012 [details] [review] Bug 20570: Add script to complete scanned article requests In the meantime I changed the approach a bit. See the attached 16.11 patch. I use misc/migration_tools/complete_article_requests.pl when completing article requests by matching with uploads in a specified upload category. But I could also use opac/svc/scan_requests when I do the uploading to another server or webservice and I am saving the match results with a service script (to be moved later to REST API). |