order print

This commit is contained in:
Myat Zin Wai Maw
2020-02-26 17:38:19 +06:30
parent e17091ac06
commit 1c094d656a
16 changed files with 186 additions and 84 deletions

View File

@@ -50,7 +50,7 @@ class ReceiptBillPdf < Prawn::Document
move_down 3
y_position = cursor
text "Mobile Order", :size => self.header_font_size,:align => :center, :style=>:bold
move_down 1
move_down 2
y_position = cursor
bounding_box([0,y_position], :width =>self.item_description_width, :height => self.item_height) do
text "#{sale_data.customer.contact_no}", :size => self.header_font_size,:align => :left