���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/adimi/application/modules/dashboard/views/quotation/ |
<?php $CI =& get_instance(); $CI->load->model('Soft_settings'); $Soft_settings = $CI->Soft_settings->retrieve_setting_editdata(); $image = $Soft_settings[0]['invoice_logo']; $invoice_logo = "my-assets/image/logo/".substr($image, strrpos($image, '/') + 1); ?> <style> @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i); body{ margin: 0; padding: 0; font-size: 10px; font-family:'Alegreya Sans',sans-serif; } table { font-size: 10px; font-weight: 500; line-height: 1.4; color: #000; width: 100%; text-align: center; } table tbody tr td { vertical-align: middle; padding: 1.3px; } .cizgili td { border: 1px solid #000; } </style> <!-- quotation pdf start --> <div class="row"> <div class="col-sm-12"> <div class="panel panel-bd"> <div id="printableArea"> <link href="<?php echo MOD_URL.'dashboard/assets/css/print.css'; ?>" rel="stylesheet" type="text/css"/> <div class="panel-body"> <div class="row height_200"> <div class="col-sm-8 inv_logo_div"> <img src="<?php if (isset($invoice_logo)) {echo $invoice_logo; }?>" class="inv_logo2" alt=""> <br> <span class="label label-success-outline m-r-15 p-10" ><?php echo display('quotation_to') ?></span> {company_info} <address class="mt_10"> <strong>{company_name}</strong><br> {address}<br> <abbr><b><?php echo display('mobile') ?>:</b></abbr> {mobile}<br> <abbr><b><?php echo display('email') ?>:</b></abbr> {email}<br> <abbr><b><?php echo display('website') ?>:</b></abbr> {website} </address> {/company_info} </div> <div class="col-sm-4 text-left quotation_div"> <h2 class="m-t-0"><?php echo display('quotation') ?></h2> <div><?php echo display('quotation_no') ?>: {quotation_no}</div> <div class="mb_15"><?php echo display('quotation_date') ?>: {final_date}</div> <span class="label label-success-outline m-r-15"><?php echo display('quotation_from') ?></span> <address class="mt_10"> <strong>{customer_name} </strong><br> <abbr><?php echo display('address') ?>:</abbr> <?php if ($customer_address) { ?> <c class="ctext">{customer_address}</c> <?php } ?><br> <abbr><?php echo display('mobile') ?>:</abbr><?php if ($customer_mobile) { ?>{customer_mobile}<?php }if ($customer_email) { ?> <br> <abbr><?php echo display('email') ?>:</abbr>{customer_email} <?php } ?> </address> </div> </div> <hr> <div class="table-responsive"> <table class="table table-striped table-bordered cizgili" border="0" cellspacing="0" cellpadding="0"> <thead> <tr> <th><?php echo display('sl') ?></th> <th><?php echo display('product_name') ?></th> <th><?php echo display('variant') ?></th> <th><?php echo display('unit') ?></th> <th><?php echo display('quantity') ?></th> <th><?php echo display('rate') ?></th> <th><?php echo display('discount') ?></th> <th><?php echo display('ammount') ?></th> </tr> </thead> <tbody> {quotation_all_data} <tr> <td>{sl}</td> <td><strong>{product_name} - ({product_model})</strong></td> <td>{variant_name}</td> <td>{unit_short_name}</td> <td>{quantity}</td> <td><?php echo (($position==0)?"$currency {rate}":"{rate} $currency") ?></td> <td><?php echo (($position==0)?"$currency {discount}":"{discount} $currency") ?></td> <td><?php echo (($position==0)?"$currency {total_price}":"{total_price} $currency") ?></td> </tr> {/quotation_all_data} </tbody> </table> </div> <div class="row"> <div class="col-sm-12 mt_10"> <div class="details_div"> <p><strong>{details}</strong></p> </div> <div class="details_div2"> <table class="table table-striped table-bordered cizgili" border="0" cellspacing="0" cellpadding="0"> <?php if ($quotation_all_data[0]['discount'] != 0) {?> <tr> <th class="b_1"><?php echo display('total_discount') ?> : </th> <td><?php echo (($position==0)?"$currency {quotation_discount}":"{quotation_discount} $currency") ?> </td> </tr> <?php } $this->db->select('a.*,b.tax_name'); $this->db->from('quotation_tax_col_summary a'); $this->db->join('tax b','a.tax_id = b.tax_id'); $this->db->where('a.quotation_id',$quotation_id); $this->db->where('a.tax_id','H5MQN4NXJBSDX4L'); $tax_info = $this->db->get()->row(); if ($tax_info) { ?> <tr> <th class="b_1" class="total_cgst"><?php echo html_escape($tax_info->tax_name) ?> :</th> <td class="total_cgst"><?php echo (($position==0)?$currency.$tax_info->tax_amount:$tax_info->tax_amount.$currency); ?> </td> </tr> <?php } $this->db->select('a.*,b.tax_name'); $this->db->from('quotation_tax_col_summary a'); $this->db->join('tax b','a.tax_id = b.tax_id'); $this->db->where('a.quotation_id',$quotation_id); $this->db->where('a.tax_id','52C2SKCKGQY6Q9J'); $tax_info = $this->db->get()->row(); if ($tax_info) { ?> <tr> <th class="b_1" class="total_sgst"><?php echo html_escape($tax_info->tax_name) ?> :</th> <td class="total_sgst"><?php echo (($position==0)?$currency.$tax_info->tax_amount:$tax_info->tax_amount.$currency);?> </td> </tr> <?php } $this->db->select('a.*,b.tax_name'); $this->db->from('quotation_tax_col_summary a'); $this->db->join('tax b','a.tax_id = b.tax_id'); $this->db->where('a.quotation_id',$quotation_id); $this->db->where('a.tax_id','5SN9PRWPN131T4V'); $tax_info = $this->db->get()->row(); if ($tax_info) { ?> <tr> <th class="b_1" class="total_igst"><?php echo html_escape($tax_info->tax_name) ?> :</th> <td class="total_igst"><?php echo (($position==0)?$currency.$tax_info->tax_amount:$tax_info->tax_amount.$currency); ?> </td> </tr> <?php } ?> <?php if ($quotation_all_data[0]['service_charge'] != 0) {?> <tr> <th class="b_1" class="service_charge"><?php echo display('service_charge') ?> :</th> <td class="service_charge"><?php echo (($position==0)?"$currency {service_charge}":"{service_charge} $currency") ?></td> </tr> <?php } ?> <tr> <th class="b_1" class="grand_total"><?php echo display('grand_total') ?> :</th> <td class="grand_total"><?php echo (($position==0)?"$currency {total_amount}":"{total_amount} $currency") ?></td> </tr> <tr> <th class="b_1"><?php echo display('paid_ammount') ?> : </th> <td><?php echo (($position==0)?"$currency {paid_amount}":"{paid_amount} $currency") ?></td> </tr> <?php if ($quotation_all_data[0]['due_amount'] != 0) { ?> <tr> <th class="b_1"><?php echo display('due') ?> : </th> <td><?php echo (($position==0)?"$currency {due_amount}":"{due_amount} $currency") ?></td> </tr> <?php } ?> </table> </div> </div> </div> </div> </div> </div> </div> </div> <!-- quotation pdf end -->