|
|
@ -417,7 +417,9 @@
|
|
|
|
onclick="editIncome(this)"><i class="fas fa-edit"></i></a>
|
|
|
|
onclick="editIncome(this)"><i class="fas fa-edit"></i></a>
|
|
|
|
<form action="/payroll/delcomben" method="post" class="ml-3 d-inline-block">
|
|
|
|
<form action="/payroll/delcomben" method="post" class="ml-3 d-inline-block">
|
|
|
|
<input type="hidden" name="emppayinded_id" value="<?= $empPayIncome->emppayinded_id ?>">
|
|
|
|
<input type="hidden" name="emppayinded_id" value="<?= $empPayIncome->emppayinded_id ?>">
|
|
|
|
<a href="#" data-toggle="tooltip" title="Delete Income Information"><i class="fas fa-trash "></i></a>
|
|
|
|
<input type="hidden" name="payschedule_id" value="<?= $empPayIncome->payschedule_id ?>">
|
|
|
|
|
|
|
|
<input type="hidden" name="emp_id" value="<?= $selectedEmployee->employee_id ?>">
|
|
|
|
|
|
|
|
<button type="submit" class="btn btn-link p-0 m-0"><i class="fas fa-trash "></i></a>
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
@ -451,7 +453,12 @@
|
|
|
|
data-amount = "<?= $empPayDeduction->amount ?>"
|
|
|
|
data-amount = "<?= $empPayDeduction->amount ?>"
|
|
|
|
data-is_override = "<?= $empPayDeduction->is_override ?>"
|
|
|
|
data-is_override = "<?= $empPayDeduction->is_override ?>"
|
|
|
|
onclick="editDeduction(this)"><i class="fas fa-edit "></i></a>
|
|
|
|
onclick="editDeduction(this)"><i class="fas fa-edit "></i></a>
|
|
|
|
<a href="#" class="ml-3" data-toggle="tooltip" title="Delete Deduction Information"><i class="fas fa-trash "></i></a>
|
|
|
|
<form action="/payroll/delcomben" method="post" class="ml-3 d-inline-block">
|
|
|
|
|
|
|
|
<input type="hidden" name="emppayinded_id" value="<?= $empPayDeduction->emppayinded_id ?>">
|
|
|
|
|
|
|
|
<input type="hidden" name="payschedule_id" value="<?= $empPayDeduction->payschedule_id ?>">
|
|
|
|
|
|
|
|
<input type="hidden" name="emp_id" value="<?= $selectedEmployee->employee_id ?>">
|
|
|
|
|
|
|
|
<button type="submit" class="btn btn-link p-0 m-0"><i class="fas fa-trash "></i></a>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
<?php
|
|
|
|
<?php
|
|
|
|