?
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/add_customer_payment.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); $this->load->view('documentreadyfunctions'); ?> <div class="icons_main"> <div class="icons"> <img src="<?=base_url()?>assets/images/back.png" title="Back" class="clickimage" onclick="viewdata('accounting','viewinaccountingsearch','search_customer_payments','view_customer_payments','<?=$_SESSION['pagenum'];?>')" alt="Back" align = "center" width="32" height="32" /> </div> <div class="icons_caption"> <h4>Creating Customer Payment</h4> </div> </div> <?php $attributes=array('id'=>'validateform','class'=>'validate'); echo form_open('hr/addinhr/insert_employee/view_employee/1',$attributes); ?> <div class="grid_6"> <div class="box"> <div class="content no-padding"> <div class="header main"> Bank Account Deposit Entry</div> <table class="table"> <tr> <td>To:</td> <td><input class="w_90" type="text" name="employer" id="employer"/></td> </tr> <tr> <td>Transaction No: </td> <td><input class="w_90" type="text" name="employer" id="employer"/></td> </tr> <tr> <td>Date:</td> <td><input class="w_90" type="text" name="designation" id="designation"/></td> </tr> <tr> <td>Payment Method</td> <td> <input class="w_90" type="text" name="period" id="period"/> </td> </tr> </table> </div> </div> </div> <div class="grid_6"> <div class="box"> <div class="content no-padding"> <div class="header main">Deposit Items</div> <table class="table"> <tr> <td>Acc code</td> <td><input class="w_90" type="text" name="course" id="course"/></td> </tr> <tr> <td>Cost Of Center</td> <td><input class="w_90" type="text" name="course" id="course"/></td> </tr> <tr> <td>Invoice</td> <td><input class="w_90" type="text" name="course" id="course"/></td> </tr> <tr> <td>Description</td> <td><input class="w_90" type="text" name="course" id="course"/></td> </tr> <tr> <td>Amount</td> <td><input class="w_90" type="text" name="university" id="university"/></td> </tr> <tr><td>Total:</td> <td> <input class="w_90" type="text" name="yearofpassing" id="yearofpassing"/> </td> </tr> </table> </div> </div> </div> <div class="grid_12"> <div class="box"> <div class="actions"> <div class="actions-left"> <input type="reset"> </div> <div class="actions-right"> <button type="submit" id="submit" class="clickimage" onclick="addformdata('validateform')">Process Deposit</button> </div> </div> </div> </div> <?php echo form_close();?>