CompanyName; $CompanyAddress = $CO->Address; } } if(!empty($POItem)) { foreach ($POItem as $PO) { $PONO = $PO->PONO; $SuplierName = $PO->SupplierName; $SuplierAddress = $PO->Address; $DeliveryAddress = $PO->DeliveryAddress; $dt = new DateTime($PO->PODate, new DateTimeZone('Asia/Kolkata')); $Podt = $dt->format('d-m-Y'); $dtDe = new DateTime($PO->DeliveryDate, new DateTimeZone('Asia/Kolkata')); $DeliveryDate = $dtDe->format('d-m-Y'); $ServiceDescription =$PO->ServiceDescription; } } ?>
| # | Item Description | Qty | Rate | Amount | Discount | Excise Duty | Vat | CST | GST | Other Taxes | Insurance | Freight | Total Amount | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| MaterialName ; ?> | Quantity ; ?> | Rate ; ?> | BasicValue ; ?> | AfterDiscount; ?> | AfterExciseDuty ; ?> | AfterVAT ; ?> | AfterCST ; ?> | AfterGST ; ?> | AfterOtherTaxes ; ?> | Insurance ; ?> | AfterFreightValue ; ?> | BasicValue+$record->AfterExciseDuty + $record->AfterVAT+$record->AfterCST+$record->AfterGST + $record->AfterOtherTaxes + $record->Insurance+ $record->AfterFreightValue)- $record->AfterDiscount); echo number_format($TotalAmount,2) ; ?> |
| Sub Total Amount : | |
| Discount : | |
| Excise Duty : | |
| Vat : | |
| CST : | |
| GST : | |
| Other Taxes: | |
| Insurance : | |
| Freight : | |
Total Order Amount : |
| ReleasedBy: | ReleasedOn: |
| FirstName;?> | ReleasedOn;?> |