Skip to content

Commit

Permalink
made view workorder page
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranzafar4343 committed Nov 12, 2024
1 parent 70a0957 commit e12b3a0
Show file tree
Hide file tree
Showing 2 changed files with 697 additions and 1 deletion.
5 changes: 4 additions & 1 deletion order.php
Original file line number Diff line number Diff line change
Expand Up @@ -626,9 +626,12 @@
<td>
<div style="display: flex; gap: 10px;">
<a type="button" class="btn btn-success btn-secondary d-flex justify-content-center" style="width:25px; height: 28px;" href="viewOrder.php?id=<?php echo $row['order_no']; ?>"><i style="width: 20px;" class="fa-solid fa-print" target="_blank"></i></a>

<a type="button" class="btn btn-danger btn-floating d-flex justify-content-center" style="width:25px; height:28px" data-mdb-ripple-init
onclick="return confirm('Are you sure you want to delete this record?');" href="deleteOrder.php?id=<?php echo $row['order_no']; ?>"> <i style="width: 20px;" class="fa-solid fa-trash"></i></a>
<!-- <a type="button" class="btn btn-success" data-mdb-ripple-init onclick="return confirm('status will be out, and the for record this order is deleted from here and added to the delivery-workorder table');" href="deliveryWorkorder.php?id=<?php echo $row['branch']; ?>">Deliver</a> -->

<a type="button" class="btn btn-secondary btn-secondary d-flex justify-content-center" style="width:25px; height: 27px;" href="viewWO.php?id=<?php echo $row['order_no']; ?>"><i style="width: 20px;" class="fa-solid fa-eye" target="_blank"></i></a>
<!-- <a type="button" class="btn btn-success" data-mdb-ripple-init onclick="return confirm('status will be out, and the for record this order is deleted from here and added to the delivery-workorder table');" href="deliveryWorkorder.php?id=<?php echo $row['branch']; ?>">Deliver</a> -->

<!-- <a type="button" class="btn btn-info" data-mdb-ripple-init
onclick="return confirm('Are you sure you want to delete this record?');" href="OrderDelete.php?id=">Access</a> -->
Expand Down
Loading

0 comments on commit e12b3a0

Please sign in to comment.