Exemple #1
0
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'words';
     $this->TableName = 'words';
     $this->TableType = 'TABLE';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->DetailView = FALSE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // id
     $this->id = new cField('words', 'words', 'x_id', 'id', '`id`', '`id`', 3, -1, FALSE, '`id`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->id->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['id'] =& $this->id;
     // maori
     $this->maori = new cField('words', 'words', 'x_maori', 'maori', '`maori`', '`maori`', 200, -1, FALSE, '`maori`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['maori'] =& $this->maori;
     // english
     $this->english = new cField('words', 'words', 'x_english', 'english', '`english`', '`english`', 201, -1, FALSE, '`english`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['english'] =& $this->english;
     // description
     $this->description = new cField('words', 'words', 'x_description', 'description', '`description`', '`description`', 201, -1, FALSE, '`description`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['description'] =& $this->description;
     // dialects_id
     $this->dialects_id = new cField('words', 'words', 'x_dialects_id', 'dialects_id', '`dialects_id`', '`dialects_id`', 3, -1, FALSE, '`dialects_id`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->dialects_id->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['dialects_id'] =& $this->dialects_id;
     // tags
     $this->tags = new cField('words', 'words', 'x_tags', 'tags', '`tags`', '`tags`', 200, -1, FALSE, '`tags`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['tags'] =& $this->tags;
     // date_added
     $this->date_added = new cField('words', 'words', 'x_date_added', 'date_added', '`date_added`', 'DATE_FORMAT(`date_added`, \'%Y/%m/%d\')', 135, 5, FALSE, '`date_added`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->date_added->FldDefaultErrMsg = str_replace("%s", "/", $Language->Phrase("IncorrectDateYMD"));
     $this->fields['date_added'] =& $this->date_added;
     // date_updated
     $this->date_updated = new cField('words', 'words', 'x_date_updated', 'date_updated', '`date_updated`', 'DATE_FORMAT(`date_updated`, \'%Y/%m/%d\')', 135, 5, FALSE, '`date_updated`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->date_updated->FldDefaultErrMsg = str_replace("%s", "/", $Language->Phrase("IncorrectDateYMD"));
     $this->fields['date_updated'] =& $this->date_updated;
 }
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'detail_nilai';
     $this->TableName = 'detail_nilai';
     $this->TableType = 'TABLE';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->DetailView = FALSE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // id_detail_nilai
     $this->id_detail_nilai = new cField('detail_nilai', 'detail_nilai', 'x_id_detail_nilai', 'id_detail_nilai', '`id_detail_nilai`', '`id_detail_nilai`', 3, -1, FALSE, '`id_detail_nilai`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->id_detail_nilai->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['id_detail_nilai'] =& $this->id_detail_nilai;
     // id_nilai
     $this->id_nilai = new cField('detail_nilai', 'detail_nilai', 'x_id_nilai', 'id_nilai', '`id_nilai`', '`id_nilai`', 3, -1, FALSE, '`id_nilai`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->id_nilai->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['id_nilai'] =& $this->id_nilai;
     // id_mapel
     $this->id_mapel = new cField('detail_nilai', 'detail_nilai', 'x_id_mapel', 'id_mapel', '`id_mapel`', '`id_mapel`', 3, -1, FALSE, '`id_mapel`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->id_mapel->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['id_mapel'] =& $this->id_mapel;
     // nilai_afektif
     $this->nilai_afektif = new cField('detail_nilai', 'detail_nilai', 'x_nilai_afektif', 'nilai_afektif', '`nilai_afektif`', '`nilai_afektif`', 3, -1, FALSE, '`nilai_afektif`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->nilai_afektif->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['nilai_afektif'] =& $this->nilai_afektif;
     // nilai_komulatif
     $this->nilai_komulatif = new cField('detail_nilai', 'detail_nilai', 'x_nilai_komulatif', 'nilai_komulatif', '`nilai_komulatif`', '`nilai_komulatif`', 3, -1, FALSE, '`nilai_komulatif`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->nilai_komulatif->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['nilai_komulatif'] =& $this->nilai_komulatif;
     // nilai_psikomotorik
     $this->nilai_psikomotorik = new cField('detail_nilai', 'detail_nilai', 'x_nilai_psikomotorik', 'nilai_psikomotorik', '`nilai_psikomotorik`', '`nilai_psikomotorik`', 3, -1, FALSE, '`nilai_psikomotorik`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->nilai_psikomotorik->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['nilai_psikomotorik'] =& $this->nilai_psikomotorik;
     // nilai_rata_rata
     $this->nilai_rata_rata = new cField('detail_nilai', 'detail_nilai', 'x_nilai_rata_rata', 'nilai_rata_rata', '`nilai_rata_rata`', '`nilai_rata_rata`', 3, -1, FALSE, '`nilai_rata_rata`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->nilai_rata_rata->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['nilai_rata_rata'] =& $this->nilai_rata_rata;
 }
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'deudas';
     $this->TableName = 'deudas';
     $this->TableType = 'TABLE';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->DetailAdd = TRUE;
     // Allow detail add
     $this->DetailEdit = TRUE;
     // Allow detail edit
     $this->DetailView = TRUE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 104;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // id
     $this->id = new cField('deudas', 'deudas', 'x_id', 'id', '`id`', '`id`', 3, -1, FALSE, '`id`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->id->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['id'] =& $this->id;
     // mes
     $this->mes = new cField('deudas', 'deudas', 'x_mes', 'mes', '`mes`', '`mes`', 200, -1, FALSE, '`mes`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->mes->FldDefaultErrMsg = str_replace(array("%1", "%2"), array("1", "12"), $Language->Phrase("IncorrectRange"));
     $this->fields['mes'] =& $this->mes;
     // anio
     $this->anio = new cField('deudas', 'deudas', 'x_anio', 'anio', '`anio`', '`anio`', 200, -1, FALSE, '`anio`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->anio->FldDefaultErrMsg = str_replace(array("%1", "%2"), array("2012", "2100"), $Language->Phrase("IncorrectRange"));
     $this->fields['anio'] =& $this->anio;
     // fecha
     $this->fecha = new cField('deudas', 'deudas', 'x_fecha', 'fecha', '`fecha`', 'DATE_FORMAT(`fecha`, \'%d/%m/%Y\')', 133, 7, FALSE, '`fecha`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fecha->FldDefaultErrMsg = str_replace("%s", "/", $Language->Phrase("IncorrectDateDMY"));
     $this->fields['fecha'] =& $this->fecha;
     // monto
     $this->monto = new cField('deudas', 'deudas', 'x_monto', 'monto', '`monto`', '`monto`', 131, -1, FALSE, '`monto`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->monto->FldDefaultErrMsg = $Language->Phrase("IncorrectFloat");
     $this->fields['monto'] =& $this->monto;
     // id_usuario
     $this->id_usuario = new cField('deudas', 'deudas', 'x_id_usuario', 'id_usuario', '`id_usuario`', '`id_usuario`', 3, -1, FALSE, '`id_usuario`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->id_usuario->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['id_usuario'] =& $this->id_usuario;
     // id_socio
     $this->id_socio = new cField('deudas', 'deudas', 'x_id_socio', 'id_socio', '`id_socio`', '`id_socio`', 3, -1, FALSE, '`id_socio`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->id_socio->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['id_socio'] =& $this->id_socio;
 }
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'rbac_permissions';
     $this->TableName = 'rbac_permissions';
     $this->TableType = 'TABLE';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // id
     $this->id = new cField('rbac_permissions', 'rbac_permissions', 'x_id', 'id', '`id`', '`id`', 19, -1, FALSE, '`id`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->id->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['id'] =& $this->id;
     // name
     $this->name = new cField('rbac_permissions', 'rbac_permissions', 'x_name', 'name', '`name`', '`name`', 200, -1, FALSE, '`name`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['name'] =& $this->name;
 }
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'servicio_medico_prestado';
     $this->TableName = 'servicio_medico_prestado';
     $this->TableType = 'TABLE';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->DetailView = FALSE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // idservicio_medico_prestado
     $this->idservicio_medico_prestado = new cField('servicio_medico_prestado', 'servicio_medico_prestado', 'x_idservicio_medico_prestado', 'idservicio_medico_prestado', '`idservicio_medico_prestado`', '`idservicio_medico_prestado`', 3, -1, FALSE, '`idservicio_medico_prestado`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->idservicio_medico_prestado->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['idservicio_medico_prestado'] =& $this->idservicio_medico_prestado;
     // idcuenta
     $this->idcuenta = new cField('servicio_medico_prestado', 'servicio_medico_prestado', 'x_idcuenta', 'idcuenta', '`idcuenta`', '`idcuenta`', 3, -1, FALSE, '`idcuenta`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->idcuenta->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['idcuenta'] =& $this->idcuenta;
     // idservicio_medico
     $this->idservicio_medico = new cField('servicio_medico_prestado', 'servicio_medico_prestado', 'x_idservicio_medico', 'idservicio_medico', '`idservicio_medico`', '`idservicio_medico`', 3, -1, FALSE, '`idservicio_medico`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->idservicio_medico->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['idservicio_medico'] =& $this->idservicio_medico;
     // estado
     $this->estado = new cField('servicio_medico_prestado', 'servicio_medico_prestado', 'x_estado', 'estado', '`estado`', '`estado`', 202, -1, FALSE, '`estado`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['estado'] =& $this->estado;
     // costo
     $this->costo = new cField('servicio_medico_prestado', 'servicio_medico_prestado', 'x_costo', 'costo', '`costo`', '`costo`', 131, -1, FALSE, '`costo`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->costo->FldDefaultErrMsg = $Language->Phrase("IncorrectFloat");
     $this->fields['costo'] =& $this->costo;
     // fecha_inicio
     $this->fecha_inicio = new cField('servicio_medico_prestado', 'servicio_medico_prestado', 'x_fecha_inicio', 'fecha_inicio', '`fecha_inicio`', 'DATE_FORMAT(`fecha_inicio`, \'%d/%m/%Y\')', 133, 7, FALSE, '`fecha_inicio`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fecha_inicio->FldDefaultErrMsg = str_replace("%s", "/", $Language->Phrase("IncorrectDateDMY"));
     $this->fields['fecha_inicio'] =& $this->fecha_inicio;
     // fecha_final
     $this->fecha_final = new cField('servicio_medico_prestado', 'servicio_medico_prestado', 'x_fecha_final', 'fecha_final', '`fecha_final`', 'DATE_FORMAT(`fecha_final`, \'%d/%m/%Y\')', 133, 7, FALSE, '`fecha_final`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fecha_final->FldDefaultErrMsg = str_replace("%s", "/", $Language->Phrase("IncorrectDateDMY"));
     $this->fields['fecha_final'] =& $this->fecha_final;
 }
Exemple #6
0
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'Countries';
     $this->TableName = 'Countries';
     $this->TableType = 'TABLE';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->DetailView = FALSE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // CountryID
     $this->CountryID = new cField('Countries', 'Countries', 'x_CountryID', 'CountryID', '`CountryID`', '`CountryID`', 3, -1, FALSE, '`CountryID`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->CountryID->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['CountryID'] =& $this->CountryID;
     // Code
     $this->Code = new cField('Countries', 'Countries', 'x_Code', 'Code', '`Code`', '`Code`', 200, -1, FALSE, '`Code`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['Code'] =& $this->Code;
     // Name
     $this->Name = new cField('Countries', 'Countries', 'x_Name', 'Name', '`Name`', '`Name`', 200, -1, FALSE, '`Name`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['Name'] =& $this->Name;
     // FullName
     $this->FullName = new cField('Countries', 'Countries', 'x_FullName', 'FullName', '`FullName`', '`FullName`', 200, -1, FALSE, '`FullName`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['FullName'] =& $this->FullName;
     // ISO3
     $this->ISO3 = new cField('Countries', 'Countries', 'x_ISO3', 'ISO3', '`ISO3`', '`ISO3`', 200, -1, FALSE, '`ISO3`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['ISO3'] =& $this->ISO3;
     // Number
     $this->Number = new cField('Countries', 'Countries', 'x_Number', 'Number', '`Number`', '`Number`', 18, -1, FALSE, '`Number`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->Number->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['Number'] =& $this->Number;
     // ContinentCode
     $this->ContinentCode = new cField('Countries', 'Countries', 'x_ContinentCode', 'ContinentCode', '`ContinentCode`', '`ContinentCode`', 200, -1, FALSE, '`ContinentCode`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['ContinentCode'] =& $this->ContinentCode;
     // DisplayOrder
     $this->DisplayOrder = new cField('Countries', 'Countries', 'x_DisplayOrder', 'DisplayOrder', '`DisplayOrder`', '`DisplayOrder`', 3, -1, FALSE, '`DisplayOrder`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->DisplayOrder->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['DisplayOrder'] =& $this->DisplayOrder;
 }
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'gastos_mantenimientos';
     $this->TableName = 'gastos_mantenimientos';
     $this->TableType = 'TABLE';
     $this->ExportAll = FALSE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->ExportExcelPageOrientation = "";
     // Page orientation (PHPExcel only)
     $this->ExportExcelPageSize = "";
     // Page size (PHPExcel only)
     $this->DetailAdd = TRUE;
     // Allow detail add
     $this->DetailEdit = TRUE;
     // Allow detail edit
     $this->DetailView = TRUE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // codigo
     $this->codigo = new cField('gastos_mantenimientos', 'gastos_mantenimientos', 'x_codigo', 'codigo', '`codigo`', '`codigo`', 3, -1, FALSE, '`codigo`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->codigo->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['codigo'] =& $this->codigo;
     // detalle
     $this->detalle = new cField('gastos_mantenimientos', 'gastos_mantenimientos', 'x_detalle', 'detalle', '`detalle`', '`detalle`', 200, -1, FALSE, '`detalle`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['detalle'] =& $this->detalle;
     // fecha
     $this->fecha = new cField('gastos_mantenimientos', 'gastos_mantenimientos', 'x_fecha', 'fecha', '`fecha`', 'DATE_FORMAT(`fecha`, \'%d/%m/%Y\')', 133, 7, FALSE, '`fecha`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fecha->FldDefaultErrMsg = str_replace("%s", "/", $Language->Phrase("IncorrectDateDMY"));
     $this->fields['fecha'] =& $this->fecha;
     // id_tipo_gasto
     $this->id_tipo_gasto = new cField('gastos_mantenimientos', 'gastos_mantenimientos', 'x_id_tipo_gasto', 'id_tipo_gasto', '`id_tipo_gasto`', '`id_tipo_gasto`', 3, -1, FALSE, '`EV__id_tipo_gasto`', TRUE, TRUE, TRUE, 'FORMATTED TEXT');
     $this->id_tipo_gasto->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['id_tipo_gasto'] =& $this->id_tipo_gasto;
     // id_hoja_mantenimeinto
     $this->id_hoja_mantenimeinto = new cField('gastos_mantenimientos', 'gastos_mantenimientos', 'x_id_hoja_mantenimeinto', 'id_hoja_mantenimeinto', '`id_hoja_mantenimeinto`', '`id_hoja_mantenimeinto`', 3, -1, FALSE, '`id_hoja_mantenimeinto`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->id_hoja_mantenimeinto->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['id_hoja_mantenimeinto'] =& $this->id_hoja_mantenimeinto;
     // id_usuario
     $this->id_usuario = new cField('gastos_mantenimientos', 'gastos_mantenimientos', 'x_id_usuario', 'id_usuario', '`id_usuario`', '`id_usuario`', 3, -1, FALSE, '`id_usuario`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->id_usuario->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['id_usuario'] =& $this->id_usuario;
 }
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'v_total_estado_cuenta_x_anio_mes';
     $this->TableName = 'v_total_estado_cuenta_x_anio_mes';
     $this->TableType = 'VIEW';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->DetailView = FALSE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // socio_nro
     $this->socio_nro = new cField('v_total_estado_cuenta_x_anio_mes', 'v_total_estado_cuenta_x_anio_mes', 'x_socio_nro', 'socio_nro', '`socio_nro`', '`socio_nro`', 3, -1, FALSE, '`socio_nro`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->socio_nro->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['socio_nro'] =& $this->socio_nro;
     // cuit_cuil
     $this->cuit_cuil = new cField('v_total_estado_cuenta_x_anio_mes', 'v_total_estado_cuenta_x_anio_mes', 'x_cuit_cuil', 'cuit_cuil', '`cuit_cuil`', '`cuit_cuil`', 200, -1, FALSE, '`cuit_cuil`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['cuit_cuil'] =& $this->cuit_cuil;
     // propietario
     $this->propietario = new cField('v_total_estado_cuenta_x_anio_mes', 'v_total_estado_cuenta_x_anio_mes', 'x_propietario', 'propietario', '`propietario`', '`propietario`', 200, -1, FALSE, '`propietario`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['propietario'] =& $this->propietario;
     // comercio
     $this->comercio = new cField('v_total_estado_cuenta_x_anio_mes', 'v_total_estado_cuenta_x_anio_mes', 'x_comercio', 'comercio', '`comercio`', '`comercio`', 200, -1, FALSE, '`comercio`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['comercio'] =& $this->comercio;
     // mes
     $this->mes = new cField('v_total_estado_cuenta_x_anio_mes', 'v_total_estado_cuenta_x_anio_mes', 'x_mes', 'mes', '`mes`', '`mes`', 200, -1, FALSE, '`mes`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['mes'] =& $this->mes;
     // anio
     $this->anio = new cField('v_total_estado_cuenta_x_anio_mes', 'v_total_estado_cuenta_x_anio_mes', 'x_anio', 'anio', '`anio`', '`anio`', 200, -1, FALSE, '`anio`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['anio'] =& $this->anio;
     // deuda
     $this->deuda = new cField('v_total_estado_cuenta_x_anio_mes', 'v_total_estado_cuenta_x_anio_mes', 'x_deuda', 'deuda', '`deuda`', '`deuda`', 131, -1, FALSE, '`deuda`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->deuda->FldDefaultErrMsg = $Language->Phrase("IncorrectFloat");
     $this->fields['deuda'] =& $this->deuda;
     // pago
     $this->pago = new cField('v_total_estado_cuenta_x_anio_mes', 'v_total_estado_cuenta_x_anio_mes', 'x_pago', 'pago', '`pago`', '`pago`', 131, -1, FALSE, '`pago`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->pago->FldDefaultErrMsg = $Language->Phrase("IncorrectFloat");
     $this->fields['pago'] =& $this->pago;
 }
Exemple #9
0
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'rider';
     $this->TableName = 'rider';
     $this->TableType = 'TABLE';
     // Update Table
     $this->UpdateTable = "`rider`";
     $this->DBID = 'DB';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->ExportExcelPageOrientation = "";
     // Page orientation (PHPExcel only)
     $this->ExportExcelPageSize = "";
     // Page size (PHPExcel only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->DetailView = FALSE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // rider_id
     $this->rider_id = new cField('rider', 'rider', 'x_rider_id', 'rider_id', '`rider_id`', '`rider_id`', 3, -1, FALSE, '`rider_id`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'NO');
     $this->rider_id->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['rider_id'] =& $this->rider_id;
     // rider_name
     $this->rider_name = new cField('rider', 'rider', 'x_rider_name', 'rider_name', '`rider_name`', '`rider_name`', 200, -1, FALSE, '`rider_name`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXT');
     $this->fields['rider_name'] =& $this->rider_name;
     // rider_contact
     $this->rider_contact = new cField('rider', 'rider', 'x_rider_contact', 'rider_contact', '`rider_contact`', '`rider_contact`', 200, -1, FALSE, '`rider_contact`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXT');
     $this->fields['rider_contact'] =& $this->rider_contact;
     // rider_pic
     $this->rider_pic = new cField('rider', 'rider', 'x_rider_pic', 'rider_pic', '`rider_pic`', '`rider_pic`', 200, -1, TRUE, '`rider_pic`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'FILE');
     $this->fields['rider_pic'] =& $this->rider_pic;
     // rider_cnic
     $this->rider_cnic = new cField('rider', 'rider', 'x_rider_cnic', 'rider_cnic', '`rider_cnic`', '`rider_cnic`', 200, -1, FALSE, '`rider_cnic`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXT');
     $this->fields['rider_cnic'] =& $this->rider_cnic;
     // rider_address
     $this->rider_address = new cField('rider', 'rider', 'x_rider_address', 'rider_address', '`rider_address`', '`rider_address`', 201, -1, FALSE, '`rider_address`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXTAREA');
     $this->fields['rider_address'] =& $this->rider_address;
 }
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'empleado';
     $this->TableName = 'empleado';
     $this->TableType = 'TABLE';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->DetailView = FALSE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // idempleado
     $this->idempleado = new cField('empleado', 'empleado', 'x_idempleado', 'idempleado', '`idempleado`', '`idempleado`', 3, -1, FALSE, '`idempleado`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->idempleado->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['idempleado'] =& $this->idempleado;
     // nombre
     $this->nombre = new cField('empleado', 'empleado', 'x_nombre', 'nombre', '`nombre`', '`nombre`', 200, -1, FALSE, '`nombre`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['nombre'] =& $this->nombre;
     // apellido
     $this->apellido = new cField('empleado', 'empleado', 'x_apellido', 'apellido', '`apellido`', '`apellido`', 200, -1, FALSE, '`apellido`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['apellido'] =& $this->apellido;
     // cui
     $this->cui = new cField('empleado', 'empleado', 'x_cui', 'cui', '`cui`', '`cui`', 200, -1, FALSE, '`cui`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['cui'] =& $this->cui;
     // telefono
     $this->telefono = new cField('empleado', 'empleado', 'x_telefono', 'telefono', '`telefono`', '`telefono`', 200, -1, FALSE, '`telefono`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['telefono'] =& $this->telefono;
     // direccion
     $this->direccion = new cField('empleado', 'empleado', 'x_direccion', 'direccion', '`direccion`', '`direccion`', 200, -1, FALSE, '`direccion`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['direccion'] =& $this->direccion;
     // estado
     $this->estado = new cField('empleado', 'empleado', 'x_estado', 'estado', '`estado`', '`estado`', 202, -1, FALSE, '`estado`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['estado'] =& $this->estado;
     // idhospital
     $this->idhospital = new cField('empleado', 'empleado', 'x_idhospital', 'idhospital', '`idhospital`', '`idhospital`', 3, -1, FALSE, '`idhospital`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->idhospital->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['idhospital'] =& $this->idhospital;
 }
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'v_hoja_manteniminto';
     $this->TableName = 'v_hoja_manteniminto';
     $this->TableType = 'VIEW';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->DetailView = FALSE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // tipo_mantenimiento
     $this->tipo_mantenimiento = new cField('v_hoja_manteniminto', 'v_hoja_manteniminto', 'x_tipo_mantenimiento', 'tipo_mantenimiento', '`tipo_mantenimiento`', '`tipo_mantenimiento`', 200, -1, FALSE, '`tipo_mantenimiento`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['tipo_mantenimiento'] =& $this->tipo_mantenimiento;
     // taller
     $this->taller = new cField('v_hoja_manteniminto', 'v_hoja_manteniminto', 'x_taller', 'taller', '`taller`', '`taller`', 200, -1, FALSE, '`taller`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['taller'] =& $this->taller;
     // Patente
     $this->Patente = new cField('v_hoja_manteniminto', 'v_hoja_manteniminto', 'x_Patente', 'Patente', '`Patente`', '`Patente`', 200, -1, FALSE, '`Patente`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['Patente'] =& $this->Patente;
     // modelo
     $this->modelo = new cField('v_hoja_manteniminto', 'v_hoja_manteniminto', 'x_modelo', 'modelo', '`modelo`', '`modelo`', 3, -1, FALSE, '`modelo`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->modelo->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['modelo'] =& $this->modelo;
     // nombre
     $this->nombre = new cField('v_hoja_manteniminto', 'v_hoja_manteniminto', 'x_nombre', 'nombre', '`nombre`', '`nombre`', 200, -1, FALSE, '`nombre`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['nombre'] =& $this->nombre;
     // fecha_ini
     $this->fecha_ini = new cField('v_hoja_manteniminto', 'v_hoja_manteniminto', 'x_fecha_ini', 'fecha_ini', '`fecha_ini`', '`fecha_ini`', 200, -1, FALSE, '`fecha_ini`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['fecha_ini'] =& $this->fecha_ini;
     // fecha_fin
     $this->fecha_fin = new cField('v_hoja_manteniminto', 'v_hoja_manteniminto', 'x_fecha_fin', 'fecha_fin', '`fecha_fin`', '`fecha_fin`', 200, -1, FALSE, '`fecha_fin`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['fecha_fin'] =& $this->fecha_fin;
     // codigo
     $this->codigo = new cField('v_hoja_manteniminto', 'v_hoja_manteniminto', 'x_codigo', 'codigo', '`codigo`', '`codigo`', 3, -1, FALSE, '`codigo`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->codigo->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['codigo'] =& $this->codigo;
 }
Exemple #12
0
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'items';
     $this->TableName = 'items';
     $this->TableType = 'TABLE';
     // Update Table
     $this->UpdateTable = "`items`";
     $this->DBID = 'DB';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->ExportExcelPageOrientation = "";
     // Page orientation (PHPExcel only)
     $this->ExportExcelPageSize = "";
     // Page size (PHPExcel only)
     $this->DetailAdd = TRUE;
     // Allow detail add
     $this->DetailEdit = TRUE;
     // Allow detail edit
     $this->DetailView = TRUE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // item_id
     $this->item_id = new cField('items', 'items', 'x_item_id', 'item_id', '`item_id`', '`item_id`', 3, -1, FALSE, '`item_id`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'NO');
     $this->item_id->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['item_id'] =& $this->item_id;
     // cat_id
     $this->cat_id = new cField('items', 'items', 'x_cat_id', 'cat_id', '`cat_id`', '`cat_id`', 3, -1, FALSE, '`cat_id`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXT');
     $this->cat_id->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['cat_id'] =& $this->cat_id;
     // item_name
     $this->item_name = new cField('items', 'items', 'x_item_name', 'item_name', '`item_name`', '`item_name`', 201, -1, FALSE, '`item_name`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXTAREA');
     $this->fields['item_name'] =& $this->item_name;
     // item_price
     $this->item_price = new cField('items', 'items', 'x_item_price', 'item_price', '`item_price`', '`item_price`', 3, -1, FALSE, '`item_price`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXT');
     $this->item_price->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['item_price'] =& $this->item_price;
     // item_desc
     $this->item_desc = new cField('items', 'items', 'x_item_desc', 'item_desc', '`item_desc`', '`item_desc`', 201, -1, FALSE, '`item_desc`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXTAREA');
     $this->fields['item_desc'] =& $this->item_desc;
 }
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'seguimiento_tramites';
     $this->TableName = 'seguimiento_tramites';
     $this->TableType = 'TABLE';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->DetailAdd = TRUE;
     // Allow detail add
     $this->DetailEdit = TRUE;
     // Allow detail edit
     $this->DetailView = TRUE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // id_tramite
     $this->id_tramite = new cField('seguimiento_tramites', 'seguimiento_tramites', 'x_id_tramite', 'id_tramite', '`id_tramite`', '`id_tramite`', 3, -1, FALSE, '`EV__id_tramite`', TRUE, TRUE, TRUE, 'FORMATTED TEXT');
     $this->id_tramite->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['id_tramite'] =& $this->id_tramite;
     // fecha
     $this->fecha = new cField('seguimiento_tramites', 'seguimiento_tramites', 'x_fecha', 'fecha', '`fecha`', 'DATE_FORMAT(`fecha`, \'%d/%m/%Y\')', 133, 7, FALSE, '`fecha`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fecha->FldDefaultErrMsg = str_replace("%s", "/", $Language->Phrase("IncorrectDateDMY"));
     $this->fields['fecha'] =& $this->fecha;
     // hora
     $this->hora = new cField('seguimiento_tramites', 'seguimiento_tramites', 'x_hora', 'hora', '`hora`', 'DATE_FORMAT(`hora`, \'%d/%m/%Y\')', 134, -1, FALSE, '`hora`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->hora->FldDefaultErrMsg = $Language->Phrase("IncorrectTime");
     $this->fields['hora'] =& $this->hora;
     // titulo
     $this->titulo = new cField('seguimiento_tramites', 'seguimiento_tramites', 'x_titulo', 'titulo', '`titulo`', '`titulo`', 200, -1, FALSE, '`titulo`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['titulo'] =& $this->titulo;
     // descripcion
     $this->descripcion = new cField('seguimiento_tramites', 'seguimiento_tramites', 'x_descripcion', 'descripcion', '`descripcion`', '`descripcion`', 201, -1, FALSE, '`descripcion`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['descripcion'] =& $this->descripcion;
     // id_usuario
     $this->id_usuario = new cField('seguimiento_tramites', 'seguimiento_tramites', 'x_id_usuario', 'id_usuario', '`id_usuario`', '`id_usuario`', 200, -1, FALSE, '`id_usuario`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['id_usuario'] =& $this->id_usuario;
     // archivo
     $this->archivo = new cField('seguimiento_tramites', 'seguimiento_tramites', 'x_archivo', 'archivo', '`archivo`', '`archivo`', 200, -1, TRUE, '`archivo`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->archivo->UploadMultiple = TRUE;
     $this->fields['archivo'] =& $this->archivo;
 }
Exemple #14
0
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'socios';
     $this->TableName = 'socios';
     $this->TableType = 'TABLE';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->DetailView = FALSE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // socio_nro
     $this->socio_nro = new cField('socios', 'socios', 'x_socio_nro', 'socio_nro', '`socio_nro`', '`socio_nro`', 3, -1, FALSE, '`socio_nro`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->socio_nro->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['socio_nro'] =& $this->socio_nro;
     // id_rubro
     $this->id_rubro = new cField('socios', 'socios', 'x_id_rubro', 'id_rubro', '`id_rubro`', '`id_rubro`', 3, -1, FALSE, '`id_rubro`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->id_rubro->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['id_rubro'] =& $this->id_rubro;
     // id_usuario
     $this->id_usuario = new cField('socios', 'socios', 'x_id_usuario', 'id_usuario', '`id_usuario`', '`id_usuario`', 3, -1, FALSE, '`id_usuario`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->id_usuario->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['id_usuario'] =& $this->id_usuario;
     // propietario
     $this->propietario = new cField('socios', 'socios', 'x_propietario', 'propietario', '`propietario`', '`propietario`', 200, -1, FALSE, '`propietario`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['propietario'] =& $this->propietario;
     // comercio
     $this->comercio = new cField('socios', 'socios', 'x_comercio', 'comercio', '`comercio`', '`comercio`', 200, -1, FALSE, '`comercio`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['comercio'] =& $this->comercio;
     // direccion_comercio
     $this->direccion_comercio = new cField('socios', 'socios', 'x_direccion_comercio', 'direccion_comercio', '`direccion_comercio`', '`direccion_comercio`', 200, -1, FALSE, '`direccion_comercio`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['direccion_comercio'] =& $this->direccion_comercio;
     // activo
     $this->activo = new cField('socios', 'socios', 'x_activo', 'activo', '`activo`', '`activo`', 200, -1, FALSE, '`activo`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['activo'] =& $this->activo;
 }
Exemple #15
0
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'usuario';
     $this->TableName = 'usuario';
     $this->TableType = 'TABLE';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->DetailView = FALSE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // id
     $this->id = new cField('usuario', 'usuario', 'x_id', 'id', '`id`', '`id`', 3, -1, FALSE, '`id`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->id->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['id'] =& $this->id;
     // usuario
     $this->usuario = new cField('usuario', 'usuario', 'x_usuario', 'usuario', '`usuario`', '`usuario`', 200, -1, FALSE, '`usuario`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['usuario'] =& $this->usuario;
     // contrasenia
     $this->contrasenia = new cField('usuario', 'usuario', 'x_contrasenia', 'contrasenia', '`contrasenia`', '`contrasenia`', 200, -1, FALSE, '`contrasenia`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['contrasenia'] =& $this->contrasenia;
     // nombre
     $this->nombre = new cField('usuario', 'usuario', 'x_nombre', 'nombre', '`nombre`', '`nombre`', 200, -1, FALSE, '`nombre`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['nombre'] =& $this->nombre;
     // email
     $this->_email = new cField('usuario', 'usuario', 'x__email', 'email', '`email`', '`email`', 200, -1, FALSE, '`email`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->_email->FldDefaultErrMsg = $Language->Phrase("IncorrectEmail");
     $this->fields['email'] =& $this->_email;
     // cel
     $this->cel = new cField('usuario', 'usuario', 'x_cel', 'cel', '`cel`', '`cel`', 200, -1, FALSE, '`cel`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->cel->FldDefaultErrMsg = $Language->Phrase("IncorrectPhone");
     $this->fields['cel'] =& $this->cel;
     // activo
     $this->activo = new cField('usuario', 'usuario', 'x_activo', 'activo', '`activo`', '`activo`', 200, -1, FALSE, '`activo`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['activo'] =& $this->activo;
 }
Exemple #16
0
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'status';
     $this->TableName = 'status';
     $this->TableType = 'TABLE';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->ExportExcelPageOrientation = "";
     // Page orientation (PHPExcel only)
     $this->ExportExcelPageSize = "";
     // Page size (PHPExcel only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->DetailView = FALSE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // id
     $this->id = new cField('status', 'status', 'x_id', 'id', '`id`', '`id`', 3, -1, FALSE, '`id`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->id->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['id'] =& $this->id;
     // status
     $this->status = new cField('status', 'status', 'x_status', 'status', '`status`', '`status`', 201, -1, FALSE, '`status`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['status'] =& $this->status;
     // account_id
     $this->account_id = new cField('status', 'status', 'x_account_id', 'account_id', '`account_id`', '`account_id`', 3, -1, FALSE, '`account_id`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->account_id->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['account_id'] =& $this->account_id;
     // profile_pix
     $this->profile_pix = new cField('status', 'status', 'x_profile_pix', 'profile_pix', '`profile_pix`', '`profile_pix`', 201, -1, FALSE, '`profile_pix`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['profile_pix'] =& $this->profile_pix;
     // autoreply
     $this->autoreply = new cField('status', 'status', 'x_autoreply', 'autoreply', '`autoreply`', '`autoreply`', 201, -1, FALSE, '`autoreply`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['autoreply'] =& $this->autoreply;
     // phonenumber
     $this->phonenumber = new cField('status', 'status', 'x_phonenumber', 'phonenumber', '`phonenumber`', '`phonenumber`', 200, -1, FALSE, '`phonenumber`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['phonenumber'] =& $this->phonenumber;
 }
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'vl_media_list';
     $this->TableName = 'vl_media_list';
     $this->TableType = 'TABLE';
     // Update Table
     $this->UpdateTable = "`vl_media_list`";
     $this->DBID = 'DB';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->ExportExcelPageOrientation = "";
     // Page orientation (PHPExcel only)
     $this->ExportExcelPageSize = "";
     // Page size (PHPExcel only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->DetailView = FALSE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 1;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // vl_media_id
     $this->vl_media_id = new cField('vl_media_list', 'vl_media_list', 'x_vl_media_id', 'vl_media_id', '`vl_media_id`', '`vl_media_id`', 3, -1, FALSE, '`vl_media_id`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'NO');
     $this->vl_media_id->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['vl_media_id'] =& $this->vl_media_id;
     // vl_media_type
     $this->vl_media_type = new cField('vl_media_list', 'vl_media_list', 'x_vl_media_type', 'vl_media_type', '`vl_media_type`', '`vl_media_type`', 3, -1, FALSE, '`vl_media_type`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'SELECT');
     $this->vl_media_type->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['vl_media_type'] =& $this->vl_media_type;
     // vl_media_name
     $this->vl_media_name = new cField('vl_media_list', 'vl_media_list', 'x_vl_media_name', 'vl_media_name', '`vl_media_name`', '`vl_media_name`', 200, -1, FALSE, '`vl_media_name`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXT');
     $this->fields['vl_media_name'] =& $this->vl_media_name;
     // vl_media_file
     $this->vl_media_file = new cField('vl_media_list', 'vl_media_list', 'x_vl_media_file', 'vl_media_file', '`vl_media_file`', '`vl_media_file`', 200, -1, TRUE, '`vl_media_file`', FALSE, FALSE, FALSE, 'IMAGE', 'FILE');
     $this->fields['vl_media_file'] =& $this->vl_media_file;
     // vl_media_file_custom
     $this->vl_media_file_custom = new cField('vl_media_list', 'vl_media_list', 'x_vl_media_file_custom', 'vl_media_file_custom', '`vl_media_file_custom`', '`vl_media_file_custom`', 200, -1, TRUE, '`vl_media_file_custom`', FALSE, FALSE, FALSE, 'IMAGE', 'FILE');
     $this->fields['vl_media_file_custom'] =& $this->vl_media_file_custom;
 }
Exemple #18
0
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'talleres';
     $this->TableName = 'talleres';
     $this->TableType = 'TABLE';
     $this->ExportAll = FALSE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->ExportExcelPageOrientation = "";
     // Page orientation (PHPExcel only)
     $this->ExportExcelPageSize = "";
     // Page size (PHPExcel only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->DetailView = FALSE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // codigo
     $this->codigo = new cField('talleres', 'talleres', 'x_codigo', 'codigo', '`codigo`', '`codigo`', 3, -1, FALSE, '`codigo`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->codigo->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['codigo'] =& $this->codigo;
     // taller
     $this->taller = new cField('talleres', 'talleres', 'x_taller', 'taller', '`taller`', '`taller`', 200, -1, FALSE, '`taller`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['taller'] =& $this->taller;
     // direccion
     $this->direccion = new cField('talleres', 'talleres', 'x_direccion', 'direccion', '`direccion`', '`direccion`', 200, -1, FALSE, '`direccion`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['direccion'] =& $this->direccion;
     // tel
     $this->tel = new cField('talleres', 'talleres', 'x_tel', 'tel', '`tel`', '`tel`', 200, -1, FALSE, '`tel`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['tel'] =& $this->tel;
     // cel
     $this->cel = new cField('talleres', 'talleres', 'x_cel', 'cel', '`cel`', '`cel`', 200, -1, FALSE, '`cel`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['cel'] =& $this->cel;
     // mail
     $this->mail = new cField('talleres', 'talleres', 'x_mail', 'mail', '`mail`', '`mail`', 200, -1, FALSE, '`mail`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['mail'] =& $this->mail;
 }
Exemple #19
0
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'view1';
     $this->TableName = 'view1';
     $this->TableType = 'VIEW';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->DetailView = FALSE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // fecha_entrega
     $this->fecha_entrega = new cField('view1', 'view1', 'x_fecha_entrega', 'fecha_entrega', '`fecha_entrega`', 'DATE_FORMAT(`fecha_entrega`, \'%d/%m/%Y\')', 133, 7, FALSE, '`fecha_entrega`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fecha_entrega->FldDefaultErrMsg = str_replace("%s", "/", $Language->Phrase("IncorrectDateDMY"));
     $this->fields['fecha_entrega'] =& $this->fecha_entrega;
     // observaciones
     $this->observaciones = new cField('view1', 'view1', 'x_observaciones', 'observaciones', '`observaciones`', '`observaciones`', 201, -1, FALSE, '`observaciones`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['observaciones'] =& $this->observaciones;
     // id_estado
     $this->id_estado = new cField('view1', 'view1', 'x_id_estado', 'id_estado', '`id_estado`', '`id_estado`', 3, -1, FALSE, '`id_estado`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->id_estado->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['id_estado'] =& $this->id_estado;
     // precio
     $this->precio = new cField('view1', 'view1', 'x_precio', 'precio', '`precio`', '`precio`', 131, -1, FALSE, '`precio`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->precio->FldDefaultErrMsg = $Language->Phrase("IncorrectFloat");
     $this->fields['precio'] =& $this->precio;
     // entrega
     $this->entrega = new cField('view1', 'view1', 'x_entrega', 'entrega', '`entrega`', '`entrega`', 131, -1, FALSE, '`entrega`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->entrega->FldDefaultErrMsg = $Language->Phrase("IncorrectFloat");
     $this->fields['entrega'] =& $this->entrega;
     // saldo
     $this->saldo = new cField('view1', 'view1', 'x_saldo', 'saldo', '`saldo`', '`saldo`', 131, -1, FALSE, '`saldo`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->saldo->FldDefaultErrMsg = $Language->Phrase("IncorrectFloat");
     $this->fields['saldo'] =& $this->saldo;
 }
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'baggage';
     $this->TableName = 'baggage';
     $this->TableType = 'TABLE';
     // Update Table
     $this->UpdateTable = "`baggage`";
     $this->DBID = 'DB';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->ExportExcelPageOrientation = "";
     // Page orientation (PHPExcel only)
     $this->ExportExcelPageSize = "";
     // Page size (PHPExcel only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->DetailView = FALSE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // BAGGAGE_ID
     $this->BAGGAGE_ID = new cField('baggage', 'baggage', 'x_BAGGAGE_ID', 'BAGGAGE_ID', '`BAGGAGE_ID`', '`BAGGAGE_ID`', 3, -1, FALSE, '`BAGGAGE_ID`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'NO');
     $this->BAGGAGE_ID->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['BAGGAGE_ID'] =& $this->BAGGAGE_ID;
     // BOARDING_ID
     $this->BOARDING_ID = new cField('baggage', 'baggage', 'x_BOARDING_ID', 'BOARDING_ID', '`BOARDING_ID`', '`BOARDING_ID`', 131, -1, FALSE, '`BOARDING_ID`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXT');
     $this->BOARDING_ID->FldDefaultErrMsg = $Language->Phrase("IncorrectFloat");
     $this->fields['BOARDING_ID'] =& $this->BOARDING_ID;
     // PASSANGER_ID
     $this->PASSANGER_ID = new cField('baggage', 'baggage', 'x_PASSANGER_ID', 'PASSANGER_ID', '`PASSANGER_ID`', '`PASSANGER_ID`', 3, -1, FALSE, '`PASSANGER_ID`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXT');
     $this->PASSANGER_ID->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['PASSANGER_ID'] =& $this->PASSANGER_ID;
     // WEIGHT
     $this->WEIGHT = new cField('baggage', 'baggage', 'x_WEIGHT', 'WEIGHT', '`WEIGHT`', '`WEIGHT`', 131, -1, FALSE, '`WEIGHT`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXT');
     $this->WEIGHT->FldDefaultErrMsg = $Language->Phrase("IncorrectFloat");
     $this->fields['WEIGHT'] =& $this->WEIGHT;
 }
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'pais';
     $this->TableName = 'pais';
     $this->TableType = 'TABLE';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->DetailView = FALSE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // idpais
     $this->idpais = new cField('pais', 'pais', 'x_idpais', 'idpais', '`idpais`', '`idpais`', 3, -1, FALSE, '`idpais`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->idpais->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['idpais'] =& $this->idpais;
     // nombre
     $this->nombre = new cField('pais', 'pais', 'x_nombre', 'nombre', '`nombre`', '`nombre`', 200, -1, FALSE, '`nombre`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['nombre'] =& $this->nombre;
     // nombre oficial
     $this->nombre_oficial = new cField('pais', 'pais', 'x_nombre_oficial', 'nombre oficial', '`nombre oficial`', '`nombre oficial`', 200, -1, FALSE, '`nombre oficial`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['nombre oficial'] =& $this->nombre_oficial;
     // gentilicio
     $this->gentilicio = new cField('pais', 'pais', 'x_gentilicio', 'gentilicio', '`gentilicio`', '`gentilicio`', 200, -1, FALSE, '`gentilicio`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['gentilicio'] =& $this->gentilicio;
     // flag
     $this->flag = new cField('pais', 'pais', 'x_flag', 'flag', '`flag`', '`flag`', 200, -1, FALSE, '`flag`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['flag'] =& $this->flag;
     // idcontinente
     $this->idcontinente = new cField('pais', 'pais', 'x_idcontinente', 'idcontinente', '`idcontinente`', '`idcontinente`', 3, -1, FALSE, '`idcontinente`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->idcontinente->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['idcontinente'] =& $this->idcontinente;
     // estado
     $this->estado = new cField('pais', 'pais', 'x_estado', 'estado', '`estado`', '`estado`', 202, -1, FALSE, '`estado`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['estado'] =& $this->estado;
 }
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'tbl_subject_group_type';
     $this->TableName = 'tbl_subject_group_type';
     $this->TableType = 'TABLE';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // subject_type_id
     $this->subject_type_id = new cField('tbl_subject_group_type', 'tbl_subject_group_type', 'x_subject_type_id', 'subject_type_id', '`subject_type_id`', '`subject_type_id`', 3, -1, FALSE, '`subject_type_id`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->subject_type_id->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['subject_type_id'] =& $this->subject_type_id;
     // subject_group_type
     $this->subject_group_type = new cField('tbl_subject_group_type', 'tbl_subject_group_type', 'x_subject_group_type', 'subject_group_type', '`subject_group_type`', '`subject_group_type`', 200, -1, FALSE, '`subject_group_type`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['subject_group_type'] =& $this->subject_group_type;
     // active
     $this->active = new cField('tbl_subject_group_type', 'tbl_subject_group_type', 'x_active', 'active', '`active`', '`active`', 3, -1, FALSE, '`active`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->active->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['active'] =& $this->active;
     // detail
     $this->detail = new cField('tbl_subject_group_type', 'tbl_subject_group_type', 'x_detail', 'detail', '`detail`', '`detail`', 201, -1, FALSE, '`detail`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['detail'] =& $this->detail;
     // subject_group
     $this->subject_group = new cField('tbl_subject_group_type', 'tbl_subject_group_type', 'x_subject_group', 'subject_group', '`subject_group`', '`subject_group`', 3, -1, FALSE, '`subject_group`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->subject_group->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['subject_group'] =& $this->subject_group;
     // subject_dept
     $this->subject_dept = new cField('tbl_subject_group_type', 'tbl_subject_group_type', 'x_subject_dept', 'subject_dept', '`subject_dept`', '`subject_dept`', 3, -1, FALSE, '`subject_dept`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->subject_dept->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['subject_dept'] =& $this->subject_dept;
     // subject_faculty
     $this->subject_faculty = new cField('tbl_subject_group_type', 'tbl_subject_group_type', 'x_subject_faculty', 'subject_faculty', '`subject_faculty`', '`subject_faculty`', 3, -1, FALSE, '`subject_faculty`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->subject_faculty->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['subject_faculty'] =& $this->subject_faculty;
 }
Exemple #23
0
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'montos';
     $this->TableName = 'montos';
     $this->TableType = 'TABLE';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->DetailView = FALSE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // id
     $this->id = new cField('montos', 'montos', 'x_id', 'id', '`id`', '`id`', 3, -1, FALSE, '`id`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->id->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['id'] =& $this->id;
     // descripcion
     $this->descripcion = new cField('montos', 'montos', 'x_descripcion', 'descripcion', '`descripcion`', '`descripcion`', 200, -1, FALSE, '`descripcion`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['descripcion'] =& $this->descripcion;
     // importe
     $this->importe = new cField('montos', 'montos', 'x_importe', 'importe', '`importe`', '`importe`', 131, -1, FALSE, '`importe`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->importe->FldDefaultErrMsg = $Language->Phrase("IncorrectFloat");
     $this->fields['importe'] =& $this->importe;
     // fecha_creacion
     $this->fecha_creacion = new cField('montos', 'montos', 'x_fecha_creacion', 'fecha_creacion', '`fecha_creacion`', 'DATE_FORMAT(`fecha_creacion`, \'%d/%m/%Y\')', 133, 7, FALSE, '`fecha_creacion`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fecha_creacion->FldDefaultErrMsg = str_replace("%s", "/", $Language->Phrase("IncorrectDateDMY"));
     $this->fields['fecha_creacion'] =& $this->fecha_creacion;
     // activa
     $this->activa = new cField('montos', 'montos', 'x_activa', 'activa', '`activa`', '`activa`', 200, -1, FALSE, '`activa`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['activa'] =& $this->activa;
     // id_usuario
     $this->id_usuario = new cField('montos', 'montos', 'x_id_usuario', 'id_usuario', '`id_usuario`', '`id_usuario`', 3, -1, FALSE, '`id_usuario`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->id_usuario->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['id_usuario'] =& $this->id_usuario;
 }
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'air_port';
     $this->TableName = 'air_port';
     $this->TableType = 'TABLE';
     // Update Table
     $this->UpdateTable = "`air_port`";
     $this->DBID = 'DB';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->ExportExcelPageOrientation = "";
     // Page orientation (PHPExcel only)
     $this->ExportExcelPageSize = "";
     // Page size (PHPExcel only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->DetailView = FALSE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // AIR_PORT_ID
     $this->AIR_PORT_ID = new cField('air_port', 'air_port', 'x_AIR_PORT_ID', 'AIR_PORT_ID', '`AIR_PORT_ID`', '`AIR_PORT_ID`', 3, -1, FALSE, '`AIR_PORT_ID`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'NO');
     $this->AIR_PORT_ID->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['AIR_PORT_ID'] =& $this->AIR_PORT_ID;
     // CODE
     $this->CODE = new cField('air_port', 'air_port', 'x_CODE', 'CODE', '`CODE`', '`CODE`', 200, -1, FALSE, '`CODE`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXT');
     $this->fields['CODE'] =& $this->CODE;
     // DESCRIPTION
     $this->DESCRIPTION = new cField('air_port', 'air_port', 'x_DESCRIPTION', 'DESCRIPTION', '`DESCRIPTION`', '`DESCRIPTION`', 200, -1, FALSE, '`DESCRIPTION`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXT');
     $this->fields['DESCRIPTION'] =& $this->DESCRIPTION;
     // ACTIVE
     $this->ACTIVE = new cField('air_port', 'air_port', 'x_ACTIVE', 'ACTIVE', '`ACTIVE`', '`ACTIVE`', 16, -1, FALSE, '`ACTIVE`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'CHECKBOX');
     $this->ACTIVE->OptionCount = 2;
     $this->ACTIVE->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['ACTIVE'] =& $this->ACTIVE;
 }
Exemple #25
0
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'news';
     $this->TableName = 'news';
     $this->TableType = 'TABLE';
     // Update Table
     $this->UpdateTable = "`news`";
     $this->DBID = 'DB';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->ExportExcelPageOrientation = "";
     // Page orientation (PHPExcel only)
     $this->ExportExcelPageSize = "";
     // Page size (PHPExcel only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->DetailView = FALSE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // news_id
     $this->news_id = new cField('news', 'news', 'x_news_id', 'news_id', '`news_id`', '`news_id`', 3, -1, FALSE, '`news_id`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'NO');
     $this->news_id->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['news_id'] =& $this->news_id;
     // news_date
     $this->news_date = new cField('news', 'news', 'x_news_date', 'news_date', '`news_date`', 'DATE_FORMAT(`news_date`, \'%Y/%m/%d\')', 133, 5, FALSE, '`news_date`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXT');
     $this->news_date->FldDefaultErrMsg = str_replace("%s", "/", $Language->Phrase("IncorrectDateYMD"));
     $this->fields['news_date'] =& $this->news_date;
     // news_title
     $this->news_title = new cField('news', 'news', 'x_news_title', 'news_title', '`news_title`', '`news_title`', 201, -1, FALSE, '`news_title`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXTAREA');
     $this->fields['news_title'] =& $this->news_title;
     // news_description
     $this->news_description = new cField('news', 'news', 'x_news_description', 'news_description', '`news_description`', '`news_description`', 201, -1, FALSE, '`news_description`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXTAREA');
     $this->fields['news_description'] =& $this->news_description;
 }
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'resumen_por_mes_de_pago';
     $this->TableName = 'resumen_por_mes_de_pago';
     $this->TableType = 'VIEW';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->ExportExcelPageOrientation = "";
     // Page orientation (PHPExcel only)
     $this->ExportExcelPageSize = "";
     // Page size (PHPExcel only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->DetailView = FALSE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // socio_nro
     $this->socio_nro = new cField('resumen_por_mes_de_pago', 'resumen_por_mes_de_pago', 'x_socio_nro', 'socio_nro', '`socio_nro`', '`socio_nro`', 3, -1, FALSE, '`socio_nro`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->socio_nro->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['socio_nro'] =& $this->socio_nro;
     // comercio
     $this->comercio = new cField('resumen_por_mes_de_pago', 'resumen_por_mes_de_pago', 'x_comercio', 'comercio', '`comercio`', '`comercio`', 200, -1, FALSE, '`comercio`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['comercio'] =& $this->comercio;
     // mes
     $this->mes = new cField('resumen_por_mes_de_pago', 'resumen_por_mes_de_pago', 'x_mes', 'mes', '`mes`', '`mes`', 200, -1, FALSE, '`mes`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['mes'] =& $this->mes;
     // anio
     $this->anio = new cField('resumen_por_mes_de_pago', 'resumen_por_mes_de_pago', 'x_anio', 'anio', '`anio`', '`anio`', 200, -1, FALSE, '`anio`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['anio'] =& $this->anio;
     // Pagos
     $this->Pagos = new cField('resumen_por_mes_de_pago', 'resumen_por_mes_de_pago', 'x_Pagos', 'Pagos', '`Pagos`', '`Pagos`', 131, -1, FALSE, '`Pagos`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->Pagos->FldDefaultErrMsg = $Language->Phrase("IncorrectFloat");
     $this->fields['Pagos'] =& $this->Pagos;
 }
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'tbl_lesson';
     $this->TableName = 'tbl_lesson';
     $this->TableType = 'TABLE';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // lesson_id
     $this->lesson_id = new cField('tbl_lesson', 'tbl_lesson', 'x_lesson_id', 'lesson_id', '`lesson_id`', '`lesson_id`', 3, -1, FALSE, '`lesson_id`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->lesson_id->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['lesson_id'] =& $this->lesson_id;
     // lesson_active
     $this->lesson_active = new cField('tbl_lesson', 'tbl_lesson', 'x_lesson_active', 'lesson_active', '`lesson_active`', '`lesson_active`', 3, -1, FALSE, '`lesson_active`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->lesson_active->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['lesson_active'] =& $this->lesson_active;
     // lesson_weeks
     $this->lesson_weeks = new cField('tbl_lesson', 'tbl_lesson', 'x_lesson_weeks', 'lesson_weeks', '`lesson_weeks`', '`lesson_weeks`', 200, -1, FALSE, '`lesson_weeks`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['lesson_weeks'] =& $this->lesson_weeks;
     // lesson_subject
     $this->lesson_subject = new cField('tbl_lesson', 'tbl_lesson', 'x_lesson_subject', 'lesson_subject', '`lesson_subject`', '`lesson_subject`', 3, -1, FALSE, '`lesson_subject`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->lesson_subject->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['lesson_subject'] =& $this->lesson_subject;
     // lesson_name
     $this->lesson_name = new cField('tbl_lesson', 'tbl_lesson', 'x_lesson_name', 'lesson_name', '`lesson_name`', '`lesson_name`', 201, -1, FALSE, '`lesson_name`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['lesson_name'] =& $this->lesson_name;
     // lesson_info
     $this->lesson_info = new cField('tbl_lesson', 'tbl_lesson', 'x_lesson_info', 'lesson_info', '`lesson_info`', '`lesson_info`', 201, -1, FALSE, '`lesson_info`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['lesson_info'] =& $this->lesson_info;
     // lesson_doc
     $this->lesson_doc = new cField('tbl_lesson', 'tbl_lesson', 'x_lesson_doc', 'lesson_doc', '`lesson_doc`', '`lesson_doc`', 200, -1, FALSE, '`lesson_doc`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['lesson_doc'] =& $this->lesson_doc;
 }
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'tbl_faculty';
     $this->TableName = 'tbl_faculty';
     $this->TableType = 'TABLE';
     $this->ExportAll = TRUE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // faculty_id
     $this->faculty_id = new cField('tbl_faculty', 'tbl_faculty', 'x_faculty_id', 'faculty_id', '`faculty_id`', '`faculty_id`', 3, -1, FALSE, '`faculty_id`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->faculty_id->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['faculty_id'] =& $this->faculty_id;
     // faculty_university
     $this->faculty_university = new cField('tbl_faculty', 'tbl_faculty', 'x_faculty_university', 'faculty_university', '`faculty_university`', '`faculty_university`', 3, -1, FALSE, '`faculty_university`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->faculty_university->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['faculty_university'] =& $this->faculty_university;
     // faculty_name
     $this->faculty_name = new cField('tbl_faculty', 'tbl_faculty', 'x_faculty_name', 'faculty_name', '`faculty_name`', '`faculty_name`', 200, -1, FALSE, '`faculty_name`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['faculty_name'] =& $this->faculty_name;
     // faculty_code
     $this->faculty_code = new cField('tbl_faculty', 'tbl_faculty', 'x_faculty_code', 'faculty_code', '`faculty_code`', '`faculty_code`', 200, -1, FALSE, '`faculty_code`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['faculty_code'] =& $this->faculty_code;
     // faculty_active
     $this->faculty_active = new cField('tbl_faculty', 'tbl_faculty', 'x_faculty_active', 'faculty_active', '`faculty_active`', '`faculty_active`', 3, -1, FALSE, '`faculty_active`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->faculty_active->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['faculty_active'] =& $this->faculty_active;
     // faculty_research
     $this->faculty_research = new cField('tbl_faculty', 'tbl_faculty', 'x_faculty_research', 'faculty_research', '`faculty_research`', '`faculty_research`', 201, -1, FALSE, '`faculty_research`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['faculty_research'] =& $this->faculty_research;
     // faculty_lab
     $this->faculty_lab = new cField('tbl_faculty', 'tbl_faculty', 'x_faculty_lab', 'faculty_lab', '`faculty_lab`', '`faculty_lab`', 201, -1, FALSE, '`faculty_lab`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['faculty_lab'] =& $this->faculty_lab;
 }
Exemple #29
0
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'tipo_cargas';
     $this->TableName = 'tipo_cargas';
     $this->TableType = 'TABLE';
     $this->ExportAll = FALSE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->ExportExcelPageOrientation = "";
     // Page orientation (PHPExcel only)
     $this->ExportExcelPageSize = "";
     // Page size (PHPExcel only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->DetailView = FALSE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // codigo
     $this->codigo = new cField('tipo_cargas', 'tipo_cargas', 'x_codigo', 'codigo', '`codigo`', '`codigo`', 3, -1, FALSE, '`codigo`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->codigo->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['codigo'] =& $this->codigo;
     // Tipo_carga
     $this->Tipo_carga = new cField('tipo_cargas', 'tipo_cargas', 'x_Tipo_carga', 'Tipo_carga', '`Tipo_carga`', '`Tipo_carga`', 200, -1, FALSE, '`Tipo_carga`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['Tipo_carga'] =& $this->Tipo_carga;
     // precio_base
     $this->precio_base = new cField('tipo_cargas', 'tipo_cargas', 'x_precio_base', 'precio_base', '`precio_base`', '`precio_base`', 131, -1, FALSE, '`precio_base`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->precio_base->FldDefaultErrMsg = $Language->Phrase("IncorrectFloat");
     $this->fields['precio_base'] =& $this->precio_base;
     // porcentaje_comision
     $this->porcentaje_comision = new cField('tipo_cargas', 'tipo_cargas', 'x_porcentaje_comision', 'porcentaje_comision', '`porcentaje_comision`', '`porcentaje_comision`', 131, -1, FALSE, '`porcentaje_comision`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->porcentaje_comision->FldDefaultErrMsg = $Language->Phrase("IncorrectFloat");
     $this->fields['porcentaje_comision'] =& $this->porcentaje_comision;
 }
Exemple #30
0
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'localidades';
     $this->TableName = 'localidades';
     $this->TableType = 'TABLE';
     $this->ExportAll = FALSE;
     $this->ExportPageBreakCount = 0;
     // Page break per every n record (PDF only)
     $this->ExportPageOrientation = "portrait";
     // Page orientation (PDF only)
     $this->ExportPageSize = "a4";
     // Page size (PDF only)
     $this->ExportExcelPageOrientation = "";
     // Page orientation (PHPExcel only)
     $this->ExportExcelPageSize = "";
     // Page size (PHPExcel only)
     $this->DetailAdd = FALSE;
     // Allow detail add
     $this->DetailEdit = FALSE;
     // Allow detail edit
     $this->DetailView = FALSE;
     // Allow detail view
     $this->ShowMultipleDetails = FALSE;
     // Show multiple details
     $this->GridAddRowCount = 5;
     $this->AllowAddDeleteRow = ew_AllowAddDeleteRow();
     // Allow add/delete row
     $this->UserIDAllowSecurity = 0;
     // User ID Allow
     $this->BasicSearch = new cBasicSearch($this->TableVar);
     // codigo
     $this->codigo = new cField('localidades', 'localidades', 'x_codigo', 'codigo', '`codigo`', '`codigo`', 3, -1, FALSE, '`codigo`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->codigo->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['codigo'] =& $this->codigo;
     // localidad
     $this->localidad = new cField('localidades', 'localidades', 'x_localidad', 'localidad', '`localidad`', '`localidad`', 200, -1, FALSE, '`localidad`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['localidad'] =& $this->localidad;
     // cp
     $this->cp = new cField('localidades', 'localidades', 'x_cp', 'cp', '`cp`', '`cp`', 3, -1, FALSE, '`cp`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->cp->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['cp'] =& $this->cp;
     // id_provincia
     $this->id_provincia = new cField('localidades', 'localidades', 'x_id_provincia', 'id_provincia', '`id_provincia`', '`id_provincia`', 3, -1, FALSE, '`EV__id_provincia`', TRUE, TRUE, TRUE, 'FORMATTED TEXT');
     $this->id_provincia->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['id_provincia'] =& $this->id_provincia;
 }