Bug 31671 - Add button to print transfer slips to the 'Transfer items' page
Summary: Add button to print transfer slips to the 'Transfer items' page
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement with 1 vote (vote)
Assignee: Owen Leonard
QA Contact: Martin Renvoize
URL:
Keywords:
Depends on: 36671
Blocks: 25682
  Show dependency treegraph
 
Reported: 2022-10-03 15:52 UTC by Lucas Gass
Modified: 2024-04-29 07:37 UTC (History)
6 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Small patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
24.05.00


Attachments
Bug 31671: Add print slip button to transfer page (2.74 KB, patch)
2022-10-17 17:04 UTC, Lucas Gass
Details | Diff | Splinter Review
Bug 31671: Add print slip button to transfer page (4.86 KB, patch)
2022-10-24 21:18 UTC, Lucas Gass
Details | Diff | Splinter Review
Bug 31671: Add print slip button to transfer page (3.20 KB, patch)
2024-04-22 17:02 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 31671: Add print slip button to transfer page (3.25 KB, patch)
2024-04-22 17:51 UTC, Lucas Gass
Details | Diff | Splinter Review
Bug 31671: Add print slip button to transfer page (3.32 KB, patch)
2024-04-23 10:18 UTC, Martin Renvoize
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Gass 2022-10-03 15:52:49 UTC
It would be handy if you could print a transfer slip from the 
Transfer items page without having to navigate to another page to print the slip.
Comment 1 Lucas Gass 2022-10-17 17:04:45 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
Comment 2 Lucas Gass 2022-10-24 21:18:27 UTC
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
Comment 3 Lucas Gass 2022-10-24 21:18:56 UTC
Rebased for current master
Comment 4 David Nind 2022-10-25 00:32:44 UTC
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....
Comment 5 Owen Leonard 2024-04-22 17:02:19 UTC
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
Comment 6 Lucas Gass 2024-04-22 17:51:45 UTC
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>
Comment 7 Martin Renvoize 2024-04-23 10:18:08 UTC
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>
Comment 8 Martin Renvoize 2024-04-23 10:19:20 UTC
Nice little enhancement, works well

Passing QA
Comment 9 Katrin Fischer 2024-04-29 07:37:59 UTC
Pushed for 24.05!

Well done everyone, thank you!