Add Order Set Pdf

This commit is contained in:
San Wai Lwin
2018-05-25 17:06:45 +06:30
parent 578c14ccc3
commit 3c8e3c5326
11 changed files with 363 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ class OrderItemCustomisePdf < Prawn::Document
self.order_no_font_size = 8
self.margin = 0
self.price_width = 40 # No Need for item
self.qty_width = 40
self.qty_width = 25
self.total_width = 40 # No Need for item
self.item_width = self.page_width - (self.qty_width - self.margin)
self.item_height = 15