function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'cantidad_socios_por_actividad';
     $this->TableName = 'cantidad_socios_por_actividad';
     $this->TableType = 'REPORT';
     $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->UserIDAllowSecurity = 104;
     // User ID Allow
     // socio_nro
     $this->socio_nro = new cField('cantidad_socios_por_actividad', 'cantidad_socios_por_actividad', 'x_socio_nro', 'socio_nro', '`socio_nro`', '`socio_nro`', 20, -1, FALSE, '`socio_nro`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->socio_nro->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['socio_nro'] =& $this->socio_nro;
     // actividad
     $this->actividad = new cField('cantidad_socios_por_actividad', 'cantidad_socios_por_actividad', 'x_actividad', 'actividad', '`actividad`', '`actividad`', 200, -1, FALSE, '`actividad`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['actividad'] =& $this->actividad;
     // rubro
     $this->rubro = new cField('cantidad_socios_por_actividad', 'cantidad_socios_por_actividad', 'x_rubro', 'rubro', '`rubro`', '`rubro`', 200, -1, FALSE, '`rubro`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['rubro'] =& $this->rubro;
 }
 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;
 }
Пример #3
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;
 }
Пример #4
0
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'Report1';
     $this->TableName = 'Report1';
     $this->TableType = 'REPORT';
     $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->UserIDAllowSecurity = 0;
     // User ID Allow
     // Count(messages.message)
     $this->Count28messages_message29 = new cField('Report1', 'Report1', 'x_Count28messages_message29', 'Count(messages.message)', '`Count(messages.message)`', '`Count(messages.message)`', 20, -1, FALSE, '`Count(messages.message)`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->Count28messages_message29->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['Count(messages.message)'] =& $this->Count28messages_message29;
     // dtime
     $this->dtime = new cField('Report1', 'Report1', 'x_dtime', 'dtime', '`dtime`', '`dtime`', 200, -1, FALSE, '`dtime`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['dtime'] =& $this->dtime;
 }
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'ReportePrueba';
     $this->TableName = 'ReportePrueba';
     $this->TableType = 'REPORT';
     // Update Table
     $this->UpdateTable = "`audittrail`";
     $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->UserIDAllowSecurity = 0;
     // User ID Allow
     // id
     $this->id = new cField('ReportePrueba', 'ReportePrueba', 'x_id', 'id', '`id`', '`id`', 3, -1, FALSE, '`id`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'NO');
     $this->id->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['id'] =& $this->id;
     // datetime
     $this->datetime = new cField('ReportePrueba', 'ReportePrueba', 'x_datetime', 'datetime', '`datetime`', 'DATE_FORMAT(`datetime`, \'%d/%m/%Y\')', 135, 7, FALSE, '`datetime`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXT');
     $this->datetime->FldDefaultErrMsg = str_replace("%s", "/", $Language->Phrase("IncorrectDateDMY"));
     $this->fields['datetime'] =& $this->datetime;
     // script
     $this->script = new cField('ReportePrueba', 'ReportePrueba', 'x_script', 'script', '`script`', '`script`', 200, -1, FALSE, '`script`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXT');
     $this->fields['script'] =& $this->script;
     // user
     $this->user = new cField('ReportePrueba', 'ReportePrueba', 'x_user', 'user', '`user`', '`user`', 200, -1, FALSE, '`user`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXT');
     $this->fields['user'] =& $this->user;
     // action
     $this->action = new cField('ReportePrueba', 'ReportePrueba', 'x_action', 'action', '`action`', '`action`', 200, -1, FALSE, '`action`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXT');
     $this->fields['action'] =& $this->action;
     // table
     $this->_table = new cField('ReportePrueba', 'ReportePrueba', 'x__table', 'table', '`table`', '`table`', 200, -1, FALSE, '`table`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXT');
     $this->fields['table'] =& $this->_table;
     // field
     $this->_field = new cField('ReportePrueba', 'ReportePrueba', 'x__field', 'field', '`field`', '`field`', 200, -1, FALSE, '`field`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXT');
     $this->fields['field'] =& $this->_field;
     // keyvalue
     $this->keyvalue = new cField('ReportePrueba', 'ReportePrueba', 'x_keyvalue', 'keyvalue', '`keyvalue`', '`keyvalue`', 201, -1, FALSE, '`keyvalue`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXTAREA');
     $this->fields['keyvalue'] =& $this->keyvalue;
     // oldvalue
     $this->oldvalue = new cField('ReportePrueba', 'ReportePrueba', 'x_oldvalue', 'oldvalue', '`oldvalue`', '`oldvalue`', 201, -1, FALSE, '`oldvalue`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXTAREA');
     $this->fields['oldvalue'] =& $this->oldvalue;
     // newvalue
     $this->newvalue = new cField('ReportePrueba', 'ReportePrueba', 'x_newvalue', 'newvalue', '`newvalue`', '`newvalue`', 201, -1, FALSE, '`newvalue`', FALSE, FALSE, FALSE, 'FORMATTED TEXT', 'TEXTAREA');
     $this->fields['newvalue'] =& $this->newvalue;
 }
 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;
 }
Пример #7
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;
 }
Пример #8
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;
 }
Пример #9
0
 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;
 }
 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 = '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;
 }
Пример #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;
 }
Пример #13
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;
 }
Пример #14
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;
 }
Пример #15
0
 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;
 }
Пример #16
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;
 }
Пример #17
0
 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 = 'r_listado_socios_por_actividad_y_rubro';
     $this->TableName = 'r_listado_socios_por_actividad_y_rubro';
     $this->TableType = 'REPORT';
     $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->UserIDAllowSecurity = 0;
     // User ID Allow
     // id_rubro
     $this->id_rubro = new cField('r_listado_socios_por_actividad_y_rubro', 'r_listado_socios_por_actividad_y_rubro', '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_actividad
     $this->id_actividad = new cField('r_listado_socios_por_actividad_y_rubro', 'r_listado_socios_por_actividad_y_rubro', 'x_id_actividad', 'id_actividad', '`id_actividad`', '`id_actividad`', 3, -1, FALSE, '`id_actividad`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->id_actividad->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['id_actividad'] =& $this->id_actividad;
     // rubro
     $this->rubro = new cField('r_listado_socios_por_actividad_y_rubro', 'r_listado_socios_por_actividad_y_rubro', 'x_rubro', 'rubro', '`rubro`', '`rubro`', 200, -1, FALSE, '`rubro`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['rubro'] =& $this->rubro;
     // actividad
     $this->actividad = new cField('r_listado_socios_por_actividad_y_rubro', 'r_listado_socios_por_actividad_y_rubro', 'x_actividad', 'actividad', '`actividad`', '`actividad`', 200, -1, FALSE, '`actividad`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['actividad'] =& $this->actividad;
     // cuit_cuil
     $this->cuit_cuil = new cField('r_listado_socios_por_actividad_y_rubro', 'r_listado_socios_por_actividad_y_rubro', '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('r_listado_socios_por_actividad_y_rubro', 'r_listado_socios_por_actividad_y_rubro', 'x_propietario', 'propietario', '`propietario`', '`propietario`', 200, -1, FALSE, '`propietario`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['propietario'] =& $this->propietario;
     // comercio
     $this->comercio = new cField('r_listado_socios_por_actividad_y_rubro', 'r_listado_socios_por_actividad_y_rubro', '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('r_listado_socios_por_actividad_y_rubro', 'r_listado_socios_por_actividad_y_rubro', '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;
     // mail
     $this->mail = new cField('r_listado_socios_por_actividad_y_rubro', 'r_listado_socios_por_actividad_y_rubro', 'x_mail', 'mail', '`mail`', '`mail`', 200, -1, FALSE, '`mail`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['mail'] =& $this->mail;
     // tel
     $this->tel = new cField('r_listado_socios_por_actividad_y_rubro', 'r_listado_socios_por_actividad_y_rubro', 'x_tel', 'tel', '`tel`', '`tel`', 200, -1, FALSE, '`tel`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['tel'] =& $this->tel;
     // cel
     $this->cel = new cField('r_listado_socios_por_actividad_y_rubro', 'r_listado_socios_por_actividad_y_rubro', 'x_cel', 'cel', '`cel`', '`cel`', 200, -1, FALSE, '`cel`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['cel'] =& $this->cel;
 }
Пример #20
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;
 }
Пример #21
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;
 }
Пример #22
0
 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;
 }
Пример #23
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;
 }
Пример #25
0
 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;
 }
Пример #26
0
 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;
 }
Пример #27
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;
 }
Пример #28
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;
 }
Пример #29
0
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'profile_pic';
     $this->TableName = 'profile_pic';
     $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('profile_pic', 'profile_pic', '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;
     // url
     $this->url = new cField('profile_pic', 'profile_pic', 'x_url', 'url', '`url`', '`url`', 201, -1, FALSE, '`url`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['url'] =& $this->url;
     // tdate
     $this->tdate = new cField('profile_pic', 'profile_pic', 'x_tdate', 'tdate', '`tdate`', 'DATE_FORMAT(`tdate`, \'%Y/%m/%d\')', 135, 5, FALSE, '`tdate`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->tdate->FldDefaultErrMsg = str_replace("%s", "/", $Language->Phrase("IncorrectDateYMD"));
     $this->fields['tdate'] =& $this->tdate;
     // account_id
     $this->account_id = new cField('profile_pic', 'profile_pic', '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;
 }
 function __construct()
 {
     global $Language;
     // Language object
     if (!isset($Language)) {
         $Language = new cLanguage();
     }
     $this->TableVar = 'cuenta';
     $this->TableName = 'cuenta';
     $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);
     // idcuenta
     $this->idcuenta = new cField('cuenta', 'cuenta', '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;
     // idpaciente
     $this->idpaciente = new cField('cuenta', 'cuenta', 'x_idpaciente', 'idpaciente', '`idpaciente`', '`idpaciente`', 3, -1, FALSE, '`idpaciente`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->idpaciente->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
     $this->fields['idpaciente'] =& $this->idpaciente;
     // fecha_inicio
     $this->fecha_inicio = new cField('cuenta', 'cuenta', '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('cuenta', 'cuenta', '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;
     // estado
     $this->estado = new cField('cuenta', 'cuenta', 'x_estado', 'estado', '`estado`', '`estado`', 202, -1, FALSE, '`estado`', FALSE, FALSE, FALSE, 'FORMATTED TEXT');
     $this->fields['estado'] =& $this->estado;
 }