Exemplo n.º 1
0
<!--1: invoice normal For Sale - Rent--> 
<?php 
$text1 = FiInvoice::getFiTextViewInvoice($model);
$ChequeText = "Cheque should be crossed and made payable to 'OneHome Infologic'";
//if($mTransactions->type == ProTransactions::FOR_RENT){
//    $text1 = 'Being commission due to us for services rendered in connection with the lease of the above-mentioned property.';
//    $ChequeText = "Cheque should be crossed and made payable to 'OneHome Infologic'.";
//}
?>
<div id="container">
    <table>
        <tbody>
            <tr>
                <td>
                    <img src="<?php 
echo Yii::app()->theme->baseUrl;
?>
/img/property-infologic-logo.png" alt="property infologic" />
                </td>
                <td class="info-company">
                    <h4><?php 
echo Yii::app()->params['invoice_title'];
?>
</h4>
                    <address>
                        <?php 
echo Yii::app()->params['invoice_address_line_1'];
?>
<br/>
                        <?php 
echo Yii::app()->params['invoice_address_line_2'];