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