addQueryforwidthandheight
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
class CloseCashierPdf < 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,:text_width
|
||||
def initialize(printer_settings, shift_sale,shop_details,sale_taxes)
|
||||
self.page_width = 210
|
||||
self.page_height = 7000
|
||||
self.page_width = PrintSetting.where("name = ?","Close Cashier").first.page_width
|
||||
self.page_height = PrintSetting.where("name = ?","Close Cashier").first.page_height
|
||||
self.margin = 5
|
||||
self.price_width = 40
|
||||
self.qty_width = 20
|
||||
|
||||
Reference in New Issue
Block a user