php invoice_logo_pdf类(方法)实例源码

php
阅读 12 收藏 0 点赞 0 评论 0

项目: 作者:
作者:quantumsize    项目:InvoicePlan   
: <?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/>';

作者:n0rp3    项目:invoic   
} ?>
                                <?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/>';

评论列表


问题


面经


文章

微信
公众号

扫码关注公众号