Sample prototype for ticket pdf

Added verticl layout of ticket pdf without QR code.
This commit is contained in:
siddhantbajaj 2017-06-13 07:20:43 +05:30
parent 95fbd10153
commit b9a540f4e2
5 changed files with 80 additions and 1 deletions

View file

@ -128,6 +128,8 @@ gem 'country_select'
# as PDF generator
gem 'prawn_rails'
gem 'rqrcode'
gem 'prawn-qrcode', '~> 0.2.2.1'
# to render XLS spreadsheets
gem 'axlsx', git: 'https://github.com/randym/axlsx.git'