| Summary: | Display an image of barcode on slips | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Séverine Queune <severine.queune> |
| Component: | Notices | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | new feature | ||
| Priority: | P5 - low | CC: | nicolas.legrand |
| Version: | Main | Keywords: | Manual |
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| 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: | 13545 | ||
| Bug Blocks: | |||
|
Description
Séverine Queune
2020-11-13 11:51:20 UTC
We do this now, although it may take some trial and error depending on the kind of barcode you have. From our notice template: <img src="/cgi-bin/koha/svc/barcode?barcode=*[% item.barcode %]*&type=Code39" /> It would definitely be useful to make the process easier but I'm not sure what it would look like. (In reply to Owen Leonard from comment #1) > We do this now, although it may take some trial and error depending on the > kind of barcode you have. From our notice template: > > <img src="/cgi-bin/koha/svc/barcode?barcode=*[% item.barcode > %]*&type=Code39" /> > > It would definitely be useful to make the process easier but I'm not sure > what it would look like. Thanks Leonard for this information, I completely ignored that tip ! Should I leave the ticket 'New' then ? Hi Severine, does Owen's tip work for you or is there a feature missing that we should add? I believe we can safely close this now especially with the new bug 29821: /cgi-bin/koha/labels/barcode-print.pl This new tool on the cataloguing start page allows you to generate the code to add to the notices in order to display the barcode and preview the result. |