예제 #1
0
: <?php 
    echo $quote->client_phone;
    ?>
<br/>
                                <?php 
}
?>
                            </p>
                        </div>

                    </td>

                    <td class="text-right" style="width:30%;">
                        <div class="company-details">
                            <?php 
echo invoice_logo_pdf();
?>
                            <h3 class="company-name text-right">
                                <?php 
echo $quote->user_name;
?>
                            </h3>
                            <p class="text-right">
                                <?php 
if ($quote->user_vat_id) {
    echo lang('vat_id_short') . ': ' . $quote->user_vat_id . '<br/>';
}
?>
                                <?php 
if ($quote->user_tax_code) {
    echo lang('tax_code_short') . ': ' . $quote->user_tax_code . '<br/>';
예제 #2
0
                                } ?>
                                <?php if ($quote->client_state) {
                                    echo $quote->client_state . '<br/>';
                                } ?>

                                <?php if ($quote->client_phone) { ?>
                                    <?php echo lang('phone_abbr'); ?>: <?php echo $quote->client_phone; ?><br/>
                                <?php } ?>
                            </p>
                        </div>

                    </td>

                    <td class="text-right" style="width:30%;">
                        <div class="company-details">
                            <?php echo invoice_logo_pdf(); ?>
                            <h3 class="company-name text-right">
                                <?php echo $quote->user_name; ?>
                            </h3>
                            <p class="text-right">
                                <?php if ($quote->user_vat_id) {
                                    echo lang('vat_id_short') . ': ' . $quote->user_vat_id . '<br/>';
                                } ?>
                                <?php if ($quote->user_tax_code) {
                                    echo lang('tax_code_short') . ': ' . $quote->user_tax_code . '<br/>';
                                } ?>
                                <?php if ($quote->user_address_1) {
                                    echo $quote->user_address_1 . '<br/>';
                                }?>
                                <?php if ($quote->user_address_2) {
                                    echo $quote->user_address_2 . '<br/>';