|
MaterialCode . ' - ') . ($item->MaterialName . $item->ServiceMaterialDescription);
} ?>
MaterialCode . ' - ') . ($item->MaterialName ? $item->MaterialName : $item->ServiceMaterialDescription);
} ?>
MaterialCode . ' - ') . ($item->MaterialName);
} ?>
MaterialCode . ' - ') . ($item->MaterialName);
} ?>
|
HSNCODE ?? 'N/A'; ?> |
Quantity > 0) {
echo number_alignment($item->Quantity);
if ($item->Per) : ?>
Per); ?>
Quantity == 0) {
echo "xxx";
} ?>
|
Rate); ?> |
BasicValue)); ?> |
CGST) && $item->CGST != '' ){ _htmlsc($item->CGST); }else{ echo 0; } ?> |
AfterCGST) && $item->AfterCGST != '') {
echo number_alignment(abs($item->AfterCGST));
} else {
echo '0.00';
} ?> |
SGST) && $item->SGST != '' ){ _htmlsc($item->SGST); }else{ echo 0; } ?> |
AfterSGST) && $item->AfterSGST != '') {
echo number_alignment(abs($item->AfterSGST));
} else {
echo '0.00';
} ?> |
IGST) && $item->IGST != '' ){ _htmlsc($item->IGST); }else{ echo 0; } ?> |
AfterIGST) && $item->AfterIGST != '') {
echo number_alignment(abs($item->AfterIGST));
} else {
echo '0.00';
} ?> |
Taxamount) ? $item->Taxamount : 0 ) + $item->BasicValue;
echo number_alignment(abs($totalwithtax));
?> |
BasicValue;
$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);
?>