From 69193d3ac4f725dfc86b28c6dc96d88e5609a76e Mon Sep 17 00:00:00 2001 From: bitbucket Date: Fri, 26 Jul 2024 11:09:33 +0530 Subject: [PATCH] CHANGES_in pdf : GOWTHAM --- app/Views/po_pdf.php | 46 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 43 insertions(+), 3 deletions(-) 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; }?> - + + - +