Exemple #1
0
 public function __construct()
 {
     parent::__construct($id = 'cajachica', Null);
     $this->documento = '370';
     $this->modelopadre = 'Cajachica';
     $this->modeloshijos = array();
     $this->documentohijo = '200';
     $this->ConfigArreglos();
     $this->campoestado = 'codestado';
 }
 public function __construct()
 {
     parent::__construct($id = 'peticion', Null);
     $this->modelopadre = 'Peticion';
     $this->modeloshijos = array('Dpeticion' => 'Tempdpeticion');
     $this->documentohijo = '430';
     $this->documento = Documentos::model()->findByPk($this->documentohijo)->coddocupadre;
     $this->campoestado = 'codestado';
     $this->estados = array('save' => array(), 'print' => array(), 'out' => array(), 'ok' => array(), 'mail' => array(), 'print' => array());
     $this->ConfigArreglos();
 }
Exemple #3
0
 public function __construct()
 {
     parent::__construct($id = 'guia', Null);
     $this->documento = '890';
     $this->modelopadre = 'Ot';
     $this->modeloshijos = array('Detot' => 'Tempdetot');
     $this->documentohijo = '891';
     $this->campoestado = "codestado";
     $this->ConfigArreglos();
     //$nuevo=new $this->modelopadre;
     //$this->campoenlace=$nuevo->getFieldLink($nuevo->relations(),$this->modelopadre,);
 }
 public function __construct()
 {
     parent::__construct($id = 'almacendocs', Null);
     $this->documento = '101';
     $this->modelopadre = 'Almacendocs';
     $this->modeloshijos = array('Alkardex' => 'Tempalkardex');
     $this->documentohijo = '460';
     $this->campoestado = 'cestadovale';
     $this->ConfigArreglos();
     //$nuevo=new $this->modelopadre;
     //$this->campoenlace=$nuevo->getFieldLink($nuevo->relations(),$this->modelopadre,);
 }
Exemple #5
0
 public function __construct()
 {
     parent::__construct($id = 'ocompra', Null);
     $this->documento = '210';
     $this->modelopadre = 'Ocompra';
     $this->modeloshijos = array('Docompra' => 'Docompratemp');
     $this->documentohijo = '220';
     $this->campoestado = "codestado";
     $this->ConfigArreglos();
     //$nuevo=new $this->modelopadre;
     //$this->campoenlace=$nuevo->getFieldLink($nuevo->relations(),$this->modelopadre,);
 }
Exemple #6
0
 public function __construct()
 {
     parent::__construct($id = 'ne', Null);
     $this->documento = '500';
     $this->modelopadre = 'Ne';
     $this->modeloshijos = array('Detgui' => 'Tempdetgui');
     $this->documentohijo = '230';
     $this->campoestado = "c_estgui";
     $this->ConfigArreglos();
     //$nuevo=new $this->modelopadre;
     //$this->campoenlace=$nuevo->getFieldLink($nuevo->relations(),$this->modelopadre,);
 }
 public function __construct()
 {
     parent::__construct($id = 'ingfactura', Null);
     $this->documento = '280';
     $this->modelopadre = 'Ingfactura';
     $this->modeloshijos = array('Detingfactura' => 'Tempdetingfactura');
     $this->documentohijo = '280';
     $this->campoestado = 'codestado';
     $this->ConfigArreglos();
     //$nuevo=new $this->modelopadre;
     //$this->campoenlace=$nuevo->getFieldLink($nuevo->relations(),$this->modelopadre,);
 }
 public function __construct()
 {
     parent::__construct();
 }
Exemple #9
0
 function __construct()
 {
     parent::__construct('cliente/clientes');
 }
Exemple #10
0
 function __construct()
 {
     parent::__construct('producto/productos');
 }
Exemple #11
0
 function __construct()
 {
     parent::__construct('categoria/categorias');
 }
Exemple #12
0
 function __construct()
 {
     parent::__construct('detalle/detalles');
 }
Exemple #13
0
 function __construct()
 {
     parent::__construct('factura/facturas');
 }
Exemple #14
0
 function __construct()
 {
     parent::__construct('modo_pago/modos_de_pago');
 }