?
Current Path : /home1/savoy/www/savoyglobal.net/sibs_draft/system/application/views/Sales/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/www/savoyglobal.net/sibs_draft/system/application/views/Sales/singlebranchtarget.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?> <?php /* * To change this template, choose Tools | Templates * and open the template in the editor. */ foreach($viewinfo as $updata) { $settargetid=$updata['id']; $branchid=$updata['branch']; $startdate = $updata['startdate']; $enddate=$updata['enddate']; $target=$updata['target']; $target_income=$updata['target_income']; $targettype=$updata['targettype']; $curr_id=$updata['curr_id']; $curr_name= $this->customermodel->getSingleFieldValue('country','currencyname','id',$curr_id); } $bra=$this->mastermodel->get_data_srow('ourbranch',$branchid,'id'); $startdate = $this->mastermodel->convdatformat($startdate); $enddate = $this->mastermodel->convdatformat($enddate); ?> <div class="select-bar"> <label> <img src="<?=base_url()?>/assets/images/backbutton.png" title="Back" class="clickimage" onclick="loadbranchtarget('<?=$_SESSION['pagenum']?>','<?=$_SESSION['searchoption']?>','<?=$_SESSION['searchtxt']?>')" alt="Back" align = "center" width="25" height="25" /></label> </div> <fieldset> <legend>Branch Target</legend> <ul> <li> <label>Branch Name</label><label class="lbl_column">:</label> <label class="lbl_title"> <?php echo $bra->branchname;?></label></li> <li> <label for="Name">Target Period</label><label class="lbl_column">:</label> <label class="lbl_title"> <?php echo $targettype;?></label></li> <li> <label>Start Date</label><label class="lbl_column">:</label> <label class="lbl_title"> <?php echo $startdate;?></label></li> <li> <label>End Date</label><label class="lbl_column">:</label> <label class="lbl_title"> <?php echo $enddate;?></label></li> <li> <label for="Name">Target Premium</label><label class="lbl_column">:</label> <label class="lbl_title"> <?php echo $target;?></label></li> <li> <label for="Name">Target Income</label><label class="lbl_column">:</label> <label class="lbl_title"> <?php echo $target_income;?></label></li> <li> <li> <label for="Name">Currency</label><label class="lbl_column">:</label> <label class="lbl_title"> <?php echo $curr_name;?></label></li> </ul> </fieldset>