Esempio n. 1
0
<div class="account_manage">
    <div class="account_header_left left">

    </div>
    <div class="right">
        <span class="left search_block_label">Search: &nbsp;</span>
        <div class="search_block">
            <input type="text" name="search" value="<?php echo $queryString; ?>" id="search_field" maxlength="250">
            <div id="search_options">
                <span class="search_options_header">Search in the fields:</span><br/>
                <?php
                echo Helper::getSearchOptionsHtml(array(
                    'session_name' => 'last_payments_list_search',
                    'options' => array(
                        'search_option_title' => array('Title', 1),
                        'search_option_log_line' => array('Log line', 0),
                        'search_option_description' => array('Description', 0),
                        'search_option_link_name' => array('Link Name', 0),

                    ),
                ));

                ?>
            </div>
        </div>
    </div>
</div>

<?php if(Yii::app()->user->hasFlash('success')):?>

    <div class="info">
        <button class="close-alert">&times;</button>
Esempio n. 2
0
        </div>
    <?php } ?>

    <form method="post" action="/dataentry/<?=$this->action->id?>">
        <div class="left" style="margin-left: <?php echo ($num_pages > 0) ? '65' : '10'; ?>px;">
            <span class="left search_block_label">Search: &nbsp;</span>
            <div class="search_block">
                <input type="text" name="search_field" id="search_field" maxlength="250" value="<?php echo $_SESSION['last_payr_to_entry_search']['query'];?>" autocomplete="off">
                <div id="search_options">
                    <span class="search_options_header">Search in the fields:</span><br/>
                    <?php
                    echo Helper::getSearchOptionsHtml(array(
                        'session_name' => 'last_payr_to_entry_search',
                        'options' => array(
                            'search_option_week_end' => array('Date (yyyy-mm-dd) ', 1),
                            'search_option_type' => array('Payroll type #', 1),
                            'search_option_submitted' => array('Submitted(0 or 1)', 0),
                            'search_option_version' => array('Version', 0),
                        ),
                    ));
                    ?>
                </div>
            </div>
        </div>
    </form>

    <span class="de_count_items" style="margin-left: <?php echo ($num_pages > 0) ? '65' : '10'; ?>px;">Payrolls to Process: <?php echo $num_pages; ?> items</span>
  </div>
</div>
<?php if(Yii::app()->user->hasFlash('success')):?>
    <div class="info">
Esempio n. 3
0
<div class="account_manage">
    <div class="account_header_left left">
        <button class="button right" id="submit_list_form">View Doc</button>
    </div>
    <div class="right">
        <span class="left search_block_label">Search: &nbsp;</span>
        <div class="search_block">
            <input type="text" name="search" value="<?php echo $queryString; ?>" id="search_field" maxlength="250">
            <div id="search_options">
               <span class="search_options_header">Search in the fields:</span><br/>
               <?php
               echo Helper::getSearchOptionsHtml(array(
                   'session_name' => 'last_payments_list_search',
                   'options' => array(
                       'search_option_employee_name' => array('Employee Name', 1),
                       'search_option_envelope_number' => array('Number', 1),
                       'search_option_envelope_total' => array('Total', 0),
                       'search_option_envelope_date' => array('Date', 0),
                   ),
               ));

               $_SESSION['last_pcs_list_search']['options'] = array();
               ?>
            </div>
        </div>
    </div>
</div>
<?php if(Yii::app()->user->hasFlash('success')):?>
    <div class="info">
        <button class="close-alert">&times;</button>
        <?php echo Yii::app()->user->getFlash('success'); ?>
Esempio n. 4
0
    <?php } ?>


    <form method="post" action="/dataentry/<?=$this->action->id?>">
        <div class="left" style="margin-left: <?php echo ($num_pages > 0) ? '65' : '10'; ?>px;">
            <span class="left search_block_label">Search: &nbsp;</span>
            <div class="search_block">
                <input type="text" name="search_field" id="search_field" maxlength="250" value="<?php echo $_SESSION['last_je_to_entry_search']['query'];?>" autocomplete="off">
                <div id="search_options">
                    <span class="search_options_header">Search in the fields:</span><br/>
                    <?php
                    echo Helper::getSearchOptionsHtml(array(
                        'session_name' => 'last_je_to_entry_search',
                        'options' => array(
                            'search_option_jdate' => array('Date (yyyy-mm-dd) ', 1),
                            'search_option_jnumber' => array('Journal #', 0),
                            'search_option_transaction_num' => array('Transaction #', 0),
                            'search_option_desc' => array('Desc', 1),
                        ),
                    ));
                    ?>
                </div>
            </div>
        </div>
    </form>

    <span class="de_count_items" style="margin-left: <?php echo ($num_pages > 0) ? '65' : '10'; ?>px;">Journals to Process: <?php echo $num_pages; ?> items</span>
  </div>
</div>
<?php if(Yii::app()->user->hasFlash('success')):?>
    <div class="info">
Esempio n. 5
0
        <button class="button right" id="submit_list_form">View Doc</button>
    </div>
    <div class="right">
        <span class="left search_block_label">Search: &nbsp;</span>
        <div class="search_block">
            <input type="text" name="search" value="<?php echo $queryString; ?>" id="search_field" maxlength="250">
            <div id="search_options">
               <span class="search_options_header">Search in the fields:</span><br/>
                <?php
                echo Helper::getSearchOptionsHtml(array(
                    'session_name' => 'last_w9_list_search',
                    'options' => array(
                        'search_option_com_name' => array('Vendor Name', 1),
                        'search_option_fed_id' => array('Fed ID', 1),
                        'search_option_addr1' => array('Addre. 1', 0),
                        'search_option_addr2' => array('Addre. 2', 0),
                        'search_option_city' => array('City', 0),
                        'search_option_state' => array('State', 0),
                        'search_option_zip' => array('Zip', 0),
                        'search_option_country' => array('Country', 0),
                        'search_option_phone' => array('Phone', 0),
                    ),
                ));
                ?>
            </div>
        </div>
    </div>
</div>
<?php if(Yii::app()->user->hasFlash('success')):?>
    <div class="info">
        <button class="close-alert">&times;</button>
        <?php echo Yii::app()->user->getFlash('success'); ?>
Esempio n. 6
0
    <form method="post" action="/dataentry/<?=$this->action->id?>">
        <div class="left" style="margin-left: <?php echo ($num_pages > 0) ? '65' : '10'; ?>px;">
            <span class="left search_block_label">Search: &nbsp;</span>
            <div class="search_block">
                <input type="text" name="search_field" id="search_field" maxlength="250" value="<?php echo $_SESSION['last_po_to_entry_search']['query'];?>" autocomplete="off">
                <div id="search_options">
                    <span class="search_options_header">Search in the fields:</span><br/>
                    <?php
                    echo Helper::getSearchOptionsHtml(array(
                        'session_name' => 'last_po_to_entry_search',
                        'options' => array(
                            'search_option_com_name' => array('Company name', 1),
                            'search_option_fed_id' => array('Company Fed ID', 1),
                            'search_option_account_num' => array('Account Num', 0),
                            'search_option_subtotal' => array('Subtotal', 0),
                            'search_option_tax' => array('Tax', 0),
                            'search_option_deliv_chg' => array('Delivery Chg', 0),
                            'search_option_other_chg' => array('Other Chg', 0),
                            'search_option_total' => array('Total', 0),
                            'search_option_paym_type' => array('Payment type', 0),
                            'search_option_4digits' => array('Last 4 Digits', 0),
                        ),
                    ));
                    ?>
                </div>
            </div>
        </div>
    </form>


    <span class="de_count_items" style="margin-left: <?php echo ($num_pages > 0) ? '65' : '10'; ?>px;">PO for Process: <?php echo $num_pages; ?> items</span>
Esempio n. 7
0
        </div>
    <?php } ?>

    <form method="post" action="/dataentry/<?=$this->action->id?>">
        <div class="left" style="margin-left: <?php echo ($num_pages > 0) ? '65' : '10'; ?>px;">
            <span class="left search_block_label">Search: &nbsp;</span>
            <div class="search_block">
                <input type="text" name="search_field" id="search_field" maxlength="250" value="<?php echo $_SESSION['last_paym_to_entry_search']['query'];?>" autocomplete="off">
                <div id="search_options">
                    <span class="search_options_header">Search in the fields:</span><br/>
                    <?php
                    echo Helper::getSearchOptionsHtml(array(
                        'session_name' => 'last_paym_to_entry_search',
                        'options' => array(
                            'search_option_com_name' => array('Company name', 1),
                            'search_option_fed_id' => array('Company Fed ID', 1),
                            'search_option_pmt_num' => array('Pmt. Number', 0),
                            'search_option_pmt_amount' => array('Pmt. Amount', 1),
                            'search_option_pmt_date' => array('Pmt. Date', 1),
                        ),
                    ));
                    ?>
                </div>
            </div>
        </div>
    </form>

    <span class="de_count_items" style="margin-left: <?php echo ($num_pages > 0) ? '65' : '10'; ?>px;">Payments to Process: <?php echo $num_pages; ?> items</span>
 </div>
</div>
<?php if(Yii::app()->user->hasFlash('success')):?>
    <div class="info">
Esempio n. 8
0
                <?php
                $options = array(
                    //'search_option_to_be_approved' => array('To be approved', $checkedTBABox),
                    'search_option_com_name' => array('Company Name', 1),
                    'search_option_fed_id' => array('Fed ID', 1),
                    'search_option_addr1' => array('Address 1', 0),
                    'search_option_addr2' => array('Address 2', 0),
                    'search_option_city' => array('City', 0),
                    'search_option_state' => array('State', 0),
                    'search_option_zip' => array('Zip', 0),
                    'search_option_country' => array('Country', 0),
                    'search_option_phone' => array('Phone', 0),

                );
                echo Helper::getSearchOptionsHtml(array(
                    'session_name' => 'last_aps_list_search',
                    'options' => $options,
                ));
                $_SESSION['last_aps_list_search']['options'] = array();
                ?>
            </div>
        </div>
    </div>
</div>
<?php if(Yii::app()->user->hasFlash('success')):?>
    <div class="info">
        <button class="close-alert">&times;</button>
        <?php echo Yii::app()->user->getFlash('success'); ?>
    </div>
<?php endif; ?>
<div class="info_new" id="ready_for_approval_all" style="display: none;">
    <button class="close-alert">×</button>
Esempio n. 9
0
    <form method="post" action="/dataentry/<?=$this->action->id?>">
        <div class="left" style="margin-left: <?php echo ($num_pages > 0) ? '65' : '10'; ?>px;">
            <span class="left search_block_label">Search: &nbsp;</span>
            <div class="search_block">
                <input type="text" name="search_field" id="search_field" maxlength="250" maxlength="250" value="<?php echo $_SESSION['last_ap_to_entry_search']['query'];?>" autocomplete="off">
                <div id="search_options">
                    <span class="search_options_header">Search in the fields:</span><br/>
                    <?php
                    echo Helper::getSearchOptionsHtml(array(
                        'session_name' => 'last_ap_to_entry_search',
                        'options' => array(
                            'search_option_com_name' => array('Company name', 1),
                            'search_option_fed_id' => array('Company Fed ID', 1),
                            'search_option_invoice_num' => array('Inv. Number', 0),
                            'search_option_inv_date' => array('Inv. Date', 0),
                            'search_option_inv_due_date' => array('Inv. Due Date', 0),
                            'search_option_amount' => array('Inv. Amount', 1),
                            'search_option_description' => array('Description', 1),
                            'search_option_1099_type' => array('1099 Type', 0),
                            'search_option_po_number' => array('PO Number', 0),
                        ),
                    ));
                    ?>
                </div>
            </div>
        </div>
    </form>


    <span class="de_count_items" style="margin-left: <?php echo ($num_pages > 0) ? '65' : '10'; ?>px;">AP to Process: <?php echo $num_pages; ?> items</span>
  </div>
Esempio n. 10
0
        </div>
    <?php } ?>

    <form method="post" action="/dataentry/<?=$this->action->id?>">
        <div class="left" style="margin-left: <?php echo ($num_pages > 0) ? '65' : '10'; ?>px;">
            <span class="left search_block_label">Search: &nbsp;</span>
            <div class="search_block">
                <input type="text" name="search_field" id="search_field" maxlength="250" value="<?php echo $_SESSION['last_pc_to_entry_search']['query'];?>" autocomplete="off">
                <div id="search_options">
                    <span class="search_options_header">Search in the fields:</span><br/>
                    <?php
                    echo Helper::getSearchOptionsHtml(array(
                        'session_name' => 'last_pc_to_entry_search',
                        'options' => array(
                            'search_option_emp_name' => array('Empl. name', 1),
                            'search_option_env_num' => array('Env. #', 0),
                            'search_option_env_total' => array('Env. Total', 1),
                            'search_option_env_date' => array('Env. Date', 0),
                        ),
                    ));
                    ?>
                </div>
            </div>
        </div>
    </form>

    <span class="de_count_items" style="margin-left: <?php echo ($num_pages > 0) ? '65' : '10'; ?>px;">Expense/PC to Process: <?php echo $num_pages; ?> items</span>
  </div>
</div>
<?php if(Yii::app()->user->hasFlash('success')):?>
    <div class="info">
Esempio n. 11
0
    <?php } ?>

    <form method="post" action="/dataentry/<?=$this->action->id?>">
        <div class="left" style="margin-left: <?php echo ($num_pages > 0) ? '65' : '10'; ?>px;">
            <span class="left search_block_label">Search: &nbsp;</span>
            <div class="search_block">
                <input type="text" name="search_field" id="search_field" maxlength="250" value="<?php echo $_SESSION['last_ar_to_entry_search']['query'];?>" autocomplete="off">
                <div id="search_options">
                    <span class="search_options_header">Search in the fields:</span><br/>
                    <?php
                    echo Helper::getSearchOptionsHtml(array(
                        'session_name' => 'last_ar_to_entry_search',
                        'options' => array(
                            'search_option_com_name' => array('Company name', 1),
                            'search_option_inv_num' => array('Invoice #', 0),
                            'search_option_inv_date' => array('Inv. Date', 0),
                            'search_option_inv_amount' => array('Inv. Amount', 0),
                            'search_option_descr' => array('Description', 1),
                            'search_option_terms' => array('Terms', 0),
                        ),
                    ));
                    ?>
                </div>
            </div>
        </div>
    </form>

    <span class="de_count_items" style="margin-left: <?php echo ($num_pages > 0) ? '65' : '10'; ?>px;">ARs to Process: <?php echo $num_pages; ?> items</span>
 </div>
</div>
<?php if(Yii::app()->user->hasFlash('success')):?>
Esempio n. 12
0
        <span class="left search_block_label">Search: &nbsp;</span>
        <div class="search_block">
            <input type="text" name="search" id="search_field" maxlength="250" value="<?php echo $searchQuery; ?>">
            <div id="search_options">
               <span class="search_options_header">Search in the fields:</span><br/>
               <?php
                echo Helper::getSearchOptionsHtml(array(
                    'session_name' => 'last_vendors_list_search',
                    'options' => array(

                        'search_option_temporary' => array('Temporary Vendors', 0),
                        'search_option_international' => array('International Vendors', 0),
                        'delimiter'=>'',
                        'search_option_com_name' => array('Vendor Name', 1),
                        'search_option_fed_id' => array('Fed ID', 1),
                        'search_option_shortcut' => array('Shortcut', 1),
                        'search_option_addr1' => array('Addre. 1', 0),
                        'search_option_addr2' => array('Addre. 2', 0),
                        'search_option_city' => array('City', 0),
                        'search_option_state' => array('State', 0),
                        'search_option_zip' => array('Zip', 0),
                        'search_option_country' => array('Country', 0),
                        'search_option_phone' => array('Phone', 0),
                    ),
                ));
                $_SESSION['last_vendors_list_search']['options'] = array();
                ?>
            </div>
        </div>
    </div>
</div>
Esempio n. 13
0
    <div class="right">
        <span class="left search_block_label">Search: &nbsp;</span>
        <div class="search_block">
            <input type="text" name="search" value="<?php echo $queryString; ?>" id="search_field" maxlength="250">
            <div id="search_options">
               <span class="search_options_header">Search in the fields:</span><br/>
               <?php
               echo Helper::getSearchOptionsHtml(array(
                   'session_name' => 'last_payments_list_search',
                   'options' => array(
                       'search_option_payment_check_date' => array('Payment Check Date', 0),
                       'search_option_payment_check_number' => array('Payment Check Number', 1),
                       'search_option_payment_amount' => array('Payment Amount', 0),
                       'search_option_invoice_number' => array('Invoice Number', 0),
                       'search_option_invoice_amount' => array('Invoice Amount', 0),
                       'search_option_invoice_date' => array('Invoice Date', 0),
                       'search_option_com_name' => array('Vendor Name', 1),
                       'search_option_fed_id' => array('Fed ID', 0),
                       'search_option_addr1' => array('Addre. 1', 0),
                       'search_option_city' => array('City', 0),
                       'search_option_state' => array('State', 0),
                       'search_option_zip' => array('Zip', 0),
                   ),
               ));

               if (count($acctNums) > 0) {
                   ?>
                   <span class="search_options_header">Narrow by Bank Accounts:</span><br/>
                   <?php
                   foreach ($acctNums as $acctId => $acctNum) {
                       $checkedBA = (isset($_SESSION['last_payments_list_search']['options']['bankAccounts']) && is_array($_SESSION['last_payments_list_search']['options']['bankAccounts']) && in_array($acctId, $_SESSION['last_payments_list_search']['options']['bankAccounts'])) ? 'checked="checked"' : '';