Summary: | Add button to print transfer slips to the 'Transfer items' page | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Circulation | Assignee: | Owen Leonard <oleonard> |
Status: | Needs documenting --- | QA Contact: | Martin Renvoize (ashimema) <martin.renvoize> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | aflournoy, david, fridolin.somers, gmcharlt, kbecker, kyle.m.hall |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
24.05.00
|
|
Circulation function: | |||
Bug Depends on: | 36671 | ||
Bug Blocks: | 25682 | ||
Attachments: |
Bug 31671: Add print slip button to transfer page
Bug 31671: Add print slip button to transfer page Bug 31671: Add print slip button to transfer page Bug 31671: Add print slip button to transfer page Bug 31671: Add print slip button to transfer page |
Description
Lucas Gass (lukeg)
2022-10-03 15:52:49 UTC
Created attachment 142000 [details] [review] Bug 31671: Add print slip button to transfer page To test: 1. Apply patch 2. Go to Circulation / Transfer 3. Try transfering some items and notice the 'Print transfer slip' button 4. Try clicking on it and make sure it generates correctly and with the correct information on the slip Created attachment 142571 [details] [review] Bug 31671: Add print slip button to transfer page To test: 1. Apply patch 2. Go to Circulation / Transfer 3. Try transfering some items and notice the 'Print transfer slip' button 4. Try clicking on it and make sure it generates correctly and with the correct information on the slip Rebased for current master After applying the patch, I'm getting an error trace when I go to access the transfer page: Template process failed: file error - parse error - /kohadevbox/koha/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt line 275: unexpected end of input at /kohadevbox/koha/C4/Templates.pm line 127.... Created attachment 165332 [details] [review] Bug 31671: Add print slip button to transfer page This patch reimplements/rebases Lucas' patch and adds a style modification to the button. To test: 1. Apply patch 2. Go to Circulation / Transfer 3. Try transferring some items and notice the 'Print slip' button 4. Try clicking on it and make sure it generates correctly and with the correct information on the slip Created attachment 165343 [details] [review] Bug 31671: Add print slip button to transfer page This patch reimplements/rebases Lucas' patch and adds a style modification to the button. To test: 1. Apply patch 2. Go to Circulation / Transfer 3. Try transfering some items and notice the 'Print slip' button 4. Try clicking on it and make sure it generates correctly and with the correct information on the slip Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Created attachment 165369 [details] [review] Bug 31671: Add print slip button to transfer page This patch reimplements/rebases Lucas' patch and adds a style modification to the button. To test: 1. Apply patch 2. Go to Circulation / Transfer 3. Try transfering some items and notice the 'Print slip' button 4. Try clicking on it and make sure it generates correctly and with the correct information on the slip Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Nice little enhancement, works well Passing QA Pushed for 24.05! Well done everyone, thank you! Not backported to 23.11.x |