update page height bill pdf

This commit is contained in:
Yan
2017-06-27 12:03:17 +06:30
parent 4f78c63b63
commit 9f44ac0031

View File

@@ -2,7 +2,7 @@ class ReceiptBillPdf < Prawn::Document
attr_accessor :label_width,:price_column_width,:page_width, :page_height, :margin, :price_width, :item_width, :header_font_size, :item_font_size,:item_height,:qty_width,:total_width,:item_description_width
def initialize(printer_settings, sale_items, sale_data, customer_name, item_price_by_accounts, member_info = nil,rebate_amount = nil,shop_details)
self.page_width = 210
self.page_height = 2500
self.page_height = 7000
self.margin = 5
self.price_width = 40
self.qty_width = 20