Ejemplo n.º 1
0
" method="post" name="frmbulletin" target="_blank">
        <fieldset style="float: none !important; width: 75%; margin: auto;margin-bottom: 40px;">
            <input type="hidden" name="code" value="0001" />
            <legend>Classe et P&eacute;riode</legend>
            <span class="select" style="width: 250px"><label>Classes : </label>
                <?php 
echo $comboClasses;
?>
            </span>
            <span class="select" style="width: 250px; margin-left: 100px"><label>P&eacute;riodes : </label>
                <?php 
echo $comboPeriodes;
?>
            </span>
        </fieldset>
        <fieldset style="float: none !important; width: 75%; margin: auto;"><legend>Options d'impressions</legend>
            <span class="select" style="width: 300px"><label>El&egrave;ves : </label>
                <select name="comboEleves" id="comboEleves">
                    <option></option>
                </select>
            </span>
        </fieldset>
    </form>
</div>
<div class="recapitulatif"></div>
<div class="navigation">
    <?php 
echo btn_print("impression();");
?>
</div>
<div class="status"></div>
Ejemplo n.º 2
0
                        <div class="wrap-fpanel">
                            <div class="panel panel-default">                                        
                                <!-- Default panel contents -->
                                <div class="panel-heading">
                                    <div class="panel-title">
                                        <strong>Payment History</strong>                                                
                                        <div class="pull-right"><!-- set pdf,Excel start action -->
                                            <label class="payment_print hidden-print control-label col-sm-3 pull-left hidden-xs">
                                                <?php 
    echo btn_make_pdf('admin/payroll/payment_history_pdf/' . $emp_salary_info->employee_id);
    ?>
                                                    
                                            </label>                                                                                                       
                                            <label class="hidden-print control-label pull-left hidden-xs">
                                                <button  class="btn-print" data-toggle="tooltip" data-placement="top" title="Print" type="button" onclick="payment_history('payment_history')"><?php 
    echo btn_print();
    ?>
</button>
                                            </label>                                                                                                       
                                        </div><!-- set pdf,Excel start action -->                                                
                                    </div>
                                </div>

                                <!-- Table -->
                                <table class="table table-bordered table-hover" id="dataTables-example">
                                    <thead>
                                        <tr>                                                    
                                            <th>Payment Month</th>
                                            <th>Payment Date</th>
                                            <th>Gross Salary </th>
                                            <th>Total Deduction</th>
Ejemplo n.º 3
0
$d->setSource($operation['DATEPERCEPTION']);
echo $d->getDate() . " " . $d->getMois(3) . " " . $d->getYear() . " " . $d->getTime();
?>
                </span>
            </span>
        </div>

    </fieldset>
</div>
<div class="recapitulatif">

</div>
<div class="navigation">
    <?php 
if (empty($operation['IMPRIMERPAR'])) {
    if (isAuth(522)) {
        echo "En cochant cette case, vous certifiez avoir recu ce montant en votre nom : " . "<input style=\"vertical-align: middle;\" type=\"checkbox\" name=\"certifier\" />";
        echo btn_print("imprimerRecu(" . $operation['IDCAISSE'] . ")");
    }
}
if (!empty($operation['IMPRIMERPAR']) && !$estDirectrice) {
    echo "Ce re&ccedil;u a d&eacute;j&agrave; &eacute;t&eacute; imprim&eacute; par " . $imprimeur['NOM'];
}
if (!empty($operation['IMPRIMERPAR']) && $estDirectrice) {
    echo "Ce re&ccedil;u a d&eacute;j&agrave; &eacute;t&eacute; imprim&eacute; par " . $imprimeur['NOM'];
    echo "<input style=\"vertical-align: middle;\" checked='checked' disabled type=\"checkbox\" name=\"certifier\" />";
    echo btn_print("imprimerRecu(" . $operation['IDCAISSE'] . ")");
}
?>
</div>
<div class="status"></div>