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 deleted file mode 100644 index 209ff33d..00000000 --- a/resources/views/pages/pdfs/e_invoice_purchase_order_table.blade.php +++ /dev/null @@ -1,199 +0,0 @@ -
| 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) }} | -|||
| - | 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) }} - | -|||