Re: [OPEN-ILS-GENERAL] web client hold slip

2018-03-08 Thread Geoff Sams
Since none of the options I’ve seen are quite like mine, I figure I can share mine as well. It doesn’t turn the last name on the slip, but it does place it one letter per line vertically. I’ll just chalk it up to personal preference that I did it this way. It’s neat, produces receipts no

Re: [OPEN-ILS-GENERAL] web client hold slip

2018-03-08 Thread Mike Rylander
Hi Michael, To follow up on what Terran said, I would recommend using transform rather than -moz-transform, as the latter likely won't work in Chrome. For more info: https://www.w3schools.com/cssref/css3_pr_transform.asp Thanks, -- Mike Rylander | President | Equinox Open Library Initiative

Re: [OPEN-ILS-GENERAL] web client hold slip

2018-03-08 Thread Terran McCanna
Hi Michael, Rotating text should work the same. It looks funky in the preview pane, but when printing it should be okay. Limiting the number of characters: {{checkout.title | limitTo:10}} (limits to first 10 characters) {{patron.card.barcode | limitTo:-5}} (limits to last 5 characters)