JezK
Edit File: invoicesNew.php
<?php include("header.php"); ?> <div class="container"> <h4>Invoices</h4> <div class="containercontent"> <div class="card-1 shadow-sm p-3 mb-5 bg-white rounded"> <div class="card-body"> <div class="row"> <div class="col-md-2"> <label for="invoices">Invoices:</label> </div> <div class="col-md-2 "> <input type="invoices" class="inputborder w-75" id="invoices" placeholder="5858565" name="invoices"> </div> <div class="col-md-2"> <label for="whnumber">WarehouseNumber:</label> </div> <div class="col-md-3"> <input type="whnumber" class="inputborder w-75" id="whnumber" placeholder="5858565" name="whnumber"> </div> <div class="col-md-3 pl-4 justify-content-end"> <div class="d-flex flex-row"> <label for="whnumber">Date:</label> <span> <input type="whnumber" class="inputborder w-75" id="whnumber" placeholder="5858565" name="whnumber"></span> </div> </div> </div> <div class="row"> <div class="col-md-2"> <label for="whname">WarehouseName:</label> </div> <div class="col-md-2"> <input type="whname" class="inputborder" id="whname" placeholder="Agarwal Packers" name="whname"> </div> <div class="col-md-2"> <label for="invoices">Invoice value:</label> </div> <div class="col-md-4"> <input type="Invoicevalue" class="inputborder" id="Invoicevalue" placeholder="180 Dinar" name="Invoicevalue"> </div> </div> <div class="row"> <div class="col-md-2"> <label for="customer">Customer:</label> </div> <div class="col-md-2"> <input type="customer" class="inputborder" id="customer" placeholder="Customer" name="customer"> </div> </div> <div class="row"> <div class="col-md-2"> <label for="whname">Description:</label> </div> <div class="col-md-2"> <input type="description" class="inputborder" id="description" placeholder="Description" name="description" > </div> </div> <table class="table table-bordered table_body "> <thead class="theadcolor"> <tr> <th>Service name</th> <th>Note</th> <th>Qty</th> <th>Price</th> <th>Total</th> </tr> </thead> <tbody> <tr> <td>Agarwal Packers</td> <td>note</td> <td>10 packets</td> <td>18</td> <td>180 packets</td> </tr> <tr> <td>Agarwal Packers</td> <td>note</td> <td>10 packets</td> <td>18</td> <td>180 packets</td> </tr> <tr> <td>Agarwal Packers</td> <td>note</td> <td>10 packets</td> <td>18</td> <td>180 packets</td> </tr> </tbody> </table> <div class="d-flex justify-content-end"> <div>Total 150 Dinar </div> </div> </div> </div> <?php include("footer.php"); ?>