?
Current Path : /home1/savoy/public_html/savoyglobal.net/rms/application/views/accounting/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/public_html/savoyglobal.net/rms/application/views/accounting/list_payment.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); $this->load->view('documentreadyfunctions'); ?> <?php if($type==2) { ?> <div class="content no-padding"> <div class="header main"> Payment Details</div> <table class="table"> <tr> <th>Cheque Date</th> <th>Cheque No</th> <th>Cheque Info</th> </tr> <tr> <td> <input class="w_90 required" type="dateonly" name="cheque_date" id="cheque_date"/> </td> <td> <input class="w_90 required" type="text" name="cheque_no" id="cheque_no"/> </td> <td> <textarea class=" required" name="cheque_info" id="cheque_info"></textarea> </td> </tr> </table> </div> <?php } else if($type==3) { ?> <div class="content no-padding"> <div class="header main"> Payment Details</div> <table class="table"> <tr> <th>Wire Info</th> <td> <input class="w_90 required" type="text" name="wire_info" id="wire_info" style="width:250px;"/> </td> </tr> </table> </div> <?php } ?>