?
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/manage_bank_journal.php |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <?php $this->load->view('header'); $this->load->view('Accounting/accounting_common_function'); ?> <script type="text/javascript"> $(document).ready(function() { viewdata('accounting','viewinaccountingsearch','search_bank_journal_unposted','view_bank_journal_unposted','1'); }); function process_unposted_bankjournal(ref_id,model,page) { if(confirm("Are you sure you want to post this transaction?")) { $("#entrydiv").empty().html('<CENTER><img src="<?=base_url()?>/assets/images/loading.gif" class="loading"/></CENTER>'); $("#entrydiv").load("<?= site_url('accounting/insert_bank_journal_posted/') ?>/"+ref_id,function(data){ $('html, body').animate({scrollTop:0}, 'slow'); // for scrolling to the top of the page $("#success-panel").fadeIn(900,0); $("#success-panel").html("Record Posted."); $("#success-panel").fadeOut(2000,0); viewdata('accounting','viewinaccountingsearch',''+model+'',''+page+'','1') }); } } </script> </head> <body> <?php $this->load->view('logopanel'); ?> <div id="main"> <?php $this->load->view('menu'); ?> <div id="middle"> <?php $this->load->view('leftbar'); ?> <div id="center-column"> <?php $this->load->view('topbar'); ?> <div class="table"> <p> </p> <div id="entrydiv"> </div> </div> </div> </div> <?php $this->load->view('footer'); ?> </div> </body> </html>