feat: add mmqr cancel and void amount in shift sale report.

This commit is contained in:
Htoi San Aung
2025-07-02 15:24:40 +06:30
committed by DevTeam
parent d571933caf
commit 2244c18b37

View File

@@ -323,7 +323,6 @@ class CloseCashierPdf < Prawn::Document
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
end
y_position = cursor
bounding_box([0,y_position], :width =>self.item_description_width, :height => 20) do
text "MMQR Cancel :", :size => self.item_font_size, :align => :right