CompanyName;
$CompanyAddress = $CO->Address;
}
}
if(!empty($POItem))
{
foreach ($POItem as $PO)
{
$PONO = $PO->PONO;
$postatus= $PO->Status;
$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;
$CostCenterCode=$PO->CostCenterCode;
$PaymentTerms=$PO->PaymentTerms;
}
if(!empty($Requestername))
{
foreach ($Requestername as $Reqname)
{
$ReqBy=$Reqname->FirstName;
//$ReqDep=$Reqname->
}
}
$CurrencyCode='';
$CurrencyName='';
if(!empty($Currencytype))
{
foreach ($Currencytype as $CURRE)
{
$CurrencyCode=$CURRE->Currency_Code;
$CurrencyName=$CURRE->FontCode2000;
}
}
$DEPNAME='';
if(!empty($DEPCODE))
{
foreach ($DEPCODE as $DEP)
{
$DEPNAME=$DEP->DepartmentName;
}
}
}
?>
| # |
Item Description |
Qty |
Rate per unit in |
Amount in |
Service Tax in |
Educess Tax in |
Sec Higher Educess Tax in |
Krishi Kalyan tax in |
Swachh Bharat taxin |
Total Amount in |
BasicValue + $record->Taxamount
?>
|
MaterialName ; ?> |
Quantity ; ?> |
Rate ; ?> |
BasicValue ; ?> |
ServiceTax ; ?> |
EducessTax ; ?> |
SecHigherEducessTax ; ?> |
KrishiKalyantax ; ?> |
SwachhBharattax ; ?> |
|
BasicValue;
$ServiceTax =$ServiceTax + $record->ServiceTax;
$EducessTax =$EducessTax + $record->EducessTax;
$SecHigherEducessTax = $SecHigherEducessTax + $record->SecHigherEducessTax;
$KrishiKalyantax =$KrishiKalyantax + $record->KrishiKalyantax;
$SwachhBharattax =$SwachhBharattax + $record->SwachhBharattax;
}
$OrderValue = $SubTotalAmount + $ServiceTax + $EducessTax+$SecHigherEducessTax+$KrishiKalyantax +$SwachhBharattax;
}
?>
| Sub Total Amount : |
|
| Service Tax @14% : |
|
| Edu. cess @2% on ServiceTax: |
|
| Sec & Higher cess @1% on ServiceTax: |
|
| Krishi kalyan Tax @0.5% on Basic Amount: |
|
| Swachh Barath Tax @0.5% on Basic Amount : |
|
| Total Order Amount : |
|
Requition Number :
|
Requested by :
|
Requisted Department :
|
Cost center :
|
Service Description: