update print

This commit is contained in:
Aung Myo
2017-07-02 11:41:47 +06:30
parent 972a717361
commit b78119f848
5 changed files with 19 additions and 10 deletions

View File

@@ -366,10 +366,10 @@ class ReceiptBillPdf < Prawn::Document
y_position = cursor
bounding_box([0, y_position], :width =>self.label_width, :height => self.item_height) do
text "#{printed_status}", :size => self.header_font_size,:align => :left
text "#{printed_status}", :size => self.item_font_size,:align => :left
end
bounding_box([self.label_width,y_position], :width =>self.label_width, :height => self.item_height) do
text "Thank You! See you Again", :left_margin => -10, :size => self.header_font_size,:align => :right
text "Thank You! See you Again", :left_margin => -10, :size => self.item_font_size,:align => :right
end
move_down 5