Commit graph

11 commits

Author SHA1 Message Date
Henne Vogelsang
b76102aa69
Fix ticket PDF spec
open is not neccesarily OpenURI
2022-02-23 14:36:06 +01:00
Espartaco Palma
f5986f4160
Using new accessor for city, country_name, venue name & street 2021-03-06 19:06:36 +01:00
James Mason
4d4ef597dc Gracefully fail out of image handling in ticket PDF
(cherry picked from commit 730d53c8b6)
2018-12-19 12:30:45 -08:00
James Mason
6d31dfeef4 Add frozen_string_literal magic comment
re: https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Style/FrozenStringLiteralComment
2018-05-09 06:54:26 -07:00
James Mason
710010cb76
Use a picture format for ticketing
Instead of analyzing image size using the local file, rely on a
processed image of the appropriate dimensions.

Resolves #1828
2017-12-11 17:11:17 -08:00
ViditChitkara
d6c7e8d97f Fixed email overflow bug in tickets pdf
closes #1691

minor changes
2017-10-02 11:04:12 +03:00
rahul
99e5af3217 Add full address to the ticket
Full address is added to the ticket as earlier it was showing venue name only
2017-10-02 09:55:58 +03:00
rahul
8dd5a14b23 Remove to_s from conference.venue.name
name is already a string so to_s in not required
2017-10-02 09:55:58 +03:00
rahul
ec91db86f9 Fix error while generating pdf when venue is nil
Error in generating pdf for ticket when venue is not set is fixed.Showing venue in pdf only if venue exist.
Closes https://github.com/opensuse/osem/issues/1683
2017-10-02 09:55:58 +03:00
siddhantbajaj
4b735cff69 Added qr code
Added qr code on ticket pdf and ticket show page.
2017-08-21 16:49:50 +05:30
siddhantbajaj
e2a4cfd9fd Added ticket pdf prawn document 2017-07-15 03:37:32 +05:30