Sample prototype for ticket pdf
Added verticl layout of ticket pdf without QR code.
This commit is contained in:
parent
95fbd10153
commit
b9a540f4e2
5 changed files with 80 additions and 1 deletions
|
|
@ -117,6 +117,7 @@ GEM
|
|||
chart-js-rails (0.0.6)
|
||||
railties (> 3.1)
|
||||
chronic (0.10.2)
|
||||
chunky_png (1.3.8)
|
||||
cliver (0.3.2)
|
||||
cloudinary (1.1.6)
|
||||
aws_cf_signer
|
||||
|
|
@ -343,6 +344,9 @@ GEM
|
|||
prawn (1.0.0)
|
||||
pdf-core (~> 0.2.2)
|
||||
ttfunk (~> 1.1.1)
|
||||
prawn-qrcode (0.2.2.1)
|
||||
prawn (>= 0.11.1)
|
||||
rqrcode (>= 0.4.1)
|
||||
prawn_rails (0.0.11)
|
||||
prawn (>= 0.11.1)
|
||||
railties (>= 3.0.0)
|
||||
|
|
@ -429,6 +433,8 @@ GEM
|
|||
mime-types (>= 1.16, < 3.0)
|
||||
netrc (~> 0.7)
|
||||
rolify (5.1.0)
|
||||
rqrcode (0.10.1)
|
||||
chunky_png (~> 1.0)
|
||||
rspec (3.0.0)
|
||||
rspec-core (~> 3.0.0)
|
||||
rspec-expectations (~> 3.0.0)
|
||||
|
|
@ -611,6 +617,7 @@ DEPENDENCIES
|
|||
phantomjs
|
||||
piwik_analytics (~> 1.0.1)
|
||||
poltergeist
|
||||
prawn-qrcode (~> 0.2.2.1)
|
||||
prawn_rails
|
||||
rails (~> 4.2)
|
||||
rails-assets-bootstrap-markdown!
|
||||
|
|
@ -631,6 +638,7 @@ DEPENDENCIES
|
|||
redcarpet
|
||||
responders (~> 2.0)
|
||||
rolify
|
||||
rqrcode
|
||||
rspec-activemodel-mocks
|
||||
rspec-rails
|
||||
rubocop (~> 0.48.1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue