Bug 7915 - Print a barcoded membership card from member detail page
Summary: Print a barcoded membership card from member detail page
Status: Failed QA
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Savitra Sirohi
QA Contact: Ian Walls
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-06 03:48 UTC by Savitra Sirohi
Modified: 2023-08-04 19:47 UTC (History)
4 users (show)

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


Attachments
Patch for printing the barcoded membership card (5.22 KB, patch)
2012-06-06 11:51 UTC, Ebin Joseph
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Savitra Sirohi 2012-04-06 03:48:40 UTC
User should be able to print a membership card from the member detail page. Syspref to turn this feature on/off, another to house content of the card including barcode.
Comment 1 Ebin Joseph 2012-06-06 11:51:03 UTC
Created attachment 9947 [details] [review]
Patch for printing the barcoded membership card
Comment 2 Owen Leonard 2012-07-20 13:41:33 UTC
This doesn't have a system preference to turn it on and off. Is that an omission which should be addressed in a revision, or is that a feature which was dropped? What was mean by "house the content of the card?"

There are some issues I see with this:

1. There are violations of the capitalization rule described in Bug 2780. 
2. The printable card view has a label "Membership No" but the term we standardize on is "Card number."
3. The printed card show the patron image whether or not the patronimages system preference is enabled.
4. The printable card view page has invalid XHTML.
5. The patch adds a CSS file, screen.css. This CSS could probably be embedded in the body of the page since it is "single-purpose." Another idea would be to put the CSS into its own system preference so that libraries could customize it. In any case, "screen.css" is not a descriptive enough name. If the CSS isn't moved into the template the file name should at least be changed.
6. The "Print card" option is added to the toolbar used on some patron-related pages but not to the toolbar used on others. These should be consistent (Sorry, Bug 6261 is still open).
Comment 3 Katrin Fischer 2023-08-04 19:47:44 UTC
I still like this idea. It could be a great workflow improvement to have a shortcut to the patron card printing tool from the patron account.