feat: add mmqr cancel and void amount in shift sale report.
This commit is contained in:
@@ -323,7 +323,6 @@ class CloseCashierPdf < Prawn::Document
|
|||||||
bounding_box([self.item_description_width,y_position], :width =>self.price_width, :height => 20) do
|
bounding_box([self.item_description_width,y_position], :width =>self.price_width, :height => 20) do
|
||||||
text "(#{total_void[:void_amount]})", :size => self.item_font_size, :align => :right
|
text "(#{total_void[:void_amount]})", :size => self.item_font_size, :align => :right
|
||||||
end
|
end
|
||||||
|
|
||||||
y_position = cursor
|
y_position = cursor
|
||||||
bounding_box([0,y_position], :width =>self.item_description_width, :height => 20) do
|
bounding_box([0,y_position], :width =>self.item_description_width, :height => 20) do
|
||||||
text "MMQR Cancel :", :size => self.item_font_size, :align => :right
|
text "MMQR Cancel :", :size => self.item_font_size, :align => :right
|
||||||
|
|||||||
Reference in New Issue
Block a user