diff --git a/app/Views/po_pdf.php b/app/Views/po_pdf.php index 9a3de764..d331914e 100755 --- a/app/Views/po_pdf.php +++ b/app/Views/po_pdf.php @@ -623,6 +623,7 @@ $cgst[] = isset($item->AfterCGST) ? $item->AfterCGST : 0.00; $sgst[] = isset($item->AfterSGST) ? $item->AfterSGST : 0.00; $igst[] = isset($item->AfterIGST) ? $item->AfterIGST : 0.00; + $Insurance[] = isset($item->Insurance) ? $item->Insurance : 0.00; $tax[] = $totalwithtax; $invoiceTotalAmount = round($item->TotalOrderValue); ?> @@ -762,13 +763,52 @@ + + + + AfterPackagingValue != 0){ ?> + + + + AfterPackagingValue); ?> + + + + AfterFreightValue != 0){ ?> + + + + AfterFreightValue); ?> + + + + AfterDiscount != 0){ ?> + + + + AfterDiscount); ?> + + + + + + + + + + + + + - + + AfterPackagingValue + $reveuetax[0]->AfterFreightValue) - $reveuetax[0]->AfterDiscount; }?> - + + - +