latest commit 17-05-2025
This commit is contained in:
parent
57110ce462
commit
e0dfc974f9
@ -154,14 +154,16 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<?php if(!empty($hsnCreditNoteRegister)){
|
||||
$totalQuantity = 0;
|
||||
$totalTaxableAmount = 0;
|
||||
$totalCgst = 0;
|
||||
$totalSgst = 0;
|
||||
$totalIgst = 0;
|
||||
$totalNetInvoiceAmount = 0;
|
||||
?>
|
||||
<?php
|
||||
$totalQuantity = 0;
|
||||
$totalTaxableAmount = 0;
|
||||
$totalCgst = 0;
|
||||
$totalSgst = 0;
|
||||
$totalIgst = 0;
|
||||
$totalNetInvoiceAmount = 0;
|
||||
?>
|
||||
|
||||
<?php if(!empty($hsnCreditNoteRegister)){ ?>
|
||||
|
||||
<?php foreach($hsnCreditNoteRegister as $index => $hcn) {
|
||||
|
||||
|
||||
@ -151,16 +151,18 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<?php if(!empty($hsnSalesRegister)){
|
||||
|
||||
$totalQuantity = 0;
|
||||
$totalTaxableAmount = 0;
|
||||
$totalCgst = 0;
|
||||
$totalSgst = 0;
|
||||
$totalIgst = 0;
|
||||
$totalNetInvoiceAmount = 0;
|
||||
|
||||
?>
|
||||
<?php
|
||||
$totalQuantity = 0;
|
||||
$totalTaxableAmount = 0;
|
||||
$totalCgst = 0;
|
||||
$totalSgst = 0;
|
||||
$totalIgst = 0;
|
||||
$totalNetInvoiceAmount = 0;
|
||||
?>
|
||||
|
||||
<?php ?>
|
||||
|
||||
<?php if(!empty($hsnSalesRegister)){ ?>
|
||||
|
||||
<?php foreach($hsnSalesRegister as $index => $hs) {
|
||||
|
||||
|
||||
@ -154,16 +154,16 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<?php if(!empty($hsnSummaryRegister)){
|
||||
|
||||
$totalQuantity = 0;
|
||||
$totalTaxableAmount = 0;
|
||||
$totalCgst = 0;
|
||||
$totalSgst = 0;
|
||||
$totalIgst = 0;
|
||||
$totalNetInvoiceAmount = 0;
|
||||
|
||||
?>
|
||||
<?php
|
||||
$totalQuantity = 0;
|
||||
$totalTaxableAmount = 0;
|
||||
$totalCgst = 0;
|
||||
$totalSgst = 0;
|
||||
$totalIgst = 0;
|
||||
$totalNetInvoiceAmount = 0;
|
||||
?>
|
||||
|
||||
<?php if(!empty($hsnSummaryRegister)){ ?>
|
||||
|
||||
<?php foreach($hsnSummaryRegister as $index => $hsm) {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user