Exemple #1
0
 *
 * @author		Mazvv (vitalii.mazur@gmail.com)
 * @copyright   2009 Vitalii Mazur (vitalii.mazur@gmail.com)
 * @license		GNU GPLv3 (http://gplv3.fsf.org) 
 * @link		http://www.travelcrm.org.ua
 */
include_once APPPATH . "libraries/core/Crmcontroller.php";
Exemple #2
0
 public function __construct()
 {
     parent::__construct();
     $this->lang->load('users');
     $this->load->model('users_model');
     $this->load->helper('employeers');
 }
Exemple #3
0
 *
 * @author		Mazvv (vitalii.mazur@gmail.com)
 * @license		GNU GPLv3 (http://gplv3.fsf.org) 
 * @link		http://www.travelcrm.org.ua
 */
include_once APPPATH . "libraries/core/Crmcontroller.php";
class Positionsmenu extends Crmcontroller
{
    public function __construct()
Exemple #4
0
 * @author		Mazvv (vitalii.mazur@gmail.com)
 * @license		GNU GPLv3 (http://gplv3.fsf.org) 
 * @link		http://www.travelcrm.org.ua
 */
include_once APPPATH . "libraries/core/Crmcontroller.php";
class Touroperators extends Crmcontroller
{
    private $jtp = array('val' => 'rid', 'scr' => 'stouroperator_name', 'val_p' => '_touroperators_rid', 'scr_p' => 'touroperator_name');
    public function __construct()
    {
        parent::__construct();
        $this->lang->load('touroperators');
        $this->load->model('touroperators_model');
        # Overwrite jtp mapper if need
Exemple #5
0
 public function __construct()
 {
     parent::__construct();
     $this->lang->load('finjournal');
     $this->load->model('finjournal_model');
     $this->load->helper('accountstates');
     $this->load->helper('finjournal');
     $this->load->helper('clients');
     $this->load->helper('filials');
     $this->load->helper('touroperators');
     $this->load->helper('employeers');
     $this->load->helper('finjournal');
     $this->load->helper('contrahens');
 }
Exemple #6
0
 * @author		Mazvv (vitalii.mazur@gmail.com)
 * @license		GNU GPLv3 (http://gplv3.fsf.org) 
 * @link		http://www.travelcrm.org.ua
 */
include_once APPPATH . "libraries/core/Crmcontroller.php";
class Hotels extends Crmcontroller
{
    private $jtp = array('val' => 'rid', 'scr' => 'hotel_full_name', 'val_p' => '_hotels_rid', 'scr_p' => 'hotel_full_name');
    public function __construct()
    {
        parent::__construct();
        $this->lang->load('hotels');
        $this->load->model('hotels_model');
        $this->load->helper('curourts');
        $this->load->helper('hotelscats');
        $this->load->library('upload');
        # Overwrite jtp mapper if need
Exemple #7
0
 public function __construct()
 {
     parent::__construct();
     $this->lang->load('hotelscats');
     $this->load->model('hotelscats_model');
 }
Exemple #8
0
 public function __construct()
 {
     parent::__construct();
     $this->lang->load('currencies');
     $this->load->model('currencies_model');
 }
Exemple #9
0
 public function __construct()
 {
     parent::__construct();
     $this->lang->load('food');
     $this->load->model('food_model');
 }
Exemple #10
0
 *
 * @author		Mazvv (vitalii.mazur@gmail.com)
 * @license		GNU GPLv3 (http://gplv3.fsf.org) 
 * @link		http://www.travelcrm.org.ua
 */
Exemple #11
0
 public function __construct()
 {
     parent::__construct();
     $this->lang->load('positions');
     $this->load->model('positions_model');
 }
Exemple #12
0
 public function __construct()
 {
     parent::__construct();
     $this->lang->load('login');
     $this->load->model('user_model');
 }
Exemple #13
0
 public function __construct()
 {
     parent::__construct();
     $this->lang->load('interests');
     $this->load->model('interests_model');
 }
Exemple #14
0
 *
 * @author		Mazvv (vitalii.mazur@gmail.com)
 * @copyright   2009 Vitalii Mazur (vitalii.mazur@gmail.com)
 * @license		GNU GPLv3 (http://gplv3.fsf.org) 
Exemple #15
0
 *
 * @author		Mazvv (vitalii.mazur@gmail.com)
 * @license		GNU GPLv3 (http://gplv3.fsf.org) 
 * @link		http://www.travelcrm.org.ua
 */
include_once APPPATH . "libraries/core/Crmcontroller.php";