?
Current Path : /home1/savoy/public_html/savoyglobal.net/sgms/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/sgms/application/views/Accounting/view_aging_report.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); $this->load->view('documentreadyfunctions'); ?> <script language="javascript" type="text/javascript"> jQuery(document).ready(function() { suggest_cust_emp_accounts('account'); }); </script> <div class="select-bar"> <label> </label> <span class="heading">Aging Report</span> </div> <fieldset> <?php $attributes=array('id'=>'validateform','class'=>'customForm'); echo form_open('accounting/generate_ageing_pdf',$attributes); ?> <ul> <li> <label for="data">Choose Account</label> <input type="text" id="account" class="required" onchange="makenull(this)" /> <input type="hidden" name="account" id="account_id" /> </li> <li> <label for="data"> Date</label> <input type="text" name="report_date" id="report_date" class="required calfocus" value="<?=date("d-m-Y");?>" /> </li> <li> <input type="hidden" name="tab_name" value="statement_account"/> <input type="hidden" name="resfunction" value="search_empty"/> <label for="submit"> </label> <button type="submit" id="submit" class="clickimage" onclick="return checkrequiredfields()">Generate Report</button> </li> </ul> <?php echo form_close();?> </fieldset>