diff --git a/resources/views/pages/pdfs/e_invoice_purchase_order_table.blade.php b/resources/views/pages/pdfs/e_invoice_purchase_order_table.blade.php new file mode 100644 index 00000000..58d2ed7e --- /dev/null +++ b/resources/views/pages/pdfs/e_invoice_purchase_order_table.blade.php @@ -0,0 +1,206 @@ +
| No | +Stock Code | +Description | +Quantity | +Unit Price (RM) | +Total Amount (RM) |
+
|---|---|---|---|---|---|
| {{ $key + 1 }} | +{{ $transaction_detail->product_code }} | +{{ $transaction_detail->product_name }} | +{{ $transaction_detail->quantity }} | ++ {{ number_format($displayUnitPrice, 2) }} + | ++ {{ number_format($displayedItemTotal, 2) }} + | +
| + | + | CANCEL FULL ORDER | ++ | + | + |
| + | Subtotal | +{{ number_format($displayedSubtotal, 2) }} | +|||
| + | Service Charges | +{{ number_format($serviceCharge, 2) }} | +|||
| + | Refunded Service Charges | + +-{{ number_format($refundedServiceCharge, 2) }} | +|||
| + | Voucher ({{ $voucher_redemption->voucher->code }}) | +{{ number_format($voucherDiscount, 2) }} | +|||
| + | Tax | +{{ number_format($transaction->tax, 2) }} | +|||
| + | Adjustment | +{{number_format($discrepancy, 5)}} | +|||
| + | Total | ++ {{ number_format($total, 2) }} + | +|||