stock module latest today vadivel J 27-01-2025
This commit is contained in:
parent
77b2dd19f1
commit
66393d9963
@ -663,7 +663,7 @@ foreach ($period as $day) {
|
||||
|
||||
<?php } ?>
|
||||
|
||||
><?= $previousMonthTotalDieselMachineStockDetails[0]['balance_stock'] !=0 ?? " " ?></td>
|
||||
><?= $previousMonthTotalDieselMachineStockDetails[0]['balance_stock'] ?></td>
|
||||
|
||||
|
||||
|
||||
@ -679,7 +679,7 @@ foreach ($period as $day) {
|
||||
<td class="celda_normal balanceTD"
|
||||
data-id="<?= $dateInMonth ?>"
|
||||
|
||||
><?= $previousMonthTotalDieselMachineStockDetails[0]['balance_stock'] !=0 ?? " " ?></td>
|
||||
><?= $previousMonthTotalDieselMachineStockDetails[0]['balance_stock'] ?></td>
|
||||
|
||||
|
||||
|
||||
@ -709,13 +709,13 @@ foreach ($period as $day) {
|
||||
|
||||
<?php } ?>
|
||||
|
||||
><?= $previousMonthDieselMachineStockDetails[$dieselMachineIndex]['closing_reading'] ?? ' ' ?>
|
||||
><?= $previousMonthDieselMachineStockDetails[$dieselMachineIndex]['closing_reading'] ?>
|
||||
</td>
|
||||
|
||||
<td class="celda_normal closingReading"
|
||||
data-id="<?= $dateInMonth ?> <?= $dieselMachine['id'] ?>"
|
||||
oninput="closingReadingChange(this)"
|
||||
contenteditable="true"><?= $previousMonthDieselMachineStockDetails[$dieselMachineIndex]['closing_reading'] ?? ' ' ?>
|
||||
contenteditable="true"><?= $previousMonthDieselMachineStockDetails[$dieselMachineIndex]['closing_reading'] ?>
|
||||
</td>
|
||||
|
||||
<td class="celda_normal fillingDiesel"
|
||||
|
||||
@ -695,7 +695,7 @@ foreach ($period as $day) {
|
||||
if(empty( $previousMonthTotalPowerMachineStockDetails)){
|
||||
echo " " ;
|
||||
}else{
|
||||
echo $previousMonthTotalPowerMachineStockDetails[0]['final_reading'] !=0 ?? " " ;
|
||||
echo $previousMonthTotalPowerMachineStockDetails[0]['final_reading'] ;
|
||||
}
|
||||
|
||||
?>
|
||||
@ -713,7 +713,7 @@ foreach ($period as $day) {
|
||||
if(empty( $previousMonthTotalPowerMachineStockDetails)){
|
||||
echo " " ;
|
||||
}else{
|
||||
echo $previousMonthTotalPowerMachineStockDetails[0]['final_reading'] !=0 ?? " " ;
|
||||
echo $previousMonthTotalPowerMachineStockDetails[0]['final_reading'] ;
|
||||
}
|
||||
|
||||
?>
|
||||
@ -776,13 +776,13 @@ foreach ($period as $day) {
|
||||
|
||||
<?php } ?>
|
||||
|
||||
><?= $previousMonthPowerMachineStockDetails[$powerMachineIndex]['closing_reading'] ?? ' ' ?>
|
||||
><?= $previousMonthPowerConsumptionStockDetails[$powerMachineIndex]['closing_units'] ?>
|
||||
</td>
|
||||
|
||||
<td class="celda_normal closingUnits"
|
||||
data-id="<?= $dateInMonth ?> <?= $powerMachine['id'] ?>"
|
||||
oninput="closingUnitsChange(this)"
|
||||
contenteditable="true"><?= $previousMonthPowerMachineStockDetails[$powerMachineIndex]['closing_reading'] ?? ' ' ?>
|
||||
contenteditable="true"><?= $previousMonthPowerConsumptionStockDetails[$powerMachineIndex]['closing_units'] ?>
|
||||
</td>
|
||||
|
||||
<td class="celda_normal totalUnits"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user