Bug 8601 - Allow more than 2 images on patron cards
Summary: Allow more than 2 images on patron cards
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Label/patron card printing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Chris Nighswonger
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-08 23:44 UTC by Derryn
Modified: 2023-07-29 13:26 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Derryn 2012-08-08 23:44:09 UTC
Currently there is only 2 pictures allowed on patron card. 
This is acceptable, however it would be nice to be able to add more with an "add another image" button or something along those lines. At the very least, could we free up a custom image by making the patron image a separate component?


I've tried adding extra images to the XML code in the database, and it seems to work just by incrementing the image number value.
Comment 1 Chris Nighswonger 2014-12-09 14:21:12 UTC
This is an excellent idea and could be easily implemented by modifying the code to allow the user to add more image fields in the interface. The back-end code which process the xml can handle it already as you have discovered.

Also note that it is not necessary to include a patron image if you do not want to. In its current form the tool allows for any two images both of which may be other than the patron image.
Comment 2 Katrin Fischer 2019-04-28 12:33:53 UTC
Still valid.
Comment 3 Katrin Fischer 2023-07-29 13:26:49 UTC
Just a note that a good way to resolve the problem is to make a background image the size of the card with transparent background and place all images on it.