<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://abcdwiki.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Egbert</id>
		<title>ABCD Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://abcdwiki.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Egbert"/>
		<link rel="alternate" type="text/html" href="http://abcdwiki.net/Special:Contributions/Egbert"/>
		<updated>2026-04-09T10:12:35Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://abcdwiki.net/index.php?title=Workshop_Egbert&amp;diff=1766</id>
		<title>Workshop Egbert</title>
		<link rel="alternate" type="text/html" href="http://abcdwiki.net/index.php?title=Workshop_Egbert&amp;diff=1766"/>
				<updated>2016-03-25T11:34:30Z</updated>
		
		<summary type="html">&lt;p&gt;Egbert: /* Customización */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The compatibility problem of the FDT, FST, FMT and other database-definition files which use the &amp;#039;&amp;#039;&amp;#039;dhtmlxgrid&amp;#039;&amp;#039;&amp;#039; has been solved. The &amp;#039;grids&amp;#039; did not display correctly in non-Firefox or non-IE browsers. A new dhtmlxgrid library is used which now works correctly in all actual browsers. &amp;lt;br&amp;gt;&lt;br /&gt;
Modified scripts : fdt.php, fdt_short_a.fdt, fst.php&amp;lt;br&amp;gt;&lt;br /&gt;
The folder dataentry/js/dhtml_grid now contains new scripts and style-sheets.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The similar compatibility problem of the &amp;#039;&amp;#039;&amp;#039;FCKEditor&amp;#039;&amp;#039;&amp;#039; is solved by changing it for the newer &amp;#039;&amp;#039;&amp;#039;CKEditor&amp;#039;&amp;#039;&amp;#039;. A folder &amp;#039;&amp;#039;&amp;#039;ckeditor&amp;#039;&amp;#039;&amp;#039; under  &amp;#039;&amp;#039;&amp;#039;central&amp;#039;&amp;#039;&amp;#039; is created with the required components for using the new version. This affects the worksheets where a field type &amp;#039;&amp;#039;&amp;#039;HTML AREA&amp;#039;&amp;#039;&amp;#039; is used but also the helpfiles for fields and the online help.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The file config.php reads the general parameters of ABCD. Since this file also contains the paths or key access parameters, it cannot be changed each new installation. Therefore the additional script &amp;lt;strong&amp;gt;config_extended.php&amp;lt;/strong&amp;gt; is created with extra parameters, also allowing individual database-related settings.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For this additional settings to be included the file &amp;lt;strong&amp;gt;config.php &amp;lt;/strong&amp;gt; needs to contain the following code : &lt;br /&gt;
  &lt;br /&gt;
   &amp;lt;font color=blue&amp;gt;if (isset($arrHttp[&amp;quot;base&amp;quot;])){&lt;br /&gt;
      if (isset($def[$arrHttp[&amp;quot;base&amp;quot;]]))&lt;br /&gt;
          $cisis_ver=$def[$arrHttp[&amp;quot;base&amp;quot;]].&amp;quot;/&amp;quot;;&lt;br /&gt;
   }&amp;lt;/font&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
   &amp;lt;font color=red&amp;gt;&lt;br /&gt;
   //***&lt;br /&gt;
   //Include config_extended.php that reads configuration parameters that applies to the selected database&lt;br /&gt;
   if (file_exists(realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.&amp;quot;config_extended.php&amp;quot;))&lt;br /&gt;
       include (realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.&amp;quot;config_extended.php&amp;quot;);&lt;br /&gt;
   //***&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So, copy in the script &amp;lt;b&amp;gt;config.php&amp;lt;/b&amp;gt; de group of instructions in red, after the last instruction in blue. In the script  script &amp;lt;b&amp;gt;config.php&amp;lt;/b&amp;gt; of new ABCD-distributions this code is already included. &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The script &amp;lt;b&amp;gt;config_extended.php&amp;lt;/b&amp;gt; read the file &amp;lt;b&amp;gt;dr_path.def&amp;lt;/b&amp;gt; located in the folder of the active database and replaces the corresponding parameters in config.php for the specific database.  &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Pop-up help for database fields (tooltips)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*An option ´Tooltips for help on database fields&amp;#039; is implemented in the menu &amp;#039;&amp;#039;&amp;#039;Update database definitions&amp;#039;&amp;#039;&amp;#039; which allows to deifne help-texts on database fields in the format of a pop-up text-box. (see [[Pop-up helptexts on database fields]])&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Ayudas_emergentes_sobre_los_campos_de_la_base_de_datos Ayudas emergentes]&lt;br /&gt;
&lt;br /&gt;
Example [http://localhost:9090/ivic Ivic]&lt;br /&gt;
&lt;br /&gt;
*The file to import the tooltips can be found in C:\bases_abcd\IVIC&lt;br /&gt;
&lt;br /&gt;
==Revision of the permitology==&lt;br /&gt;
&lt;br /&gt;
Ver [[http://abcdwiki.net/wiki/es/index.php?title=Permisolog%C3%ADa_de_los_operadores_de_ABCD#Estructura_del_archivo_para_el_manejo_de_la_permisolog.C3.ADa Opciones de permisología]]&lt;br /&gt;
&lt;br /&gt;
==New field types for data-entry==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Combo Box&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
There can be 2 types : normal and &amp;#039;read-only&amp;#039;. &lt;br /&gt;
In addition the table can be filled in from a &amp;#039;&amp;#039;&amp;#039;TXT&amp;#039;&amp;#039;&amp;#039; file or &amp;#039;&amp;#039;&amp;#039;from a database-index&amp;#039;&amp;#039;&amp;#039;. In this last case it is recommended that the number of terms retrieved does not exceed 200 since all indexed terms with the same prefix need to be read before the list in the combo box can be constructed.  Therefore only 200 terms starting with the given prefix will be read. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;From an external text-file (txt)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F%7C10%7CCombo%20Box%7C0%7C0%7C%7C%7CCOMBO%7C%7C%7CP%7C/bases_abcd/codigos/paises.tab%7C%7C%7C%7C%7C0%7C%7C0%7C0%7C%7C%7C&amp;amp;base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;moodle=Y Combo box]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|10|Combo%20Box|0|0|||COMBORO|||P|/bases_abcd/codigos/paises.tab|||||0||0|0|||&amp;amp;base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;moodle=Y Combo Box solo lectura]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;From a database&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|30|Combo%20Box%20desde%20DB|0|0|||COMBO|||D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Combo box]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|30|Combo%20Box%20desde%20DB|0|0|||COMBORO|||D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Combo box solo lectura]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Select read only&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
In previous versions with a field using an authority list coming from a database, it was not allowed that the receiving field is read-only, so that operators could fill in any other values not taken from the authority list. Now a new field type named SELECT READ ONLY is added which is linked to a dictionary list but not allowing other values than taken from the list.&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|90|Select%20simple%20solo%20lectura|0|0|||SRO||80|D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Select simple solo lectura]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|90|Select%20multiple%20solo%20lectura|0|1|||MRO|10|80|D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Select múltiple solo lectura]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dbadmin/fdt.php?base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;type=bd&amp;amp;moodle=Y FDT con las diferentes opciones de campos de selección]&lt;br /&gt;
&lt;br /&gt;
==Protection of records==&lt;br /&gt;
&lt;br /&gt;
Two new field types are introduced to protect a record : &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Protect record&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
When this field is present, a password prompt will be requested in order to access the record for editing/deleting. This password is the same for all records en is to be added in the column for the &amp;quot;default value&amp;#039; in the FDT. It won&amp;#039;t be stored in the records themselves.&lt;br /&gt;
It is possible to create a separate protection password for each worksheet created in ABCD.&lt;br /&gt;
This field is presented as a small tick-box which indicates whether the record is protected or not.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Record password&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This alternative type of protection allows the operator who creates or edits a record to assign an individual password for protection of that specific record.&lt;br /&gt;
&lt;br /&gt;
In this case the password will be stored inside the record. When the password field is not empty, the password will be requested.&lt;br /&gt;
&lt;br /&gt;
When editing a protected record, ABCD will present a dialog-box asking for the password and will allow edition when this matches the protection key for both methods.&lt;br /&gt;
&lt;br /&gt;
In order for this to work correctly it is necessary to update the message-tables 00 with the permitology options in the profiles.tab stored in the folder par/profiles.&lt;br /&gt;
Note : If the user is system administrator or has database administration rights, or has rights to edit protected records, the password will not requested. &lt;br /&gt;
Example dialog-box to request password :&lt;br /&gt;
[[Archivo:Protect record.png]]&lt;br /&gt;
&lt;br /&gt;
Ejemplo: [http://localhost:9090 Base de datos de registro de usuarios]&lt;br /&gt;
gascencio isis_&lt;br /&gt;
&lt;br /&gt;
dbadmin adm&lt;br /&gt;
&lt;br /&gt;
==Protecting a database==&lt;br /&gt;
&lt;br /&gt;
With this option a database can be protected from being initialized, restored or deleted by accident. For this a file &amp;#039;&amp;#039;&amp;#039;protect_status.def&amp;#039;&amp;#039;&amp;#039; needs to be written into the root-folder of the database, containing the word &amp;#039;&amp;#039;&amp;#039;PROTECTED&amp;#039;&amp;#039;&amp;#039;. All scripts pertaining to deletion, initialisation and restoration  a database will check the existence of this file and if present the requested action will be cancelled. &lt;br /&gt;
&lt;br /&gt;
This file will be deleted when un-protecting a database.&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/unincca Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Performing searches in the operators database==&lt;br /&gt;
An option to search in the system operators database is implemented.&lt;br /&gt;
&lt;br /&gt;
See [[Búsquedas por nombre en la base de datos de operadores]].&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/ucatolica Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==New options for record validation==&lt;br /&gt;
&lt;br /&gt;
Up to version 1.5 record validatoin was performed in the server using a validation format definition. From version 1.5 on it is possible to define validation conditions in the FDT which will be executed directly in the client using a javascript before de data are sent to the server.&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Validacion_javascript Validación de registros utilizando un javascript]&lt;br /&gt;
&lt;br /&gt;
ABCD will construct in a dynamic way the necessary JavaScript code which will execute the validation before sending data server-side.&lt;br /&gt;
&lt;br /&gt;
==Cataloging==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;An option to searc directly form the toolbar is addded. (See [[Búsquedas]])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Perform cross-searching by author, topics etc. within the ABCD Central module.]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Perform cross-searching by author, topics ect. opening a new window showing results in iAH]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Present in a windows records related to the active database]]&amp;lt;br&amp;gt;&lt;br /&gt;
Example: Link a database of institutions with its courses&amp;lt;br&amp;gt;&lt;br /&gt;
Example: A simple cardex for periodicals&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A possibility to define higher levels of security for operator passwords is included. See: [[Abcd.def|Definición de parámetros para seguridad de claves]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A link to show/hide passwords during editing it is included.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A new attribute in the ABCD operator profiles is added to restrict actualisation of the picklists and authority files during record edition. Adding the attribute in the table &amp;#039;&amp;#039;&amp;#039;par/profiles/profiles.tab&amp;#039;&amp;#039;&amp;#039; with contents &amp;#039;&amp;#039;&amp;#039;ACTPICKLIST=Y&amp;#039;&amp;#039;&amp;#039; just before the line &amp;#039;&amp;#039;&amp;#039;[ADMINISTRATION]&amp;#039;&amp;#039;&amp;#039; is required.. Subsequently edit the existing profiles to enable/disable this attribute./li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The file in which previous search statements are kept can now be edited (pfts/{lang}/search_expr.tab). In addition a new attribute in the user profiles is created which defines access or not to the edition of stored searches. This can be done using a link which is shown in the advanced search form. The attribute &amp;#039;&amp;#039;&amp;#039;EDITSTOREDEXPR&amp;#039;&amp;#039;&amp;#039; in the profiles table &amp;#039;&amp;#039;&amp;#039;par/profiles/profiles.tab&amp;#039;&amp;#039;&amp;#039; is created to enable/disable this option in the user profiles. Again this new attribute should be put before the section &amp;#039;&amp;#039;&amp;#039;[ADMINISTRATION]&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
See [[Permisología de los operadores de ABCD]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;When showing a search result, a link is now given to see the FDT, FST and the prefixes of the advanced search form.&amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;li&amp;gt;When editing the picklists, it is possible to :&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select a group of rows and move them into another position&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sort the table by the first column&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sort the table by the second column&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A possibility to select records when browsing a database or search results is now available. In the menu &amp;#039;browse by&amp;#039; a new option to select or unselect the selected-records option is added. &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Selected records can be printed or exported when using the toolbar for these options. In the section of records to print or export now a text-box with all MFN&amp;#039;s selected is shown, separated by comma. This option is also available in the free search section.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;In the free search function now a PFT, defining conditions, can be used to select records. See [http://abcdwiki.net/wiki/es/index.php?title=B%C3%BAsquedas#B.C3.BAsqueda_Libre Búsqueda libre]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Working with linked databases==&lt;br /&gt;
&lt;br /&gt;
==Thesaurus==&lt;br /&gt;
&lt;br /&gt;
See: [http://abcdwiki.net/wiki/es/index.php?title=Tesauros Tesauros]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/clad Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Printing labels and barcodes==&lt;br /&gt;
(See [[Etiquetas]])&lt;br /&gt;
&lt;br /&gt;
==Inventory of a collection==&lt;br /&gt;
&lt;br /&gt;
==Utilities==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;In the &amp;#039;&amp;#039;&amp;#039;utilities&amp;#039;&amp;#039;&amp;#039; menu the following options have been added :&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Duplicate a database using the commands for copying of the operating system&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Duplicate a database with compacting of the database, eliminating the deleted records physically. This options uses the &amp;#039;&amp;#039;&amp;#039;Mxcp&amp;#039;&amp;#039;&amp;#039; utility of &amp;#039;&amp;#039;&amp;#039;CISIS&amp;#039;&amp;#039;&amp;#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Read a database with the &amp;#039;&amp;#039;&amp;#039;MX&amp;#039;&amp;#039;&amp;#039; utility of CISIS without needing all database definition files of &amp;#039;&amp;#039;&amp;#039;ABCD&amp;#039;&amp;#039;&amp;#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Replace a database by its corresponding copy created by the duplication option&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
Using these options a database can be &amp;#039;reorganized&amp;#039; (=physically shrinked and optimized) &lt;br /&gt;
For more information check : [http://abcdwiki.net/wiki/es/index.php?title=Copiar_la_base_de_datos Copiar la base de datos], [http://abcdwiki.net/wiki/es/index.php?title=Leer_una_base_de_datos_con_el_MX Leer base de datos con MX], [http://abcdwiki.net/wiki/es/index.php?title=Restaurar_base_de_datos Restaurar base de datos] y [http://abcdwiki.net/wiki/es/index.php?title=Reorganizar_una_base_de_datos Reorganizar la base de datos]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The option &amp;#039;&amp;#039;&amp;#039;Full Inverted File generations with &amp;#039;&amp;#039;&amp;#039;MX&amp;#039;&amp;#039;&amp;#039; is improved by adding the possibility to read a file with re-directions of paths for the resources used in the process (&amp;#039;&amp;#039;&amp;#039;cipar&amp;#039;&amp;#039;&amp;#039;). See [http://abcdwiki.net/wiki/es/index.php?title=Generar_lista_invertida_utilizando_el_MX Generación de la lista invertida con el MX]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;An option to read a database with MX is added. Now also ISO-files can be read directly.&amp;lt;/li&amp;gt;  &lt;br /&gt;
&amp;lt;li&amp;gt;An option to export a database using MX is added.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The option to link a catalog database to the copies-database is again restored in the &amp;#039;&amp;#039;&amp;#039;utilities&amp;#039;&amp;#039;&amp;#039; menu.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Circulation and loans==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;An option to send out reminders by e-mail is added.&amp;lt;br&amp;gt;&lt;br /&gt;
See: [[Envío de recordatorios por correo electrónico]]&amp;lt;br&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A clearing receipt (&amp;#039;no pending issues in the library system&amp;#039;) can be printed from the &amp;#039;user status&amp;#039; page. &amp;lt;br&amp;gt;&lt;br /&gt;
See: [[Impresión de solvencia]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;New loans option for items without &amp;#039;object type&amp;#039; info.&amp;lt;br&amp;gt;&lt;br /&gt;
See: [http://abcdwiki.net/wiki/es/index.php?title=D%C3%ADas_pr%C3%A9stamo/renovaci%C3%B3n Días de préstamo/renovación]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;New option for loans with on-the-spot definition of number of days or renewal duration.&amp;lt;br&amp;gt;&lt;br /&gt;
See: [http://abcdwiki.net/wiki/es/index.php?title=D%C3%ADas_pr%C3%A9stamo/renovaci%C3%B3n Días de préstamo/renovación]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;In the configuration file &amp;#039;&amp;#039;&amp;#039;[[Abcd.def]]&amp;#039;&amp;#039;&amp;#039; the following new parameters have been added : &amp;lt;br&amp;gt;&lt;br /&gt;
    RESERVATION=Y/N to show/hide reservation options&amp;lt;br&amp;gt; &lt;br /&gt;
    AC_SUSP=Y/N to modify the way how the initial suspension date is defined.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;When a copy is returned which holds a reservation and the object type has the reservation option active, the copy will be directly assigned to the first user in the waiting list and this assignment will be shown in a sub-window. &lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The calculation of the renewal time-window is adjusted taking into account the waiting list. &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==IAH==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;LI&amp;gt;&lt;br /&gt;
End-users now can check their user-status from the iAH OPAC.&lt;br /&gt;
(see [http://abcdwiki.net/wiki/es/index.php?title=IAH_Consultar_el_estado_de_cuenta_de_un_usuario Estado de cuenta en línea]). Also online reservations are now available. (see  [http://abcdwiki.net/wiki/es/index.php?title=IAH_Estado_de_cuenta Renovación en línea]).&amp;lt;/LI&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Online reserbation option now active (see [http://abcdwiki.net/wiki/es/index.php?title=IAH_Reserva_en_l%C3%ADnea Reserva en línea])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A mechanism to highlight search terms is now active, see : [[IAH_Incluir_un_javascript_para_que_resalte_los_términos_de_búsqueda|IAH Incluir un javascript para resaltar los términos de búsqueda]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The editor for the DBN.def file to configure iAH for the current database is improved. Now a file isisuc.tab for correct upper-case conversion is added. (e.g. problems were noted with Ñ since iAH by default converted to N). The DBN.def configuration file checks if there is a file isisuc.tab inthe folder &amp;#039;&amp;#039;&amp;#039;data&amp;#039;&amp;#039;&amp;#039; of the database. If found it will be activated as uppercase conversion. If not found, it will be searched in the database foot-folder (ABCD/www/bases) and used from there. &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;New parameters have been added in the file &amp;#039;&amp;#039;&amp;#039;[http://abcdwiki.net/wiki/es/index.php?title=Abcd.def abcd.def]&amp;#039;&amp;#039;&amp;#039; to customize the windows for user account status, neweal and online reservation.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The presentation of the reservations of a title has been changed : no longer the details of the waiting list but only the total number of reservations is shown. &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A possibility to have the IP-number from which the search-request is launched determined from a PFT is available and documented [[IAH Detectar el IP desde el cual se accede a la consulta de la base de datos|Detectar el IP desde el cual se accede a la consulta de la base de datos]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Customization of ABCD Central==&lt;br /&gt;
An extra optional button can be added to the main Central menu and local or extra functions can be added there.&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Agregar_una_nueva_opci%C3%B3n_al_men%C3%BA_de_catalogaci%C3%B3n Agregar un botón propio para acceder un menú con scripts desarrollados localmente]&lt;br /&gt;
&lt;br /&gt;
[[Modificar la página de inicio]]&lt;/div&gt;</summary>
		<author><name>Egbert</name></author>	</entry>

	<entry>
		<id>http://abcdwiki.net/index.php?title=Workshop_Egbert&amp;diff=1765</id>
		<title>Workshop Egbert</title>
		<link rel="alternate" type="text/html" href="http://abcdwiki.net/index.php?title=Workshop_Egbert&amp;diff=1765"/>
				<updated>2016-03-25T11:33:11Z</updated>
		
		<summary type="html">&lt;p&gt;Egbert: /* IAH */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The compatibility problem of the FDT, FST, FMT and other database-definition files which use the &amp;#039;&amp;#039;&amp;#039;dhtmlxgrid&amp;#039;&amp;#039;&amp;#039; has been solved. The &amp;#039;grids&amp;#039; did not display correctly in non-Firefox or non-IE browsers. A new dhtmlxgrid library is used which now works correctly in all actual browsers. &amp;lt;br&amp;gt;&lt;br /&gt;
Modified scripts : fdt.php, fdt_short_a.fdt, fst.php&amp;lt;br&amp;gt;&lt;br /&gt;
The folder dataentry/js/dhtml_grid now contains new scripts and style-sheets.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The similar compatibility problem of the &amp;#039;&amp;#039;&amp;#039;FCKEditor&amp;#039;&amp;#039;&amp;#039; is solved by changing it for the newer &amp;#039;&amp;#039;&amp;#039;CKEditor&amp;#039;&amp;#039;&amp;#039;. A folder &amp;#039;&amp;#039;&amp;#039;ckeditor&amp;#039;&amp;#039;&amp;#039; under  &amp;#039;&amp;#039;&amp;#039;central&amp;#039;&amp;#039;&amp;#039; is created with the required components for using the new version. This affects the worksheets where a field type &amp;#039;&amp;#039;&amp;#039;HTML AREA&amp;#039;&amp;#039;&amp;#039; is used but also the helpfiles for fields and the online help.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The file config.php reads the general parameters of ABCD. Since this file also contains the paths or key access parameters, it cannot be changed each new installation. Therefore the additional script &amp;lt;strong&amp;gt;config_extended.php&amp;lt;/strong&amp;gt; is created with extra parameters, also allowing individual database-related settings.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For this additional settings to be included the file &amp;lt;strong&amp;gt;config.php &amp;lt;/strong&amp;gt; needs to contain the following code : &lt;br /&gt;
  &lt;br /&gt;
   &amp;lt;font color=blue&amp;gt;if (isset($arrHttp[&amp;quot;base&amp;quot;])){&lt;br /&gt;
      if (isset($def[$arrHttp[&amp;quot;base&amp;quot;]]))&lt;br /&gt;
          $cisis_ver=$def[$arrHttp[&amp;quot;base&amp;quot;]].&amp;quot;/&amp;quot;;&lt;br /&gt;
   }&amp;lt;/font&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
   &amp;lt;font color=red&amp;gt;&lt;br /&gt;
   //***&lt;br /&gt;
   //Include config_extended.php that reads configuration parameters that applies to the selected database&lt;br /&gt;
   if (file_exists(realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.&amp;quot;config_extended.php&amp;quot;))&lt;br /&gt;
       include (realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.&amp;quot;config_extended.php&amp;quot;);&lt;br /&gt;
   //***&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So, copy in the script &amp;lt;b&amp;gt;config.php&amp;lt;/b&amp;gt; de group of instructions in red, after the last instruction in blue. In the script  script &amp;lt;b&amp;gt;config.php&amp;lt;/b&amp;gt; of new ABCD-distributions this code is already included. &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The script &amp;lt;b&amp;gt;config_extended.php&amp;lt;/b&amp;gt; read the file &amp;lt;b&amp;gt;dr_path.def&amp;lt;/b&amp;gt; located in the folder of the active database and replaces the corresponding parameters in config.php for the specific database.  &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Pop-up help for database fields (tooltips)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*An option ´Tooltips for help on database fields&amp;#039; is implemented in the menu &amp;#039;&amp;#039;&amp;#039;Update database definitions&amp;#039;&amp;#039;&amp;#039; which allows to deifne help-texts on database fields in the format of a pop-up text-box. (see [[Pop-up helptexts on database fields]])&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Ayudas_emergentes_sobre_los_campos_de_la_base_de_datos Ayudas emergentes]&lt;br /&gt;
&lt;br /&gt;
Example [http://localhost:9090/ivic Ivic]&lt;br /&gt;
&lt;br /&gt;
*The file to import the tooltips can be found in C:\bases_abcd\IVIC&lt;br /&gt;
&lt;br /&gt;
==Revision of the permitology==&lt;br /&gt;
&lt;br /&gt;
Ver [[http://abcdwiki.net/wiki/es/index.php?title=Permisolog%C3%ADa_de_los_operadores_de_ABCD#Estructura_del_archivo_para_el_manejo_de_la_permisolog.C3.ADa Opciones de permisología]]&lt;br /&gt;
&lt;br /&gt;
==New field types for data-entry==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Combo Box&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
There can be 2 types : normal and &amp;#039;read-only&amp;#039;. &lt;br /&gt;
In addition the table can be filled in from a &amp;#039;&amp;#039;&amp;#039;TXT&amp;#039;&amp;#039;&amp;#039; file or &amp;#039;&amp;#039;&amp;#039;from a database-index&amp;#039;&amp;#039;&amp;#039;. In this last case it is recommended that the number of terms retrieved does not exceed 200 since all indexed terms with the same prefix need to be read before the list in the combo box can be constructed.  Therefore only 200 terms starting with the given prefix will be read. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;From an external text-file (txt)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F%7C10%7CCombo%20Box%7C0%7C0%7C%7C%7CCOMBO%7C%7C%7CP%7C/bases_abcd/codigos/paises.tab%7C%7C%7C%7C%7C0%7C%7C0%7C0%7C%7C%7C&amp;amp;base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;moodle=Y Combo box]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|10|Combo%20Box|0|0|||COMBORO|||P|/bases_abcd/codigos/paises.tab|||||0||0|0|||&amp;amp;base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;moodle=Y Combo Box solo lectura]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;From a database&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|30|Combo%20Box%20desde%20DB|0|0|||COMBO|||D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Combo box]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|30|Combo%20Box%20desde%20DB|0|0|||COMBORO|||D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Combo box solo lectura]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Select read only&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
In previous versions with a field using an authority list coming from a database, it was not allowed that the receiving field is read-only, so that operators could fill in any other values not taken from the authority list. Now a new field type named SELECT READ ONLY is added which is linked to a dictionary list but not allowing other values than taken from the list.&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|90|Select%20simple%20solo%20lectura|0|0|||SRO||80|D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Select simple solo lectura]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|90|Select%20multiple%20solo%20lectura|0|1|||MRO|10|80|D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Select múltiple solo lectura]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dbadmin/fdt.php?base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;type=bd&amp;amp;moodle=Y FDT con las diferentes opciones de campos de selección]&lt;br /&gt;
&lt;br /&gt;
==Protection of records==&lt;br /&gt;
&lt;br /&gt;
Two new field types are introduced to protect a record : &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Protect record&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
When this field is present, a password prompt will be requested in order to access the record for editing/deleting. This password is the same for all records en is to be added in the column for the &amp;quot;default value&amp;#039; in the FDT. It won&amp;#039;t be stored in the records themselves.&lt;br /&gt;
It is possible to create a separate protection password for each worksheet created in ABCD.&lt;br /&gt;
This field is presented as a small tick-box which indicates whether the record is protected or not.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Record password&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This alternative type of protection allows the operator who creates or edits a record to assign an individual password for protection of that specific record.&lt;br /&gt;
&lt;br /&gt;
In this case the password will be stored inside the record. When the password field is not empty, the password will be requested.&lt;br /&gt;
&lt;br /&gt;
When editing a protected record, ABCD will present a dialog-box asking for the password and will allow edition when this matches the protection key for both methods.&lt;br /&gt;
&lt;br /&gt;
In order for this to work correctly it is necessary to update the message-tables 00 with the permitology options in the profiles.tab stored in the folder par/profiles.&lt;br /&gt;
Note : If the user is system administrator or has database administration rights, or has rights to edit protected records, the password will not requested. &lt;br /&gt;
Example dialog-box to request password :&lt;br /&gt;
[[Archivo:Protect record.png]]&lt;br /&gt;
&lt;br /&gt;
Ejemplo: [http://localhost:9090 Base de datos de registro de usuarios]&lt;br /&gt;
gascencio isis_&lt;br /&gt;
&lt;br /&gt;
dbadmin adm&lt;br /&gt;
&lt;br /&gt;
==Protecting a database==&lt;br /&gt;
&lt;br /&gt;
With this option a database can be protected from being initialized, restored or deleted by accident. For this a file &amp;#039;&amp;#039;&amp;#039;protect_status.def&amp;#039;&amp;#039;&amp;#039; needs to be written into the root-folder of the database, containing the word &amp;#039;&amp;#039;&amp;#039;PROTECTED&amp;#039;&amp;#039;&amp;#039;. All scripts pertaining to deletion, initialisation and restoration  a database will check the existence of this file and if present the requested action will be cancelled. &lt;br /&gt;
&lt;br /&gt;
This file will be deleted when un-protecting a database.&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/unincca Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Performing searches in the operators database==&lt;br /&gt;
An option to search in the system operators database is implemented.&lt;br /&gt;
&lt;br /&gt;
See [[Búsquedas por nombre en la base de datos de operadores]].&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/ucatolica Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==New options for record validation==&lt;br /&gt;
&lt;br /&gt;
Up to version 1.5 record validatoin was performed in the server using a validation format definition. From version 1.5 on it is possible to define validation conditions in the FDT which will be executed directly in the client using a javascript before de data are sent to the server.&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Validacion_javascript Validación de registros utilizando un javascript]&lt;br /&gt;
&lt;br /&gt;
ABCD will construct in a dynamic way the necessary JavaScript code which will execute the validation before sending data server-side.&lt;br /&gt;
&lt;br /&gt;
==Cataloging==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;An option to searc directly form the toolbar is addded. (See [[Búsquedas]])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Perform cross-searching by author, topics etc. within the ABCD Central module.]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Perform cross-searching by author, topics ect. opening a new window showing results in iAH]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Present in a windows records related to the active database]]&amp;lt;br&amp;gt;&lt;br /&gt;
Example: Link a database of institutions with its courses&amp;lt;br&amp;gt;&lt;br /&gt;
Example: A simple cardex for periodicals&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A possibility to define higher levels of security for operator passwords is included. See: [[Abcd.def|Definición de parámetros para seguridad de claves]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A link to show/hide passwords during editing it is included.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A new attribute in the ABCD operator profiles is added to restrict actualisation of the picklists and authority files during record edition. Adding the attribute in the table &amp;#039;&amp;#039;&amp;#039;par/profiles/profiles.tab&amp;#039;&amp;#039;&amp;#039; with contents &amp;#039;&amp;#039;&amp;#039;ACTPICKLIST=Y&amp;#039;&amp;#039;&amp;#039; just before the line &amp;#039;&amp;#039;&amp;#039;[ADMINISTRATION]&amp;#039;&amp;#039;&amp;#039; is required.. Subsequently edit the existing profiles to enable/disable this attribute./li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The file in which previous search statements are kept can now be edited (pfts/{lang}/search_expr.tab). In addition a new attribute in the user profiles is created which defines access or not to the edition of stored searches. This can be done using a link which is shown in the advanced search form. The attribute &amp;#039;&amp;#039;&amp;#039;EDITSTOREDEXPR&amp;#039;&amp;#039;&amp;#039; in the profiles table &amp;#039;&amp;#039;&amp;#039;par/profiles/profiles.tab&amp;#039;&amp;#039;&amp;#039; is created to enable/disable this option in the user profiles. Again this new attribute should be put before the section &amp;#039;&amp;#039;&amp;#039;[ADMINISTRATION]&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
See [[Permisología de los operadores de ABCD]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;When showing a search result, a link is now given to see the FDT, FST and the prefixes of the advanced search form.&amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;li&amp;gt;When editing the picklists, it is possible to :&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select a group of rows and move them into another position&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sort the table by the first column&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sort the table by the second column&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A possibility to select records when browsing a database or search results is now available. In the menu &amp;#039;browse by&amp;#039; a new option to select or unselect the selected-records option is added. &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Selected records can be printed or exported when using the toolbar for these options. In the section of records to print or export now a text-box with all MFN&amp;#039;s selected is shown, separated by comma. This option is also available in the free search section.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;In the free search function now a PFT, defining conditions, can be used to select records. See [http://abcdwiki.net/wiki/es/index.php?title=B%C3%BAsquedas#B.C3.BAsqueda_Libre Búsqueda libre]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Working with linked databases==&lt;br /&gt;
&lt;br /&gt;
==Thesaurus==&lt;br /&gt;
&lt;br /&gt;
See: [http://abcdwiki.net/wiki/es/index.php?title=Tesauros Tesauros]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/clad Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Printing labels and barcodes==&lt;br /&gt;
(See [[Etiquetas]])&lt;br /&gt;
&lt;br /&gt;
==Inventory of a collection==&lt;br /&gt;
&lt;br /&gt;
==Utilities==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;In the &amp;#039;&amp;#039;&amp;#039;utilities&amp;#039;&amp;#039;&amp;#039; menu the following options have been added :&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Duplicate a database using the commands for copying of the operating system&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Duplicate a database with compacting of the database, eliminating the deleted records physically. This options uses the &amp;#039;&amp;#039;&amp;#039;Mxcp&amp;#039;&amp;#039;&amp;#039; utility of &amp;#039;&amp;#039;&amp;#039;CISIS&amp;#039;&amp;#039;&amp;#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Read a database with the &amp;#039;&amp;#039;&amp;#039;MX&amp;#039;&amp;#039;&amp;#039; utility of CISIS without needing all database definition files of &amp;#039;&amp;#039;&amp;#039;ABCD&amp;#039;&amp;#039;&amp;#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Replace a database by its corresponding copy created by the duplication option&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
Using these options a database can be &amp;#039;reorganized&amp;#039; (=physically shrinked and optimized) &lt;br /&gt;
For more information check : [http://abcdwiki.net/wiki/es/index.php?title=Copiar_la_base_de_datos Copiar la base de datos], [http://abcdwiki.net/wiki/es/index.php?title=Leer_una_base_de_datos_con_el_MX Leer base de datos con MX], [http://abcdwiki.net/wiki/es/index.php?title=Restaurar_base_de_datos Restaurar base de datos] y [http://abcdwiki.net/wiki/es/index.php?title=Reorganizar_una_base_de_datos Reorganizar la base de datos]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The option &amp;#039;&amp;#039;&amp;#039;Full Inverted File generations with &amp;#039;&amp;#039;&amp;#039;MX&amp;#039;&amp;#039;&amp;#039; is improved by adding the possibility to read a file with re-directions of paths for the resources used in the process (&amp;#039;&amp;#039;&amp;#039;cipar&amp;#039;&amp;#039;&amp;#039;). See [http://abcdwiki.net/wiki/es/index.php?title=Generar_lista_invertida_utilizando_el_MX Generación de la lista invertida con el MX]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;An option to read a database with MX is added. Now also ISO-files can be read directly.&amp;lt;/li&amp;gt;  &lt;br /&gt;
&amp;lt;li&amp;gt;An option to export a database using MX is added.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The option to link a catalog database to the copies-database is again restored in the &amp;#039;&amp;#039;&amp;#039;utilities&amp;#039;&amp;#039;&amp;#039; menu.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Circulation and loans==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;An option to send out reminders by e-mail is added.&amp;lt;br&amp;gt;&lt;br /&gt;
See: [[Envío de recordatorios por correo electrónico]]&amp;lt;br&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A clearing receipt (&amp;#039;no pending issues in the library system&amp;#039;) can be printed from the &amp;#039;user status&amp;#039; page. &amp;lt;br&amp;gt;&lt;br /&gt;
See: [[Impresión de solvencia]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;New loans option for items without &amp;#039;object type&amp;#039; info.&amp;lt;br&amp;gt;&lt;br /&gt;
See: [http://abcdwiki.net/wiki/es/index.php?title=D%C3%ADas_pr%C3%A9stamo/renovaci%C3%B3n Días de préstamo/renovación]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;New option for loans with on-the-spot definition of number of days or renewal duration.&amp;lt;br&amp;gt;&lt;br /&gt;
See: [http://abcdwiki.net/wiki/es/index.php?title=D%C3%ADas_pr%C3%A9stamo/renovaci%C3%B3n Días de préstamo/renovación]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;In the configuration file &amp;#039;&amp;#039;&amp;#039;[[Abcd.def]]&amp;#039;&amp;#039;&amp;#039; the following new parameters have been added : &amp;lt;br&amp;gt;&lt;br /&gt;
    RESERVATION=Y/N to show/hide reservation options&amp;lt;br&amp;gt; &lt;br /&gt;
    AC_SUSP=Y/N to modify the way how the initial suspension date is defined.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;When a copy is returned which holds a reservation and the object type has the reservation option active, the copy will be directly assigned to the first user in the waiting list and this assignment will be shown in a sub-window. &lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The calculation of the renewal time-window is adjusted taking into account the waiting list. &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==IAH==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;LI&amp;gt;&lt;br /&gt;
End-users now can check their user-status from the iAH OPAC.&lt;br /&gt;
(see [http://abcdwiki.net/wiki/es/index.php?title=IAH_Consultar_el_estado_de_cuenta_de_un_usuario Estado de cuenta en línea]). Also online reservations are now available. (see  [http://abcdwiki.net/wiki/es/index.php?title=IAH_Estado_de_cuenta Renovación en línea]).&amp;lt;/LI&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Online reserbation option now active (see [http://abcdwiki.net/wiki/es/index.php?title=IAH_Reserva_en_l%C3%ADnea Reserva en línea])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A mechanism to highlight search terms is now active, see : [[IAH_Incluir_un_javascript_para_que_resalte_los_términos_de_búsqueda|IAH Incluir un javascript para resaltar los términos de búsqueda]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The editor for the DBN.def file to configure iAH for the current database is improved. Now a file isisuc.tab for correct upper-case conversion is added. (e.g. problems were noted with Ñ since iAH by default converted to N). The DBN.def configuration file checks if there is a file isisuc.tab inthe folder &amp;#039;&amp;#039;&amp;#039;data&amp;#039;&amp;#039;&amp;#039; of the database. If found it will be activated as uppercase conversion. If not found, it will be searched in the database foot-folder (ABCD/www/bases) and used from there. &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;New parameters have been added in the file &amp;#039;&amp;#039;&amp;#039;[http://abcdwiki.net/wiki/es/index.php?title=Abcd.def abcd.def]&amp;#039;&amp;#039;&amp;#039; to customize the windows for user account status, neweal and online reservation.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The presentation of the reservations of a title has been changed : no longer the details of the waiting list but only the total number of reservations is shown. &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A possibility to have the IP-number from which the search-request is launched determined from a PFT is available and documented [[IAH Detectar el IP desde el cual se accede a la consulta de la base de datos|Detectar el IP desde el cual se accede a la consulta de la base de datos]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Customización==&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Agregar_una_nueva_opci%C3%B3n_al_men%C3%BA_de_catalogaci%C3%B3n Agregar un botón propio para acceder un menú con scripts desarrollados localmente]&lt;br /&gt;
&lt;br /&gt;
[[Modificar la página de inicio]]&lt;/div&gt;</summary>
		<author><name>Egbert</name></author>	</entry>

	<entry>
		<id>http://abcdwiki.net/index.php?title=Workshop_Egbert&amp;diff=1764</id>
		<title>Workshop Egbert</title>
		<link rel="alternate" type="text/html" href="http://abcdwiki.net/index.php?title=Workshop_Egbert&amp;diff=1764"/>
				<updated>2016-03-25T11:21:48Z</updated>
		
		<summary type="html">&lt;p&gt;Egbert: /* Circulación y préstamo */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The compatibility problem of the FDT, FST, FMT and other database-definition files which use the &amp;#039;&amp;#039;&amp;#039;dhtmlxgrid&amp;#039;&amp;#039;&amp;#039; has been solved. The &amp;#039;grids&amp;#039; did not display correctly in non-Firefox or non-IE browsers. A new dhtmlxgrid library is used which now works correctly in all actual browsers. &amp;lt;br&amp;gt;&lt;br /&gt;
Modified scripts : fdt.php, fdt_short_a.fdt, fst.php&amp;lt;br&amp;gt;&lt;br /&gt;
The folder dataentry/js/dhtml_grid now contains new scripts and style-sheets.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The similar compatibility problem of the &amp;#039;&amp;#039;&amp;#039;FCKEditor&amp;#039;&amp;#039;&amp;#039; is solved by changing it for the newer &amp;#039;&amp;#039;&amp;#039;CKEditor&amp;#039;&amp;#039;&amp;#039;. A folder &amp;#039;&amp;#039;&amp;#039;ckeditor&amp;#039;&amp;#039;&amp;#039; under  &amp;#039;&amp;#039;&amp;#039;central&amp;#039;&amp;#039;&amp;#039; is created with the required components for using the new version. This affects the worksheets where a field type &amp;#039;&amp;#039;&amp;#039;HTML AREA&amp;#039;&amp;#039;&amp;#039; is used but also the helpfiles for fields and the online help.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The file config.php reads the general parameters of ABCD. Since this file also contains the paths or key access parameters, it cannot be changed each new installation. Therefore the additional script &amp;lt;strong&amp;gt;config_extended.php&amp;lt;/strong&amp;gt; is created with extra parameters, also allowing individual database-related settings.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For this additional settings to be included the file &amp;lt;strong&amp;gt;config.php &amp;lt;/strong&amp;gt; needs to contain the following code : &lt;br /&gt;
  &lt;br /&gt;
   &amp;lt;font color=blue&amp;gt;if (isset($arrHttp[&amp;quot;base&amp;quot;])){&lt;br /&gt;
      if (isset($def[$arrHttp[&amp;quot;base&amp;quot;]]))&lt;br /&gt;
          $cisis_ver=$def[$arrHttp[&amp;quot;base&amp;quot;]].&amp;quot;/&amp;quot;;&lt;br /&gt;
   }&amp;lt;/font&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
   &amp;lt;font color=red&amp;gt;&lt;br /&gt;
   //***&lt;br /&gt;
   //Include config_extended.php that reads configuration parameters that applies to the selected database&lt;br /&gt;
   if (file_exists(realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.&amp;quot;config_extended.php&amp;quot;))&lt;br /&gt;
       include (realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.&amp;quot;config_extended.php&amp;quot;);&lt;br /&gt;
   //***&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So, copy in the script &amp;lt;b&amp;gt;config.php&amp;lt;/b&amp;gt; de group of instructions in red, after the last instruction in blue. In the script  script &amp;lt;b&amp;gt;config.php&amp;lt;/b&amp;gt; of new ABCD-distributions this code is already included. &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The script &amp;lt;b&amp;gt;config_extended.php&amp;lt;/b&amp;gt; read the file &amp;lt;b&amp;gt;dr_path.def&amp;lt;/b&amp;gt; located in the folder of the active database and replaces the corresponding parameters in config.php for the specific database.  &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Pop-up help for database fields (tooltips)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*An option ´Tooltips for help on database fields&amp;#039; is implemented in the menu &amp;#039;&amp;#039;&amp;#039;Update database definitions&amp;#039;&amp;#039;&amp;#039; which allows to deifne help-texts on database fields in the format of a pop-up text-box. (see [[Pop-up helptexts on database fields]])&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Ayudas_emergentes_sobre_los_campos_de_la_base_de_datos Ayudas emergentes]&lt;br /&gt;
&lt;br /&gt;
Example [http://localhost:9090/ivic Ivic]&lt;br /&gt;
&lt;br /&gt;
*The file to import the tooltips can be found in C:\bases_abcd\IVIC&lt;br /&gt;
&lt;br /&gt;
==Revision of the permitology==&lt;br /&gt;
&lt;br /&gt;
Ver [[http://abcdwiki.net/wiki/es/index.php?title=Permisolog%C3%ADa_de_los_operadores_de_ABCD#Estructura_del_archivo_para_el_manejo_de_la_permisolog.C3.ADa Opciones de permisología]]&lt;br /&gt;
&lt;br /&gt;
==New field types for data-entry==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Combo Box&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
There can be 2 types : normal and &amp;#039;read-only&amp;#039;. &lt;br /&gt;
In addition the table can be filled in from a &amp;#039;&amp;#039;&amp;#039;TXT&amp;#039;&amp;#039;&amp;#039; file or &amp;#039;&amp;#039;&amp;#039;from a database-index&amp;#039;&amp;#039;&amp;#039;. In this last case it is recommended that the number of terms retrieved does not exceed 200 since all indexed terms with the same prefix need to be read before the list in the combo box can be constructed.  Therefore only 200 terms starting with the given prefix will be read. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;From an external text-file (txt)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F%7C10%7CCombo%20Box%7C0%7C0%7C%7C%7CCOMBO%7C%7C%7CP%7C/bases_abcd/codigos/paises.tab%7C%7C%7C%7C%7C0%7C%7C0%7C0%7C%7C%7C&amp;amp;base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;moodle=Y Combo box]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|10|Combo%20Box|0|0|||COMBORO|||P|/bases_abcd/codigos/paises.tab|||||0||0|0|||&amp;amp;base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;moodle=Y Combo Box solo lectura]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;From a database&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|30|Combo%20Box%20desde%20DB|0|0|||COMBO|||D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Combo box]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|30|Combo%20Box%20desde%20DB|0|0|||COMBORO|||D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Combo box solo lectura]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Select read only&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
In previous versions with a field using an authority list coming from a database, it was not allowed that the receiving field is read-only, so that operators could fill in any other values not taken from the authority list. Now a new field type named SELECT READ ONLY is added which is linked to a dictionary list but not allowing other values than taken from the list.&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|90|Select%20simple%20solo%20lectura|0|0|||SRO||80|D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Select simple solo lectura]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|90|Select%20multiple%20solo%20lectura|0|1|||MRO|10|80|D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Select múltiple solo lectura]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dbadmin/fdt.php?base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;type=bd&amp;amp;moodle=Y FDT con las diferentes opciones de campos de selección]&lt;br /&gt;
&lt;br /&gt;
==Protection of records==&lt;br /&gt;
&lt;br /&gt;
Two new field types are introduced to protect a record : &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Protect record&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
When this field is present, a password prompt will be requested in order to access the record for editing/deleting. This password is the same for all records en is to be added in the column for the &amp;quot;default value&amp;#039; in the FDT. It won&amp;#039;t be stored in the records themselves.&lt;br /&gt;
It is possible to create a separate protection password for each worksheet created in ABCD.&lt;br /&gt;
This field is presented as a small tick-box which indicates whether the record is protected or not.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Record password&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This alternative type of protection allows the operator who creates or edits a record to assign an individual password for protection of that specific record.&lt;br /&gt;
&lt;br /&gt;
In this case the password will be stored inside the record. When the password field is not empty, the password will be requested.&lt;br /&gt;
&lt;br /&gt;
When editing a protected record, ABCD will present a dialog-box asking for the password and will allow edition when this matches the protection key for both methods.&lt;br /&gt;
&lt;br /&gt;
In order for this to work correctly it is necessary to update the message-tables 00 with the permitology options in the profiles.tab stored in the folder par/profiles.&lt;br /&gt;
Note : If the user is system administrator or has database administration rights, or has rights to edit protected records, the password will not requested. &lt;br /&gt;
Example dialog-box to request password :&lt;br /&gt;
[[Archivo:Protect record.png]]&lt;br /&gt;
&lt;br /&gt;
Ejemplo: [http://localhost:9090 Base de datos de registro de usuarios]&lt;br /&gt;
gascencio isis_&lt;br /&gt;
&lt;br /&gt;
dbadmin adm&lt;br /&gt;
&lt;br /&gt;
==Protecting a database==&lt;br /&gt;
&lt;br /&gt;
With this option a database can be protected from being initialized, restored or deleted by accident. For this a file &amp;#039;&amp;#039;&amp;#039;protect_status.def&amp;#039;&amp;#039;&amp;#039; needs to be written into the root-folder of the database, containing the word &amp;#039;&amp;#039;&amp;#039;PROTECTED&amp;#039;&amp;#039;&amp;#039;. All scripts pertaining to deletion, initialisation and restoration  a database will check the existence of this file and if present the requested action will be cancelled. &lt;br /&gt;
&lt;br /&gt;
This file will be deleted when un-protecting a database.&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/unincca Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Performing searches in the operators database==&lt;br /&gt;
An option to search in the system operators database is implemented.&lt;br /&gt;
&lt;br /&gt;
See [[Búsquedas por nombre en la base de datos de operadores]].&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/ucatolica Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==New options for record validation==&lt;br /&gt;
&lt;br /&gt;
Up to version 1.5 record validatoin was performed in the server using a validation format definition. From version 1.5 on it is possible to define validation conditions in the FDT which will be executed directly in the client using a javascript before de data are sent to the server.&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Validacion_javascript Validación de registros utilizando un javascript]&lt;br /&gt;
&lt;br /&gt;
ABCD will construct in a dynamic way the necessary JavaScript code which will execute the validation before sending data server-side.&lt;br /&gt;
&lt;br /&gt;
==Cataloging==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;An option to searc directly form the toolbar is addded. (See [[Búsquedas]])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Perform cross-searching by author, topics etc. within the ABCD Central module.]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Perform cross-searching by author, topics ect. opening a new window showing results in iAH]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Present in a windows records related to the active database]]&amp;lt;br&amp;gt;&lt;br /&gt;
Example: Link a database of institutions with its courses&amp;lt;br&amp;gt;&lt;br /&gt;
Example: A simple cardex for periodicals&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A possibility to define higher levels of security for operator passwords is included. See: [[Abcd.def|Definición de parámetros para seguridad de claves]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A link to show/hide passwords during editing it is included.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A new attribute in the ABCD operator profiles is added to restrict actualisation of the picklists and authority files during record edition. Adding the attribute in the table &amp;#039;&amp;#039;&amp;#039;par/profiles/profiles.tab&amp;#039;&amp;#039;&amp;#039; with contents &amp;#039;&amp;#039;&amp;#039;ACTPICKLIST=Y&amp;#039;&amp;#039;&amp;#039; just before the line &amp;#039;&amp;#039;&amp;#039;[ADMINISTRATION]&amp;#039;&amp;#039;&amp;#039; is required.. Subsequently edit the existing profiles to enable/disable this attribute./li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The file in which previous search statements are kept can now be edited (pfts/{lang}/search_expr.tab). In addition a new attribute in the user profiles is created which defines access or not to the edition of stored searches. This can be done using a link which is shown in the advanced search form. The attribute &amp;#039;&amp;#039;&amp;#039;EDITSTOREDEXPR&amp;#039;&amp;#039;&amp;#039; in the profiles table &amp;#039;&amp;#039;&amp;#039;par/profiles/profiles.tab&amp;#039;&amp;#039;&amp;#039; is created to enable/disable this option in the user profiles. Again this new attribute should be put before the section &amp;#039;&amp;#039;&amp;#039;[ADMINISTRATION]&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
See [[Permisología de los operadores de ABCD]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;When showing a search result, a link is now given to see the FDT, FST and the prefixes of the advanced search form.&amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;li&amp;gt;When editing the picklists, it is possible to :&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select a group of rows and move them into another position&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sort the table by the first column&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sort the table by the second column&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A possibility to select records when browsing a database or search results is now available. In the menu &amp;#039;browse by&amp;#039; a new option to select or unselect the selected-records option is added. &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Selected records can be printed or exported when using the toolbar for these options. In the section of records to print or export now a text-box with all MFN&amp;#039;s selected is shown, separated by comma. This option is also available in the free search section.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;In the free search function now a PFT, defining conditions, can be used to select records. See [http://abcdwiki.net/wiki/es/index.php?title=B%C3%BAsquedas#B.C3.BAsqueda_Libre Búsqueda libre]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Working with linked databases==&lt;br /&gt;
&lt;br /&gt;
==Thesaurus==&lt;br /&gt;
&lt;br /&gt;
See: [http://abcdwiki.net/wiki/es/index.php?title=Tesauros Tesauros]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/clad Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Printing labels and barcodes==&lt;br /&gt;
(See [[Etiquetas]])&lt;br /&gt;
&lt;br /&gt;
==Inventory of a collection==&lt;br /&gt;
&lt;br /&gt;
==Utilities==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;In the &amp;#039;&amp;#039;&amp;#039;utilities&amp;#039;&amp;#039;&amp;#039; menu the following options have been added :&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Duplicate a database using the commands for copying of the operating system&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Duplicate a database with compacting of the database, eliminating the deleted records physically. This options uses the &amp;#039;&amp;#039;&amp;#039;Mxcp&amp;#039;&amp;#039;&amp;#039; utility of &amp;#039;&amp;#039;&amp;#039;CISIS&amp;#039;&amp;#039;&amp;#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Read a database with the &amp;#039;&amp;#039;&amp;#039;MX&amp;#039;&amp;#039;&amp;#039; utility of CISIS without needing all database definition files of &amp;#039;&amp;#039;&amp;#039;ABCD&amp;#039;&amp;#039;&amp;#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Replace a database by its corresponding copy created by the duplication option&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
Using these options a database can be &amp;#039;reorganized&amp;#039; (=physically shrinked and optimized) &lt;br /&gt;
For more information check : [http://abcdwiki.net/wiki/es/index.php?title=Copiar_la_base_de_datos Copiar la base de datos], [http://abcdwiki.net/wiki/es/index.php?title=Leer_una_base_de_datos_con_el_MX Leer base de datos con MX], [http://abcdwiki.net/wiki/es/index.php?title=Restaurar_base_de_datos Restaurar base de datos] y [http://abcdwiki.net/wiki/es/index.php?title=Reorganizar_una_base_de_datos Reorganizar la base de datos]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The option &amp;#039;&amp;#039;&amp;#039;Full Inverted File generations with &amp;#039;&amp;#039;&amp;#039;MX&amp;#039;&amp;#039;&amp;#039; is improved by adding the possibility to read a file with re-directions of paths for the resources used in the process (&amp;#039;&amp;#039;&amp;#039;cipar&amp;#039;&amp;#039;&amp;#039;). See [http://abcdwiki.net/wiki/es/index.php?title=Generar_lista_invertida_utilizando_el_MX Generación de la lista invertida con el MX]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;An option to read a database with MX is added. Now also ISO-files can be read directly.&amp;lt;/li&amp;gt;  &lt;br /&gt;
&amp;lt;li&amp;gt;An option to export a database using MX is added.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The option to link a catalog database to the copies-database is again restored in the &amp;#039;&amp;#039;&amp;#039;utilities&amp;#039;&amp;#039;&amp;#039; menu.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Circulation and loans==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;An option to send out reminders by e-mail is added.&amp;lt;br&amp;gt;&lt;br /&gt;
See: [[Envío de recordatorios por correo electrónico]]&amp;lt;br&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A clearing receipt (&amp;#039;no pending issues in the library system&amp;#039;) can be printed from the &amp;#039;user status&amp;#039; page. &amp;lt;br&amp;gt;&lt;br /&gt;
See: [[Impresión de solvencia]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;New loans option for items without &amp;#039;object type&amp;#039; info.&amp;lt;br&amp;gt;&lt;br /&gt;
See: [http://abcdwiki.net/wiki/es/index.php?title=D%C3%ADas_pr%C3%A9stamo/renovaci%C3%B3n Días de préstamo/renovación]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;New option for loans with on-the-spot definition of number of days or renewal duration.&amp;lt;br&amp;gt;&lt;br /&gt;
See: [http://abcdwiki.net/wiki/es/index.php?title=D%C3%ADas_pr%C3%A9stamo/renovaci%C3%B3n Días de préstamo/renovación]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;In the configuration file &amp;#039;&amp;#039;&amp;#039;[[Abcd.def]]&amp;#039;&amp;#039;&amp;#039; the following new parameters have been added : &amp;lt;br&amp;gt;&lt;br /&gt;
    RESERVATION=Y/N to show/hide reservation options&amp;lt;br&amp;gt; &lt;br /&gt;
    AC_SUSP=Y/N to modify the way how the initial suspension date is defined.&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;When a copy is returned which holds a reservation and the object type has the reservation option active, the copy will be directly assigned to the first user in the waiting list and this assignment will be shown in a sub-window. &lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The calculation of the renewal time-window is adjusted taking into account the waiting list. &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==IAH==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;LI&amp;gt;&lt;br /&gt;
Se implementó la consulta del estado de cuenta en línea desde el iAH (ver [http://abcdwiki.net/wiki/es/index.php?title=IAH_Consultar_el_estado_de_cuenta_de_un_usuario Estado de cuenta en línea]). Se permite también la renovación en línea (ver  [http://abcdwiki.net/wiki/es/index.php?title=IAH_Estado_de_cuenta Renovación en línea]).&amp;lt;/LI&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se implementó la reserva en línea (ver [http://abcdwiki.net/wiki/es/index.php?title=IAH_Reserva_en_l%C3%ADnea Reserva en línea])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se desarrolló un procedimiento para resaltar en la página con los resultados de la consulta las palabras incluídas en los términos usados para construir la estrategia de búsqueda Ver: [[IAH_Incluir_un_javascript_para_que_resalte_los_términos_de_búsqueda|IAH Incluir un javascript para resaltar los términos de búsqueda]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se mejoró la hoja de creación/actualización del DBN.def. Ahora permite asignar un archivo isisuc.tab para la correcta conversión de minúsculas a mayúsculas (se presentaba problemas con la Ñ ya que el iAH por defecto la convierte a N). El editor del archivo DBN.def revisa si existe un archivo isisuc.tab en la carpeta &amp;#039;&amp;#039;&amp;#039;data&amp;#039;&amp;#039;&amp;#039; de la base de datos. Si lo encuentra entonces lo asigna como tabla de conversión de minúsculas a mayúsculas. Si no lo encuentra, intenta localizarlo en la raiz de la carpeta de las bases de datos y si lo encuentra lo asigna como tabla de conversion de minúsculas a mayúsculas&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se agregaron parámetros en el archivo &amp;#039;&amp;#039;&amp;#039;[http://abcdwiki.net/wiki/es/index.php?title=Abcd.def abcd.def]&amp;#039;&amp;#039;&amp;#039; para permitir customizar las ventanas para solicitud de estado de cuenta, renovación y reserva en línea&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se modificó el procedimiento que presenta al usuario las reservas que tiene un título. Ahora no se presenta el detalle de la cola de reservas sino el total de reservas que están en cola&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se documentó una expresión del lenguaje de formatos que permite [[IAH Detectar el IP desde el cual se accede a la consulta de la base de datos|Detectar el IP desde el cual se accede a la consulta de la base de datos]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Customización==&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Agregar_una_nueva_opci%C3%B3n_al_men%C3%BA_de_catalogaci%C3%B3n Agregar un botón propio para acceder un menú con scripts desarrollados localmente]&lt;br /&gt;
&lt;br /&gt;
[[Modificar la página de inicio]]&lt;/div&gt;</summary>
		<author><name>Egbert</name></author>	</entry>

	<entry>
		<id>http://abcdwiki.net/index.php?title=Workshop_Egbert&amp;diff=1763</id>
		<title>Workshop Egbert</title>
		<link rel="alternate" type="text/html" href="http://abcdwiki.net/index.php?title=Workshop_Egbert&amp;diff=1763"/>
				<updated>2016-03-25T11:13:54Z</updated>
		
		<summary type="html">&lt;p&gt;Egbert: /* Utilities */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The compatibility problem of the FDT, FST, FMT and other database-definition files which use the &amp;#039;&amp;#039;&amp;#039;dhtmlxgrid&amp;#039;&amp;#039;&amp;#039; has been solved. The &amp;#039;grids&amp;#039; did not display correctly in non-Firefox or non-IE browsers. A new dhtmlxgrid library is used which now works correctly in all actual browsers. &amp;lt;br&amp;gt;&lt;br /&gt;
Modified scripts : fdt.php, fdt_short_a.fdt, fst.php&amp;lt;br&amp;gt;&lt;br /&gt;
The folder dataentry/js/dhtml_grid now contains new scripts and style-sheets.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The similar compatibility problem of the &amp;#039;&amp;#039;&amp;#039;FCKEditor&amp;#039;&amp;#039;&amp;#039; is solved by changing it for the newer &amp;#039;&amp;#039;&amp;#039;CKEditor&amp;#039;&amp;#039;&amp;#039;. A folder &amp;#039;&amp;#039;&amp;#039;ckeditor&amp;#039;&amp;#039;&amp;#039; under  &amp;#039;&amp;#039;&amp;#039;central&amp;#039;&amp;#039;&amp;#039; is created with the required components for using the new version. This affects the worksheets where a field type &amp;#039;&amp;#039;&amp;#039;HTML AREA&amp;#039;&amp;#039;&amp;#039; is used but also the helpfiles for fields and the online help.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The file config.php reads the general parameters of ABCD. Since this file also contains the paths or key access parameters, it cannot be changed each new installation. Therefore the additional script &amp;lt;strong&amp;gt;config_extended.php&amp;lt;/strong&amp;gt; is created with extra parameters, also allowing individual database-related settings.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For this additional settings to be included the file &amp;lt;strong&amp;gt;config.php &amp;lt;/strong&amp;gt; needs to contain the following code : &lt;br /&gt;
  &lt;br /&gt;
   &amp;lt;font color=blue&amp;gt;if (isset($arrHttp[&amp;quot;base&amp;quot;])){&lt;br /&gt;
      if (isset($def[$arrHttp[&amp;quot;base&amp;quot;]]))&lt;br /&gt;
          $cisis_ver=$def[$arrHttp[&amp;quot;base&amp;quot;]].&amp;quot;/&amp;quot;;&lt;br /&gt;
   }&amp;lt;/font&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
   &amp;lt;font color=red&amp;gt;&lt;br /&gt;
   //***&lt;br /&gt;
   //Include config_extended.php that reads configuration parameters that applies to the selected database&lt;br /&gt;
   if (file_exists(realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.&amp;quot;config_extended.php&amp;quot;))&lt;br /&gt;
       include (realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.&amp;quot;config_extended.php&amp;quot;);&lt;br /&gt;
   //***&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So, copy in the script &amp;lt;b&amp;gt;config.php&amp;lt;/b&amp;gt; de group of instructions in red, after the last instruction in blue. In the script  script &amp;lt;b&amp;gt;config.php&amp;lt;/b&amp;gt; of new ABCD-distributions this code is already included. &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The script &amp;lt;b&amp;gt;config_extended.php&amp;lt;/b&amp;gt; read the file &amp;lt;b&amp;gt;dr_path.def&amp;lt;/b&amp;gt; located in the folder of the active database and replaces the corresponding parameters in config.php for the specific database.  &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Pop-up help for database fields (tooltips)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*An option ´Tooltips for help on database fields&amp;#039; is implemented in the menu &amp;#039;&amp;#039;&amp;#039;Update database definitions&amp;#039;&amp;#039;&amp;#039; which allows to deifne help-texts on database fields in the format of a pop-up text-box. (see [[Pop-up helptexts on database fields]])&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Ayudas_emergentes_sobre_los_campos_de_la_base_de_datos Ayudas emergentes]&lt;br /&gt;
&lt;br /&gt;
Example [http://localhost:9090/ivic Ivic]&lt;br /&gt;
&lt;br /&gt;
*The file to import the tooltips can be found in C:\bases_abcd\IVIC&lt;br /&gt;
&lt;br /&gt;
==Revision of the permitology==&lt;br /&gt;
&lt;br /&gt;
Ver [[http://abcdwiki.net/wiki/es/index.php?title=Permisolog%C3%ADa_de_los_operadores_de_ABCD#Estructura_del_archivo_para_el_manejo_de_la_permisolog.C3.ADa Opciones de permisología]]&lt;br /&gt;
&lt;br /&gt;
==New field types for data-entry==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Combo Box&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
There can be 2 types : normal and &amp;#039;read-only&amp;#039;. &lt;br /&gt;
In addition the table can be filled in from a &amp;#039;&amp;#039;&amp;#039;TXT&amp;#039;&amp;#039;&amp;#039; file or &amp;#039;&amp;#039;&amp;#039;from a database-index&amp;#039;&amp;#039;&amp;#039;. In this last case it is recommended that the number of terms retrieved does not exceed 200 since all indexed terms with the same prefix need to be read before the list in the combo box can be constructed.  Therefore only 200 terms starting with the given prefix will be read. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;From an external text-file (txt)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F%7C10%7CCombo%20Box%7C0%7C0%7C%7C%7CCOMBO%7C%7C%7CP%7C/bases_abcd/codigos/paises.tab%7C%7C%7C%7C%7C0%7C%7C0%7C0%7C%7C%7C&amp;amp;base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;moodle=Y Combo box]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|10|Combo%20Box|0|0|||COMBORO|||P|/bases_abcd/codigos/paises.tab|||||0||0|0|||&amp;amp;base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;moodle=Y Combo Box solo lectura]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;From a database&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|30|Combo%20Box%20desde%20DB|0|0|||COMBO|||D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Combo box]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|30|Combo%20Box%20desde%20DB|0|0|||COMBORO|||D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Combo box solo lectura]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Select read only&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
In previous versions with a field using an authority list coming from a database, it was not allowed that the receiving field is read-only, so that operators could fill in any other values not taken from the authority list. Now a new field type named SELECT READ ONLY is added which is linked to a dictionary list but not allowing other values than taken from the list.&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|90|Select%20simple%20solo%20lectura|0|0|||SRO||80|D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Select simple solo lectura]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|90|Select%20multiple%20solo%20lectura|0|1|||MRO|10|80|D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Select múltiple solo lectura]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dbadmin/fdt.php?base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;type=bd&amp;amp;moodle=Y FDT con las diferentes opciones de campos de selección]&lt;br /&gt;
&lt;br /&gt;
==Protection of records==&lt;br /&gt;
&lt;br /&gt;
Two new field types are introduced to protect a record : &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Protect record&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
When this field is present, a password prompt will be requested in order to access the record for editing/deleting. This password is the same for all records en is to be added in the column for the &amp;quot;default value&amp;#039; in the FDT. It won&amp;#039;t be stored in the records themselves.&lt;br /&gt;
It is possible to create a separate protection password for each worksheet created in ABCD.&lt;br /&gt;
This field is presented as a small tick-box which indicates whether the record is protected or not.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Record password&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This alternative type of protection allows the operator who creates or edits a record to assign an individual password for protection of that specific record.&lt;br /&gt;
&lt;br /&gt;
In this case the password will be stored inside the record. When the password field is not empty, the password will be requested.&lt;br /&gt;
&lt;br /&gt;
When editing a protected record, ABCD will present a dialog-box asking for the password and will allow edition when this matches the protection key for both methods.&lt;br /&gt;
&lt;br /&gt;
In order for this to work correctly it is necessary to update the message-tables 00 with the permitology options in the profiles.tab stored in the folder par/profiles.&lt;br /&gt;
Note : If the user is system administrator or has database administration rights, or has rights to edit protected records, the password will not requested. &lt;br /&gt;
Example dialog-box to request password :&lt;br /&gt;
[[Archivo:Protect record.png]]&lt;br /&gt;
&lt;br /&gt;
Ejemplo: [http://localhost:9090 Base de datos de registro de usuarios]&lt;br /&gt;
gascencio isis_&lt;br /&gt;
&lt;br /&gt;
dbadmin adm&lt;br /&gt;
&lt;br /&gt;
==Protecting a database==&lt;br /&gt;
&lt;br /&gt;
With this option a database can be protected from being initialized, restored or deleted by accident. For this a file &amp;#039;&amp;#039;&amp;#039;protect_status.def&amp;#039;&amp;#039;&amp;#039; needs to be written into the root-folder of the database, containing the word &amp;#039;&amp;#039;&amp;#039;PROTECTED&amp;#039;&amp;#039;&amp;#039;. All scripts pertaining to deletion, initialisation and restoration  a database will check the existence of this file and if present the requested action will be cancelled. &lt;br /&gt;
&lt;br /&gt;
This file will be deleted when un-protecting a database.&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/unincca Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Performing searches in the operators database==&lt;br /&gt;
An option to search in the system operators database is implemented.&lt;br /&gt;
&lt;br /&gt;
See [[Búsquedas por nombre en la base de datos de operadores]].&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/ucatolica Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==New options for record validation==&lt;br /&gt;
&lt;br /&gt;
Up to version 1.5 record validatoin was performed in the server using a validation format definition. From version 1.5 on it is possible to define validation conditions in the FDT which will be executed directly in the client using a javascript before de data are sent to the server.&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Validacion_javascript Validación de registros utilizando un javascript]&lt;br /&gt;
&lt;br /&gt;
ABCD will construct in a dynamic way the necessary JavaScript code which will execute the validation before sending data server-side.&lt;br /&gt;
&lt;br /&gt;
==Cataloging==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;An option to searc directly form the toolbar is addded. (See [[Búsquedas]])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Perform cross-searching by author, topics etc. within the ABCD Central module.]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Perform cross-searching by author, topics ect. opening a new window showing results in iAH]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Present in a windows records related to the active database]]&amp;lt;br&amp;gt;&lt;br /&gt;
Example: Link a database of institutions with its courses&amp;lt;br&amp;gt;&lt;br /&gt;
Example: A simple cardex for periodicals&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A possibility to define higher levels of security for operator passwords is included. See: [[Abcd.def|Definición de parámetros para seguridad de claves]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A link to show/hide passwords during editing it is included.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A new attribute in the ABCD operator profiles is added to restrict actualisation of the picklists and authority files during record edition. Adding the attribute in the table &amp;#039;&amp;#039;&amp;#039;par/profiles/profiles.tab&amp;#039;&amp;#039;&amp;#039; with contents &amp;#039;&amp;#039;&amp;#039;ACTPICKLIST=Y&amp;#039;&amp;#039;&amp;#039; just before the line &amp;#039;&amp;#039;&amp;#039;[ADMINISTRATION]&amp;#039;&amp;#039;&amp;#039; is required.. Subsequently edit the existing profiles to enable/disable this attribute./li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The file in which previous search statements are kept can now be edited (pfts/{lang}/search_expr.tab). In addition a new attribute in the user profiles is created which defines access or not to the edition of stored searches. This can be done using a link which is shown in the advanced search form. The attribute &amp;#039;&amp;#039;&amp;#039;EDITSTOREDEXPR&amp;#039;&amp;#039;&amp;#039; in the profiles table &amp;#039;&amp;#039;&amp;#039;par/profiles/profiles.tab&amp;#039;&amp;#039;&amp;#039; is created to enable/disable this option in the user profiles. Again this new attribute should be put before the section &amp;#039;&amp;#039;&amp;#039;[ADMINISTRATION]&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
See [[Permisología de los operadores de ABCD]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;When showing a search result, a link is now given to see the FDT, FST and the prefixes of the advanced search form.&amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;li&amp;gt;When editing the picklists, it is possible to :&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select a group of rows and move them into another position&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sort the table by the first column&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sort the table by the second column&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A possibility to select records when browsing a database or search results is now available. In the menu &amp;#039;browse by&amp;#039; a new option to select or unselect the selected-records option is added. &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Selected records can be printed or exported when using the toolbar for these options. In the section of records to print or export now a text-box with all MFN&amp;#039;s selected is shown, separated by comma. This option is also available in the free search section.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;In the free search function now a PFT, defining conditions, can be used to select records. See [http://abcdwiki.net/wiki/es/index.php?title=B%C3%BAsquedas#B.C3.BAsqueda_Libre Búsqueda libre]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Working with linked databases==&lt;br /&gt;
&lt;br /&gt;
==Thesaurus==&lt;br /&gt;
&lt;br /&gt;
See: [http://abcdwiki.net/wiki/es/index.php?title=Tesauros Tesauros]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/clad Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Printing labels and barcodes==&lt;br /&gt;
(See [[Etiquetas]])&lt;br /&gt;
&lt;br /&gt;
==Inventory of a collection==&lt;br /&gt;
&lt;br /&gt;
==Utilities==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;In the &amp;#039;&amp;#039;&amp;#039;utilities&amp;#039;&amp;#039;&amp;#039; menu the following options have been added :&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Duplicate a database using the commands for copying of the operating system&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Duplicate a database with compacting of the database, eliminating the deleted records physically. This options uses the &amp;#039;&amp;#039;&amp;#039;Mxcp&amp;#039;&amp;#039;&amp;#039; utility of &amp;#039;&amp;#039;&amp;#039;CISIS&amp;#039;&amp;#039;&amp;#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Read a database with the &amp;#039;&amp;#039;&amp;#039;MX&amp;#039;&amp;#039;&amp;#039; utility of CISIS without needing all database definition files of &amp;#039;&amp;#039;&amp;#039;ABCD&amp;#039;&amp;#039;&amp;#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Replace a database by its corresponding copy created by the duplication option&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
Using these options a database can be &amp;#039;reorganized&amp;#039; (=physically shrinked and optimized) &lt;br /&gt;
For more information check : [http://abcdwiki.net/wiki/es/index.php?title=Copiar_la_base_de_datos Copiar la base de datos], [http://abcdwiki.net/wiki/es/index.php?title=Leer_una_base_de_datos_con_el_MX Leer base de datos con MX], [http://abcdwiki.net/wiki/es/index.php?title=Restaurar_base_de_datos Restaurar base de datos] y [http://abcdwiki.net/wiki/es/index.php?title=Reorganizar_una_base_de_datos Reorganizar la base de datos]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The option &amp;#039;&amp;#039;&amp;#039;Full Inverted File generations with &amp;#039;&amp;#039;&amp;#039;MX&amp;#039;&amp;#039;&amp;#039; is improved by adding the possibility to read a file with re-directions of paths for the resources used in the process (&amp;#039;&amp;#039;&amp;#039;cipar&amp;#039;&amp;#039;&amp;#039;). See [http://abcdwiki.net/wiki/es/index.php?title=Generar_lista_invertida_utilizando_el_MX Generación de la lista invertida con el MX]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;An option to read a database with MX is added. Now also ISO-files can be read directly.&amp;lt;/li&amp;gt;  &lt;br /&gt;
&amp;lt;li&amp;gt;An option to export a database using MX is added.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The option to link a catalog database to the copies-database is again restored in the &amp;#039;&amp;#039;&amp;#039;utilities&amp;#039;&amp;#039;&amp;#039; menu.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Circulación y préstamo==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó el procedimiento para el envío de recordatorios por correo electrónico&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [[Envío de recordatorios por correo electrónico]]&amp;lt;br&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó la impresión de un recibo de solvencia desde la presentación del estado de cuenta del usuario&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [[Impresión de solvencia]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Nueva modalidad de préstamo cuando los items no poseen tipo de objeto&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [http://abcdwiki.net/wiki/es/index.php?title=D%C3%ADas_pr%C3%A9stamo/renovaci%C3%B3n Días de préstamo/renovación]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Nueva modalidad de préstamo que permite introducir el número de días de préstamo o renovación al momemto de procesar la transaccion&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [http://abcdwiki.net/wiki/es/index.php?title=D%C3%ADas_pr%C3%A9stamo/renovaci%C3%B3n Días de préstamo/renovación]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitaron los siguientes parámetros en el archivo de configuración &amp;#039;&amp;#039;&amp;#039;[[Abcd.def]]&amp;#039;&amp;#039;&amp;#039;:&amp;lt;br&amp;gt;&lt;br /&gt;
    RESERVATION=Y/N para mostrar/esconder las opciones para reserva&amp;lt;br&amp;gt; &lt;br /&gt;
    AC_SUSP=Y/N para modificar la forma como se determina la fecha desde la cual se habilita una suspensión&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Cuando se devuelve un ejemplar que tiene reserva y la política del tipo de objeto tiene habilitada la reserva, el mismo se asigna directamente al primer usuario de la cola de reserva y se presenta una ventana indicando la reserva asignada. &lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se ajustó el cálculo del lapso de renovación de los títulos tomando en cuenta si existe lista de espera&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==IAH==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;LI&amp;gt;&lt;br /&gt;
Se implementó la consulta del estado de cuenta en línea desde el iAH (ver [http://abcdwiki.net/wiki/es/index.php?title=IAH_Consultar_el_estado_de_cuenta_de_un_usuario Estado de cuenta en línea]). Se permite también la renovación en línea (ver  [http://abcdwiki.net/wiki/es/index.php?title=IAH_Estado_de_cuenta Renovación en línea]).&amp;lt;/LI&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se implementó la reserva en línea (ver [http://abcdwiki.net/wiki/es/index.php?title=IAH_Reserva_en_l%C3%ADnea Reserva en línea])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se desarrolló un procedimiento para resaltar en la página con los resultados de la consulta las palabras incluídas en los términos usados para construir la estrategia de búsqueda Ver: [[IAH_Incluir_un_javascript_para_que_resalte_los_términos_de_búsqueda|IAH Incluir un javascript para resaltar los términos de búsqueda]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se mejoró la hoja de creación/actualización del DBN.def. Ahora permite asignar un archivo isisuc.tab para la correcta conversión de minúsculas a mayúsculas (se presentaba problemas con la Ñ ya que el iAH por defecto la convierte a N). El editor del archivo DBN.def revisa si existe un archivo isisuc.tab en la carpeta &amp;#039;&amp;#039;&amp;#039;data&amp;#039;&amp;#039;&amp;#039; de la base de datos. Si lo encuentra entonces lo asigna como tabla de conversión de minúsculas a mayúsculas. Si no lo encuentra, intenta localizarlo en la raiz de la carpeta de las bases de datos y si lo encuentra lo asigna como tabla de conversion de minúsculas a mayúsculas&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se agregaron parámetros en el archivo &amp;#039;&amp;#039;&amp;#039;[http://abcdwiki.net/wiki/es/index.php?title=Abcd.def abcd.def]&amp;#039;&amp;#039;&amp;#039; para permitir customizar las ventanas para solicitud de estado de cuenta, renovación y reserva en línea&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se modificó el procedimiento que presenta al usuario las reservas que tiene un título. Ahora no se presenta el detalle de la cola de reservas sino el total de reservas que están en cola&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se documentó una expresión del lenguaje de formatos que permite [[IAH Detectar el IP desde el cual se accede a la consulta de la base de datos|Detectar el IP desde el cual se accede a la consulta de la base de datos]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Customización==&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Agregar_una_nueva_opci%C3%B3n_al_men%C3%BA_de_catalogaci%C3%B3n Agregar un botón propio para acceder un menú con scripts desarrollados localmente]&lt;br /&gt;
&lt;br /&gt;
[[Modificar la página de inicio]]&lt;/div&gt;</summary>
		<author><name>Egbert</name></author>	</entry>

	<entry>
		<id>http://abcdwiki.net/index.php?title=Workshop_Egbert&amp;diff=1762</id>
		<title>Workshop Egbert</title>
		<link rel="alternate" type="text/html" href="http://abcdwiki.net/index.php?title=Workshop_Egbert&amp;diff=1762"/>
				<updated>2016-03-25T11:02:35Z</updated>
		
		<summary type="html">&lt;p&gt;Egbert: /* Cataloging */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The compatibility problem of the FDT, FST, FMT and other database-definition files which use the &amp;#039;&amp;#039;&amp;#039;dhtmlxgrid&amp;#039;&amp;#039;&amp;#039; has been solved. The &amp;#039;grids&amp;#039; did not display correctly in non-Firefox or non-IE browsers. A new dhtmlxgrid library is used which now works correctly in all actual browsers. &amp;lt;br&amp;gt;&lt;br /&gt;
Modified scripts : fdt.php, fdt_short_a.fdt, fst.php&amp;lt;br&amp;gt;&lt;br /&gt;
The folder dataentry/js/dhtml_grid now contains new scripts and style-sheets.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The similar compatibility problem of the &amp;#039;&amp;#039;&amp;#039;FCKEditor&amp;#039;&amp;#039;&amp;#039; is solved by changing it for the newer &amp;#039;&amp;#039;&amp;#039;CKEditor&amp;#039;&amp;#039;&amp;#039;. A folder &amp;#039;&amp;#039;&amp;#039;ckeditor&amp;#039;&amp;#039;&amp;#039; under  &amp;#039;&amp;#039;&amp;#039;central&amp;#039;&amp;#039;&amp;#039; is created with the required components for using the new version. This affects the worksheets where a field type &amp;#039;&amp;#039;&amp;#039;HTML AREA&amp;#039;&amp;#039;&amp;#039; is used but also the helpfiles for fields and the online help.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The file config.php reads the general parameters of ABCD. Since this file also contains the paths or key access parameters, it cannot be changed each new installation. Therefore the additional script &amp;lt;strong&amp;gt;config_extended.php&amp;lt;/strong&amp;gt; is created with extra parameters, also allowing individual database-related settings.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For this additional settings to be included the file &amp;lt;strong&amp;gt;config.php &amp;lt;/strong&amp;gt; needs to contain the following code : &lt;br /&gt;
  &lt;br /&gt;
   &amp;lt;font color=blue&amp;gt;if (isset($arrHttp[&amp;quot;base&amp;quot;])){&lt;br /&gt;
      if (isset($def[$arrHttp[&amp;quot;base&amp;quot;]]))&lt;br /&gt;
          $cisis_ver=$def[$arrHttp[&amp;quot;base&amp;quot;]].&amp;quot;/&amp;quot;;&lt;br /&gt;
   }&amp;lt;/font&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
   &amp;lt;font color=red&amp;gt;&lt;br /&gt;
   //***&lt;br /&gt;
   //Include config_extended.php that reads configuration parameters that applies to the selected database&lt;br /&gt;
   if (file_exists(realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.&amp;quot;config_extended.php&amp;quot;))&lt;br /&gt;
       include (realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.&amp;quot;config_extended.php&amp;quot;);&lt;br /&gt;
   //***&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So, copy in the script &amp;lt;b&amp;gt;config.php&amp;lt;/b&amp;gt; de group of instructions in red, after the last instruction in blue. In the script  script &amp;lt;b&amp;gt;config.php&amp;lt;/b&amp;gt; of new ABCD-distributions this code is already included. &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The script &amp;lt;b&amp;gt;config_extended.php&amp;lt;/b&amp;gt; read the file &amp;lt;b&amp;gt;dr_path.def&amp;lt;/b&amp;gt; located in the folder of the active database and replaces the corresponding parameters in config.php for the specific database.  &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Pop-up help for database fields (tooltips)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*An option ´Tooltips for help on database fields&amp;#039; is implemented in the menu &amp;#039;&amp;#039;&amp;#039;Update database definitions&amp;#039;&amp;#039;&amp;#039; which allows to deifne help-texts on database fields in the format of a pop-up text-box. (see [[Pop-up helptexts on database fields]])&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Ayudas_emergentes_sobre_los_campos_de_la_base_de_datos Ayudas emergentes]&lt;br /&gt;
&lt;br /&gt;
Example [http://localhost:9090/ivic Ivic]&lt;br /&gt;
&lt;br /&gt;
*The file to import the tooltips can be found in C:\bases_abcd\IVIC&lt;br /&gt;
&lt;br /&gt;
==Revision of the permitology==&lt;br /&gt;
&lt;br /&gt;
Ver [[http://abcdwiki.net/wiki/es/index.php?title=Permisolog%C3%ADa_de_los_operadores_de_ABCD#Estructura_del_archivo_para_el_manejo_de_la_permisolog.C3.ADa Opciones de permisología]]&lt;br /&gt;
&lt;br /&gt;
==New field types for data-entry==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Combo Box&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
There can be 2 types : normal and &amp;#039;read-only&amp;#039;. &lt;br /&gt;
In addition the table can be filled in from a &amp;#039;&amp;#039;&amp;#039;TXT&amp;#039;&amp;#039;&amp;#039; file or &amp;#039;&amp;#039;&amp;#039;from a database-index&amp;#039;&amp;#039;&amp;#039;. In this last case it is recommended that the number of terms retrieved does not exceed 200 since all indexed terms with the same prefix need to be read before the list in the combo box can be constructed.  Therefore only 200 terms starting with the given prefix will be read. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;From an external text-file (txt)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F%7C10%7CCombo%20Box%7C0%7C0%7C%7C%7CCOMBO%7C%7C%7CP%7C/bases_abcd/codigos/paises.tab%7C%7C%7C%7C%7C0%7C%7C0%7C0%7C%7C%7C&amp;amp;base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;moodle=Y Combo box]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|10|Combo%20Box|0|0|||COMBORO|||P|/bases_abcd/codigos/paises.tab|||||0||0|0|||&amp;amp;base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;moodle=Y Combo Box solo lectura]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;From a database&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|30|Combo%20Box%20desde%20DB|0|0|||COMBO|||D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Combo box]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|30|Combo%20Box%20desde%20DB|0|0|||COMBORO|||D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Combo box solo lectura]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Select read only&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
In previous versions with a field using an authority list coming from a database, it was not allowed that the receiving field is read-only, so that operators could fill in any other values not taken from the authority list. Now a new field type named SELECT READ ONLY is added which is linked to a dictionary list but not allowing other values than taken from the list.&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|90|Select%20simple%20solo%20lectura|0|0|||SRO||80|D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Select simple solo lectura]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|90|Select%20multiple%20solo%20lectura|0|1|||MRO|10|80|D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Select múltiple solo lectura]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dbadmin/fdt.php?base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;type=bd&amp;amp;moodle=Y FDT con las diferentes opciones de campos de selección]&lt;br /&gt;
&lt;br /&gt;
==Protection of records==&lt;br /&gt;
&lt;br /&gt;
Two new field types are introduced to protect a record : &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Protect record&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
When this field is present, a password prompt will be requested in order to access the record for editing/deleting. This password is the same for all records en is to be added in the column for the &amp;quot;default value&amp;#039; in the FDT. It won&amp;#039;t be stored in the records themselves.&lt;br /&gt;
It is possible to create a separate protection password for each worksheet created in ABCD.&lt;br /&gt;
This field is presented as a small tick-box which indicates whether the record is protected or not.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Record password&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This alternative type of protection allows the operator who creates or edits a record to assign an individual password for protection of that specific record.&lt;br /&gt;
&lt;br /&gt;
In this case the password will be stored inside the record. When the password field is not empty, the password will be requested.&lt;br /&gt;
&lt;br /&gt;
When editing a protected record, ABCD will present a dialog-box asking for the password and will allow edition when this matches the protection key for both methods.&lt;br /&gt;
&lt;br /&gt;
In order for this to work correctly it is necessary to update the message-tables 00 with the permitology options in the profiles.tab stored in the folder par/profiles.&lt;br /&gt;
Note : If the user is system administrator or has database administration rights, or has rights to edit protected records, the password will not requested. &lt;br /&gt;
Example dialog-box to request password :&lt;br /&gt;
[[Archivo:Protect record.png]]&lt;br /&gt;
&lt;br /&gt;
Ejemplo: [http://localhost:9090 Base de datos de registro de usuarios]&lt;br /&gt;
gascencio isis_&lt;br /&gt;
&lt;br /&gt;
dbadmin adm&lt;br /&gt;
&lt;br /&gt;
==Protecting a database==&lt;br /&gt;
&lt;br /&gt;
With this option a database can be protected from being initialized, restored or deleted by accident. For this a file &amp;#039;&amp;#039;&amp;#039;protect_status.def&amp;#039;&amp;#039;&amp;#039; needs to be written into the root-folder of the database, containing the word &amp;#039;&amp;#039;&amp;#039;PROTECTED&amp;#039;&amp;#039;&amp;#039;. All scripts pertaining to deletion, initialisation and restoration  a database will check the existence of this file and if present the requested action will be cancelled. &lt;br /&gt;
&lt;br /&gt;
This file will be deleted when un-protecting a database.&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/unincca Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Performing searches in the operators database==&lt;br /&gt;
An option to search in the system operators database is implemented.&lt;br /&gt;
&lt;br /&gt;
See [[Búsquedas por nombre en la base de datos de operadores]].&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/ucatolica Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==New options for record validation==&lt;br /&gt;
&lt;br /&gt;
Up to version 1.5 record validatoin was performed in the server using a validation format definition. From version 1.5 on it is possible to define validation conditions in the FDT which will be executed directly in the client using a javascript before de data are sent to the server.&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Validacion_javascript Validación de registros utilizando un javascript]&lt;br /&gt;
&lt;br /&gt;
ABCD will construct in a dynamic way the necessary JavaScript code which will execute the validation before sending data server-side.&lt;br /&gt;
&lt;br /&gt;
==Cataloging==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;An option to searc directly form the toolbar is addded. (See [[Búsquedas]])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Perform cross-searching by author, topics etc. within the ABCD Central module.]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Perform cross-searching by author, topics ect. opening a new window showing results in iAH]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Present in a windows records related to the active database]]&amp;lt;br&amp;gt;&lt;br /&gt;
Example: Link a database of institutions with its courses&amp;lt;br&amp;gt;&lt;br /&gt;
Example: A simple cardex for periodicals&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A possibility to define higher levels of security for operator passwords is included. See: [[Abcd.def|Definición de parámetros para seguridad de claves]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A link to show/hide passwords during editing it is included.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A new attribute in the ABCD operator profiles is added to restrict actualisation of the picklists and authority files during record edition. Adding the attribute in the table &amp;#039;&amp;#039;&amp;#039;par/profiles/profiles.tab&amp;#039;&amp;#039;&amp;#039; with contents &amp;#039;&amp;#039;&amp;#039;ACTPICKLIST=Y&amp;#039;&amp;#039;&amp;#039; just before the line &amp;#039;&amp;#039;&amp;#039;[ADMINISTRATION]&amp;#039;&amp;#039;&amp;#039; is required.. Subsequently edit the existing profiles to enable/disable this attribute./li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The file in which previous search statements are kept can now be edited (pfts/{lang}/search_expr.tab). In addition a new attribute in the user profiles is created which defines access or not to the edition of stored searches. This can be done using a link which is shown in the advanced search form. The attribute &amp;#039;&amp;#039;&amp;#039;EDITSTOREDEXPR&amp;#039;&amp;#039;&amp;#039; in the profiles table &amp;#039;&amp;#039;&amp;#039;par/profiles/profiles.tab&amp;#039;&amp;#039;&amp;#039; is created to enable/disable this option in the user profiles. Again this new attribute should be put before the section &amp;#039;&amp;#039;&amp;#039;[ADMINISTRATION]&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
See [[Permisología de los operadores de ABCD]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;When showing a search result, a link is now given to see the FDT, FST and the prefixes of the advanced search form.&amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;li&amp;gt;When editing the picklists, it is possible to :&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select a group of rows and move them into another position&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sort the table by the first column&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sort the table by the second column&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A possibility to select records when browsing a database or search results is now available. In the menu &amp;#039;browse by&amp;#039; a new option to select or unselect the selected-records option is added. &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Selected records can be printed or exported when using the toolbar for these options. In the section of records to print or export now a text-box with all MFN&amp;#039;s selected is shown, separated by comma. This option is also available in the free search section.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;In the free search function now a PFT, defining conditions, can be used to select records. See [http://abcdwiki.net/wiki/es/index.php?title=B%C3%BAsquedas#B.C3.BAsqueda_Libre Búsqueda libre]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Working with linked databases==&lt;br /&gt;
&lt;br /&gt;
==Thesaurus==&lt;br /&gt;
&lt;br /&gt;
See: [http://abcdwiki.net/wiki/es/index.php?title=Tesauros Tesauros]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/clad Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Printing labels and barcodes==&lt;br /&gt;
(See [[Etiquetas]])&lt;br /&gt;
&lt;br /&gt;
==Inventory of a collection==&lt;br /&gt;
&lt;br /&gt;
==Utilities==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;En el menú de &amp;#039;&amp;#039;&amp;#039;utilitarios&amp;#039;&amp;#039;&amp;#039; se agregaron opciones para:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Duplicar una base de datos utilizando los comandos para copiar del sistema operativo&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Duplicar una base de datos en forma compactada, eliminando físicamente los registros eliminados. Usa el &amp;#039;&amp;#039;&amp;#039;Mxcp&amp;#039;&amp;#039;&amp;#039; de los utilitarios &amp;#039;&amp;#039;&amp;#039;CISIS&amp;#039;&amp;#039;&amp;#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Leer una base de datos con el &amp;#039;&amp;#039;&amp;#039;MX&amp;#039;&amp;#039;&amp;#039; sin necesidad de tener todos los archivos de definición requeridos por &amp;#039;&amp;#039;&amp;#039;ABCD&amp;#039;&amp;#039;&amp;#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sustituir la base de datos activa por la correspondiente copia generada en el proceso de duplicación&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
El uso de las opciones 2,3 y 4 permite reorganizar una base de datos&lt;br /&gt;
&lt;br /&gt;
Para más información consulte: [http://abcdwiki.net/wiki/es/index.php?title=Copiar_la_base_de_datos Copiar la base de datos], [http://abcdwiki.net/wiki/es/index.php?title=Leer_una_base_de_datos_con_el_MX Leer base de datos con MX], [http://abcdwiki.net/wiki/es/index.php?title=Restaurar_base_de_datos Restaurar base de datos] y [http://abcdwiki.net/wiki/es/index.php?title=Reorganizar_una_base_de_datos Reorganizar la base de datos]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se mejoró el proceso de &amp;#039;&amp;#039;&amp;#039;Generación de lista invertida con el MX&amp;#039;&amp;#039;&amp;#039; agregando la posibilidad de leer un archivo para direccionar las rutas de los recursos utilizados en el proceso (&amp;#039;&amp;#039;&amp;#039;cipar&amp;#039;&amp;#039;&amp;#039;). Ver [http://abcdwiki.net/wiki/es/index.php?title=Generar_lista_invertida_utilizando_el_MX Generación de la lista invertida con el MX]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se amplió la opción de leer una base de datos utilizando el MX. Ahora permite leer también archivos con la extensión .iso&amp;lt;/li&amp;gt;  &lt;br /&gt;
&amp;lt;li&amp;gt;Se agregó la opción para exportar una base de datos utilizando el MX&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó de nuevo en el menú &amp;#039;&amp;#039;&amp;#039;utilitarios&amp;#039;&amp;#039;&amp;#039; la opción para vincular una base de datos catalográfica con la base de datos de copias&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Circulación y préstamo==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó el procedimiento para el envío de recordatorios por correo electrónico&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [[Envío de recordatorios por correo electrónico]]&amp;lt;br&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó la impresión de un recibo de solvencia desde la presentación del estado de cuenta del usuario&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [[Impresión de solvencia]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Nueva modalidad de préstamo cuando los items no poseen tipo de objeto&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [http://abcdwiki.net/wiki/es/index.php?title=D%C3%ADas_pr%C3%A9stamo/renovaci%C3%B3n Días de préstamo/renovación]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Nueva modalidad de préstamo que permite introducir el número de días de préstamo o renovación al momemto de procesar la transaccion&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [http://abcdwiki.net/wiki/es/index.php?title=D%C3%ADas_pr%C3%A9stamo/renovaci%C3%B3n Días de préstamo/renovación]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitaron los siguientes parámetros en el archivo de configuración &amp;#039;&amp;#039;&amp;#039;[[Abcd.def]]&amp;#039;&amp;#039;&amp;#039;:&amp;lt;br&amp;gt;&lt;br /&gt;
    RESERVATION=Y/N para mostrar/esconder las opciones para reserva&amp;lt;br&amp;gt; &lt;br /&gt;
    AC_SUSP=Y/N para modificar la forma como se determina la fecha desde la cual se habilita una suspensión&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Cuando se devuelve un ejemplar que tiene reserva y la política del tipo de objeto tiene habilitada la reserva, el mismo se asigna directamente al primer usuario de la cola de reserva y se presenta una ventana indicando la reserva asignada. &lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se ajustó el cálculo del lapso de renovación de los títulos tomando en cuenta si existe lista de espera&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==IAH==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;LI&amp;gt;&lt;br /&gt;
Se implementó la consulta del estado de cuenta en línea desde el iAH (ver [http://abcdwiki.net/wiki/es/index.php?title=IAH_Consultar_el_estado_de_cuenta_de_un_usuario Estado de cuenta en línea]). Se permite también la renovación en línea (ver  [http://abcdwiki.net/wiki/es/index.php?title=IAH_Estado_de_cuenta Renovación en línea]).&amp;lt;/LI&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se implementó la reserva en línea (ver [http://abcdwiki.net/wiki/es/index.php?title=IAH_Reserva_en_l%C3%ADnea Reserva en línea])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se desarrolló un procedimiento para resaltar en la página con los resultados de la consulta las palabras incluídas en los términos usados para construir la estrategia de búsqueda Ver: [[IAH_Incluir_un_javascript_para_que_resalte_los_términos_de_búsqueda|IAH Incluir un javascript para resaltar los términos de búsqueda]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se mejoró la hoja de creación/actualización del DBN.def. Ahora permite asignar un archivo isisuc.tab para la correcta conversión de minúsculas a mayúsculas (se presentaba problemas con la Ñ ya que el iAH por defecto la convierte a N). El editor del archivo DBN.def revisa si existe un archivo isisuc.tab en la carpeta &amp;#039;&amp;#039;&amp;#039;data&amp;#039;&amp;#039;&amp;#039; de la base de datos. Si lo encuentra entonces lo asigna como tabla de conversión de minúsculas a mayúsculas. Si no lo encuentra, intenta localizarlo en la raiz de la carpeta de las bases de datos y si lo encuentra lo asigna como tabla de conversion de minúsculas a mayúsculas&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se agregaron parámetros en el archivo &amp;#039;&amp;#039;&amp;#039;[http://abcdwiki.net/wiki/es/index.php?title=Abcd.def abcd.def]&amp;#039;&amp;#039;&amp;#039; para permitir customizar las ventanas para solicitud de estado de cuenta, renovación y reserva en línea&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se modificó el procedimiento que presenta al usuario las reservas que tiene un título. Ahora no se presenta el detalle de la cola de reservas sino el total de reservas que están en cola&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se documentó una expresión del lenguaje de formatos que permite [[IAH Detectar el IP desde el cual se accede a la consulta de la base de datos|Detectar el IP desde el cual se accede a la consulta de la base de datos]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Customización==&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Agregar_una_nueva_opci%C3%B3n_al_men%C3%BA_de_catalogaci%C3%B3n Agregar un botón propio para acceder un menú con scripts desarrollados localmente]&lt;br /&gt;
&lt;br /&gt;
[[Modificar la página de inicio]]&lt;/div&gt;</summary>
		<author><name>Egbert</name></author>	</entry>

	<entry>
		<id>http://abcdwiki.net/index.php?title=Workshop_Egbert&amp;diff=1761</id>
		<title>Workshop Egbert</title>
		<link rel="alternate" type="text/html" href="http://abcdwiki.net/index.php?title=Workshop_Egbert&amp;diff=1761"/>
				<updated>2016-03-25T11:01:06Z</updated>
		
		<summary type="html">&lt;p&gt;Egbert: /* Cataloging */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The compatibility problem of the FDT, FST, FMT and other database-definition files which use the &amp;#039;&amp;#039;&amp;#039;dhtmlxgrid&amp;#039;&amp;#039;&amp;#039; has been solved. The &amp;#039;grids&amp;#039; did not display correctly in non-Firefox or non-IE browsers. A new dhtmlxgrid library is used which now works correctly in all actual browsers. &amp;lt;br&amp;gt;&lt;br /&gt;
Modified scripts : fdt.php, fdt_short_a.fdt, fst.php&amp;lt;br&amp;gt;&lt;br /&gt;
The folder dataentry/js/dhtml_grid now contains new scripts and style-sheets.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The similar compatibility problem of the &amp;#039;&amp;#039;&amp;#039;FCKEditor&amp;#039;&amp;#039;&amp;#039; is solved by changing it for the newer &amp;#039;&amp;#039;&amp;#039;CKEditor&amp;#039;&amp;#039;&amp;#039;. A folder &amp;#039;&amp;#039;&amp;#039;ckeditor&amp;#039;&amp;#039;&amp;#039; under  &amp;#039;&amp;#039;&amp;#039;central&amp;#039;&amp;#039;&amp;#039; is created with the required components for using the new version. This affects the worksheets where a field type &amp;#039;&amp;#039;&amp;#039;HTML AREA&amp;#039;&amp;#039;&amp;#039; is used but also the helpfiles for fields and the online help.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The file config.php reads the general parameters of ABCD. Since this file also contains the paths or key access parameters, it cannot be changed each new installation. Therefore the additional script &amp;lt;strong&amp;gt;config_extended.php&amp;lt;/strong&amp;gt; is created with extra parameters, also allowing individual database-related settings.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For this additional settings to be included the file &amp;lt;strong&amp;gt;config.php &amp;lt;/strong&amp;gt; needs to contain the following code : &lt;br /&gt;
  &lt;br /&gt;
   &amp;lt;font color=blue&amp;gt;if (isset($arrHttp[&amp;quot;base&amp;quot;])){&lt;br /&gt;
      if (isset($def[$arrHttp[&amp;quot;base&amp;quot;]]))&lt;br /&gt;
          $cisis_ver=$def[$arrHttp[&amp;quot;base&amp;quot;]].&amp;quot;/&amp;quot;;&lt;br /&gt;
   }&amp;lt;/font&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
   &amp;lt;font color=red&amp;gt;&lt;br /&gt;
   //***&lt;br /&gt;
   //Include config_extended.php that reads configuration parameters that applies to the selected database&lt;br /&gt;
   if (file_exists(realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.&amp;quot;config_extended.php&amp;quot;))&lt;br /&gt;
       include (realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.&amp;quot;config_extended.php&amp;quot;);&lt;br /&gt;
   //***&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So, copy in the script &amp;lt;b&amp;gt;config.php&amp;lt;/b&amp;gt; de group of instructions in red, after the last instruction in blue. In the script  script &amp;lt;b&amp;gt;config.php&amp;lt;/b&amp;gt; of new ABCD-distributions this code is already included. &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The script &amp;lt;b&amp;gt;config_extended.php&amp;lt;/b&amp;gt; read the file &amp;lt;b&amp;gt;dr_path.def&amp;lt;/b&amp;gt; located in the folder of the active database and replaces the corresponding parameters in config.php for the specific database.  &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Pop-up help for database fields (tooltips)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*An option ´Tooltips for help on database fields&amp;#039; is implemented in the menu &amp;#039;&amp;#039;&amp;#039;Update database definitions&amp;#039;&amp;#039;&amp;#039; which allows to deifne help-texts on database fields in the format of a pop-up text-box. (see [[Pop-up helptexts on database fields]])&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Ayudas_emergentes_sobre_los_campos_de_la_base_de_datos Ayudas emergentes]&lt;br /&gt;
&lt;br /&gt;
Example [http://localhost:9090/ivic Ivic]&lt;br /&gt;
&lt;br /&gt;
*The file to import the tooltips can be found in C:\bases_abcd\IVIC&lt;br /&gt;
&lt;br /&gt;
==Revision of the permitology==&lt;br /&gt;
&lt;br /&gt;
Ver [[http://abcdwiki.net/wiki/es/index.php?title=Permisolog%C3%ADa_de_los_operadores_de_ABCD#Estructura_del_archivo_para_el_manejo_de_la_permisolog.C3.ADa Opciones de permisología]]&lt;br /&gt;
&lt;br /&gt;
==New field types for data-entry==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Combo Box&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
There can be 2 types : normal and &amp;#039;read-only&amp;#039;. &lt;br /&gt;
In addition the table can be filled in from a &amp;#039;&amp;#039;&amp;#039;TXT&amp;#039;&amp;#039;&amp;#039; file or &amp;#039;&amp;#039;&amp;#039;from a database-index&amp;#039;&amp;#039;&amp;#039;. In this last case it is recommended that the number of terms retrieved does not exceed 200 since all indexed terms with the same prefix need to be read before the list in the combo box can be constructed.  Therefore only 200 terms starting with the given prefix will be read. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;From an external text-file (txt)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F%7C10%7CCombo%20Box%7C0%7C0%7C%7C%7CCOMBO%7C%7C%7CP%7C/bases_abcd/codigos/paises.tab%7C%7C%7C%7C%7C0%7C%7C0%7C0%7C%7C%7C&amp;amp;base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;moodle=Y Combo box]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|10|Combo%20Box|0|0|||COMBORO|||P|/bases_abcd/codigos/paises.tab|||||0||0|0|||&amp;amp;base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;moodle=Y Combo Box solo lectura]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;From a database&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|30|Combo%20Box%20desde%20DB|0|0|||COMBO|||D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Combo box]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|30|Combo%20Box%20desde%20DB|0|0|||COMBORO|||D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Combo box solo lectura]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Select read only&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
In previous versions with a field using an authority list coming from a database, it was not allowed that the receiving field is read-only, so that operators could fill in any other values not taken from the authority list. Now a new field type named SELECT READ ONLY is added which is linked to a dictionary list but not allowing other values than taken from the list.&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|90|Select%20simple%20solo%20lectura|0|0|||SRO||80|D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Select simple solo lectura]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|90|Select%20multiple%20solo%20lectura|0|1|||MRO|10|80|D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Select múltiple solo lectura]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dbadmin/fdt.php?base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;type=bd&amp;amp;moodle=Y FDT con las diferentes opciones de campos de selección]&lt;br /&gt;
&lt;br /&gt;
==Protection of records==&lt;br /&gt;
&lt;br /&gt;
Two new field types are introduced to protect a record : &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Protect record&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
When this field is present, a password prompt will be requested in order to access the record for editing/deleting. This password is the same for all records en is to be added in the column for the &amp;quot;default value&amp;#039; in the FDT. It won&amp;#039;t be stored in the records themselves.&lt;br /&gt;
It is possible to create a separate protection password for each worksheet created in ABCD.&lt;br /&gt;
This field is presented as a small tick-box which indicates whether the record is protected or not.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Record password&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This alternative type of protection allows the operator who creates or edits a record to assign an individual password for protection of that specific record.&lt;br /&gt;
&lt;br /&gt;
In this case the password will be stored inside the record. When the password field is not empty, the password will be requested.&lt;br /&gt;
&lt;br /&gt;
When editing a protected record, ABCD will present a dialog-box asking for the password and will allow edition when this matches the protection key for both methods.&lt;br /&gt;
&lt;br /&gt;
In order for this to work correctly it is necessary to update the message-tables 00 with the permitology options in the profiles.tab stored in the folder par/profiles.&lt;br /&gt;
Note : If the user is system administrator or has database administration rights, or has rights to edit protected records, the password will not requested. &lt;br /&gt;
Example dialog-box to request password :&lt;br /&gt;
[[Archivo:Protect record.png]]&lt;br /&gt;
&lt;br /&gt;
Ejemplo: [http://localhost:9090 Base de datos de registro de usuarios]&lt;br /&gt;
gascencio isis_&lt;br /&gt;
&lt;br /&gt;
dbadmin adm&lt;br /&gt;
&lt;br /&gt;
==Protecting a database==&lt;br /&gt;
&lt;br /&gt;
With this option a database can be protected from being initialized, restored or deleted by accident. For this a file &amp;#039;&amp;#039;&amp;#039;protect_status.def&amp;#039;&amp;#039;&amp;#039; needs to be written into the root-folder of the database, containing the word &amp;#039;&amp;#039;&amp;#039;PROTECTED&amp;#039;&amp;#039;&amp;#039;. All scripts pertaining to deletion, initialisation and restoration  a database will check the existence of this file and if present the requested action will be cancelled. &lt;br /&gt;
&lt;br /&gt;
This file will be deleted when un-protecting a database.&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/unincca Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Performing searches in the operators database==&lt;br /&gt;
An option to search in the system operators database is implemented.&lt;br /&gt;
&lt;br /&gt;
See [[Búsquedas por nombre en la base de datos de operadores]].&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/ucatolica Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==New options for record validation==&lt;br /&gt;
&lt;br /&gt;
Up to version 1.5 record validatoin was performed in the server using a validation format definition. From version 1.5 on it is possible to define validation conditions in the FDT which will be executed directly in the client using a javascript before de data are sent to the server.&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Validacion_javascript Validación de registros utilizando un javascript]&lt;br /&gt;
&lt;br /&gt;
ABCD will construct in a dynamic way the necessary JavaScript code which will execute the validation before sending data server-side.&lt;br /&gt;
&lt;br /&gt;
==Cataloging==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;An option to searc directly form the toolbar is addded. (See [[Búsquedas]])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Perform cross-searching by author, topics etc. within the ABCD Central module.]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Perform cross-searching by author, topics ect. opening a new window showing results in iAH]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Present in a windows records related to the active database]]&amp;lt;br&amp;gt;&lt;br /&gt;
Example: Link a database of institutions with its courses&amp;lt;br&amp;gt;&lt;br /&gt;
Example: A simple cardex for periodicals&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A possibility to define higher levels of security for operator passwords is included. See: [[Abcd.def|Definición de parámetros para seguridad de claves]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A link to show/hide passwords during editing it is included.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A new attribute in the ABCD operator profiles is added to restrict actualisation of the picklists and authority files during record edition. Adding the attribute in the table &amp;#039;&amp;#039;&amp;#039;par/profiles/profiles.tab&amp;#039;&amp;#039;&amp;#039; with contents &amp;#039;&amp;#039;&amp;#039;ACTPICKLIST=Y&amp;#039;&amp;#039;&amp;#039; just before the line &amp;#039;&amp;#039;&amp;#039;[ADMINISTRATION]&amp;#039;&amp;#039;&amp;#039; is required.. Subsequently edit the existing profiles to enable/disable this attribute./li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The file in which previous search statements are kept can now be edited (pfts/{lang}/search_expr.tab). In addition a new attribute in the user profiles is created which defines access or not to the edition of stored searches. This can be done using a link which is shown in the advanced search form. The attribute &amp;#039;&amp;#039;&amp;#039;EDITSTOREDEXPR&amp;#039;&amp;#039;&amp;#039; in the profiles table &amp;#039;&amp;#039;&amp;#039;par/profiles/profiles.tab&amp;#039;&amp;#039;&amp;#039; is created to enable/disable this option in the user profiles. Again this new attribute should be put before the section &amp;#039;&amp;#039;&amp;#039;[ADMINISTRATION]&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
See [[Permisología de los operadores de ABCD]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;When showing a search result, a link is now given to see the FDT, FST and the prefixes of the advanced search form.&amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;li&amp;gt;When editing the picklists, it is possible to :&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select a group of rows and move them into another position&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sort the table by the first column&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sort the table by the second column&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A possibility to select records when browsing a database or search resuls is now available. In the menu &amp;#039;browse by&amp;#039; a new option to select or unselect the selected-records option is added. &amp;lt;li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Selected records can be printed or exported when using the toolbar for these options. In the section of records to print or export now a text-box with all MFN&amp;#039;s selected is shown, separated by comma. This option is also available in the free search section.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;In the free search function now a PFT, defining conditions, can be used to select records. See [http://abcdwiki.net/wiki/es/index.php?title=B%C3%BAsquedas#B.C3.BAsqueda_Libre Búsqueda libre]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Working with linked databases==&lt;br /&gt;
&lt;br /&gt;
==Thesaurus==&lt;br /&gt;
&lt;br /&gt;
See: [http://abcdwiki.net/wiki/es/index.php?title=Tesauros Tesauros]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/clad Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Printing labels and barcodes==&lt;br /&gt;
(See [[Etiquetas]])&lt;br /&gt;
&lt;br /&gt;
==Inventory of a collection==&lt;br /&gt;
&lt;br /&gt;
==Utilities==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;En el menú de &amp;#039;&amp;#039;&amp;#039;utilitarios&amp;#039;&amp;#039;&amp;#039; se agregaron opciones para:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Duplicar una base de datos utilizando los comandos para copiar del sistema operativo&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Duplicar una base de datos en forma compactada, eliminando físicamente los registros eliminados. Usa el &amp;#039;&amp;#039;&amp;#039;Mxcp&amp;#039;&amp;#039;&amp;#039; de los utilitarios &amp;#039;&amp;#039;&amp;#039;CISIS&amp;#039;&amp;#039;&amp;#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Leer una base de datos con el &amp;#039;&amp;#039;&amp;#039;MX&amp;#039;&amp;#039;&amp;#039; sin necesidad de tener todos los archivos de definición requeridos por &amp;#039;&amp;#039;&amp;#039;ABCD&amp;#039;&amp;#039;&amp;#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sustituir la base de datos activa por la correspondiente copia generada en el proceso de duplicación&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
El uso de las opciones 2,3 y 4 permite reorganizar una base de datos&lt;br /&gt;
&lt;br /&gt;
Para más información consulte: [http://abcdwiki.net/wiki/es/index.php?title=Copiar_la_base_de_datos Copiar la base de datos], [http://abcdwiki.net/wiki/es/index.php?title=Leer_una_base_de_datos_con_el_MX Leer base de datos con MX], [http://abcdwiki.net/wiki/es/index.php?title=Restaurar_base_de_datos Restaurar base de datos] y [http://abcdwiki.net/wiki/es/index.php?title=Reorganizar_una_base_de_datos Reorganizar la base de datos]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se mejoró el proceso de &amp;#039;&amp;#039;&amp;#039;Generación de lista invertida con el MX&amp;#039;&amp;#039;&amp;#039; agregando la posibilidad de leer un archivo para direccionar las rutas de los recursos utilizados en el proceso (&amp;#039;&amp;#039;&amp;#039;cipar&amp;#039;&amp;#039;&amp;#039;). Ver [http://abcdwiki.net/wiki/es/index.php?title=Generar_lista_invertida_utilizando_el_MX Generación de la lista invertida con el MX]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se amplió la opción de leer una base de datos utilizando el MX. Ahora permite leer también archivos con la extensión .iso&amp;lt;/li&amp;gt;  &lt;br /&gt;
&amp;lt;li&amp;gt;Se agregó la opción para exportar una base de datos utilizando el MX&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó de nuevo en el menú &amp;#039;&amp;#039;&amp;#039;utilitarios&amp;#039;&amp;#039;&amp;#039; la opción para vincular una base de datos catalográfica con la base de datos de copias&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Circulación y préstamo==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó el procedimiento para el envío de recordatorios por correo electrónico&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [[Envío de recordatorios por correo electrónico]]&amp;lt;br&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó la impresión de un recibo de solvencia desde la presentación del estado de cuenta del usuario&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [[Impresión de solvencia]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Nueva modalidad de préstamo cuando los items no poseen tipo de objeto&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [http://abcdwiki.net/wiki/es/index.php?title=D%C3%ADas_pr%C3%A9stamo/renovaci%C3%B3n Días de préstamo/renovación]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Nueva modalidad de préstamo que permite introducir el número de días de préstamo o renovación al momemto de procesar la transaccion&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [http://abcdwiki.net/wiki/es/index.php?title=D%C3%ADas_pr%C3%A9stamo/renovaci%C3%B3n Días de préstamo/renovación]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitaron los siguientes parámetros en el archivo de configuración &amp;#039;&amp;#039;&amp;#039;[[Abcd.def]]&amp;#039;&amp;#039;&amp;#039;:&amp;lt;br&amp;gt;&lt;br /&gt;
    RESERVATION=Y/N para mostrar/esconder las opciones para reserva&amp;lt;br&amp;gt; &lt;br /&gt;
    AC_SUSP=Y/N para modificar la forma como se determina la fecha desde la cual se habilita una suspensión&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Cuando se devuelve un ejemplar que tiene reserva y la política del tipo de objeto tiene habilitada la reserva, el mismo se asigna directamente al primer usuario de la cola de reserva y se presenta una ventana indicando la reserva asignada. &lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se ajustó el cálculo del lapso de renovación de los títulos tomando en cuenta si existe lista de espera&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==IAH==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;LI&amp;gt;&lt;br /&gt;
Se implementó la consulta del estado de cuenta en línea desde el iAH (ver [http://abcdwiki.net/wiki/es/index.php?title=IAH_Consultar_el_estado_de_cuenta_de_un_usuario Estado de cuenta en línea]). Se permite también la renovación en línea (ver  [http://abcdwiki.net/wiki/es/index.php?title=IAH_Estado_de_cuenta Renovación en línea]).&amp;lt;/LI&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se implementó la reserva en línea (ver [http://abcdwiki.net/wiki/es/index.php?title=IAH_Reserva_en_l%C3%ADnea Reserva en línea])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se desarrolló un procedimiento para resaltar en la página con los resultados de la consulta las palabras incluídas en los términos usados para construir la estrategia de búsqueda Ver: [[IAH_Incluir_un_javascript_para_que_resalte_los_términos_de_búsqueda|IAH Incluir un javascript para resaltar los términos de búsqueda]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se mejoró la hoja de creación/actualización del DBN.def. Ahora permite asignar un archivo isisuc.tab para la correcta conversión de minúsculas a mayúsculas (se presentaba problemas con la Ñ ya que el iAH por defecto la convierte a N). El editor del archivo DBN.def revisa si existe un archivo isisuc.tab en la carpeta &amp;#039;&amp;#039;&amp;#039;data&amp;#039;&amp;#039;&amp;#039; de la base de datos. Si lo encuentra entonces lo asigna como tabla de conversión de minúsculas a mayúsculas. Si no lo encuentra, intenta localizarlo en la raiz de la carpeta de las bases de datos y si lo encuentra lo asigna como tabla de conversion de minúsculas a mayúsculas&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se agregaron parámetros en el archivo &amp;#039;&amp;#039;&amp;#039;[http://abcdwiki.net/wiki/es/index.php?title=Abcd.def abcd.def]&amp;#039;&amp;#039;&amp;#039; para permitir customizar las ventanas para solicitud de estado de cuenta, renovación y reserva en línea&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se modificó el procedimiento que presenta al usuario las reservas que tiene un título. Ahora no se presenta el detalle de la cola de reservas sino el total de reservas que están en cola&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se documentó una expresión del lenguaje de formatos que permite [[IAH Detectar el IP desde el cual se accede a la consulta de la base de datos|Detectar el IP desde el cual se accede a la consulta de la base de datos]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Customización==&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Agregar_una_nueva_opci%C3%B3n_al_men%C3%BA_de_catalogaci%C3%B3n Agregar un botón propio para acceder un menú con scripts desarrollados localmente]&lt;br /&gt;
&lt;br /&gt;
[[Modificar la página de inicio]]&lt;/div&gt;</summary>
		<author><name>Egbert</name></author>	</entry>

	<entry>
		<id>http://abcdwiki.net/index.php?title=Workshop_Egbert&amp;diff=1760</id>
		<title>Workshop Egbert</title>
		<link rel="alternate" type="text/html" href="http://abcdwiki.net/index.php?title=Workshop_Egbert&amp;diff=1760"/>
				<updated>2016-03-25T09:05:30Z</updated>
		
		<summary type="html">&lt;p&gt;Egbert: t&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The compatibility problem of the FDT, FST, FMT and other database-definition files which use the &amp;#039;&amp;#039;&amp;#039;dhtmlxgrid&amp;#039;&amp;#039;&amp;#039; has been solved. The &amp;#039;grids&amp;#039; did not display correctly in non-Firefox or non-IE browsers. A new dhtmlxgrid library is used which now works correctly in all actual browsers. &amp;lt;br&amp;gt;&lt;br /&gt;
Modified scripts : fdt.php, fdt_short_a.fdt, fst.php&amp;lt;br&amp;gt;&lt;br /&gt;
The folder dataentry/js/dhtml_grid now contains new scripts and style-sheets.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The similar compatibility problem of the &amp;#039;&amp;#039;&amp;#039;FCKEditor&amp;#039;&amp;#039;&amp;#039; is solved by changing it for the newer &amp;#039;&amp;#039;&amp;#039;CKEditor&amp;#039;&amp;#039;&amp;#039;. A folder &amp;#039;&amp;#039;&amp;#039;ckeditor&amp;#039;&amp;#039;&amp;#039; under  &amp;#039;&amp;#039;&amp;#039;central&amp;#039;&amp;#039;&amp;#039; is created with the required components for using the new version. This affects the worksheets where a field type &amp;#039;&amp;#039;&amp;#039;HTML AREA&amp;#039;&amp;#039;&amp;#039; is used but also the helpfiles for fields and the online help.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The file config.php reads the general parameters of ABCD. Since this file also contains the paths or key access parameters, it cannot be changed each new installation. Therefore the additional script &amp;lt;strong&amp;gt;config_extended.php&amp;lt;/strong&amp;gt; is created with extra parameters, also allowing individual database-related settings.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For this additional settings to be included the file &amp;lt;strong&amp;gt;config.php &amp;lt;/strong&amp;gt; needs to contain the following code : &lt;br /&gt;
  &lt;br /&gt;
   &amp;lt;font color=blue&amp;gt;if (isset($arrHttp[&amp;quot;base&amp;quot;])){&lt;br /&gt;
      if (isset($def[$arrHttp[&amp;quot;base&amp;quot;]]))&lt;br /&gt;
          $cisis_ver=$def[$arrHttp[&amp;quot;base&amp;quot;]].&amp;quot;/&amp;quot;;&lt;br /&gt;
   }&amp;lt;/font&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
   &amp;lt;font color=red&amp;gt;&lt;br /&gt;
   //***&lt;br /&gt;
   //Include config_extended.php that reads configuration parameters that applies to the selected database&lt;br /&gt;
   if (file_exists(realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.&amp;quot;config_extended.php&amp;quot;))&lt;br /&gt;
       include (realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.&amp;quot;config_extended.php&amp;quot;);&lt;br /&gt;
   //***&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So, copy in the script &amp;lt;b&amp;gt;config.php&amp;lt;/b&amp;gt; de group of instructions in red, after the last instruction in blue. In the script  script &amp;lt;b&amp;gt;config.php&amp;lt;/b&amp;gt; of new ABCD-distributions this code is already included. &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The script &amp;lt;b&amp;gt;config_extended.php&amp;lt;/b&amp;gt; read the file &amp;lt;b&amp;gt;dr_path.def&amp;lt;/b&amp;gt; located in the folder of the active database and replaces the corresponding parameters in config.php for the specific database.  &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Pop-up help for database fields (tooltips)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*An option ´Tooltips for help on database fields&amp;#039; is implemented in the menu &amp;#039;&amp;#039;&amp;#039;Update database definitions&amp;#039;&amp;#039;&amp;#039; which allows to deifne help-texts on database fields in the format of a pop-up text-box. (see [[Pop-up helptexts on database fields]])&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Ayudas_emergentes_sobre_los_campos_de_la_base_de_datos Ayudas emergentes]&lt;br /&gt;
&lt;br /&gt;
Example [http://localhost:9090/ivic Ivic]&lt;br /&gt;
&lt;br /&gt;
*The file to import the tooltips can be found in C:\bases_abcd\IVIC&lt;br /&gt;
&lt;br /&gt;
==Revision of the permitology==&lt;br /&gt;
&lt;br /&gt;
Ver [[http://abcdwiki.net/wiki/es/index.php?title=Permisolog%C3%ADa_de_los_operadores_de_ABCD#Estructura_del_archivo_para_el_manejo_de_la_permisolog.C3.ADa Opciones de permisología]]&lt;br /&gt;
&lt;br /&gt;
==New field types for data-entry==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Combo Box&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
There can be 2 types : normal and &amp;#039;read-only&amp;#039;. &lt;br /&gt;
In addition the table can be filled in from a &amp;#039;&amp;#039;&amp;#039;TXT&amp;#039;&amp;#039;&amp;#039; file or &amp;#039;&amp;#039;&amp;#039;from a database-index&amp;#039;&amp;#039;&amp;#039;. In this last case it is recommended that the number of terms retrieved does not exceed 200 since all indexed terms with the same prefix need to be read before the list in the combo box can be constructed.  Therefore only 200 terms starting with the given prefix will be read. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;From an external text-file (txt)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F%7C10%7CCombo%20Box%7C0%7C0%7C%7C%7CCOMBO%7C%7C%7CP%7C/bases_abcd/codigos/paises.tab%7C%7C%7C%7C%7C0%7C%7C0%7C0%7C%7C%7C&amp;amp;base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;moodle=Y Combo box]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|10|Combo%20Box|0|0|||COMBORO|||P|/bases_abcd/codigos/paises.tab|||||0||0|0|||&amp;amp;base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;moodle=Y Combo Box solo lectura]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;From a database&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|30|Combo%20Box%20desde%20DB|0|0|||COMBO|||D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Combo box]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|30|Combo%20Box%20desde%20DB|0|0|||COMBORO|||D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Combo box solo lectura]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Select read only&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
In previous versions with a field using an authority list coming from a database, it was not allowed that the receiving field is read-only, so that operators could fill in any other values not taken from the authority list. Now a new field type named SELECT READ ONLY is added which is linked to a dictionary list but not allowing other values than taken from the list.&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|90|Select%20simple%20solo%20lectura|0|0|||SRO||80|D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Select simple solo lectura]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|90|Select%20multiple%20solo%20lectura|0|1|||MRO|10|80|D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Select múltiple solo lectura]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dbadmin/fdt.php?base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;type=bd&amp;amp;moodle=Y FDT con las diferentes opciones de campos de selección]&lt;br /&gt;
&lt;br /&gt;
==Protection of records==&lt;br /&gt;
&lt;br /&gt;
Two new field types are introduced to protect a record : &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Protect record&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
When this field is present, a password prompt will be requested in order to access the record for editing/deleting. This password is the same for all records en is to be added in the column for the &amp;quot;default value&amp;#039; in the FDT. It won&amp;#039;t be stored in the records themselves.&lt;br /&gt;
It is possible to create a separate protection password for each worksheet created in ABCD.&lt;br /&gt;
This field is presented as a small tick-box which indicates whether the record is protected or not.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Record password&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This alternative type of protection allows the operator who creates or edits a record to assign an individual password for protection of that specific record.&lt;br /&gt;
&lt;br /&gt;
In this case the password will be stored inside the record. When the password field is not empty, the password will be requested.&lt;br /&gt;
&lt;br /&gt;
When editing a protected record, ABCD will present a dialog-box asking for the password and will allow edition when this matches the protection key for both methods.&lt;br /&gt;
&lt;br /&gt;
In order for this to work correctly it is necessary to update the message-tables 00 with the permitology options in the profiles.tab stored in the folder par/profiles.&lt;br /&gt;
Note : If the user is system administrator or has database administration rights, or has rights to edit protected records, the password will not requested. &lt;br /&gt;
Example dialog-box to request password :&lt;br /&gt;
[[Archivo:Protect record.png]]&lt;br /&gt;
&lt;br /&gt;
Ejemplo: [http://localhost:9090 Base de datos de registro de usuarios]&lt;br /&gt;
gascencio isis_&lt;br /&gt;
&lt;br /&gt;
dbadmin adm&lt;br /&gt;
&lt;br /&gt;
==Protecting a database==&lt;br /&gt;
&lt;br /&gt;
With this option a database can be protected from being initialized, restored or deleted by accident. For this a file &amp;#039;&amp;#039;&amp;#039;protect_status.def&amp;#039;&amp;#039;&amp;#039; needs to be written into the root-folder of the database, containing the word &amp;#039;&amp;#039;&amp;#039;PROTECTED&amp;#039;&amp;#039;&amp;#039;. All scripts pertaining to deletion, initialisation and restoration  a database will check the existence of this file and if present the requested action will be cancelled. &lt;br /&gt;
&lt;br /&gt;
This file will be deleted when un-protecting a database.&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/unincca Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Performing searches in the operators database==&lt;br /&gt;
An option to search in the system operators database is implemented.&lt;br /&gt;
&lt;br /&gt;
See [[Búsquedas por nombre en la base de datos de operadores]].&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/ucatolica Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==New options for record validation==&lt;br /&gt;
&lt;br /&gt;
Up to version 1.5 record validatoin was performed in the server using a validation format definition. From version 1.5 on it is possible to define validation conditions in the FDT which will be executed directly in the client using a javascript before de data are sent to the server.&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Validacion_javascript Validación de registros utilizando un javascript]&lt;br /&gt;
&lt;br /&gt;
ABCD will construct in a dynamic way the necessary JavaScript code which will execute the validation before sending data server-side.&lt;br /&gt;
&lt;br /&gt;
==Cataloging==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;An option to searc directly form the toolbar is addded. (See [[Búsquedas]])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Perform cross-searching by author, topics etc. within the ABCD Central module.]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Perform cross-searching by author, topics ect. opening a new window showing results in iAH]]&amp;lt;li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;[[Present in a windows records related to the active database]]&amp;lt;br&amp;gt;&lt;br /&gt;
Example: Link a database of institutions with its courses&amp;lt;br&amp;gt;&lt;br /&gt;
Example: A simple cardex for periodicals&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A possibility to define higher levels of security for operator passwords is included. See: [[Abcd.def|Definición de parámetros para seguridad de claves]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A link to show/hide passwords during editing it is included.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A new attribute in the ABCD operator profiles is added to restrict actualisation of the picklists and authority files during record edition. Adding the attribute in the table &amp;#039;&amp;#039;&amp;#039;par/profiles/profiles.tab&amp;#039;&amp;#039;&amp;#039; with contents &amp;#039;&amp;#039;&amp;#039;ACTPICKLIST=Y&amp;#039;&amp;#039;&amp;#039; just before the line &amp;#039;&amp;#039;&amp;#039;[ADMINISTRATION]&amp;#039;&amp;#039;&amp;#039; is required.. Subsequently edit the existing profiles to enable/disable this attribute./li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The file in which previous search statements are kept can now be edited (pfts/{lang}/search_expr.tab). In addition a new attribute in the user profiles is created which defines access or not to the edition of stored searches. This can be done using a link which is shown in the advanced search form. The attribute &amp;#039;&amp;#039;&amp;#039;EDITSTOREDEXPR&amp;#039;&amp;#039;&amp;#039; in the profiles table &amp;#039;&amp;#039;&amp;#039;par/profiles/profiles.tab&amp;#039;&amp;#039;&amp;#039; is created to enable/disable this option in the user profiles. Again this new attribute should be put before the section &amp;#039;&amp;#039;&amp;#039;[ADMINISTRATION]&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
See [[Permisología de los operadores de ABCD]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;When showing a search result, a link is now given to see the FDT, FST and the prefixes of the advanced search form.&amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;li&amp;gt;When editing the picklists, it is possible to :&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select a group of rows and move them into another position&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sort the table by the first column&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sort the table by the second column&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A possibility to select records when browsing a database or search resuls is now available. In the menu &amp;#039;browse by&amp;#039; a new option to select or unselect the selected-records option is added. &amp;lt;li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Selected records can be printed or exported when using the toolbar for these options. In the section of records to print or export now a text-box with all MFN&amp;#039;s selected is shown, separated by comma. This option is also available in the free search section.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;In the free search function now a PFT, defining conditions, can be used to select records. See [http://abcdwiki.net/wiki/es/index.php?title=B%C3%BAsquedas#B.C3.BAsqueda_Libre Búsqueda libre]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Working with linked databases==&lt;br /&gt;
&lt;br /&gt;
==Thesaurus==&lt;br /&gt;
&lt;br /&gt;
See: [http://abcdwiki.net/wiki/es/index.php?title=Tesauros Tesauros]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/clad Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Printing labels and barcodes==&lt;br /&gt;
(See [[Etiquetas]])&lt;br /&gt;
&lt;br /&gt;
==Inventory of a collection==&lt;br /&gt;
&lt;br /&gt;
==Utilities==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;En el menú de &amp;#039;&amp;#039;&amp;#039;utilitarios&amp;#039;&amp;#039;&amp;#039; se agregaron opciones para:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Duplicar una base de datos utilizando los comandos para copiar del sistema operativo&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Duplicar una base de datos en forma compactada, eliminando físicamente los registros eliminados. Usa el &amp;#039;&amp;#039;&amp;#039;Mxcp&amp;#039;&amp;#039;&amp;#039; de los utilitarios &amp;#039;&amp;#039;&amp;#039;CISIS&amp;#039;&amp;#039;&amp;#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Leer una base de datos con el &amp;#039;&amp;#039;&amp;#039;MX&amp;#039;&amp;#039;&amp;#039; sin necesidad de tener todos los archivos de definición requeridos por &amp;#039;&amp;#039;&amp;#039;ABCD&amp;#039;&amp;#039;&amp;#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sustituir la base de datos activa por la correspondiente copia generada en el proceso de duplicación&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
El uso de las opciones 2,3 y 4 permite reorganizar una base de datos&lt;br /&gt;
&lt;br /&gt;
Para más información consulte: [http://abcdwiki.net/wiki/es/index.php?title=Copiar_la_base_de_datos Copiar la base de datos], [http://abcdwiki.net/wiki/es/index.php?title=Leer_una_base_de_datos_con_el_MX Leer base de datos con MX], [http://abcdwiki.net/wiki/es/index.php?title=Restaurar_base_de_datos Restaurar base de datos] y [http://abcdwiki.net/wiki/es/index.php?title=Reorganizar_una_base_de_datos Reorganizar la base de datos]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se mejoró el proceso de &amp;#039;&amp;#039;&amp;#039;Generación de lista invertida con el MX&amp;#039;&amp;#039;&amp;#039; agregando la posibilidad de leer un archivo para direccionar las rutas de los recursos utilizados en el proceso (&amp;#039;&amp;#039;&amp;#039;cipar&amp;#039;&amp;#039;&amp;#039;). Ver [http://abcdwiki.net/wiki/es/index.php?title=Generar_lista_invertida_utilizando_el_MX Generación de la lista invertida con el MX]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se amplió la opción de leer una base de datos utilizando el MX. Ahora permite leer también archivos con la extensión .iso&amp;lt;/li&amp;gt;  &lt;br /&gt;
&amp;lt;li&amp;gt;Se agregó la opción para exportar una base de datos utilizando el MX&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó de nuevo en el menú &amp;#039;&amp;#039;&amp;#039;utilitarios&amp;#039;&amp;#039;&amp;#039; la opción para vincular una base de datos catalográfica con la base de datos de copias&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Circulación y préstamo==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó el procedimiento para el envío de recordatorios por correo electrónico&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [[Envío de recordatorios por correo electrónico]]&amp;lt;br&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó la impresión de un recibo de solvencia desde la presentación del estado de cuenta del usuario&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [[Impresión de solvencia]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Nueva modalidad de préstamo cuando los items no poseen tipo de objeto&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [http://abcdwiki.net/wiki/es/index.php?title=D%C3%ADas_pr%C3%A9stamo/renovaci%C3%B3n Días de préstamo/renovación]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Nueva modalidad de préstamo que permite introducir el número de días de préstamo o renovación al momemto de procesar la transaccion&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [http://abcdwiki.net/wiki/es/index.php?title=D%C3%ADas_pr%C3%A9stamo/renovaci%C3%B3n Días de préstamo/renovación]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitaron los siguientes parámetros en el archivo de configuración &amp;#039;&amp;#039;&amp;#039;[[Abcd.def]]&amp;#039;&amp;#039;&amp;#039;:&amp;lt;br&amp;gt;&lt;br /&gt;
    RESERVATION=Y/N para mostrar/esconder las opciones para reserva&amp;lt;br&amp;gt; &lt;br /&gt;
    AC_SUSP=Y/N para modificar la forma como se determina la fecha desde la cual se habilita una suspensión&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Cuando se devuelve un ejemplar que tiene reserva y la política del tipo de objeto tiene habilitada la reserva, el mismo se asigna directamente al primer usuario de la cola de reserva y se presenta una ventana indicando la reserva asignada. &lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se ajustó el cálculo del lapso de renovación de los títulos tomando en cuenta si existe lista de espera&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==IAH==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;LI&amp;gt;&lt;br /&gt;
Se implementó la consulta del estado de cuenta en línea desde el iAH (ver [http://abcdwiki.net/wiki/es/index.php?title=IAH_Consultar_el_estado_de_cuenta_de_un_usuario Estado de cuenta en línea]). Se permite también la renovación en línea (ver  [http://abcdwiki.net/wiki/es/index.php?title=IAH_Estado_de_cuenta Renovación en línea]).&amp;lt;/LI&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se implementó la reserva en línea (ver [http://abcdwiki.net/wiki/es/index.php?title=IAH_Reserva_en_l%C3%ADnea Reserva en línea])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se desarrolló un procedimiento para resaltar en la página con los resultados de la consulta las palabras incluídas en los términos usados para construir la estrategia de búsqueda Ver: [[IAH_Incluir_un_javascript_para_que_resalte_los_términos_de_búsqueda|IAH Incluir un javascript para resaltar los términos de búsqueda]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se mejoró la hoja de creación/actualización del DBN.def. Ahora permite asignar un archivo isisuc.tab para la correcta conversión de minúsculas a mayúsculas (se presentaba problemas con la Ñ ya que el iAH por defecto la convierte a N). El editor del archivo DBN.def revisa si existe un archivo isisuc.tab en la carpeta &amp;#039;&amp;#039;&amp;#039;data&amp;#039;&amp;#039;&amp;#039; de la base de datos. Si lo encuentra entonces lo asigna como tabla de conversión de minúsculas a mayúsculas. Si no lo encuentra, intenta localizarlo en la raiz de la carpeta de las bases de datos y si lo encuentra lo asigna como tabla de conversion de minúsculas a mayúsculas&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se agregaron parámetros en el archivo &amp;#039;&amp;#039;&amp;#039;[http://abcdwiki.net/wiki/es/index.php?title=Abcd.def abcd.def]&amp;#039;&amp;#039;&amp;#039; para permitir customizar las ventanas para solicitud de estado de cuenta, renovación y reserva en línea&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se modificó el procedimiento que presenta al usuario las reservas que tiene un título. Ahora no se presenta el detalle de la cola de reservas sino el total de reservas que están en cola&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se documentó una expresión del lenguaje de formatos que permite [[IAH Detectar el IP desde el cual se accede a la consulta de la base de datos|Detectar el IP desde el cual se accede a la consulta de la base de datos]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Customización==&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Agregar_una_nueva_opci%C3%B3n_al_men%C3%BA_de_catalogaci%C3%B3n Agregar un botón propio para acceder un menú con scripts desarrollados localmente]&lt;br /&gt;
&lt;br /&gt;
[[Modificar la página de inicio]]&lt;/div&gt;</summary>
		<author><name>Egbert</name></author>	</entry>

	<entry>
		<id>http://abcdwiki.net/index.php?title=Workshop_Egbert&amp;diff=1759</id>
		<title>Workshop Egbert</title>
		<link rel="alternate" type="text/html" href="http://abcdwiki.net/index.php?title=Workshop_Egbert&amp;diff=1759"/>
				<updated>2016-03-24T15:54:49Z</updated>
		
		<summary type="html">&lt;p&gt;Egbert: t&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The compatibility problem of the FDT, FST, FMT and other database-definition files which use the &amp;#039;&amp;#039;&amp;#039;dhtmlxgrid&amp;#039;&amp;#039;&amp;#039; has been solved. The &amp;#039;grids&amp;#039; did not display correctly in non-Firefox or non-IE browsers. A new dhtmlxgrid library is used which now works correctly in all actual browsers. &amp;lt;br&amp;gt;&lt;br /&gt;
Modified scripts : fdt.php, fdt_short_a.fdt, fst.php&amp;lt;br&amp;gt;&lt;br /&gt;
The folder dataentry/js/dhtml_grid now contains new scripts and style-sheets.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The similar compatibility problem of the &amp;#039;&amp;#039;&amp;#039;FCKEditor&amp;#039;&amp;#039;&amp;#039; is solved by changing it for the newer &amp;#039;&amp;#039;&amp;#039;CKEditor&amp;#039;&amp;#039;&amp;#039;. A folder &amp;#039;&amp;#039;&amp;#039;ckeditor&amp;#039;&amp;#039;&amp;#039; under  &amp;#039;&amp;#039;&amp;#039;central&amp;#039;&amp;#039;&amp;#039; is created with the required components for using the new version. This affects the worksheets where a field type &amp;#039;&amp;#039;&amp;#039;HTML AREA&amp;#039;&amp;#039;&amp;#039; is used but also the helpfiles for fields and the online help.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The file config.php reads the general parameters of ABCD. Since this file also contains the paths or key access parameters, it cannot be changed each new installation. Therefore the additional script &amp;lt;strong&amp;gt;config_extended.php&amp;lt;/strong&amp;gt; is created with extra parameters, also allowing individual database-related settings.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For this additional settings to be included the file &amp;lt;strong&amp;gt;config.php &amp;lt;/strong&amp;gt; needs to contain the following code : &lt;br /&gt;
  &lt;br /&gt;
   &amp;lt;font color=blue&amp;gt;if (isset($arrHttp[&amp;quot;base&amp;quot;])){&lt;br /&gt;
      if (isset($def[$arrHttp[&amp;quot;base&amp;quot;]]))&lt;br /&gt;
          $cisis_ver=$def[$arrHttp[&amp;quot;base&amp;quot;]].&amp;quot;/&amp;quot;;&lt;br /&gt;
   }&amp;lt;/font&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
   &amp;lt;font color=red&amp;gt;&lt;br /&gt;
   //***&lt;br /&gt;
   //Include config_extended.php that reads configuration parameters that applies to the selected database&lt;br /&gt;
   if (file_exists(realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.&amp;quot;config_extended.php&amp;quot;))&lt;br /&gt;
       include (realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.&amp;quot;config_extended.php&amp;quot;);&lt;br /&gt;
   //***&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So, copy in the script &amp;lt;b&amp;gt;config.php&amp;lt;/b&amp;gt; de group of instructions in red, after the last instruction in blue. In the script  script &amp;lt;b&amp;gt;config.php&amp;lt;/b&amp;gt; of new ABCD-distributions this code is already included. &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The script &amp;lt;b&amp;gt;config_extended.php&amp;lt;/b&amp;gt; read the file &amp;lt;b&amp;gt;dr_path.def&amp;lt;/b&amp;gt; located in the folder of the active database and replaces the corresponding parameters in config.php for the specific database.  &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Pop-up help for database fields (tooltips)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*An option ´Tooltips for help on database fields&amp;#039; is implemented in the menu &amp;#039;&amp;#039;&amp;#039;Update database definitions&amp;#039;&amp;#039;&amp;#039; which allows to deifne help-texts on database fields in the format of a pop-up text-box. (see [[Pop-up helptexts on database fields]])&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Ayudas_emergentes_sobre_los_campos_de_la_base_de_datos Ayudas emergentes]&lt;br /&gt;
&lt;br /&gt;
Example [http://localhost:9090/ivic Ivic]&lt;br /&gt;
&lt;br /&gt;
*The file to import the tooltips can be found in C:\bases_abcd\IVIC&lt;br /&gt;
&lt;br /&gt;
==Revision of the permitology==&lt;br /&gt;
&lt;br /&gt;
Ver [[http://abcdwiki.net/wiki/es/index.php?title=Permisolog%C3%ADa_de_los_operadores_de_ABCD#Estructura_del_archivo_para_el_manejo_de_la_permisolog.C3.ADa Opciones de permisología]]&lt;br /&gt;
&lt;br /&gt;
==New field types for data-entry==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Combo Box&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
There can be 2 types : normal and &amp;#039;read-only&amp;#039;. &lt;br /&gt;
In addition the table can be filled in from a &amp;#039;&amp;#039;&amp;#039;TXT&amp;#039;&amp;#039;&amp;#039; file or &amp;#039;&amp;#039;&amp;#039;from a database-index&amp;#039;&amp;#039;&amp;#039;. In this last case it is recommended that the number of terms retrieved does not exceed 200 since all indexed terms with the same prefix need to be read before the list in the combo box can be constructed.  Therefore only 200 terms starting with the given prefix will be read. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;From an external text-file (txt)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F%7C10%7CCombo%20Box%7C0%7C0%7C%7C%7CCOMBO%7C%7C%7CP%7C/bases_abcd/codigos/paises.tab%7C%7C%7C%7C%7C0%7C%7C0%7C0%7C%7C%7C&amp;amp;base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;moodle=Y Combo box]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|10|Combo%20Box|0|0|||COMBORO|||P|/bases_abcd/codigos/paises.tab|||||0||0|0|||&amp;amp;base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;moodle=Y Combo Box solo lectura]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;From a database&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|30|Combo%20Box%20desde%20DB|0|0|||COMBO|||D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Combo box]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|30|Combo%20Box%20desde%20DB|0|0|||COMBORO|||D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Combo box solo lectura]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Select read only&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
In previous versions with a field using an authority list coming from a database, it was not allowed that the receiving field is read-only, so that operators could fill in any other values not taken from the authority list. Now a new field type named SELECT READ ONLY is added which is linked to a dictionary list but not allowing other values than taken from the list.&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|90|Select%20simple%20solo%20lectura|0|0|||SRO||80|D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Select simple solo lectura]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|90|Select%20multiple%20solo%20lectura|0|1|||MRO|10|80|D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Select múltiple solo lectura]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dbadmin/fdt.php?base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;type=bd&amp;amp;moodle=Y FDT con las diferentes opciones de campos de selección]&lt;br /&gt;
&lt;br /&gt;
==Protection of records==&lt;br /&gt;
&lt;br /&gt;
Two new field types are introduced to protect a record : &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Protect record&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
When this field is present, a password prompt will be requested in order to access the record for editing/deleting. This password is the same for all records en is to be added in the column for the &amp;quot;default value&amp;#039; in the FDT. It won&amp;#039;t be stored in the records themselves.&lt;br /&gt;
It is possible to create a separate protection password for each worksheet created in ABCD.&lt;br /&gt;
This field is presented as a small tick-box which indicates whether the record is protected or not.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Record password&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This alternative type of protection allows the operator who creates or edits a record to assign an individual password for protection of that specific record.&lt;br /&gt;
&lt;br /&gt;
In this case the password will be stored inside the record. When the password field is not empty, the password will be requested.&lt;br /&gt;
&lt;br /&gt;
When editing a protected record, ABCD will present a dialog-box asking for the password and will allow edition when this matches the protection key for both methods.&lt;br /&gt;
&lt;br /&gt;
In order for this to work correctly it is necessary to update the message-tables 00 with the permitology options in the profiles.tab stored in the folder par/profiles.&lt;br /&gt;
Note : If the user is system administrator or has database administration rights, or has rights to edit protected records, the password will not requested. &lt;br /&gt;
Example dialog-box to request password :&lt;br /&gt;
[[Archivo:Protect record.png]]&lt;br /&gt;
&lt;br /&gt;
Ejemplo: [http://localhost:9090 Base de datos de registro de usuarios]&lt;br /&gt;
gascencio isis_&lt;br /&gt;
&lt;br /&gt;
dbadmin adm&lt;br /&gt;
&lt;br /&gt;
==Proteger base de datos==&lt;br /&gt;
&lt;br /&gt;
Esta opción impide que una base de datos pueda ser inicializada, restaurada o eliminada en forma accidental. Para ello graba en la carpeta raiz de la base de datos un archivo identificado como &amp;#039;&amp;#039;&amp;#039;protect_status.def&amp;#039;&amp;#039;&amp;#039; que tiene en su interior la palabra &amp;#039;&amp;#039;&amp;#039;PROTECTED&amp;#039;&amp;#039;&amp;#039;. Los scripts utilizados para eliminar, inicializar y restaurar una base de datos verifican la existencia de este archivo y si está presente se cancela la acción solicitada.&lt;br /&gt;
&lt;br /&gt;
Este archivo se elimina cuando se desprotege la base de datos.&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/unincca Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Búsquedas sobre la base de datos de operadores==&lt;br /&gt;
Se implementó la opción que permite hacer búsquedas en la base de datos de operadores del sistema &lt;br /&gt;
&lt;br /&gt;
ver [[Búsquedas por nombre en la base de datos de operadores]].&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/ucatolica Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Nuevas opciones para la validación de registros==&lt;br /&gt;
&lt;br /&gt;
Hasta la versión 1.5 la validación de registros se realizaba en el servidor mediante la definición de un formato de validación. En la versión 1.5 y sucesivas se permite definir condiciones de validación en la FDT las cuales se verifican directamente en el cliente mediante un javascript previo al envío de los datos al servidor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Validacion_javascript Validación de registros utilizando un javascript]&lt;br /&gt;
&lt;br /&gt;
ABCD construirá en forma dinámica el javascript que efectuará la validación soicitada antes de enviar el registro al servidor&lt;br /&gt;
&lt;br /&gt;
==Catalogación==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se incluyó una opción para hacer búsquedas directamente desde la barra de herramientas (ver [[Búsquedas]])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Hacer búsquedas cruzadas por autores, materias, etc, dentro del módulo de catalogación de ABCD]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;[[Hacer búsquedas cruzadas por autores, materias, etc que abran una nueva ventana mostrando los resultados en el iAH]]&amp;lt;li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;[[Presentar en una ventana un registro relacionado con la base de datos activa]]&amp;lt;br&amp;gt;&lt;br /&gt;
Ejemplo: Relacionar una base de datos de instituciones con los cursos que dicta&amp;lt;br&amp;gt;&lt;br /&gt;
Ejemplo: Un sencillo kardex de publicaciones periódicas&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se incluyó la posibilidad de definir mayores niveles de seguridad para el manejo de las claves de acceso de los operadores de ABCD. Ver: [[Abcd.def|Definición de parámetros para seguridad de claves]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se incluyó un enlace para que se pueda mostrar/esconder la palabra clave que se está editando&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se incluyó un nuevo atributo en los perfiles de los operadores de ABCD para, en el proceso de creación y edición de registros, limitar la actualización de las listas de selección y archivos de autoridades. Se requiere actualizar la tabla &amp;#039;&amp;#039;&amp;#039;par/profiles/profiles.tab&amp;#039;&amp;#039;&amp;#039; para agregar el nuevo atributo &amp;#039;&amp;#039;&amp;#039;ACTPICKLIST=Y&amp;#039;&amp;#039;&amp;#039; antes de la sección &amp;#039;&amp;#039;&amp;#039;[ADMINISTRATION]&amp;#039;&amp;#039;&amp;#039;. Luego edite los perfiles ya definidos para habilitar/deshabilitar el atributo&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Ahora se permite actualizar el archivo donde se almacenan las expresiones de búsqueda (pfts/{lang}/search_expr.tab). Además se creó un nuevo atributo en los perfiles de usuario que permite o no editar las búsquedas almacenadas.   Esta actualización se puede hacer mediante un enlace que se provee en el formulario de búsqueda avanzada. Se habilitó el atributo &amp;#039;&amp;#039;&amp;#039;EDITSTOREDEXPR&amp;#039;&amp;#039;&amp;#039; en la tabla de perfiles &amp;#039;&amp;#039;&amp;#039;par/profiles/profiles.tab&amp;#039;&amp;#039;&amp;#039; para habilitar/deshabilitar esta opcion en los perfiles de usuario. Este nuevo atributo se debe colocar antes de la sección &amp;#039;&amp;#039;&amp;#039;[ADMINISTRATION]&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
ver [[Permisología de los operadores de ABCD]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Al mostrar el resultado de una búsqueda se habilitó un enlace para poder ver la FDT, FST y los prefijos del formulario de búsqueda avanzada&amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;li&amp;gt;Cuando se editan las listas de selección se puede:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Seleccionar un grupo de filas y arrastrarlas para cambiar su posición&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Clasificar toda la tabla por la primera columna&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Clasificar toda la tabla por la segunda columna&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se permite seleccionar registros cuando se está recorriendo la base de datos en forma secuencial o los resultados de una consulta. En el menú desplegable &amp;#039;&amp;#039;&amp;#039;Recorrer por&amp;#039;&amp;#039;&amp;#039; se agregó una opción para revisar los registros seleccionados y para deshacer la selección&amp;lt;li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se permite imprimir o exportar los registros seleccionados cuando estas opciones se acceden a través de los botones respectivos de la barra de herramientas. En la sección de selección de los registros a imprimir o exportar se presenta una caja de texto con los mfn&amp;#039;s que se han seleccionado, separados por coma.  Esta opción se ampliará para la opción de búsqueda libre&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó en la búsqueda libre la opción de utilizar un formato (pft) para localizar los registros. Ver [http://abcdwiki.net/wiki/es/index.php?title=B%C3%BAsquedas#B.C3.BAsqueda_Libre Búsqueda libre]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Trabajar con bases de datos relacionadas==&lt;br /&gt;
&lt;br /&gt;
==Tesauros==&lt;br /&gt;
&lt;br /&gt;
Ver: [http://abcdwiki.net/wiki/es/index.php?title=Tesauros Tesauros]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/clad Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Impresión de etiquetas y códigos de barra==&lt;br /&gt;
(ver [[Etiquetas]])&lt;br /&gt;
&lt;br /&gt;
==Inventario de la colección==&lt;br /&gt;
&lt;br /&gt;
==Utilitarios==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;En el menú de &amp;#039;&amp;#039;&amp;#039;utilitarios&amp;#039;&amp;#039;&amp;#039; se agregaron opciones para:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Duplicar una base de datos utilizando los comandos para copiar del sistema operativo&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Duplicar una base de datos en forma compactada, eliminando físicamente los registros eliminados. Usa el &amp;#039;&amp;#039;&amp;#039;Mxcp&amp;#039;&amp;#039;&amp;#039; de los utilitarios &amp;#039;&amp;#039;&amp;#039;CISIS&amp;#039;&amp;#039;&amp;#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Leer una base de datos con el &amp;#039;&amp;#039;&amp;#039;MX&amp;#039;&amp;#039;&amp;#039; sin necesidad de tener todos los archivos de definición requeridos por &amp;#039;&amp;#039;&amp;#039;ABCD&amp;#039;&amp;#039;&amp;#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sustituir la base de datos activa por la correspondiente copia generada en el proceso de duplicación&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
El uso de las opciones 2,3 y 4 permite reorganizar una base de datos&lt;br /&gt;
&lt;br /&gt;
Para más información consulte: [http://abcdwiki.net/wiki/es/index.php?title=Copiar_la_base_de_datos Copiar la base de datos], [http://abcdwiki.net/wiki/es/index.php?title=Leer_una_base_de_datos_con_el_MX Leer base de datos con MX], [http://abcdwiki.net/wiki/es/index.php?title=Restaurar_base_de_datos Restaurar base de datos] y [http://abcdwiki.net/wiki/es/index.php?title=Reorganizar_una_base_de_datos Reorganizar la base de datos]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se mejoró el proceso de &amp;#039;&amp;#039;&amp;#039;Generación de lista invertida con el MX&amp;#039;&amp;#039;&amp;#039; agregando la posibilidad de leer un archivo para direccionar las rutas de los recursos utilizados en el proceso (&amp;#039;&amp;#039;&amp;#039;cipar&amp;#039;&amp;#039;&amp;#039;). Ver [http://abcdwiki.net/wiki/es/index.php?title=Generar_lista_invertida_utilizando_el_MX Generación de la lista invertida con el MX]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se amplió la opción de leer una base de datos utilizando el MX. Ahora permite leer también archivos con la extensión .iso&amp;lt;/li&amp;gt;  &lt;br /&gt;
&amp;lt;li&amp;gt;Se agregó la opción para exportar una base de datos utilizando el MX&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó de nuevo en el menú &amp;#039;&amp;#039;&amp;#039;utilitarios&amp;#039;&amp;#039;&amp;#039; la opción para vincular una base de datos catalográfica con la base de datos de copias&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Circulación y préstamo==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó el procedimiento para el envío de recordatorios por correo electrónico&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [[Envío de recordatorios por correo electrónico]]&amp;lt;br&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó la impresión de un recibo de solvencia desde la presentación del estado de cuenta del usuario&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [[Impresión de solvencia]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Nueva modalidad de préstamo cuando los items no poseen tipo de objeto&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [http://abcdwiki.net/wiki/es/index.php?title=D%C3%ADas_pr%C3%A9stamo/renovaci%C3%B3n Días de préstamo/renovación]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Nueva modalidad de préstamo que permite introducir el número de días de préstamo o renovación al momemto de procesar la transaccion&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [http://abcdwiki.net/wiki/es/index.php?title=D%C3%ADas_pr%C3%A9stamo/renovaci%C3%B3n Días de préstamo/renovación]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitaron los siguientes parámetros en el archivo de configuración &amp;#039;&amp;#039;&amp;#039;[[Abcd.def]]&amp;#039;&amp;#039;&amp;#039;:&amp;lt;br&amp;gt;&lt;br /&gt;
    RESERVATION=Y/N para mostrar/esconder las opciones para reserva&amp;lt;br&amp;gt; &lt;br /&gt;
    AC_SUSP=Y/N para modificar la forma como se determina la fecha desde la cual se habilita una suspensión&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Cuando se devuelve un ejemplar que tiene reserva y la política del tipo de objeto tiene habilitada la reserva, el mismo se asigna directamente al primer usuario de la cola de reserva y se presenta una ventana indicando la reserva asignada. &lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se ajustó el cálculo del lapso de renovación de los títulos tomando en cuenta si existe lista de espera&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==IAH==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;LI&amp;gt;&lt;br /&gt;
Se implementó la consulta del estado de cuenta en línea desde el iAH (ver [http://abcdwiki.net/wiki/es/index.php?title=IAH_Consultar_el_estado_de_cuenta_de_un_usuario Estado de cuenta en línea]). Se permite también la renovación en línea (ver  [http://abcdwiki.net/wiki/es/index.php?title=IAH_Estado_de_cuenta Renovación en línea]).&amp;lt;/LI&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se implementó la reserva en línea (ver [http://abcdwiki.net/wiki/es/index.php?title=IAH_Reserva_en_l%C3%ADnea Reserva en línea])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se desarrolló un procedimiento para resaltar en la página con los resultados de la consulta las palabras incluídas en los términos usados para construir la estrategia de búsqueda Ver: [[IAH_Incluir_un_javascript_para_que_resalte_los_términos_de_búsqueda|IAH Incluir un javascript para resaltar los términos de búsqueda]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se mejoró la hoja de creación/actualización del DBN.def. Ahora permite asignar un archivo isisuc.tab para la correcta conversión de minúsculas a mayúsculas (se presentaba problemas con la Ñ ya que el iAH por defecto la convierte a N). El editor del archivo DBN.def revisa si existe un archivo isisuc.tab en la carpeta &amp;#039;&amp;#039;&amp;#039;data&amp;#039;&amp;#039;&amp;#039; de la base de datos. Si lo encuentra entonces lo asigna como tabla de conversión de minúsculas a mayúsculas. Si no lo encuentra, intenta localizarlo en la raiz de la carpeta de las bases de datos y si lo encuentra lo asigna como tabla de conversion de minúsculas a mayúsculas&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se agregaron parámetros en el archivo &amp;#039;&amp;#039;&amp;#039;[http://abcdwiki.net/wiki/es/index.php?title=Abcd.def abcd.def]&amp;#039;&amp;#039;&amp;#039; para permitir customizar las ventanas para solicitud de estado de cuenta, renovación y reserva en línea&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se modificó el procedimiento que presenta al usuario las reservas que tiene un título. Ahora no se presenta el detalle de la cola de reservas sino el total de reservas que están en cola&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se documentó una expresión del lenguaje de formatos que permite [[IAH Detectar el IP desde el cual se accede a la consulta de la base de datos|Detectar el IP desde el cual se accede a la consulta de la base de datos]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Customización==&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Agregar_una_nueva_opci%C3%B3n_al_men%C3%BA_de_catalogaci%C3%B3n Agregar un botón propio para acceder un menú con scripts desarrollados localmente]&lt;br /&gt;
&lt;br /&gt;
[[Modificar la página de inicio]]&lt;/div&gt;</summary>
		<author><name>Egbert</name></author>	</entry>

	<entry>
		<id>http://abcdwiki.net/index.php?title=P%C3%A1gina_principal&amp;diff=1754</id>
		<title>Página principal</title>
		<link rel="alternate" type="text/html" href="http://abcdwiki.net/index.php?title=P%C3%A1gina_principal&amp;diff=1754"/>
				<updated>2016-03-22T20:45:37Z</updated>
		
		<summary type="html">&lt;p&gt;Egbert: t&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--{| style=&amp;quot;margin-top:5px; width:100%; margin-bottom:2px;&amp;quot;&lt;br /&gt;
 |style=&amp;quot;background-repeat:no-repeat; background-position:-40px -15px; width:100%; border:2px solid #B9C7D7; vertical-align:top;text-align:center; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius:10px;&amp;quot;|&lt;br /&gt;
[[Archivo:Const_sq.gif]]&lt;br /&gt;
&amp;lt;font size=4&amp;gt;Este Wiki está en construcción. Siga utilizando [http://isisabcd.pbworks.com isisabcd.pbworks.com] para consultar la documentación en línea.&amp;lt;/font&amp;gt;&lt;br /&gt;
|}--&amp;gt;&lt;br /&gt;
ABCD es un acrónimo para designar un conjunto de herramientas para la &amp;#039;&amp;#039;&amp;#039;A&amp;#039;&amp;#039;&amp;#039;utomatización de &amp;#039;&amp;#039;&amp;#039;B&amp;#039;&amp;#039;&amp;#039;ibliotecas y &amp;#039;&amp;#039;&amp;#039;C&amp;#039;&amp;#039;&amp;#039;entros de &amp;#039;&amp;#039;&amp;#039;D&amp;#039;&amp;#039;&amp;#039;ocumentación. Este acrónimo se mantiene en francés: &amp;#039;&amp;#039;&amp;#039;A&amp;#039;&amp;#039;&amp;#039;utomation des &amp;#039;&amp;#039;&amp;#039;B&amp;#039;&amp;#039;&amp;#039;ibliothèques et &amp;#039;&amp;#039;&amp;#039;C&amp;#039;&amp;#039;&amp;#039;entres de &amp;#039;&amp;#039;&amp;#039;D&amp;#039;&amp;#039;&amp;#039;ocumentacion y en portugués: &amp;#039;&amp;#039;&amp;#039;A&amp;#039;&amp;#039;&amp;#039;utomatização das &amp;#039;&amp;#039;&amp;#039;B&amp;#039;&amp;#039;&amp;#039;ibliotecas e dos &amp;#039;&amp;#039;&amp;#039;C&amp;#039;&amp;#039;&amp;#039;entros de &amp;#039;&amp;#039;&amp;#039;D&amp;#039;&amp;#039;&amp;#039;ocumentação. Aún en otros lenguajes no-latinos con variaciones leves pero aceptables, por ejemplo, en holandés: &amp;#039;&amp;#039;&amp;#039;A&amp;#039;&amp;#039;&amp;#039;utomatisering van &amp;#039;&amp;#039;&amp;#039;B&amp;#039;&amp;#039;&amp;#039;ibliotheken en &amp;#039;&amp;#039;&amp;#039;C&amp;#039;&amp;#039;&amp;#039;entra voor &amp;#039;&amp;#039;&amp;#039;D&amp;#039;&amp;#039;&amp;#039;ocumentatie, donde el acrónimo también se mantiene.&lt;br /&gt;
&lt;br /&gt;
El nombre en si mismo expresa la ambición del producto: no solo proveer funciones de automatización para la bibliotecas &amp;#039;clásicas&amp;#039;, sino también para otros proveedores de información tales como los centros de documentación. Flexibilidad y versatilidad son los primeros criterios bajo los cuales el software ha sido desarrollado. Esta flexibilidad se ilustra, por ejemplo, en el hecho de que, en principio, prácticamente cualquier estructura bibliográfica puede ser manejada por el software. Del mismo modo, estructuras no-bibliográficas pueden ser creadas siempre y cuando la información sea mayormente &amp;#039;textual&amp;#039;, siendo ésta una limitación que emerge de la tecnología de base de datos que sirve de base al software, la cual es la base de datos textual (CDS/)ISIS. Una buena comprensión de algunos conceptos y técnicas básicas relacionadas con el ISIS, por ejemplo, el Lenguaje de Formateo, es crucial para el manejo experto del software ABCD. Por esta razón muchas secciones de la documentación también tratan de la tecnolocía ISIS subyacente. &lt;br /&gt;
&lt;br /&gt;
ABCD se denomina una &amp;#039;suite&amp;#039; de software para bibliotecas y centros de documentación porque está formado por módulos relativamente independientes, que pueden cooperar entre si, pero también pueden existir de manera aislada. De hecho, De hecho softwares avanzados ya existentes, que han mostrado su potencial en entornos exigentes como son las aplicaciones de BIREME (dentro del contexto de la Biblioteca Virtual en Salud), han sido adoptados y adaptados en ABCD - y esta es la razón por la cual sus nombres originales, tales como iAH, SeCS (ambas desarrolladas por Bireme) y EmpWeb (Empréstimos en Web) desarrollada origibalmente por KALIO ltda. del Uruguay y ampliamente probada en Chile) se mantienen. Estos componentes principales se muestran, con sus relaciones jerárquicas, en el segundo nivel, en la siguiente gráfica y a continuación son explicadas brevemente:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;img src=&amp;quot;http://abcdwiki.net/ABCofABCDv13t/resources/ABCD_scheme.jpg&amp;quot; align=center&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;ABCD Central&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
El componente &amp;#039;&amp;#039;&amp;#039;Central&amp;#039;&amp;#039;&amp;#039; de ABCD contempla modulos para Administración de Bases de Datos (creación de bases de datos, edición de las estructuras, utilitarios), Catalogación, Adquisiciones, Circulación/Préstamos y Estadísticas. También se está preparando un módulo de Gestión de Tesauros como parte del módulo de catalogación, para una base de datos específica con estructura de tesauro con control consistente de los niveles jerárquicos. Como parte de este módulo &amp;#039;&amp;#039;&amp;#039;central&amp;#039;&amp;#039;&amp;#039; podemos también mencionar servicios de importación y exportación, impresión y herramientas para la administración de la base de datos  tales como bloqueo/desbloqueo  y la realización de cambios globales sobre los campos de los registros. Si los (nuevos) módulos de &amp;#039;Suministro de Documentos&amp;#039; y &amp;#039;Biblioteca Digital&amp;#039; están instalados, el bibliotecólogo o admiministrador del sistema puede también proporcionar respuestas a las solicitudes de información y documentos digitales. De hecho, cualquier base de datos puede ser completamente administrada (edición, búsqueda, presentación ...) a partir de este &amp;#039;hub&amp;#039; central. Este módulo &amp;#039;Central&amp;#039;, de hecho, representa el componente &amp;#039;back-office&amp;#039; de ABCD, los usuarios no tienen acceso a él pero los resultados que ven y se les ofrece están totalmente definidos en este módulo central del software !&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cualquier estructura de base de datos ISIS puede ser definida y manejada en ABCD, con registros cuya longitud actual es de 1MB con un máximo de 4Gb para el tamaño de la base de datos (pero estas restricciones resultarán obsoletas en la próxima generación basada en NBP de ISIS y ABCD). En comparación con la tecnología ISIS &amp;#039;normal&amp;#039;, se usan claves de indización de 60 caracteres, (en lugar de las claves de 30 caracteres) lo que dá una mayor fortaleza en el control de listas de autoridades y tesauros a través de la definición de formatos de validación muy flexibles al momento de la entrada de datos. Toda la interacción está basada en tecnología WWW permitiendo, por ejemplo, cadenas de caracteres codificados en HTML para el ingreso a texto completo, indización, hiperenlaces a páginas de ayuda, etc. Es perfectamente posible automatizar completamente todas las funciones necesarias de una biblioteca pequeña, con muchos usuarios internos, usando únicamente el  módulo &amp;#039;Central&amp;#039;, por cuanto la opción de búsqueda avanzada está ya incorporada, de modo tal que toda la funcionalidad está cubierta con un mínimo de complejidad tecnológica (solo ISIS y PHP).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
El OPAC de ABCD (iAH)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The public search interface (OPAC) is an adapted version of BIREME&amp;#039;s general &amp;#039;advanced interface for Health information&amp;#039; (iAH). It has all the &amp;#039;classic&amp;#039; elements of online database searching through either a very simple &amp;#039;Google&amp;#039;-like interface or more advanced ways of searching with field-selectors and Boolean operators.&lt;br /&gt;
The iAH interface developed by BIREME is currently being upgraded to iAHx, ensuring it will align perfectly with modern Information Retrieval concepts and techniques (e.g. clustering, relevance ranking based on Lucene indexing).&lt;br /&gt;
the ABCD Site&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The search function is offered as part of an &amp;#039;end-users&amp;#039; portal page, presenting the own catalog(s) in a much wider information context by providing access to other information resource.s (e.g. Google, Medline...) and communication (announcements, alerts), also paving the way for &amp;#039;Web 2.0&amp;#039;-like functions. It allows meta-searches on not only the local catalogs but also many other information resources. A link to the dedicated OPAC&amp;#039;s for each resource is also available.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
El Administrador del Sitio  actualmente es un Sistema Manejador de Contenidos específico, el cual permite diseñar la estructura y componentes del las páginas del portal de ABCD.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;El Sistema de Control de Publicaciones Seriadas (SeCS) de ABCD&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This module offers an advanced management tool for serials/journals (classical and/or electronic) of any publication type (referring to periodicity). Serials as such but also issues of a serial and all types of publication patterns can be managed by this module. BIREME uses this technology e.g. for its products &amp;#039;Portal of Scientific Journals&amp;#039; (see : http://portal.revistas.bvs.br/main.php?home=true&amp;amp;lang=en) and SCAD (see : http://scad.bvs.br/php/index.php?lang=en) which is the Brazilian union catalog of over 12.000 journals (with millions of issues) of more than 50 libraries.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;El Sistema de Préstamos Avanzado (EmpWeb) de ABCD&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Este módulo ofrece un manejo avanzado de los préstamos con algunas opciones y características orientadas a organizaciones de mayor tamaño y complejidad. Provee una función &amp;#039;MyLibrary&amp;#039; para los usuarios finales, a través del OPAC basada en tecnología &amp;#039;web-services&amp;#039;. Puede utilizarse para reemplazar el módulo de préstamos que viene integrado en ABCD en caso que se necesite cumplir con las necesidades de políticas múltiples para préstamo así como situaciones de alto volúmen de transacciones.&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=darkred&amp;gt;La idea de una &amp;#039;suite&amp;#039; refleja el hecho de que ABCD tiene partes relativamente independientes, al igual que en el caso de la suite de automatización de office (ej. Open Office, Microsoft Office) - pero con vinculaciones obvias de cooperación. Por ejemplo, el módulo de Estadísticas, un componente del módulo de Circulación y Préstamos, puede trabajar con cualquier base de datos ISIS, mientras que el IAH-OPAC también ofrece procedimientos de recuperación de información, basados en la tecnología web, sobre cualquier conjunto de bases de datos ISIS, no sólo las mantenidas bajo ABCD. El sistema de Control de Publicaciones Seriadas (SeCS) maneja bases de datos ISIS para seriadas dentro o fuera del contexto de ABCD.  Pero creemos que juntas esas partes constituyen una &amp;#039;suite&amp;#039; de herramientas muy poderosa y, como sistema integrado esperamos que &amp;#039;el todo represente más que la suma de las partes&amp;#039; ! &amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Traducido de [http://abcdwiki.net/ABCofABCDv13t/ The abc of ABCD]&lt;/div&gt;</summary>
		<author><name>Egbert</name></author>	</entry>

	<entry>
		<id>http://abcdwiki.net/index.php?title=P%C3%A1gina_principal&amp;diff=1753</id>
		<title>Página principal</title>
		<link rel="alternate" type="text/html" href="http://abcdwiki.net/index.php?title=P%C3%A1gina_principal&amp;diff=1753"/>
				<updated>2016-03-22T20:44:51Z</updated>
		
		<summary type="html">&lt;p&gt;Egbert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--{| style=&amp;quot;margin-top:5px; width:100%; margin-bottom:2px;&amp;quot;&lt;br /&gt;
 |style=&amp;quot;background-repeat:no-repeat; background-position:-40px -15px; width:100%; border:2px solid #B9C7D7; vertical-align:top;text-align:center; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius:10px;&amp;quot;|&lt;br /&gt;
[[Archivo:Const_sq.gif]]&lt;br /&gt;
&amp;lt;font size=4&amp;gt;Este Wiki está en construcción. Siga utilizando [http://isisabcd.pbworks.com isisabcd.pbworks.com] para consultar la documentación en línea.&amp;lt;/font&amp;gt;&lt;br /&gt;
|}--&amp;gt;&lt;br /&gt;
ABCD is an acronym un acrónimo para designar un conjunto de herramientas para la &amp;#039;&amp;#039;&amp;#039;A&amp;#039;&amp;#039;&amp;#039;utomatización de &amp;#039;&amp;#039;&amp;#039;B&amp;#039;&amp;#039;&amp;#039;ibliotecas y &amp;#039;&amp;#039;&amp;#039;C&amp;#039;&amp;#039;&amp;#039;entros de &amp;#039;&amp;#039;&amp;#039;D&amp;#039;&amp;#039;&amp;#039;ocumentación. Este acrónimo se mantiene en francés: &amp;#039;&amp;#039;&amp;#039;A&amp;#039;&amp;#039;&amp;#039;utomation des &amp;#039;&amp;#039;&amp;#039;B&amp;#039;&amp;#039;&amp;#039;ibliothèques et &amp;#039;&amp;#039;&amp;#039;C&amp;#039;&amp;#039;&amp;#039;entres de &amp;#039;&amp;#039;&amp;#039;D&amp;#039;&amp;#039;&amp;#039;ocumentacion y en portugués: &amp;#039;&amp;#039;&amp;#039;A&amp;#039;&amp;#039;&amp;#039;utomatização das &amp;#039;&amp;#039;&amp;#039;B&amp;#039;&amp;#039;&amp;#039;ibliotecas e dos &amp;#039;&amp;#039;&amp;#039;C&amp;#039;&amp;#039;&amp;#039;entros de &amp;#039;&amp;#039;&amp;#039;D&amp;#039;&amp;#039;&amp;#039;ocumentação. Aún en otros lenguajes no-latinos con variaciones leves pero aceptables, por ejemplo, en holandés: &amp;#039;&amp;#039;&amp;#039;A&amp;#039;&amp;#039;&amp;#039;utomatisering van &amp;#039;&amp;#039;&amp;#039;B&amp;#039;&amp;#039;&amp;#039;ibliotheken en &amp;#039;&amp;#039;&amp;#039;C&amp;#039;&amp;#039;&amp;#039;entra voor &amp;#039;&amp;#039;&amp;#039;D&amp;#039;&amp;#039;&amp;#039;ocumentatie, donde el acrónimo también se mantiene.&lt;br /&gt;
&lt;br /&gt;
El nombre en si mismo expresa la ambición del producto: no solo proveer funciones de automatización para la bibliotecas &amp;#039;clásicas&amp;#039;, sino también para otros proveedores de información tales como los centros de documentación. Flexibilidad y versatilidad son los primeros criterios bajo los cuales el software ha sido desarrollado. Esta flexibilidad se ilustra, por ejemplo, en el hecho de que, en principio, prácticamente cualquier estructura bibliográfica puede ser manejada por el software. Del mismo modo, estructuras no-bibliográficas pueden ser creadas siempre y cuando la información sea mayormente &amp;#039;textual&amp;#039;, siendo ésta una limitación que emerge de la tecnología de base de datos que sirve de base al software, la cual es la base de datos textual (CDS/)ISIS. Una buena comprensión de algunos conceptos y técnicas básicas relacionadas con el ISIS, por ejemplo, el Lenguaje de Formateo, es crucial para el manejo experto del software ABCD. Por esta razón muchas secciones de la documentación también tratan de la tecnolocía ISIS subyacente. &lt;br /&gt;
&lt;br /&gt;
ABCD se denomina una &amp;#039;suite&amp;#039; de software para bibliotecas y centros de documentación porque está formado por módulos relativamente independientes, que pueden cooperar entre si, pero también pueden existir de manera aislada. De hecho, De hecho softwares avanzados ya existentes, que han mostrado su potencial en entornos exigentes como son las aplicaciones de BIREME (dentro del contexto de la Biblioteca Virtual en Salud), han sido adoptados y adaptados en ABCD - y esta es la razón por la cual sus nombres originales, tales como iAH, SeCS (ambas desarrolladas por Bireme) y EmpWeb (Empréstimos en Web) desarrollada origibalmente por KALIO ltda. del Uruguay y ampliamente probada en Chile) se mantienen. Estos componentes principales se muestran, con sus relaciones jerárquicas, en el segundo nivel, en la siguiente gráfica y a continuación son explicadas brevemente:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;img src=&amp;quot;http://abcdwiki.net/ABCofABCDv13t/resources/ABCD_scheme.jpg&amp;quot; align=center&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;ABCD Central&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
El componente &amp;#039;&amp;#039;&amp;#039;Central&amp;#039;&amp;#039;&amp;#039; de ABCD contempla modulos para Administración de Bases de Datos (creación de bases de datos, edición de las estructuras, utilitarios), Catalogación, Adquisiciones, Circulación/Préstamos y Estadísticas. También se está preparando un módulo de Gestión de Tesauros como parte del módulo de catalogación, para una base de datos específica con estructura de tesauro con control consistente de los niveles jerárquicos. Como parte de este módulo &amp;#039;&amp;#039;&amp;#039;central&amp;#039;&amp;#039;&amp;#039; podemos también mencionar servicios de importación y exportación, impresión y herramientas para la administración de la base de datos  tales como bloqueo/desbloqueo  y la realización de cambios globales sobre los campos de los registros. Si los (nuevos) módulos de &amp;#039;Suministro de Documentos&amp;#039; y &amp;#039;Biblioteca Digital&amp;#039; están instalados, el bibliotecólogo o admiministrador del sistema puede también proporcionar respuestas a las solicitudes de información y documentos digitales. De hecho, cualquier base de datos puede ser completamente administrada (edición, búsqueda, presentación ...) a partir de este &amp;#039;hub&amp;#039; central. Este módulo &amp;#039;Central&amp;#039;, de hecho, representa el componente &amp;#039;back-office&amp;#039; de ABCD, los usuarios no tienen acceso a él pero los resultados que ven y se les ofrece están totalmente definidos en este módulo central del software !&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cualquier estructura de base de datos ISIS puede ser definida y manejada en ABCD, con registros cuya longitud actual es de 1MB con un máximo de 4Gb para el tamaño de la base de datos (pero estas restricciones resultarán obsoletas en la próxima generación basada en NBP de ISIS y ABCD). En comparación con la tecnología ISIS &amp;#039;normal&amp;#039;, se usan claves de indización de 60 caracteres, (en lugar de las claves de 30 caracteres) lo que dá una mayor fortaleza en el control de listas de autoridades y tesauros a través de la definición de formatos de validación muy flexibles al momento de la entrada de datos. Toda la interacción está basada en tecnología WWW permitiendo, por ejemplo, cadenas de caracteres codificados en HTML para el ingreso a texto completo, indización, hiperenlaces a páginas de ayuda, etc. Es perfectamente posible automatizar completamente todas las funciones necesarias de una biblioteca pequeña, con muchos usuarios internos, usando únicamente el  módulo &amp;#039;Central&amp;#039;, por cuanto la opción de búsqueda avanzada está ya incorporada, de modo tal que toda la funcionalidad está cubierta con un mínimo de complejidad tecnológica (solo ISIS y PHP).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
El OPAC de ABCD (iAH)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The public search interface (OPAC) is an adapted version of BIREME&amp;#039;s general &amp;#039;advanced interface for Health information&amp;#039; (iAH). It has all the &amp;#039;classic&amp;#039; elements of online database searching through either a very simple &amp;#039;Google&amp;#039;-like interface or more advanced ways of searching with field-selectors and Boolean operators.&lt;br /&gt;
The iAH interface developed by BIREME is currently being upgraded to iAHx, ensuring it will align perfectly with modern Information Retrieval concepts and techniques (e.g. clustering, relevance ranking based on Lucene indexing).&lt;br /&gt;
the ABCD Site&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The search function is offered as part of an &amp;#039;end-users&amp;#039; portal page, presenting the own catalog(s) in a much wider information context by providing access to other information resource.s (e.g. Google, Medline...) and communication (announcements, alerts), also paving the way for &amp;#039;Web 2.0&amp;#039;-like functions. It allows meta-searches on not only the local catalogs but also many other information resources. A link to the dedicated OPAC&amp;#039;s for each resource is also available.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
El Administrador del Sitio  actualmente es un Sistema Manejador de Contenidos específico, el cual permite diseñar la estructura y componentes del las páginas del portal de ABCD.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;El Sistema de Control de Publicaciones Seriadas (SeCS) de ABCD&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This module offers an advanced management tool for serials/journals (classical and/or electronic) of any publication type (referring to periodicity). Serials as such but also issues of a serial and all types of publication patterns can be managed by this module. BIREME uses this technology e.g. for its products &amp;#039;Portal of Scientific Journals&amp;#039; (see : http://portal.revistas.bvs.br/main.php?home=true&amp;amp;lang=en) and SCAD (see : http://scad.bvs.br/php/index.php?lang=en) which is the Brazilian union catalog of over 12.000 journals (with millions of issues) of more than 50 libraries.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;El Sistema de Préstamos Avanzado (EmpWeb) de ABCD&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Este módulo ofrece un manejo avanzado de los préstamos con algunas opciones y características orientadas a organizaciones de mayor tamaño y complejidad. Provee una función &amp;#039;MyLibrary&amp;#039; para los usuarios finales, a través del OPAC basada en tecnología &amp;#039;web-services&amp;#039;. Puede utilizarse para reemplazar el módulo de préstamos que viene integrado en ABCD en caso que se necesite cumplir con las necesidades de políticas múltiples para préstamo así como situaciones de alto volúmen de transacciones.&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=darkred&amp;gt;La idea de una &amp;#039;suite&amp;#039; refleja el hecho de que ABCD tiene partes relativamente independientes, al igual que en el caso de la suite de automatización de office (ej. Open Office, Microsoft Office) - pero con vinculaciones obvias de cooperación. Por ejemplo, el módulo de Estadísticas, un componente del módulo de Circulación y Préstamos, puede trabajar con cualquier base de datos ISIS, mientras que el IAH-OPAC también ofrece procedimientos de recuperación de información, basados en la tecnología web, sobre cualquier conjunto de bases de datos ISIS, no sólo las mantenidas bajo ABCD. El sistema de Control de Publicaciones Seriadas (SeCS) maneja bases de datos ISIS para seriadas dentro o fuera del contexto de ABCD.  Pero creemos que juntas esas partes constituyen una &amp;#039;suite&amp;#039; de herramientas muy poderosa y, como sistema integrado esperamos que &amp;#039;el todo represente más que la suma de las partes&amp;#039; ! &amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Traducido de [http://abcdwiki.net/ABCofABCDv13t/ The abc of ABCD]&lt;/div&gt;</summary>
		<author><name>Egbert</name></author>	</entry>

	<entry>
		<id>http://abcdwiki.net/index.php?title=MediaWiki:Sidebar&amp;diff=1752</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://abcdwiki.net/index.php?title=MediaWiki:Sidebar&amp;diff=1752"/>
				<updated>2016-03-22T19:06:50Z</updated>
		
		<summary type="html">&lt;p&gt;Egbert: t&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* navigation&lt;br /&gt;
** About the WIKI|Acerca del WIKI&lt;br /&gt;
** http://abcdwiki.net|Inicio&lt;br /&gt;
** Algunos usuarios de ABCD|Algunos usuarios de ABCD&lt;br /&gt;
** http://moodle.abcdwiki.net|Aula Virtual (en construcción)&lt;br /&gt;
** http://lists.iccisis.org/listinfo/isis-users|Inscribirse en la lista de discusión&lt;br /&gt;
** http://collaboration.abcdwiki.net|Reportar un problema / Solicitar nueva funcionalidad&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** Descargas|Descargas&lt;br /&gt;
** http://abcdwiki.net/ABCD/index.php?lang=es|Demo de ABCD&lt;br /&gt;
** Configuración del módulo Central|Configuración del módulo Central&lt;br /&gt;
* ABCD. Catalogación&lt;br /&gt;
** Definición de bases de datos|Definición de bases de datos&lt;br /&gt;
** Diccionario de términos|Diccionario de términos (Índices)&lt;br /&gt;
** Entrada de datos|Entrada de datos&lt;br /&gt;
** Proteger la edición de registros|Proteger la edición de registros&lt;br /&gt;
** Validación de registros|Validación de registros&lt;br /&gt;
** Control de terminología|Control de terminología &lt;br /&gt;
** Búsquedas|Búsquedas&lt;br /&gt;
** Tesauros|Tesauros&lt;br /&gt;
** Formatos de presentación de los registros|Formatos de presentación de los registros&lt;br /&gt;
** Asociar documentos digitales a los registros|Asociar documentos digitales &lt;br /&gt;
** Modificar definición base de datos|Modificar definición base de datos&lt;br /&gt;
** Modalidades para el manejo del inventario de la colección|Manejo del inventario de la colección&lt;br /&gt;
** Utilitarios|Utilitarios&lt;br /&gt;
** Etiquetas|Impresión de marbetes y códigos de barra&lt;br /&gt;
** Inventory|Realización del inventario de la colección&lt;br /&gt;
** Reportes|Reportes&lt;br /&gt;
** Estadísticas|Estadísticas&lt;br /&gt;
* Circulación y préstamos&lt;br /&gt;
**Configuración del sistema de préstamos|Configuración préstamos&lt;br /&gt;
**Bases de datos de origen|Bases de datos de origen&lt;br /&gt;
**Modalidades para el acceso a las copias|Modalidades para el acceso a las copias&lt;br /&gt;
**Días préstamo/renovación|Días préstamo/renovación&lt;br /&gt;
**Impresión de los recibos de préstamo y devolución|Impresión de los recibos &lt;br /&gt;
**Envío de recordatorios por correo electrónico|Envío de recordatorios por correo electrónico&lt;br /&gt;
**Formatos de despliegue|Formatos de despliegue&lt;br /&gt;
**Bases de datos que intervienen en el proceso|Bases de datos que intervienen en el proceso&lt;br /&gt;
**Script para el proceso de préstamos|Script para el proceso de préstamos&lt;br /&gt;
*Reservas&lt;br /&gt;
**Requisitos para implementar la reserva|Requisitos para implementar la reserva&lt;br /&gt;
**Formatos utilizados en la reserva|Formatos utilizados en la reserva&lt;br /&gt;
**Cómo ABCD determina si se puede reservar|Cómo ABCD determina si se puede reservar&lt;br /&gt;
**Generación de correos reserva|Generación de correos&lt;br /&gt;
* Adquisiciones&lt;br /&gt;
* iAH&lt;br /&gt;
** iAH|Consulta a las bases de datos&lt;br /&gt;
** iAH Configuracion préstamos|Enlace con circulación y préstamo&lt;br /&gt;
** iAH Consultar el estado de cuenta de un usuario|Estado de cuenta de un usuario&lt;br /&gt;
** iAH Reserva en línea|Reserva en línea&lt;br /&gt;
** iAH Solicitar clave para leer documentos protegidos|Solicitar clave para leer documentos protegidos&lt;br /&gt;
** iAH Incluir un javascript para que resalte los términos de búsqueda|Javascript para resaltar términos de búsqueda&lt;br /&gt;
** iAH Solución de vulnerabilidad del iAH|Solución de vulnerabilidad del iAH&lt;br /&gt;
** iAH Agregar parámetros propios al archivo DBN.def|Agregar parámetros propios al archivo DBN.def&lt;br /&gt;
** iAH Detectar el IP desde el cual se accede a la consulta de la base de datos|Detectar el IP del cliente que consulta&lt;br /&gt;
* Bases de datos del Sistema&lt;br /&gt;
** Bases de datos del Sistema|Bases de datos del sistema&lt;br /&gt;
* Documentación&lt;br /&gt;
** Documentos y Manuales|Documentos y Manuales&lt;br /&gt;
** Preguntas más frecuentes|Preguntas más frecuentes&lt;br /&gt;
** Mensajes de error|Mensajes de error&lt;br /&gt;
** Por hacer|Por hacer&lt;br /&gt;
* Introducción a las estructuras CDS/Isis&lt;br /&gt;
** Generalidades|Generalidades&lt;br /&gt;
** Archivos de datos|Archivos de datos&lt;br /&gt;
** Archivos de índices|Archivos de índices&lt;br /&gt;
** Lenguaje de formatos|Lenguaje de formatos&lt;br /&gt;
** La tabla de extracción de campos (FST)|Tabla de extracción de campos (FST)&lt;br /&gt;
* MediaWiki&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Egbert</name></author>	</entry>

	<entry>
		<id>http://abcdwiki.net/index.php?title=MediaWiki:Sidebar&amp;diff=1751</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://abcdwiki.net/index.php?title=MediaWiki:Sidebar&amp;diff=1751"/>
				<updated>2016-03-22T19:05:53Z</updated>
		
		<summary type="html">&lt;p&gt;Egbert: t&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* navigation&lt;br /&gt;
** About the WIKI|About the WIKI&lt;br /&gt;
** http://abcdwiki.net|Inicio&lt;br /&gt;
** Algunos usuarios de ABCD|Algunos usuarios de ABCD&lt;br /&gt;
** http://moodle.abcdwiki.net|Aula Virtual (en construcción)&lt;br /&gt;
** http://lists.iccisis.org/listinfo/isis-users|Inscribirse en la lista de discusión&lt;br /&gt;
** http://collaboration.abcdwiki.net|Reportar un problema / Solicitar nueva funcionalidad&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** Descargas|Descargas&lt;br /&gt;
** http://abcdwiki.net/ABCD/index.php?lang=es|Demo de ABCD&lt;br /&gt;
** Configuración del módulo Central|Configuración del módulo Central&lt;br /&gt;
* ABCD. Catalogación&lt;br /&gt;
** Definición de bases de datos|Definición de bases de datos&lt;br /&gt;
** Diccionario de términos|Diccionario de términos (Índices)&lt;br /&gt;
** Entrada de datos|Entrada de datos&lt;br /&gt;
** Proteger la edición de registros|Proteger la edición de registros&lt;br /&gt;
** Validación de registros|Validación de registros&lt;br /&gt;
** Control de terminología|Control de terminología &lt;br /&gt;
** Búsquedas|Búsquedas&lt;br /&gt;
** Tesauros|Tesauros&lt;br /&gt;
** Formatos de presentación de los registros|Formatos de presentación de los registros&lt;br /&gt;
** Asociar documentos digitales a los registros|Asociar documentos digitales &lt;br /&gt;
** Modificar definición base de datos|Modificar definición base de datos&lt;br /&gt;
** Modalidades para el manejo del inventario de la colección|Manejo del inventario de la colección&lt;br /&gt;
** Utilitarios|Utilitarios&lt;br /&gt;
** Etiquetas|Impresión de marbetes y códigos de barra&lt;br /&gt;
** Inventory|Realización del inventario de la colección&lt;br /&gt;
** Reportes|Reportes&lt;br /&gt;
** Estadísticas|Estadísticas&lt;br /&gt;
* Circulación y préstamos&lt;br /&gt;
**Configuración del sistema de préstamos|Configuración préstamos&lt;br /&gt;
**Bases de datos de origen|Bases de datos de origen&lt;br /&gt;
**Modalidades para el acceso a las copias|Modalidades para el acceso a las copias&lt;br /&gt;
**Días préstamo/renovación|Días préstamo/renovación&lt;br /&gt;
**Impresión de los recibos de préstamo y devolución|Impresión de los recibos &lt;br /&gt;
**Envío de recordatorios por correo electrónico|Envío de recordatorios por correo electrónico&lt;br /&gt;
**Formatos de despliegue|Formatos de despliegue&lt;br /&gt;
**Bases de datos que intervienen en el proceso|Bases de datos que intervienen en el proceso&lt;br /&gt;
**Script para el proceso de préstamos|Script para el proceso de préstamos&lt;br /&gt;
*Reservas&lt;br /&gt;
**Requisitos para implementar la reserva|Requisitos para implementar la reserva&lt;br /&gt;
**Formatos utilizados en la reserva|Formatos utilizados en la reserva&lt;br /&gt;
**Cómo ABCD determina si se puede reservar|Cómo ABCD determina si se puede reservar&lt;br /&gt;
**Generación de correos reserva|Generación de correos&lt;br /&gt;
* Adquisiciones&lt;br /&gt;
* iAH&lt;br /&gt;
** iAH|Consulta a las bases de datos&lt;br /&gt;
** iAH Configuracion préstamos|Enlace con circulación y préstamo&lt;br /&gt;
** iAH Consultar el estado de cuenta de un usuario|Estado de cuenta de un usuario&lt;br /&gt;
** iAH Reserva en línea|Reserva en línea&lt;br /&gt;
** iAH Solicitar clave para leer documentos protegidos|Solicitar clave para leer documentos protegidos&lt;br /&gt;
** iAH Incluir un javascript para que resalte los términos de búsqueda|Javascript para resaltar términos de búsqueda&lt;br /&gt;
** iAH Solución de vulnerabilidad del iAH|Solución de vulnerabilidad del iAH&lt;br /&gt;
** iAH Agregar parámetros propios al archivo DBN.def|Agregar parámetros propios al archivo DBN.def&lt;br /&gt;
** iAH Detectar el IP desde el cual se accede a la consulta de la base de datos|Detectar el IP del cliente que consulta&lt;br /&gt;
* Bases de datos del Sistema&lt;br /&gt;
** Bases de datos del Sistema|Bases de datos del sistema&lt;br /&gt;
* Documentación&lt;br /&gt;
** Documentos y Manuales|Documentos y Manuales&lt;br /&gt;
** Preguntas más frecuentes|Preguntas más frecuentes&lt;br /&gt;
** Mensajes de error|Mensajes de error&lt;br /&gt;
** Por hacer|Por hacer&lt;br /&gt;
* Introducción a las estructuras CDS/Isis&lt;br /&gt;
** Generalidades|Generalidades&lt;br /&gt;
** Archivos de datos|Archivos de datos&lt;br /&gt;
** Archivos de índices|Archivos de índices&lt;br /&gt;
** Lenguaje de formatos|Lenguaje de formatos&lt;br /&gt;
** La tabla de extracción de campos (FST)|Tabla de extracción de campos (FST)&lt;br /&gt;
* MediaWiki&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Egbert</name></author>	</entry>

	<entry>
		<id>http://abcdwiki.net/index.php?title=MediaWiki:Sidebar&amp;diff=1750</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://abcdwiki.net/index.php?title=MediaWiki:Sidebar&amp;diff=1750"/>
				<updated>2016-03-22T19:04:35Z</updated>
		
		<summary type="html">&lt;p&gt;Egbert: t&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* navigation&lt;br /&gt;
** About the WIKI|Acerca del WIKI&lt;br /&gt;
** http://abcdwiki.net|Inicio&lt;br /&gt;
** Algunos usuarios de ABCD|Algunos usuarios de ABCD&lt;br /&gt;
** http://moodle.abcdwiki.net|Aula Virtual (en construcción)&lt;br /&gt;
** http://lists.iccisis.org/listinfo/isis-users|Inscribirse en la lista de discusión&lt;br /&gt;
** http://collaboration.abcdwiki.net|Reportar un problema / Solicitar nueva funcionalidad&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** Descargas|Descargas&lt;br /&gt;
** http://abcdwiki.net/ABCD/index.php?lang=es|Demo de ABCD&lt;br /&gt;
** Configuración del módulo Central|Configuración del módulo Central&lt;br /&gt;
* ABCD. Catalogación&lt;br /&gt;
** Definición de bases de datos|Definición de bases de datos&lt;br /&gt;
** Diccionario de términos|Diccionario de términos (Índices)&lt;br /&gt;
** Entrada de datos|Entrada de datos&lt;br /&gt;
** Proteger la edición de registros|Proteger la edición de registros&lt;br /&gt;
** Validación de registros|Validación de registros&lt;br /&gt;
** Control de terminología|Control de terminología &lt;br /&gt;
** Búsquedas|Búsquedas&lt;br /&gt;
** Tesauros|Tesauros&lt;br /&gt;
** Formatos de presentación de los registros|Formatos de presentación de los registros&lt;br /&gt;
** Asociar documentos digitales a los registros|Asociar documentos digitales &lt;br /&gt;
** Modificar definición base de datos|Modificar definición base de datos&lt;br /&gt;
** Modalidades para el manejo del inventario de la colección|Manejo del inventario de la colección&lt;br /&gt;
** Utilitarios|Utilitarios&lt;br /&gt;
** Etiquetas|Impresión de marbetes y códigos de barra&lt;br /&gt;
** Inventory|Realización del inventario de la colección&lt;br /&gt;
** Reportes|Reportes&lt;br /&gt;
** Estadísticas|Estadísticas&lt;br /&gt;
* Circulación y préstamos&lt;br /&gt;
**Configuración del sistema de préstamos|Configuración préstamos&lt;br /&gt;
**Bases de datos de origen|Bases de datos de origen&lt;br /&gt;
**Modalidades para el acceso a las copias|Modalidades para el acceso a las copias&lt;br /&gt;
**Días préstamo/renovación|Días préstamo/renovación&lt;br /&gt;
**Impresión de los recibos de préstamo y devolución|Impresión de los recibos &lt;br /&gt;
**Envío de recordatorios por correo electrónico|Envío de recordatorios por correo electrónico&lt;br /&gt;
**Formatos de despliegue|Formatos de despliegue&lt;br /&gt;
**Bases de datos que intervienen en el proceso|Bases de datos que intervienen en el proceso&lt;br /&gt;
**Script para el proceso de préstamos|Script para el proceso de préstamos&lt;br /&gt;
*Reservas&lt;br /&gt;
**Requisitos para implementar la reserva|Requisitos para implementar la reserva&lt;br /&gt;
**Formatos utilizados en la reserva|Formatos utilizados en la reserva&lt;br /&gt;
**Cómo ABCD determina si se puede reservar|Cómo ABCD determina si se puede reservar&lt;br /&gt;
**Generación de correos reserva|Generación de correos&lt;br /&gt;
* Adquisiciones&lt;br /&gt;
* iAH&lt;br /&gt;
** iAH|Consulta a las bases de datos&lt;br /&gt;
** iAH Configuracion préstamos|Enlace con circulación y préstamo&lt;br /&gt;
** iAH Consultar el estado de cuenta de un usuario|Estado de cuenta de un usuario&lt;br /&gt;
** iAH Reserva en línea|Reserva en línea&lt;br /&gt;
** iAH Solicitar clave para leer documentos protegidos|Solicitar clave para leer documentos protegidos&lt;br /&gt;
** iAH Incluir un javascript para que resalte los términos de búsqueda|Javascript para resaltar términos de búsqueda&lt;br /&gt;
** iAH Solución de vulnerabilidad del iAH|Solución de vulnerabilidad del iAH&lt;br /&gt;
** iAH Agregar parámetros propios al archivo DBN.def|Agregar parámetros propios al archivo DBN.def&lt;br /&gt;
** iAH Detectar el IP desde el cual se accede a la consulta de la base de datos|Detectar el IP del cliente que consulta&lt;br /&gt;
* Bases de datos del Sistema&lt;br /&gt;
** Bases de datos del Sistema|Bases de datos del sistema&lt;br /&gt;
* Documentación&lt;br /&gt;
** Documentos y Manuales|Documentos y Manuales&lt;br /&gt;
** Preguntas más frecuentes|Preguntas más frecuentes&lt;br /&gt;
** Mensajes de error|Mensajes de error&lt;br /&gt;
** Por hacer|Por hacer&lt;br /&gt;
* Introducción a las estructuras CDS/Isis&lt;br /&gt;
** Generalidades|Generalidades&lt;br /&gt;
** Archivos de datos|Archivos de datos&lt;br /&gt;
** Archivos de índices|Archivos de índices&lt;br /&gt;
** Lenguaje de formatos|Lenguaje de formatos&lt;br /&gt;
** La tabla de extracción de campos (FST)|Tabla de extracción de campos (FST)&lt;br /&gt;
* MediaWiki&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Egbert</name></author>	</entry>

	<entry>
		<id>http://abcdwiki.net/index.php?title=MediaWiki:Sidebar&amp;diff=1749</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://abcdwiki.net/index.php?title=MediaWiki:Sidebar&amp;diff=1749"/>
				<updated>2016-03-22T19:04:01Z</updated>
		
		<summary type="html">&lt;p&gt;Egbert: t&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* navigation&lt;br /&gt;
** About the WIKI|About the WIKI&lt;br /&gt;
** http://abcdwiki.net|Inicio&lt;br /&gt;
** Algunos usuarios de ABCD|Algunos usuarios de ABCD&lt;br /&gt;
** http://moodle.abcdwiki.net|Aula Virtual (en construcción)&lt;br /&gt;
** http://lists.iccisis.org/listinfo/isis-users|Inscribirse en la lista de discusión&lt;br /&gt;
** http://collaboration.abcdwiki.net|Reportar un problema / Solicitar nueva funcionalidad&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** Descargas|Descargas&lt;br /&gt;
** http://abcdwiki.net/ABCD/index.php?lang=es|Demo de ABCD&lt;br /&gt;
** Configuración del módulo Central|Configuración del módulo Central&lt;br /&gt;
* ABCD. Catalogación&lt;br /&gt;
** Definición de bases de datos|Definición de bases de datos&lt;br /&gt;
** Diccionario de términos|Diccionario de términos (Índices)&lt;br /&gt;
** Entrada de datos|Entrada de datos&lt;br /&gt;
** Proteger la edición de registros|Proteger la edición de registros&lt;br /&gt;
** Validación de registros|Validación de registros&lt;br /&gt;
** Control de terminología|Control de terminología &lt;br /&gt;
** Búsquedas|Búsquedas&lt;br /&gt;
** Tesauros|Tesauros&lt;br /&gt;
** Formatos de presentación de los registros|Formatos de presentación de los registros&lt;br /&gt;
** Asociar documentos digitales a los registros|Asociar documentos digitales &lt;br /&gt;
** Modificar definición base de datos|Modificar definición base de datos&lt;br /&gt;
** Modalidades para el manejo del inventario de la colección|Manejo del inventario de la colección&lt;br /&gt;
** Utilitarios|Utilitarios&lt;br /&gt;
** Etiquetas|Impresión de marbetes y códigos de barra&lt;br /&gt;
** Inventory|Realización del inventario de la colección&lt;br /&gt;
** Reportes|Reportes&lt;br /&gt;
** Estadísticas|Estadísticas&lt;br /&gt;
* Circulación y préstamos&lt;br /&gt;
**Configuración del sistema de préstamos|Configuración préstamos&lt;br /&gt;
**Bases de datos de origen|Bases de datos de origen&lt;br /&gt;
**Modalidades para el acceso a las copias|Modalidades para el acceso a las copias&lt;br /&gt;
**Días préstamo/renovación|Días préstamo/renovación&lt;br /&gt;
**Impresión de los recibos de préstamo y devolución|Impresión de los recibos &lt;br /&gt;
**Envío de recordatorios por correo electrónico|Envío de recordatorios por correo electrónico&lt;br /&gt;
**Formatos de despliegue|Formatos de despliegue&lt;br /&gt;
**Bases de datos que intervienen en el proceso|Bases de datos que intervienen en el proceso&lt;br /&gt;
**Script para el proceso de préstamos|Script para el proceso de préstamos&lt;br /&gt;
*Reservas&lt;br /&gt;
**Requisitos para implementar la reserva|Requisitos para implementar la reserva&lt;br /&gt;
**Formatos utilizados en la reserva|Formatos utilizados en la reserva&lt;br /&gt;
**Cómo ABCD determina si se puede reservar|Cómo ABCD determina si se puede reservar&lt;br /&gt;
**Generación de correos reserva|Generación de correos&lt;br /&gt;
* Adquisiciones&lt;br /&gt;
* iAH&lt;br /&gt;
** iAH|Consulta a las bases de datos&lt;br /&gt;
** iAH Configuracion préstamos|Enlace con circulación y préstamo&lt;br /&gt;
** iAH Consultar el estado de cuenta de un usuario|Estado de cuenta de un usuario&lt;br /&gt;
** iAH Reserva en línea|Reserva en línea&lt;br /&gt;
** iAH Solicitar clave para leer documentos protegidos|Solicitar clave para leer documentos protegidos&lt;br /&gt;
** iAH Incluir un javascript para que resalte los términos de búsqueda|Javascript para resaltar términos de búsqueda&lt;br /&gt;
** iAH Solución de vulnerabilidad del iAH|Solución de vulnerabilidad del iAH&lt;br /&gt;
** iAH Agregar parámetros propios al archivo DBN.def|Agregar parámetros propios al archivo DBN.def&lt;br /&gt;
** iAH Detectar el IP desde el cual se accede a la consulta de la base de datos|Detectar el IP del cliente que consulta&lt;br /&gt;
* Bases de datos del Sistema&lt;br /&gt;
** Bases de datos del Sistema|Bases de datos del sistema&lt;br /&gt;
* Documentación&lt;br /&gt;
** Documentos y Manuales|Documentos y Manuales&lt;br /&gt;
** Preguntas más frecuentes|Preguntas más frecuentes&lt;br /&gt;
** Mensajes de error|Mensajes de error&lt;br /&gt;
** Por hacer|Por hacer&lt;br /&gt;
* Introducción a las estructuras CDS/Isis&lt;br /&gt;
** Generalidades|Generalidades&lt;br /&gt;
** Archivos de datos|Archivos de datos&lt;br /&gt;
** Archivos de índices|Archivos de índices&lt;br /&gt;
** Lenguaje de formatos|Lenguaje de formatos&lt;br /&gt;
** La tabla de extracción de campos (FST)|Tabla de extracción de campos (FST)&lt;br /&gt;
* MediaWiki&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Egbert</name></author>	</entry>

	<entry>
		<id>http://abcdwiki.net/index.php?title=MediaWiki:Sidebar&amp;diff=1748</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://abcdwiki.net/index.php?title=MediaWiki:Sidebar&amp;diff=1748"/>
				<updated>2016-03-22T19:02:33Z</updated>
		
		<summary type="html">&lt;p&gt;Egbert: translation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* navigation&lt;br /&gt;
** About the WIKI|Acerca del WIKI&lt;br /&gt;
** http://abcdwiki.net|Inicio&lt;br /&gt;
** Algunos usuarios de ABCD|Algunos usuarios de ABCD&lt;br /&gt;
** http://moodle.abcdwiki.net|Aula Virtual (en construcción)&lt;br /&gt;
** http://lists.iccisis.org/listinfo/isis-users|Inscribirse en la lista de discusión&lt;br /&gt;
** http://collaboration.abcdwiki.net|Reportar un problema / Solicitar nueva funcionalidad&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** Descargas|Descargas&lt;br /&gt;
** http://abcdwiki.net/ABCD/index.php?lang=es|Demo de ABCD&lt;br /&gt;
** Configuración del módulo Central|Configuración del módulo Central&lt;br /&gt;
* ABCD. Catalogación&lt;br /&gt;
** Definición de bases de datos|Definición de bases de datos&lt;br /&gt;
** Diccionario de términos|Diccionario de términos (Índices)&lt;br /&gt;
** Entrada de datos|Entrada de datos&lt;br /&gt;
** Proteger la edición de registros|Proteger la edición de registros&lt;br /&gt;
** Validación de registros|Validación de registros&lt;br /&gt;
** Control de terminología|Control de terminología &lt;br /&gt;
** Búsquedas|Búsquedas&lt;br /&gt;
** Tesauros|Tesauros&lt;br /&gt;
** Formatos de presentación de los registros|Formatos de presentación de los registros&lt;br /&gt;
** Asociar documentos digitales a los registros|Asociar documentos digitales &lt;br /&gt;
** Modificar definición base de datos|Modificar definición base de datos&lt;br /&gt;
** Modalidades para el manejo del inventario de la colección|Manejo del inventario de la colección&lt;br /&gt;
** Utilitarios|Utilitarios&lt;br /&gt;
** Etiquetas|Impresión de marbetes y códigos de barra&lt;br /&gt;
** Inventory|Realización del inventario de la colección&lt;br /&gt;
** Reportes|Reportes&lt;br /&gt;
** Estadísticas|Estadísticas&lt;br /&gt;
* Circulación y préstamos&lt;br /&gt;
**Configuración del sistema de préstamos|Configuración préstamos&lt;br /&gt;
**Bases de datos de origen|Bases de datos de origen&lt;br /&gt;
**Modalidades para el acceso a las copias|Modalidades para el acceso a las copias&lt;br /&gt;
**Días préstamo/renovación|Días préstamo/renovación&lt;br /&gt;
**Impresión de los recibos de préstamo y devolución|Impresión de los recibos &lt;br /&gt;
**Envío de recordatorios por correo electrónico|Envío de recordatorios por correo electrónico&lt;br /&gt;
**Formatos de despliegue|Formatos de despliegue&lt;br /&gt;
**Bases de datos que intervienen en el proceso|Bases de datos que intervienen en el proceso&lt;br /&gt;
**Script para el proceso de préstamos|Script para el proceso de préstamos&lt;br /&gt;
*Reservas&lt;br /&gt;
**Requisitos para implementar la reserva|Requisitos para implementar la reserva&lt;br /&gt;
**Formatos utilizados en la reserva|Formatos utilizados en la reserva&lt;br /&gt;
**Cómo ABCD determina si se puede reservar|Cómo ABCD determina si se puede reservar&lt;br /&gt;
**Generación de correos reserva|Generación de correos&lt;br /&gt;
* Adquisiciones&lt;br /&gt;
* iAH&lt;br /&gt;
** iAH|Consulta a las bases de datos&lt;br /&gt;
** iAH Configuracion préstamos|Enlace con circulación y préstamo&lt;br /&gt;
** iAH Consultar el estado de cuenta de un usuario|Estado de cuenta de un usuario&lt;br /&gt;
** iAH Reserva en línea|Reserva en línea&lt;br /&gt;
** iAH Solicitar clave para leer documentos protegidos|Solicitar clave para leer documentos protegidos&lt;br /&gt;
** iAH Incluir un javascript para que resalte los términos de búsqueda|Javascript para resaltar términos de búsqueda&lt;br /&gt;
** iAH Solución de vulnerabilidad del iAH|Solución de vulnerabilidad del iAH&lt;br /&gt;
** iAH Agregar parámetros propios al archivo DBN.def|Agregar parámetros propios al archivo DBN.def&lt;br /&gt;
** iAH Detectar el IP desde el cual se accede a la consulta de la base de datos|Detectar el IP del cliente que consulta&lt;br /&gt;
* Bases de datos del Sistema&lt;br /&gt;
** Bases de datos del Sistema|Bases de datos del sistema&lt;br /&gt;
* Documentación&lt;br /&gt;
** Documentos y Manuales|Documentos y Manuales&lt;br /&gt;
** Preguntas más frecuentes|Preguntas más frecuentes&lt;br /&gt;
** Mensajes de error|Mensajes de error&lt;br /&gt;
** Por hacer|Por hacer&lt;br /&gt;
* Introducción a las estructuras CDS/Isis&lt;br /&gt;
** Generalidades|Generalidades&lt;br /&gt;
** Archivos de datos|Archivos de datos&lt;br /&gt;
** Archivos de índices|Archivos de índices&lt;br /&gt;
** Lenguaje de formatos|Lenguaje de formatos&lt;br /&gt;
** La tabla de extracción de campos (FST)|Tabla de extracción de campos (FST)&lt;br /&gt;
* MediaWiki&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Egbert</name></author>	</entry>

	<entry>
		<id>http://abcdwiki.net/index.php?title=MediaWiki:Sidebar&amp;diff=1747</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://abcdwiki.net/index.php?title=MediaWiki:Sidebar&amp;diff=1747"/>
				<updated>2016-03-22T19:01:38Z</updated>
		
		<summary type="html">&lt;p&gt;Egbert: translation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* navigation&lt;br /&gt;
** Acerca del WIKI|About the WIKI&lt;br /&gt;
** http://abcdwiki.net|Inicio&lt;br /&gt;
** Algunos usuarios de ABCD|Algunos usuarios de ABCD&lt;br /&gt;
** http://moodle.abcdwiki.net|Aula Virtual (en construcción)&lt;br /&gt;
** http://lists.iccisis.org/listinfo/isis-users|Inscribirse en la lista de discusión&lt;br /&gt;
** http://collaboration.abcdwiki.net|Reportar un problema / Solicitar nueva funcionalidad&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** Descargas|Descargas&lt;br /&gt;
** http://abcdwiki.net/ABCD/index.php?lang=es|Demo de ABCD&lt;br /&gt;
** Configuración del módulo Central|Configuración del módulo Central&lt;br /&gt;
* ABCD. Catalogación&lt;br /&gt;
** Definición de bases de datos|Definición de bases de datos&lt;br /&gt;
** Diccionario de términos|Diccionario de términos (Índices)&lt;br /&gt;
** Entrada de datos|Entrada de datos&lt;br /&gt;
** Proteger la edición de registros|Proteger la edición de registros&lt;br /&gt;
** Validación de registros|Validación de registros&lt;br /&gt;
** Control de terminología|Control de terminología &lt;br /&gt;
** Búsquedas|Búsquedas&lt;br /&gt;
** Tesauros|Tesauros&lt;br /&gt;
** Formatos de presentación de los registros|Formatos de presentación de los registros&lt;br /&gt;
** Asociar documentos digitales a los registros|Asociar documentos digitales &lt;br /&gt;
** Modificar definición base de datos|Modificar definición base de datos&lt;br /&gt;
** Modalidades para el manejo del inventario de la colección|Manejo del inventario de la colección&lt;br /&gt;
** Utilitarios|Utilitarios&lt;br /&gt;
** Etiquetas|Impresión de marbetes y códigos de barra&lt;br /&gt;
** Inventory|Realización del inventario de la colección&lt;br /&gt;
** Reportes|Reportes&lt;br /&gt;
** Estadísticas|Estadísticas&lt;br /&gt;
* Circulación y préstamos&lt;br /&gt;
**Configuración del sistema de préstamos|Configuración préstamos&lt;br /&gt;
**Bases de datos de origen|Bases de datos de origen&lt;br /&gt;
**Modalidades para el acceso a las copias|Modalidades para el acceso a las copias&lt;br /&gt;
**Días préstamo/renovación|Días préstamo/renovación&lt;br /&gt;
**Impresión de los recibos de préstamo y devolución|Impresión de los recibos &lt;br /&gt;
**Envío de recordatorios por correo electrónico|Envío de recordatorios por correo electrónico&lt;br /&gt;
**Formatos de despliegue|Formatos de despliegue&lt;br /&gt;
**Bases de datos que intervienen en el proceso|Bases de datos que intervienen en el proceso&lt;br /&gt;
**Script para el proceso de préstamos|Script para el proceso de préstamos&lt;br /&gt;
*Reservas&lt;br /&gt;
**Requisitos para implementar la reserva|Requisitos para implementar la reserva&lt;br /&gt;
**Formatos utilizados en la reserva|Formatos utilizados en la reserva&lt;br /&gt;
**Cómo ABCD determina si se puede reservar|Cómo ABCD determina si se puede reservar&lt;br /&gt;
**Generación de correos reserva|Generación de correos&lt;br /&gt;
* Adquisiciones&lt;br /&gt;
* iAH&lt;br /&gt;
** iAH|Consulta a las bases de datos&lt;br /&gt;
** iAH Configuracion préstamos|Enlace con circulación y préstamo&lt;br /&gt;
** iAH Consultar el estado de cuenta de un usuario|Estado de cuenta de un usuario&lt;br /&gt;
** iAH Reserva en línea|Reserva en línea&lt;br /&gt;
** iAH Solicitar clave para leer documentos protegidos|Solicitar clave para leer documentos protegidos&lt;br /&gt;
** iAH Incluir un javascript para que resalte los términos de búsqueda|Javascript para resaltar términos de búsqueda&lt;br /&gt;
** iAH Solución de vulnerabilidad del iAH|Solución de vulnerabilidad del iAH&lt;br /&gt;
** iAH Agregar parámetros propios al archivo DBN.def|Agregar parámetros propios al archivo DBN.def&lt;br /&gt;
** iAH Detectar el IP desde el cual se accede a la consulta de la base de datos|Detectar el IP del cliente que consulta&lt;br /&gt;
* Bases de datos del Sistema&lt;br /&gt;
** Bases de datos del Sistema|Bases de datos del sistema&lt;br /&gt;
* Documentación&lt;br /&gt;
** Documentos y Manuales|Documentos y Manuales&lt;br /&gt;
** Preguntas más frecuentes|Preguntas más frecuentes&lt;br /&gt;
** Mensajes de error|Mensajes de error&lt;br /&gt;
** Por hacer|Por hacer&lt;br /&gt;
* Introducción a las estructuras CDS/Isis&lt;br /&gt;
** Generalidades|Generalidades&lt;br /&gt;
** Archivos de datos|Archivos de datos&lt;br /&gt;
** Archivos de índices|Archivos de índices&lt;br /&gt;
** Lenguaje de formatos|Lenguaje de formatos&lt;br /&gt;
** La tabla de extracción de campos (FST)|Tabla de extracción de campos (FST)&lt;br /&gt;
* MediaWiki&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Egbert</name></author>	</entry>

	<entry>
		<id>http://abcdwiki.net/index.php?title=Workshop_Egbert&amp;diff=1746</id>
		<title>Workshop Egbert</title>
		<link rel="alternate" type="text/html" href="http://abcdwiki.net/index.php?title=Workshop_Egbert&amp;diff=1746"/>
				<updated>2016-03-22T16:28:18Z</updated>
		
		<summary type="html">&lt;p&gt;Egbert: translation to English&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The compatibility problem of the FDT, FST, FMT and other database-definition files which use the &amp;#039;&amp;#039;&amp;#039;dhtmlxgrid&amp;#039;&amp;#039;&amp;#039; has been solved. The &amp;#039;grids&amp;#039; did not display correctly in non-Firefox or non-IE browsers. A new dhtmlxgrid library is used which now works correctly in all actual browsers. &amp;lt;br&amp;gt;&lt;br /&gt;
Modified scripts : fdt.php, fdt_short_a.fdt, fst.php&amp;lt;br&amp;gt;&lt;br /&gt;
The folder dataentry/js/dhtml_grid now contains new scripts and style-sheets.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The similar compatibility problem of the &amp;#039;&amp;#039;&amp;#039;FCKEditor&amp;#039;&amp;#039;&amp;#039; is solved by changing it for the newer &amp;#039;&amp;#039;&amp;#039;CKEditor&amp;#039;&amp;#039;&amp;#039;. A folder &amp;#039;&amp;#039;&amp;#039;ckeditor&amp;#039;&amp;#039;&amp;#039; under  &amp;#039;&amp;#039;&amp;#039;central&amp;#039;&amp;#039;&amp;#039; is created with the required components for using the new version. This affects the worksheets where a field type &amp;#039;&amp;#039;&amp;#039;HTML AREA&amp;#039;&amp;#039;&amp;#039; is used but also the helpfiles for fields and the online help.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The file config.php reads the general parameters of ABCD. Since this file also contains the paths or key access parameters, it cannot be changed each new installation. Therefore the additional script &amp;lt;strong&amp;gt;config_extended.php&amp;lt;/strong&amp;gt; is created with extra parameters, also allowing individual database-related settings.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For this additional settings to be included the file &amp;lt;strong&amp;gt;config.php &amp;lt;/strong&amp;gt; needs to contain the following code : &lt;br /&gt;
  &lt;br /&gt;
   &amp;lt;font color=blue&amp;gt;if (isset($arrHttp[&amp;quot;base&amp;quot;])){&lt;br /&gt;
      if (isset($def[$arrHttp[&amp;quot;base&amp;quot;]]))&lt;br /&gt;
          $cisis_ver=$def[$arrHttp[&amp;quot;base&amp;quot;]].&amp;quot;/&amp;quot;;&lt;br /&gt;
   }&amp;lt;/font&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
   &amp;lt;font color=red&amp;gt;&lt;br /&gt;
   //***&lt;br /&gt;
   //Include config_extended.php that reads configuration parameters that applies to the selected database&lt;br /&gt;
   if (file_exists(realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.&amp;quot;config_extended.php&amp;quot;))&lt;br /&gt;
       include (realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.&amp;quot;config_extended.php&amp;quot;);&lt;br /&gt;
   //***&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So, copy in the script &amp;lt;b&amp;gt;config.php&amp;lt;/b&amp;gt; de group of instructions in red, after the last instruction in blue. In the script  script &amp;lt;b&amp;gt;config.php&amp;lt;/b&amp;gt; of new ABCD-distributions this code is already included. &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The script &amp;lt;b&amp;gt;config_extended.php&amp;lt;/b&amp;gt; read the file &amp;lt;b&amp;gt;dr_path.def&amp;lt;/b&amp;gt; located in the folder of the active database and replaces the corresponding parameters in config.php for the specific database.  &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Pop-up help for database fields (tooltips)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Se implementó en el menú &amp;#039;&amp;#039;&amp;#039;Actualizar definición de bases de datos&amp;#039;&amp;#039;&amp;#039; una opción identificada como &amp;#039;&amp;#039;&amp;#039;Tooltips de ayuda sobre los campos de la base de datos&amp;#039;&amp;#039;&amp;#039; la cual permite definir las ayudas sobre los campos de la base de datos en forma de un cuadro con texto emergente (tooltip).  (ver [[Ayudas emergentes sobre los campos de la base de datos]])&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Ayudas_emergentes_sobre_los_campos_de_la_base_de_datos Ayudas emergentes]&lt;br /&gt;
&lt;br /&gt;
Ejemplo [http://localhost:9090/ivic Ivic]&lt;br /&gt;
&lt;br /&gt;
*El archivo de importación de los tooltips se encuentra en C:\bases_abcd\IVIC&lt;br /&gt;
&lt;br /&gt;
==Revision of the permitology==&lt;br /&gt;
&lt;br /&gt;
Ver [[http://abcdwiki.net/wiki/es/index.php?title=Permisolog%C3%ADa_de_los_operadores_de_ABCD#Estructura_del_archivo_para_el_manejo_de_la_permisolog.C3.ADa Opciones de permisología]]&lt;br /&gt;
&lt;br /&gt;
==New field types for data-entry==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Combo Box&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Pueden ser de 2 tipos: Normal y Sólo lectura.&lt;br /&gt;
&lt;br /&gt;
Adicionalmente la tabla puede llenarse desde un archivo &amp;#039;&amp;#039;&amp;#039;TXT&amp;#039;&amp;#039;&amp;#039; o &amp;#039;&amp;#039;&amp;#039;desde una base de datos&amp;#039;&amp;#039;&amp;#039;. En este último caso se recomienda que el número de términos recuperados no exceda 200 ya que tienen que leerse todos los términos indizados con el prefijo suministrado para poder llenar el arreglo que se asocia al combo box. Por esta razón se leerán solo los primeros 200 términos asociados con el prefijo suministrado. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Desde una tabla externa (txt)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F%7C10%7CCombo%20Box%7C0%7C0%7C%7C%7CCOMBO%7C%7C%7CP%7C/bases_abcd/codigos/paises.tab%7C%7C%7C%7C%7C0%7C%7C0%7C0%7C%7C%7C&amp;amp;base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;moodle=Y Combo box]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|10|Combo%20Box|0|0|||COMBORO|||P|/bases_abcd/codigos/paises.tab|||||0||0|0|||&amp;amp;base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;moodle=Y Combo Box solo lectura]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Desde una base de datos&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|30|Combo%20Box%20desde%20DB|0|0|||COMBO|||D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Combo box]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|30|Combo%20Box%20desde%20DB|0|0|||COMBORO|||D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Combo box solo lectura]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Select read only&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
En las versiones anteriores cuando se llenaba un campo utilizando una lista de autoridades proveniente de una base de datos no se pemitía que el campo receptor de la información fuera read only, por lo cual los operadores podían ingresar valores que no estén en el diccionario de términos conectado al campo. Ahora se agregó un nuevo tipo de campo denominado SELECT READ ONLY que vincula un campo con un diccionario de términos y no permite agregar al campo términos que no estén en el diccionario&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|90|Select%20simple%20solo%20lectura|0|0|||SRO||80|D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Select simple solo lectura]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|90|Select%20multiple%20solo%20lectura|0|1|||MRO|10|80|D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Select múltiple solo lectura]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dbadmin/fdt.php?base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;type=bd&amp;amp;moodle=Y FDT con las diferentes opciones de campos de selección]&lt;br /&gt;
&lt;br /&gt;
==Protection of records==&lt;br /&gt;
&lt;br /&gt;
Se definen dos nuevos tipos de campo:&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Protect record&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Cuando está presente este campo se solicita una palabra clave para poder editar el registro. Esta palabra clave es la misma para todos los registros de la base de datos y se coloca en la columna identificada como &amp;quot;Valor por defecto&amp;quot; en la tabla de definición de campos.No se almacena en los registros.&lt;br /&gt;
&lt;br /&gt;
Si se desea se puede definir una clave de protección para cada hoja de ingreso que se cree en ABCD.&lt;br /&gt;
&lt;br /&gt;
Este campo se presenta en la forma de una casilla de verificación que indica si el registro está o no protegido. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Record password&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Esta clave de protección permite que el operador que ingresa o modifica un registro pueda asignarle una palabra clave para proteger la edición del registro.&lt;br /&gt;
&lt;br /&gt;
Cuando se edita un registro protegido ABCD presentará una ventana para solicitar la palabra clave y permitirá su edición cuando la misma coincida con la clave de protección asignada por cualquiera de los dos métodos indicados anteriormente&lt;br /&gt;
&lt;br /&gt;
En este caso la palabra clave se almacena al interior del registro. Si el campo no está vacío se solicitará al usuario la clave de protección y se comparará con la almacenada en el registro.&lt;br /&gt;
&lt;br /&gt;
Para que esta opción se habilite correctamente se requiere actualizar las tabla de mensajes 00 y el archivo con las opciones de permisología profiles.tab localizado en la carpeta par/profiles&lt;br /&gt;
&lt;br /&gt;
Nota: Si el usuario es el administrador del sistema, el administrador de la base de datos o tiene el permiso correspondiente a editar registros protegidos no se solicitará clave de actualización.&lt;br /&gt;
&lt;br /&gt;
Ejemplo de la ventana utilizada para solicitar la clave de protección:&lt;br /&gt;
&lt;br /&gt;
[[Archivo:Protect record.png]]&lt;br /&gt;
&lt;br /&gt;
Ejemplo: [http://localhost:9090 Base de datos de registro de usuarios]&lt;br /&gt;
gascencio isis_&lt;br /&gt;
&lt;br /&gt;
dbadmin adm&lt;br /&gt;
&lt;br /&gt;
==Proteger base de datos==&lt;br /&gt;
&lt;br /&gt;
Esta opción impide que una base de datos pueda ser inicializada, restaurada o eliminada en forma accidental. Para ello graba en la carpeta raiz de la base de datos un archivo identificado como &amp;#039;&amp;#039;&amp;#039;protect_status.def&amp;#039;&amp;#039;&amp;#039; que tiene en su interior la palabra &amp;#039;&amp;#039;&amp;#039;PROTECTED&amp;#039;&amp;#039;&amp;#039;. Los scripts utilizados para eliminar, inicializar y restaurar una base de datos verifican la existencia de este archivo y si está presente se cancela la acción solicitada.&lt;br /&gt;
&lt;br /&gt;
Este archivo se elimina cuando se desprotege la base de datos.&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/unincca Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Búsquedas sobre la base de datos de operadores==&lt;br /&gt;
Se implementó la opción que permite hacer búsquedas en la base de datos de operadores del sistema &lt;br /&gt;
&lt;br /&gt;
ver [[Búsquedas por nombre en la base de datos de operadores]].&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/ucatolica Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Nuevas opciones para la validación de registros==&lt;br /&gt;
&lt;br /&gt;
Hasta la versión 1.5 la validación de registros se realizaba en el servidor mediante la definición de un formato de validación. En la versión 1.5 y sucesivas se permite definir condiciones de validación en la FDT las cuales se verifican directamente en el cliente mediante un javascript previo al envío de los datos al servidor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Validacion_javascript Validación de registros utilizando un javascript]&lt;br /&gt;
&lt;br /&gt;
ABCD construirá en forma dinámica el javascript que efectuará la validación soicitada antes de enviar el registro al servidor&lt;br /&gt;
&lt;br /&gt;
==Catalogación==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se incluyó una opción para hacer búsquedas directamente desde la barra de herramientas (ver [[Búsquedas]])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Hacer búsquedas cruzadas por autores, materias, etc, dentro del módulo de catalogación de ABCD]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;[[Hacer búsquedas cruzadas por autores, materias, etc que abran una nueva ventana mostrando los resultados en el iAH]]&amp;lt;li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;[[Presentar en una ventana un registro relacionado con la base de datos activa]]&amp;lt;br&amp;gt;&lt;br /&gt;
Ejemplo: Relacionar una base de datos de instituciones con los cursos que dicta&amp;lt;br&amp;gt;&lt;br /&gt;
Ejemplo: Un sencillo kardex de publicaciones periódicas&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se incluyó la posibilidad de definir mayores niveles de seguridad para el manejo de las claves de acceso de los operadores de ABCD. Ver: [[Abcd.def|Definición de parámetros para seguridad de claves]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se incluyó un enlace para que se pueda mostrar/esconder la palabra clave que se está editando&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se incluyó un nuevo atributo en los perfiles de los operadores de ABCD para, en el proceso de creación y edición de registros, limitar la actualización de las listas de selección y archivos de autoridades. Se requiere actualizar la tabla &amp;#039;&amp;#039;&amp;#039;par/profiles/profiles.tab&amp;#039;&amp;#039;&amp;#039; para agregar el nuevo atributo &amp;#039;&amp;#039;&amp;#039;ACTPICKLIST=Y&amp;#039;&amp;#039;&amp;#039; antes de la sección &amp;#039;&amp;#039;&amp;#039;[ADMINISTRATION]&amp;#039;&amp;#039;&amp;#039;. Luego edite los perfiles ya definidos para habilitar/deshabilitar el atributo&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Ahora se permite actualizar el archivo donde se almacenan las expresiones de búsqueda (pfts/{lang}/search_expr.tab). Además se creó un nuevo atributo en los perfiles de usuario que permite o no editar las búsquedas almacenadas.   Esta actualización se puede hacer mediante un enlace que se provee en el formulario de búsqueda avanzada. Se habilitó el atributo &amp;#039;&amp;#039;&amp;#039;EDITSTOREDEXPR&amp;#039;&amp;#039;&amp;#039; en la tabla de perfiles &amp;#039;&amp;#039;&amp;#039;par/profiles/profiles.tab&amp;#039;&amp;#039;&amp;#039; para habilitar/deshabilitar esta opcion en los perfiles de usuario. Este nuevo atributo se debe colocar antes de la sección &amp;#039;&amp;#039;&amp;#039;[ADMINISTRATION]&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
ver [[Permisología de los operadores de ABCD]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Al mostrar el resultado de una búsqueda se habilitó un enlace para poder ver la FDT, FST y los prefijos del formulario de búsqueda avanzada&amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;li&amp;gt;Cuando se editan las listas de selección se puede:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Seleccionar un grupo de filas y arrastrarlas para cambiar su posición&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Clasificar toda la tabla por la primera columna&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Clasificar toda la tabla por la segunda columna&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se permite seleccionar registros cuando se está recorriendo la base de datos en forma secuencial o los resultados de una consulta. En el menú desplegable &amp;#039;&amp;#039;&amp;#039;Recorrer por&amp;#039;&amp;#039;&amp;#039; se agregó una opción para revisar los registros seleccionados y para deshacer la selección&amp;lt;li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se permite imprimir o exportar los registros seleccionados cuando estas opciones se acceden a través de los botones respectivos de la barra de herramientas. En la sección de selección de los registros a imprimir o exportar se presenta una caja de texto con los mfn&amp;#039;s que se han seleccionado, separados por coma.  Esta opción se ampliará para la opción de búsqueda libre&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó en la búsqueda libre la opción de utilizar un formato (pft) para localizar los registros. Ver [http://abcdwiki.net/wiki/es/index.php?title=B%C3%BAsquedas#B.C3.BAsqueda_Libre Búsqueda libre]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Trabajar con bases de datos relacionadas==&lt;br /&gt;
&lt;br /&gt;
==Tesauros==&lt;br /&gt;
&lt;br /&gt;
Ver: [http://abcdwiki.net/wiki/es/index.php?title=Tesauros Tesauros]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/clad Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Impresión de etiquetas y códigos de barra==&lt;br /&gt;
(ver [[Etiquetas]])&lt;br /&gt;
&lt;br /&gt;
==Inventario de la colección==&lt;br /&gt;
&lt;br /&gt;
==Utilitarios==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;En el menú de &amp;#039;&amp;#039;&amp;#039;utilitarios&amp;#039;&amp;#039;&amp;#039; se agregaron opciones para:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Duplicar una base de datos utilizando los comandos para copiar del sistema operativo&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Duplicar una base de datos en forma compactada, eliminando físicamente los registros eliminados. Usa el &amp;#039;&amp;#039;&amp;#039;Mxcp&amp;#039;&amp;#039;&amp;#039; de los utilitarios &amp;#039;&amp;#039;&amp;#039;CISIS&amp;#039;&amp;#039;&amp;#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Leer una base de datos con el &amp;#039;&amp;#039;&amp;#039;MX&amp;#039;&amp;#039;&amp;#039; sin necesidad de tener todos los archivos de definición requeridos por &amp;#039;&amp;#039;&amp;#039;ABCD&amp;#039;&amp;#039;&amp;#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sustituir la base de datos activa por la correspondiente copia generada en el proceso de duplicación&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
El uso de las opciones 2,3 y 4 permite reorganizar una base de datos&lt;br /&gt;
&lt;br /&gt;
Para más información consulte: [http://abcdwiki.net/wiki/es/index.php?title=Copiar_la_base_de_datos Copiar la base de datos], [http://abcdwiki.net/wiki/es/index.php?title=Leer_una_base_de_datos_con_el_MX Leer base de datos con MX], [http://abcdwiki.net/wiki/es/index.php?title=Restaurar_base_de_datos Restaurar base de datos] y [http://abcdwiki.net/wiki/es/index.php?title=Reorganizar_una_base_de_datos Reorganizar la base de datos]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se mejoró el proceso de &amp;#039;&amp;#039;&amp;#039;Generación de lista invertida con el MX&amp;#039;&amp;#039;&amp;#039; agregando la posibilidad de leer un archivo para direccionar las rutas de los recursos utilizados en el proceso (&amp;#039;&amp;#039;&amp;#039;cipar&amp;#039;&amp;#039;&amp;#039;). Ver [http://abcdwiki.net/wiki/es/index.php?title=Generar_lista_invertida_utilizando_el_MX Generación de la lista invertida con el MX]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se amplió la opción de leer una base de datos utilizando el MX. Ahora permite leer también archivos con la extensión .iso&amp;lt;/li&amp;gt;  &lt;br /&gt;
&amp;lt;li&amp;gt;Se agregó la opción para exportar una base de datos utilizando el MX&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó de nuevo en el menú &amp;#039;&amp;#039;&amp;#039;utilitarios&amp;#039;&amp;#039;&amp;#039; la opción para vincular una base de datos catalográfica con la base de datos de copias&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Circulación y préstamo==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó el procedimiento para el envío de recordatorios por correo electrónico&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [[Envío de recordatorios por correo electrónico]]&amp;lt;br&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó la impresión de un recibo de solvencia desde la presentación del estado de cuenta del usuario&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [[Impresión de solvencia]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Nueva modalidad de préstamo cuando los items no poseen tipo de objeto&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [http://abcdwiki.net/wiki/es/index.php?title=D%C3%ADas_pr%C3%A9stamo/renovaci%C3%B3n Días de préstamo/renovación]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Nueva modalidad de préstamo que permite introducir el número de días de préstamo o renovación al momemto de procesar la transaccion&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [http://abcdwiki.net/wiki/es/index.php?title=D%C3%ADas_pr%C3%A9stamo/renovaci%C3%B3n Días de préstamo/renovación]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitaron los siguientes parámetros en el archivo de configuración &amp;#039;&amp;#039;&amp;#039;[[Abcd.def]]&amp;#039;&amp;#039;&amp;#039;:&amp;lt;br&amp;gt;&lt;br /&gt;
    RESERVATION=Y/N para mostrar/esconder las opciones para reserva&amp;lt;br&amp;gt; &lt;br /&gt;
    AC_SUSP=Y/N para modificar la forma como se determina la fecha desde la cual se habilita una suspensión&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Cuando se devuelve un ejemplar que tiene reserva y la política del tipo de objeto tiene habilitada la reserva, el mismo se asigna directamente al primer usuario de la cola de reserva y se presenta una ventana indicando la reserva asignada. &lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se ajustó el cálculo del lapso de renovación de los títulos tomando en cuenta si existe lista de espera&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==IAH==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;LI&amp;gt;&lt;br /&gt;
Se implementó la consulta del estado de cuenta en línea desde el iAH (ver [http://abcdwiki.net/wiki/es/index.php?title=IAH_Consultar_el_estado_de_cuenta_de_un_usuario Estado de cuenta en línea]). Se permite también la renovación en línea (ver  [http://abcdwiki.net/wiki/es/index.php?title=IAH_Estado_de_cuenta Renovación en línea]).&amp;lt;/LI&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se implementó la reserva en línea (ver [http://abcdwiki.net/wiki/es/index.php?title=IAH_Reserva_en_l%C3%ADnea Reserva en línea])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se desarrolló un procedimiento para resaltar en la página con los resultados de la consulta las palabras incluídas en los términos usados para construir la estrategia de búsqueda Ver: [[IAH_Incluir_un_javascript_para_que_resalte_los_términos_de_búsqueda|IAH Incluir un javascript para resaltar los términos de búsqueda]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se mejoró la hoja de creación/actualización del DBN.def. Ahora permite asignar un archivo isisuc.tab para la correcta conversión de minúsculas a mayúsculas (se presentaba problemas con la Ñ ya que el iAH por defecto la convierte a N). El editor del archivo DBN.def revisa si existe un archivo isisuc.tab en la carpeta &amp;#039;&amp;#039;&amp;#039;data&amp;#039;&amp;#039;&amp;#039; de la base de datos. Si lo encuentra entonces lo asigna como tabla de conversión de minúsculas a mayúsculas. Si no lo encuentra, intenta localizarlo en la raiz de la carpeta de las bases de datos y si lo encuentra lo asigna como tabla de conversion de minúsculas a mayúsculas&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se agregaron parámetros en el archivo &amp;#039;&amp;#039;&amp;#039;[http://abcdwiki.net/wiki/es/index.php?title=Abcd.def abcd.def]&amp;#039;&amp;#039;&amp;#039; para permitir customizar las ventanas para solicitud de estado de cuenta, renovación y reserva en línea&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se modificó el procedimiento que presenta al usuario las reservas que tiene un título. Ahora no se presenta el detalle de la cola de reservas sino el total de reservas que están en cola&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se documentó una expresión del lenguaje de formatos que permite [[IAH Detectar el IP desde el cual se accede a la consulta de la base de datos|Detectar el IP desde el cual se accede a la consulta de la base de datos]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Customización==&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Agregar_una_nueva_opci%C3%B3n_al_men%C3%BA_de_catalogaci%C3%B3n Agregar un botón propio para acceder un menú con scripts desarrollados localmente]&lt;br /&gt;
&lt;br /&gt;
[[Modificar la página de inicio]]&lt;/div&gt;</summary>
		<author><name>Egbert</name></author>	</entry>

	<entry>
		<id>http://abcdwiki.net/index.php?title=Workshop_Egbert&amp;diff=1745</id>
		<title>Workshop Egbert</title>
		<link rel="alternate" type="text/html" href="http://abcdwiki.net/index.php?title=Workshop_Egbert&amp;diff=1745"/>
				<updated>2016-03-22T16:17:33Z</updated>
		
		<summary type="html">&lt;p&gt;Egbert: translation to English&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The compatibility problem of the FDT, FST, FMT and other database-definition files which use the &amp;#039;&amp;#039;&amp;#039;dhtmlxgrid&amp;#039;&amp;#039;&amp;#039; has been solved. The &amp;#039;grids&amp;#039; did not display correctly in non-Firefox or non-IE browsers. A new dhtmlxgrid library is used which now works correctly in all actual browsers. &amp;lt;br&amp;gt;&lt;br /&gt;
Modified scripts : fdt.php, fdt_short_a.fdt, fst.php&amp;lt;br&amp;gt;&lt;br /&gt;
The folder dataentry/js/dhtml_grid now contains new scripts and style-sheets.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The similar compatibility problem of the &amp;#039;&amp;#039;&amp;#039;FCKEditor&amp;#039;&amp;#039;&amp;#039; is solved by changing it for the newer &amp;#039;&amp;#039;&amp;#039;CKEditor&amp;#039;&amp;#039;&amp;#039;. A folder &amp;#039;&amp;#039;&amp;#039;ckeditor&amp;#039;&amp;#039;&amp;#039; under  &amp;#039;&amp;#039;&amp;#039;central&amp;#039;&amp;#039;&amp;#039; is created with the required components for using the new version. This affects the worksheets where a field type &amp;#039;&amp;#039;&amp;#039;HTML AREA&amp;#039;&amp;#039;&amp;#039; is used but also the helpfiles for fields and the online help.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The file config.php reads the general parameters of ABCD. Since this file also contains the paths or key access parameters, it cannot be changed each new installation. Therefore the additional script &amp;lt;strong&amp;gt;config_extended.php&amp;lt;/strong&amp;gt; is created with extra parameters, also allowing individual database-related settings.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For this additional settings to be included the file &amp;lt;strong&amp;gt;config.php &amp;lt;/strong&amp;gt; needs to contain the following code : &lt;br /&gt;
  &lt;br /&gt;
   &amp;lt;font color=blue&amp;gt;if (isset($arrHttp[&amp;quot;base&amp;quot;])){&lt;br /&gt;
      if (isset($def[$arrHttp[&amp;quot;base&amp;quot;]]))&lt;br /&gt;
          $cisis_ver=$def[$arrHttp[&amp;quot;base&amp;quot;]].&amp;quot;/&amp;quot;;&lt;br /&gt;
   }&amp;lt;/font&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
   &amp;lt;font color=red&amp;gt;&lt;br /&gt;
   //***&lt;br /&gt;
   //Include config_extended.php that reads configuration parameters that applies to the selected database&lt;br /&gt;
   if (file_exists(realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.&amp;quot;config_extended.php&amp;quot;))&lt;br /&gt;
       include (realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.&amp;quot;config_extended.php&amp;quot;);&lt;br /&gt;
   //***&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So, copy in the script &amp;lt;b&amp;gt;config.php&amp;lt;/b&amp;gt; de group of instructions in red, after the last instruction in blue. In the script  script &amp;lt;b&amp;gt;config.php&amp;lt;/b&amp;gt; of new ABCD-distributions this code is already included. &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The script &amp;lt;b&amp;gt;config_extended.php&amp;lt;/b&amp;gt; read the file &amp;lt;b&amp;gt;dr_path.def&amp;lt;/b&amp;gt; located in the folder of the active database and replaces the corresponding parameters in config.php for the specific database.  &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Pop-up help for database fields (tooltips)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Se implementó en el menú &amp;#039;&amp;#039;&amp;#039;Actualizar definición de bases de datos&amp;#039;&amp;#039;&amp;#039; una opción identificada como &amp;#039;&amp;#039;&amp;#039;Tooltips de ayuda sobre los campos de la base de datos&amp;#039;&amp;#039;&amp;#039; la cual permite definir las ayudas sobre los campos de la base de datos en forma de un cuadro con texto emergente (tooltip).  (ver [[Ayudas emergentes sobre los campos de la base de datos]])&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Ayudas_emergentes_sobre_los_campos_de_la_base_de_datos Ayudas emergentes]&lt;br /&gt;
&lt;br /&gt;
Ejemplo [http://localhost:9090/ivic Ivic]&lt;br /&gt;
&lt;br /&gt;
*El archivo de importación de los tooltips se encuentra en C:\bases_abcd\IVIC&lt;br /&gt;
&lt;br /&gt;
==Revisión de la permisología==&lt;br /&gt;
&lt;br /&gt;
Ver [[http://abcdwiki.net/wiki/es/index.php?title=Permisolog%C3%ADa_de_los_operadores_de_ABCD#Estructura_del_archivo_para_el_manejo_de_la_permisolog.C3.ADa Opciones de permisología]]&lt;br /&gt;
&lt;br /&gt;
==Nuevos campos para el ingreso de información==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Combo Box&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Pueden ser de 2 tipos: Normal y Sólo lectura.&lt;br /&gt;
&lt;br /&gt;
Adicionalmente la tabla puede llenarse desde un archivo &amp;#039;&amp;#039;&amp;#039;TXT&amp;#039;&amp;#039;&amp;#039; o &amp;#039;&amp;#039;&amp;#039;desde una base de datos&amp;#039;&amp;#039;&amp;#039;. En este último caso se recomienda que el número de términos recuperados no exceda 200 ya que tienen que leerse todos los términos indizados con el prefijo suministrado para poder llenar el arreglo que se asocia al combo box. Por esta razón se leerán solo los primeros 200 términos asociados con el prefijo suministrado. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Desde una tabla externa (txt)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F%7C10%7CCombo%20Box%7C0%7C0%7C%7C%7CCOMBO%7C%7C%7CP%7C/bases_abcd/codigos/paises.tab%7C%7C%7C%7C%7C0%7C%7C0%7C0%7C%7C%7C&amp;amp;base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;moodle=Y Combo box]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|10|Combo%20Box|0|0|||COMBORO|||P|/bases_abcd/codigos/paises.tab|||||0||0|0|||&amp;amp;base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;moodle=Y Combo Box solo lectura]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Desde una base de datos&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|30|Combo%20Box%20desde%20DB|0|0|||COMBO|||D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Combo box]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|30|Combo%20Box%20desde%20DB|0|0|||COMBORO|||D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Combo box solo lectura]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Select read only&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
En las versiones anteriores cuando se llenaba un campo utilizando una lista de autoridades proveniente de una base de datos no se pemitía que el campo receptor de la información fuera read only, por lo cual los operadores podían ingresar valores que no estén en el diccionario de términos conectado al campo. Ahora se agregó un nuevo tipo de campo denominado SELECT READ ONLY que vincula un campo con un diccionario de términos y no permite agregar al campo términos que no estén en el diccionario&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|90|Select%20simple%20solo%20lectura|0|0|||SRO||80|D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Select simple solo lectura]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|90|Select%20multiple%20solo%20lectura|0|1|||MRO|10|80|D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Select múltiple solo lectura]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dbadmin/fdt.php?base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;type=bd&amp;amp;moodle=Y FDT con las diferentes opciones de campos de selección]&lt;br /&gt;
&lt;br /&gt;
==Proteger registros==&lt;br /&gt;
&lt;br /&gt;
Se definen dos nuevos tipos de campo:&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Protect record&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Cuando está presente este campo se solicita una palabra clave para poder editar el registro. Esta palabra clave es la misma para todos los registros de la base de datos y se coloca en la columna identificada como &amp;quot;Valor por defecto&amp;quot; en la tabla de definición de campos.No se almacena en los registros.&lt;br /&gt;
&lt;br /&gt;
Si se desea se puede definir una clave de protección para cada hoja de ingreso que se cree en ABCD.&lt;br /&gt;
&lt;br /&gt;
Este campo se presenta en la forma de una casilla de verificación que indica si el registro está o no protegido. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Record password&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Esta clave de protección permite que el operador que ingresa o modifica un registro pueda asignarle una palabra clave para proteger la edición del registro.&lt;br /&gt;
&lt;br /&gt;
Cuando se edita un registro protegido ABCD presentará una ventana para solicitar la palabra clave y permitirá su edición cuando la misma coincida con la clave de protección asignada por cualquiera de los dos métodos indicados anteriormente&lt;br /&gt;
&lt;br /&gt;
En este caso la palabra clave se almacena al interior del registro. Si el campo no está vacío se solicitará al usuario la clave de protección y se comparará con la almacenada en el registro.&lt;br /&gt;
&lt;br /&gt;
Para que esta opción se habilite correctamente se requiere actualizar las tabla de mensajes 00 y el archivo con las opciones de permisología profiles.tab localizado en la carpeta par/profiles&lt;br /&gt;
&lt;br /&gt;
Nota: Si el usuario es el administrador del sistema, el administrador de la base de datos o tiene el permiso correspondiente a editar registros protegidos no se solicitará clave de actualización.&lt;br /&gt;
&lt;br /&gt;
Ejemplo de la ventana utilizada para solicitar la clave de protección:&lt;br /&gt;
&lt;br /&gt;
[[Archivo:Protect record.png]]&lt;br /&gt;
&lt;br /&gt;
Ejemplo: [http://localhost:9090 Base de datos de registro de usuarios]&lt;br /&gt;
gascencio isis_&lt;br /&gt;
&lt;br /&gt;
dbadmin adm&lt;br /&gt;
&lt;br /&gt;
==Proteger base de datos==&lt;br /&gt;
&lt;br /&gt;
Esta opción impide que una base de datos pueda ser inicializada, restaurada o eliminada en forma accidental. Para ello graba en la carpeta raiz de la base de datos un archivo identificado como &amp;#039;&amp;#039;&amp;#039;protect_status.def&amp;#039;&amp;#039;&amp;#039; que tiene en su interior la palabra &amp;#039;&amp;#039;&amp;#039;PROTECTED&amp;#039;&amp;#039;&amp;#039;. Los scripts utilizados para eliminar, inicializar y restaurar una base de datos verifican la existencia de este archivo y si está presente se cancela la acción solicitada.&lt;br /&gt;
&lt;br /&gt;
Este archivo se elimina cuando se desprotege la base de datos.&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/unincca Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Búsquedas sobre la base de datos de operadores==&lt;br /&gt;
Se implementó la opción que permite hacer búsquedas en la base de datos de operadores del sistema &lt;br /&gt;
&lt;br /&gt;
ver [[Búsquedas por nombre en la base de datos de operadores]].&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/ucatolica Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Nuevas opciones para la validación de registros==&lt;br /&gt;
&lt;br /&gt;
Hasta la versión 1.5 la validación de registros se realizaba en el servidor mediante la definición de un formato de validación. En la versión 1.5 y sucesivas se permite definir condiciones de validación en la FDT las cuales se verifican directamente en el cliente mediante un javascript previo al envío de los datos al servidor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Validacion_javascript Validación de registros utilizando un javascript]&lt;br /&gt;
&lt;br /&gt;
ABCD construirá en forma dinámica el javascript que efectuará la validación soicitada antes de enviar el registro al servidor&lt;br /&gt;
&lt;br /&gt;
==Catalogación==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se incluyó una opción para hacer búsquedas directamente desde la barra de herramientas (ver [[Búsquedas]])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Hacer búsquedas cruzadas por autores, materias, etc, dentro del módulo de catalogación de ABCD]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;[[Hacer búsquedas cruzadas por autores, materias, etc que abran una nueva ventana mostrando los resultados en el iAH]]&amp;lt;li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;[[Presentar en una ventana un registro relacionado con la base de datos activa]]&amp;lt;br&amp;gt;&lt;br /&gt;
Ejemplo: Relacionar una base de datos de instituciones con los cursos que dicta&amp;lt;br&amp;gt;&lt;br /&gt;
Ejemplo: Un sencillo kardex de publicaciones periódicas&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se incluyó la posibilidad de definir mayores niveles de seguridad para el manejo de las claves de acceso de los operadores de ABCD. Ver: [[Abcd.def|Definición de parámetros para seguridad de claves]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se incluyó un enlace para que se pueda mostrar/esconder la palabra clave que se está editando&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se incluyó un nuevo atributo en los perfiles de los operadores de ABCD para, en el proceso de creación y edición de registros, limitar la actualización de las listas de selección y archivos de autoridades. Se requiere actualizar la tabla &amp;#039;&amp;#039;&amp;#039;par/profiles/profiles.tab&amp;#039;&amp;#039;&amp;#039; para agregar el nuevo atributo &amp;#039;&amp;#039;&amp;#039;ACTPICKLIST=Y&amp;#039;&amp;#039;&amp;#039; antes de la sección &amp;#039;&amp;#039;&amp;#039;[ADMINISTRATION]&amp;#039;&amp;#039;&amp;#039;. Luego edite los perfiles ya definidos para habilitar/deshabilitar el atributo&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Ahora se permite actualizar el archivo donde se almacenan las expresiones de búsqueda (pfts/{lang}/search_expr.tab). Además se creó un nuevo atributo en los perfiles de usuario que permite o no editar las búsquedas almacenadas.   Esta actualización se puede hacer mediante un enlace que se provee en el formulario de búsqueda avanzada. Se habilitó el atributo &amp;#039;&amp;#039;&amp;#039;EDITSTOREDEXPR&amp;#039;&amp;#039;&amp;#039; en la tabla de perfiles &amp;#039;&amp;#039;&amp;#039;par/profiles/profiles.tab&amp;#039;&amp;#039;&amp;#039; para habilitar/deshabilitar esta opcion en los perfiles de usuario. Este nuevo atributo se debe colocar antes de la sección &amp;#039;&amp;#039;&amp;#039;[ADMINISTRATION]&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
ver [[Permisología de los operadores de ABCD]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Al mostrar el resultado de una búsqueda se habilitó un enlace para poder ver la FDT, FST y los prefijos del formulario de búsqueda avanzada&amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;li&amp;gt;Cuando se editan las listas de selección se puede:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Seleccionar un grupo de filas y arrastrarlas para cambiar su posición&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Clasificar toda la tabla por la primera columna&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Clasificar toda la tabla por la segunda columna&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se permite seleccionar registros cuando se está recorriendo la base de datos en forma secuencial o los resultados de una consulta. En el menú desplegable &amp;#039;&amp;#039;&amp;#039;Recorrer por&amp;#039;&amp;#039;&amp;#039; se agregó una opción para revisar los registros seleccionados y para deshacer la selección&amp;lt;li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se permite imprimir o exportar los registros seleccionados cuando estas opciones se acceden a través de los botones respectivos de la barra de herramientas. En la sección de selección de los registros a imprimir o exportar se presenta una caja de texto con los mfn&amp;#039;s que se han seleccionado, separados por coma.  Esta opción se ampliará para la opción de búsqueda libre&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó en la búsqueda libre la opción de utilizar un formato (pft) para localizar los registros. Ver [http://abcdwiki.net/wiki/es/index.php?title=B%C3%BAsquedas#B.C3.BAsqueda_Libre Búsqueda libre]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Trabajar con bases de datos relacionadas==&lt;br /&gt;
&lt;br /&gt;
==Tesauros==&lt;br /&gt;
&lt;br /&gt;
Ver: [http://abcdwiki.net/wiki/es/index.php?title=Tesauros Tesauros]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/clad Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Impresión de etiquetas y códigos de barra==&lt;br /&gt;
(ver [[Etiquetas]])&lt;br /&gt;
&lt;br /&gt;
==Inventario de la colección==&lt;br /&gt;
&lt;br /&gt;
==Utilitarios==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;En el menú de &amp;#039;&amp;#039;&amp;#039;utilitarios&amp;#039;&amp;#039;&amp;#039; se agregaron opciones para:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Duplicar una base de datos utilizando los comandos para copiar del sistema operativo&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Duplicar una base de datos en forma compactada, eliminando físicamente los registros eliminados. Usa el &amp;#039;&amp;#039;&amp;#039;Mxcp&amp;#039;&amp;#039;&amp;#039; de los utilitarios &amp;#039;&amp;#039;&amp;#039;CISIS&amp;#039;&amp;#039;&amp;#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Leer una base de datos con el &amp;#039;&amp;#039;&amp;#039;MX&amp;#039;&amp;#039;&amp;#039; sin necesidad de tener todos los archivos de definición requeridos por &amp;#039;&amp;#039;&amp;#039;ABCD&amp;#039;&amp;#039;&amp;#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sustituir la base de datos activa por la correspondiente copia generada en el proceso de duplicación&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
El uso de las opciones 2,3 y 4 permite reorganizar una base de datos&lt;br /&gt;
&lt;br /&gt;
Para más información consulte: [http://abcdwiki.net/wiki/es/index.php?title=Copiar_la_base_de_datos Copiar la base de datos], [http://abcdwiki.net/wiki/es/index.php?title=Leer_una_base_de_datos_con_el_MX Leer base de datos con MX], [http://abcdwiki.net/wiki/es/index.php?title=Restaurar_base_de_datos Restaurar base de datos] y [http://abcdwiki.net/wiki/es/index.php?title=Reorganizar_una_base_de_datos Reorganizar la base de datos]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se mejoró el proceso de &amp;#039;&amp;#039;&amp;#039;Generación de lista invertida con el MX&amp;#039;&amp;#039;&amp;#039; agregando la posibilidad de leer un archivo para direccionar las rutas de los recursos utilizados en el proceso (&amp;#039;&amp;#039;&amp;#039;cipar&amp;#039;&amp;#039;&amp;#039;). Ver [http://abcdwiki.net/wiki/es/index.php?title=Generar_lista_invertida_utilizando_el_MX Generación de la lista invertida con el MX]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se amplió la opción de leer una base de datos utilizando el MX. Ahora permite leer también archivos con la extensión .iso&amp;lt;/li&amp;gt;  &lt;br /&gt;
&amp;lt;li&amp;gt;Se agregó la opción para exportar una base de datos utilizando el MX&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó de nuevo en el menú &amp;#039;&amp;#039;&amp;#039;utilitarios&amp;#039;&amp;#039;&amp;#039; la opción para vincular una base de datos catalográfica con la base de datos de copias&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Circulación y préstamo==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó el procedimiento para el envío de recordatorios por correo electrónico&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [[Envío de recordatorios por correo electrónico]]&amp;lt;br&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó la impresión de un recibo de solvencia desde la presentación del estado de cuenta del usuario&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [[Impresión de solvencia]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Nueva modalidad de préstamo cuando los items no poseen tipo de objeto&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [http://abcdwiki.net/wiki/es/index.php?title=D%C3%ADas_pr%C3%A9stamo/renovaci%C3%B3n Días de préstamo/renovación]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Nueva modalidad de préstamo que permite introducir el número de días de préstamo o renovación al momemto de procesar la transaccion&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [http://abcdwiki.net/wiki/es/index.php?title=D%C3%ADas_pr%C3%A9stamo/renovaci%C3%B3n Días de préstamo/renovación]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitaron los siguientes parámetros en el archivo de configuración &amp;#039;&amp;#039;&amp;#039;[[Abcd.def]]&amp;#039;&amp;#039;&amp;#039;:&amp;lt;br&amp;gt;&lt;br /&gt;
    RESERVATION=Y/N para mostrar/esconder las opciones para reserva&amp;lt;br&amp;gt; &lt;br /&gt;
    AC_SUSP=Y/N para modificar la forma como se determina la fecha desde la cual se habilita una suspensión&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Cuando se devuelve un ejemplar que tiene reserva y la política del tipo de objeto tiene habilitada la reserva, el mismo se asigna directamente al primer usuario de la cola de reserva y se presenta una ventana indicando la reserva asignada. &lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se ajustó el cálculo del lapso de renovación de los títulos tomando en cuenta si existe lista de espera&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==IAH==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;LI&amp;gt;&lt;br /&gt;
Se implementó la consulta del estado de cuenta en línea desde el iAH (ver [http://abcdwiki.net/wiki/es/index.php?title=IAH_Consultar_el_estado_de_cuenta_de_un_usuario Estado de cuenta en línea]). Se permite también la renovación en línea (ver  [http://abcdwiki.net/wiki/es/index.php?title=IAH_Estado_de_cuenta Renovación en línea]).&amp;lt;/LI&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se implementó la reserva en línea (ver [http://abcdwiki.net/wiki/es/index.php?title=IAH_Reserva_en_l%C3%ADnea Reserva en línea])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se desarrolló un procedimiento para resaltar en la página con los resultados de la consulta las palabras incluídas en los términos usados para construir la estrategia de búsqueda Ver: [[IAH_Incluir_un_javascript_para_que_resalte_los_términos_de_búsqueda|IAH Incluir un javascript para resaltar los términos de búsqueda]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se mejoró la hoja de creación/actualización del DBN.def. Ahora permite asignar un archivo isisuc.tab para la correcta conversión de minúsculas a mayúsculas (se presentaba problemas con la Ñ ya que el iAH por defecto la convierte a N). El editor del archivo DBN.def revisa si existe un archivo isisuc.tab en la carpeta &amp;#039;&amp;#039;&amp;#039;data&amp;#039;&amp;#039;&amp;#039; de la base de datos. Si lo encuentra entonces lo asigna como tabla de conversión de minúsculas a mayúsculas. Si no lo encuentra, intenta localizarlo en la raiz de la carpeta de las bases de datos y si lo encuentra lo asigna como tabla de conversion de minúsculas a mayúsculas&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se agregaron parámetros en el archivo &amp;#039;&amp;#039;&amp;#039;[http://abcdwiki.net/wiki/es/index.php?title=Abcd.def abcd.def]&amp;#039;&amp;#039;&amp;#039; para permitir customizar las ventanas para solicitud de estado de cuenta, renovación y reserva en línea&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se modificó el procedimiento que presenta al usuario las reservas que tiene un título. Ahora no se presenta el detalle de la cola de reservas sino el total de reservas que están en cola&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se documentó una expresión del lenguaje de formatos que permite [[IAH Detectar el IP desde el cual se accede a la consulta de la base de datos|Detectar el IP desde el cual se accede a la consulta de la base de datos]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Customización==&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Agregar_una_nueva_opci%C3%B3n_al_men%C3%BA_de_catalogaci%C3%B3n Agregar un botón propio para acceder un menú con scripts desarrollados localmente]&lt;br /&gt;
&lt;br /&gt;
[[Modificar la página de inicio]]&lt;/div&gt;</summary>
		<author><name>Egbert</name></author>	</entry>

	<entry>
		<id>http://abcdwiki.net/index.php?title=Workshop_Egbert&amp;diff=1738</id>
		<title>Workshop Egbert</title>
		<link rel="alternate" type="text/html" href="http://abcdwiki.net/index.php?title=Workshop_Egbert&amp;diff=1738"/>
				<updated>2016-03-19T18:58:15Z</updated>
		
		<summary type="html">&lt;p&gt;Egbert: English translation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The compatibility problem of the FDT, FST, FMT and other database-definition files which use the &amp;#039;&amp;#039;&amp;#039;dhtmlxgrid&amp;#039;&amp;#039;&amp;#039; has been solved. The &amp;#039;grids&amp;#039; did not display correctly in non-Firefox or non-IE browsers. A new dhtmlxgrid library is used which now works correctly in all actual browsers. &amp;lt;br&amp;gt;&lt;br /&gt;
Modified scripts : fdt.php, fdt_short_a.fdt, fst.php&amp;lt;br&amp;gt;&lt;br /&gt;
The folder dataentry/js/dhtml_grid now contains new scripts and style-sheets.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The similar compatibility problem of the &amp;#039;&amp;#039;&amp;#039;FCKEditor&amp;#039;&amp;#039;&amp;#039; is solved by changing it for the newer &amp;#039;&amp;#039;&amp;#039;CKEditor&amp;#039;&amp;#039;&amp;#039;. A folder &amp;#039;&amp;#039;&amp;#039;ckeditor&amp;#039;&amp;#039;&amp;#039; under  &amp;#039;&amp;#039;&amp;#039;central&amp;#039;&amp;#039;&amp;#039; is created with the required components for using the new version. This affects the worksheets where a field type &amp;#039;&amp;#039;&amp;#039;HTML AREA&amp;#039;&amp;#039;&amp;#039; is used but also the helpfiles for fields and the online help.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;El archivo config.php lee los parámetros generales de configuración de ABCD.  Dado que este archivo contiene también las rutas o caminos de acceso hacia los recursos claves de ABCD no puede ser sustituído cada vez que se libera una nueva instalación. Por esta razón se creó el script &amp;lt;strong&amp;gt;config_extended.php&amp;lt;/strong&amp;gt;, que complementa a config.php para leer los parámetros necesarios para la ejecución de &amp;lt;strong&amp;gt;ABCD&amp;lt;/strong&amp;gt;.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Para que este cambio funcione es necesario editar el archivo &amp;lt;strong&amp;gt;config.php &amp;lt;/strong&amp;gt;para realizar la siguiente modificación:&lt;br /&gt;
  &lt;br /&gt;
   &amp;lt;font color=blue&amp;gt;if (isset($arrHttp[&amp;quot;base&amp;quot;])){&lt;br /&gt;
      if (isset($def[$arrHttp[&amp;quot;base&amp;quot;]]))&lt;br /&gt;
          $cisis_ver=$def[$arrHttp[&amp;quot;base&amp;quot;]].&amp;quot;/&amp;quot;;&lt;br /&gt;
   }&amp;lt;/font&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
   &amp;lt;font color=red&amp;gt;&lt;br /&gt;
   //***&lt;br /&gt;
   //Include config_extended.php that reads configuration parameters that applies to the selected database&lt;br /&gt;
   if (file_exists(realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.&amp;quot;config_extended.php&amp;quot;))&lt;br /&gt;
       include (realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.&amp;quot;config_extended.php&amp;quot;);&lt;br /&gt;
   //***&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
O sea, copie en el script &amp;lt;b&amp;gt;config.php&amp;lt;/b&amp;gt; el grupo de instrucciones que está marcado en rojo, después de a última instruccion del grupo marcado en azul. En el script&amp;lt;b&amp;gt;config.php&amp;lt;/b&amp;gt; que se incluye en esta distribución ya este cambió está hecho.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;El script &amp;lt;b&amp;gt;config_extended.php&amp;lt;/b&amp;gt; lee el archivo &amp;lt;b&amp;gt;dr_path.def&amp;lt;/b&amp;gt; localizado en la carpeta de la base de datos activa y sustituye los parámetros del config.php por aquellos correspondientes &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Ayudas emergentes sobre los camposde la base de datos (tooltips)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Se implementó en el menú &amp;#039;&amp;#039;&amp;#039;Actualizar definición de bases de datos&amp;#039;&amp;#039;&amp;#039; una opción identificada como &amp;#039;&amp;#039;&amp;#039;Tooltips de ayuda sobre los campos de la base de datos&amp;#039;&amp;#039;&amp;#039; la cual permite definir las ayudas sobre los campos de la base de datos en forma de un cuadro con texto emergente (tooltip).  (ver [[Ayudas emergentes sobre los campos de la base de datos]])&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Ayudas_emergentes_sobre_los_campos_de_la_base_de_datos Ayudas emergentes]&lt;br /&gt;
&lt;br /&gt;
Ejemplo [http://localhost:9090/ivic Ivic]&lt;br /&gt;
&lt;br /&gt;
*El archivo de importación de los tooltips se encuentra en C:\bases_abcd\IVIC&lt;br /&gt;
&lt;br /&gt;
==Revisión de la permisología==&lt;br /&gt;
&lt;br /&gt;
Ver [[http://abcdwiki.net/wiki/es/index.php?title=Permisolog%C3%ADa_de_los_operadores_de_ABCD#Estructura_del_archivo_para_el_manejo_de_la_permisolog.C3.ADa Opciones de permisología]]&lt;br /&gt;
&lt;br /&gt;
==Nuevos campos para el ingreso de información==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Combo Box&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Pueden ser de 2 tipos: Normal y Sólo lectura.&lt;br /&gt;
&lt;br /&gt;
Adicionalmente la tabla puede llenarse desde un archivo &amp;#039;&amp;#039;&amp;#039;TXT&amp;#039;&amp;#039;&amp;#039; o &amp;#039;&amp;#039;&amp;#039;desde una base de datos&amp;#039;&amp;#039;&amp;#039;. En este último caso se recomienda que el número de términos recuperados no exceda 200 ya que tienen que leerse todos los términos indizados con el prefijo suministrado para poder llenar el arreglo que se asocia al combo box. Por esta razón se leerán solo los primeros 200 términos asociados con el prefijo suministrado. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Desde una tabla externa (txt)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F%7C10%7CCombo%20Box%7C0%7C0%7C%7C%7CCOMBO%7C%7C%7CP%7C/bases_abcd/codigos/paises.tab%7C%7C%7C%7C%7C0%7C%7C0%7C0%7C%7C%7C&amp;amp;base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;moodle=Y Combo box]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|10|Combo%20Box|0|0|||COMBORO|||P|/bases_abcd/codigos/paises.tab|||||0||0|0|||&amp;amp;base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;moodle=Y Combo Box solo lectura]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Desde una base de datos&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|30|Combo%20Box%20desde%20DB|0|0|||COMBO|||D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Combo box]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|30|Combo%20Box%20desde%20DB|0|0|||COMBORO|||D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Combo box solo lectura]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Select read only&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
En las versiones anteriores cuando se llenaba un campo utilizando una lista de autoridades proveniente de una base de datos no se pemitía que el campo receptor de la información fuera read only, por lo cual los operadores podían ingresar valores que no estén en el diccionario de términos conectado al campo. Ahora se agregó un nuevo tipo de campo denominado SELECT READ ONLY que vincula un campo con un diccionario de términos y no permite agregar al campo términos que no estén en el diccionario&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|90|Select%20simple%20solo%20lectura|0|0|||SRO||80|D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Select simple solo lectura]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dataentry/fdt_test.php?ValorCapturado=F|90|Select%20multiple%20solo%20lectura|0|1|||MRO|10|80|D|biblo|MA_|v76|v76||0||0|0|||&amp;amp;moodle=Y Select múltiple solo lectura]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/central/dbadmin/fdt.php?base=moodle&amp;amp;cipar=moodle.par&amp;amp;Opcion=update&amp;amp;type=bd&amp;amp;moodle=Y FDT con las diferentes opciones de campos de selección]&lt;br /&gt;
&lt;br /&gt;
==Proteger registros==&lt;br /&gt;
&lt;br /&gt;
Se definen dos nuevos tipos de campo:&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Protect record&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Cuando está presente este campo se solicita una palabra clave para poder editar el registro. Esta palabra clave es la misma para todos los registros de la base de datos y se coloca en la columna identificada como &amp;quot;Valor por defecto&amp;quot; en la tabla de definición de campos.No se almacena en los registros.&lt;br /&gt;
&lt;br /&gt;
Si se desea se puede definir una clave de protección para cada hoja de ingreso que se cree en ABCD.&lt;br /&gt;
&lt;br /&gt;
Este campo se presenta en la forma de una casilla de verificación que indica si el registro está o no protegido. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Record password&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Esta clave de protección permite que el operador que ingresa o modifica un registro pueda asignarle una palabra clave para proteger la edición del registro.&lt;br /&gt;
&lt;br /&gt;
Cuando se edita un registro protegido ABCD presentará una ventana para solicitar la palabra clave y permitirá su edición cuando la misma coincida con la clave de protección asignada por cualquiera de los dos métodos indicados anteriormente&lt;br /&gt;
&lt;br /&gt;
En este caso la palabra clave se almacena al interior del registro. Si el campo no está vacío se solicitará al usuario la clave de protección y se comparará con la almacenada en el registro.&lt;br /&gt;
&lt;br /&gt;
Para que esta opción se habilite correctamente se requiere actualizar las tabla de mensajes 00 y el archivo con las opciones de permisología profiles.tab localizado en la carpeta par/profiles&lt;br /&gt;
&lt;br /&gt;
Nota: Si el usuario es el administrador del sistema, el administrador de la base de datos o tiene el permiso correspondiente a editar registros protegidos no se solicitará clave de actualización.&lt;br /&gt;
&lt;br /&gt;
Ejemplo de la ventana utilizada para solicitar la clave de protección:&lt;br /&gt;
&lt;br /&gt;
[[Archivo:Protect record.png]]&lt;br /&gt;
&lt;br /&gt;
Ejemplo: [http://localhost:9090 Base de datos de registro de usuarios]&lt;br /&gt;
gascencio isis_&lt;br /&gt;
&lt;br /&gt;
dbadmin adm&lt;br /&gt;
&lt;br /&gt;
==Proteger base de datos==&lt;br /&gt;
&lt;br /&gt;
Esta opción impide que una base de datos pueda ser inicializada, restaurada o eliminada en forma accidental. Para ello graba en la carpeta raiz de la base de datos un archivo identificado como &amp;#039;&amp;#039;&amp;#039;protect_status.def&amp;#039;&amp;#039;&amp;#039; que tiene en su interior la palabra &amp;#039;&amp;#039;&amp;#039;PROTECTED&amp;#039;&amp;#039;&amp;#039;. Los scripts utilizados para eliminar, inicializar y restaurar una base de datos verifican la existencia de este archivo y si está presente se cancela la acción solicitada.&lt;br /&gt;
&lt;br /&gt;
Este archivo se elimina cuando se desprotege la base de datos.&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/unincca Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Búsquedas sobre la base de datos de operadores==&lt;br /&gt;
Se implementó la opción que permite hacer búsquedas en la base de datos de operadores del sistema &lt;br /&gt;
&lt;br /&gt;
ver [[Búsquedas por nombre en la base de datos de operadores]].&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/ucatolica Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Nuevas opciones para la validación de registros==&lt;br /&gt;
&lt;br /&gt;
Hasta la versión 1.5 la validación de registros se realizaba en el servidor mediante la definición de un formato de validación. En la versión 1.5 y sucesivas se permite definir condiciones de validación en la FDT las cuales se verifican directamente en el cliente mediante un javascript previo al envío de los datos al servidor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Validacion_javascript Validación de registros utilizando un javascript]&lt;br /&gt;
&lt;br /&gt;
ABCD construirá en forma dinámica el javascript que efectuará la validación soicitada antes de enviar el registro al servidor&lt;br /&gt;
&lt;br /&gt;
==Catalogación==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se incluyó una opción para hacer búsquedas directamente desde la barra de herramientas (ver [[Búsquedas]])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Hacer búsquedas cruzadas por autores, materias, etc, dentro del módulo de catalogación de ABCD]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;[[Hacer búsquedas cruzadas por autores, materias, etc que abran una nueva ventana mostrando los resultados en el iAH]]&amp;lt;li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;[[Presentar en una ventana un registro relacionado con la base de datos activa]]&amp;lt;br&amp;gt;&lt;br /&gt;
Ejemplo: Relacionar una base de datos de instituciones con los cursos que dicta&amp;lt;br&amp;gt;&lt;br /&gt;
Ejemplo: Un sencillo kardex de publicaciones periódicas&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se incluyó la posibilidad de definir mayores niveles de seguridad para el manejo de las claves de acceso de los operadores de ABCD. Ver: [[Abcd.def|Definición de parámetros para seguridad de claves]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se incluyó un enlace para que se pueda mostrar/esconder la palabra clave que se está editando&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se incluyó un nuevo atributo en los perfiles de los operadores de ABCD para, en el proceso de creación y edición de registros, limitar la actualización de las listas de selección y archivos de autoridades. Se requiere actualizar la tabla &amp;#039;&amp;#039;&amp;#039;par/profiles/profiles.tab&amp;#039;&amp;#039;&amp;#039; para agregar el nuevo atributo &amp;#039;&amp;#039;&amp;#039;ACTPICKLIST=Y&amp;#039;&amp;#039;&amp;#039; antes de la sección &amp;#039;&amp;#039;&amp;#039;[ADMINISTRATION]&amp;#039;&amp;#039;&amp;#039;. Luego edite los perfiles ya definidos para habilitar/deshabilitar el atributo&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Ahora se permite actualizar el archivo donde se almacenan las expresiones de búsqueda (pfts/{lang}/search_expr.tab). Además se creó un nuevo atributo en los perfiles de usuario que permite o no editar las búsquedas almacenadas.   Esta actualización se puede hacer mediante un enlace que se provee en el formulario de búsqueda avanzada. Se habilitó el atributo &amp;#039;&amp;#039;&amp;#039;EDITSTOREDEXPR&amp;#039;&amp;#039;&amp;#039; en la tabla de perfiles &amp;#039;&amp;#039;&amp;#039;par/profiles/profiles.tab&amp;#039;&amp;#039;&amp;#039; para habilitar/deshabilitar esta opcion en los perfiles de usuario. Este nuevo atributo se debe colocar antes de la sección &amp;#039;&amp;#039;&amp;#039;[ADMINISTRATION]&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
ver [[Permisología de los operadores de ABCD]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Al mostrar el resultado de una búsqueda se habilitó un enlace para poder ver la FDT, FST y los prefijos del formulario de búsqueda avanzada&amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;li&amp;gt;Cuando se editan las listas de selección se puede:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Seleccionar un grupo de filas y arrastrarlas para cambiar su posición&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Clasificar toda la tabla por la primera columna&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Clasificar toda la tabla por la segunda columna&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se permite seleccionar registros cuando se está recorriendo la base de datos en forma secuencial o los resultados de una consulta. En el menú desplegable &amp;#039;&amp;#039;&amp;#039;Recorrer por&amp;#039;&amp;#039;&amp;#039; se agregó una opción para revisar los registros seleccionados y para deshacer la selección&amp;lt;li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se permite imprimir o exportar los registros seleccionados cuando estas opciones se acceden a través de los botones respectivos de la barra de herramientas. En la sección de selección de los registros a imprimir o exportar se presenta una caja de texto con los mfn&amp;#039;s que se han seleccionado, separados por coma.  Esta opción se ampliará para la opción de búsqueda libre&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó en la búsqueda libre la opción de utilizar un formato (pft) para localizar los registros. Ver [http://abcdwiki.net/wiki/es/index.php?title=B%C3%BAsquedas#B.C3.BAsqueda_Libre Búsqueda libre]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Trabajar con bases de datos relacionadas==&lt;br /&gt;
&lt;br /&gt;
==Tesauros==&lt;br /&gt;
&lt;br /&gt;
Ver: [http://abcdwiki.net/wiki/es/index.php?title=Tesauros Tesauros]&lt;br /&gt;
&lt;br /&gt;
[http://localhost:9090/clad Ejemplo]&lt;br /&gt;
&lt;br /&gt;
==Impresión de etiquetas y códigos de barra==&lt;br /&gt;
(ver [[Etiquetas]])&lt;br /&gt;
&lt;br /&gt;
==Inventario de la colección==&lt;br /&gt;
&lt;br /&gt;
==Utilitarios==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;En el menú de &amp;#039;&amp;#039;&amp;#039;utilitarios&amp;#039;&amp;#039;&amp;#039; se agregaron opciones para:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Duplicar una base de datos utilizando los comandos para copiar del sistema operativo&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Duplicar una base de datos en forma compactada, eliminando físicamente los registros eliminados. Usa el &amp;#039;&amp;#039;&amp;#039;Mxcp&amp;#039;&amp;#039;&amp;#039; de los utilitarios &amp;#039;&amp;#039;&amp;#039;CISIS&amp;#039;&amp;#039;&amp;#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Leer una base de datos con el &amp;#039;&amp;#039;&amp;#039;MX&amp;#039;&amp;#039;&amp;#039; sin necesidad de tener todos los archivos de definición requeridos por &amp;#039;&amp;#039;&amp;#039;ABCD&amp;#039;&amp;#039;&amp;#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sustituir la base de datos activa por la correspondiente copia generada en el proceso de duplicación&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
El uso de las opciones 2,3 y 4 permite reorganizar una base de datos&lt;br /&gt;
&lt;br /&gt;
Para más información consulte: [http://abcdwiki.net/wiki/es/index.php?title=Copiar_la_base_de_datos Copiar la base de datos], [http://abcdwiki.net/wiki/es/index.php?title=Leer_una_base_de_datos_con_el_MX Leer base de datos con MX], [http://abcdwiki.net/wiki/es/index.php?title=Restaurar_base_de_datos Restaurar base de datos] y [http://abcdwiki.net/wiki/es/index.php?title=Reorganizar_una_base_de_datos Reorganizar la base de datos]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se mejoró el proceso de &amp;#039;&amp;#039;&amp;#039;Generación de lista invertida con el MX&amp;#039;&amp;#039;&amp;#039; agregando la posibilidad de leer un archivo para direccionar las rutas de los recursos utilizados en el proceso (&amp;#039;&amp;#039;&amp;#039;cipar&amp;#039;&amp;#039;&amp;#039;). Ver [http://abcdwiki.net/wiki/es/index.php?title=Generar_lista_invertida_utilizando_el_MX Generación de la lista invertida con el MX]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se amplió la opción de leer una base de datos utilizando el MX. Ahora permite leer también archivos con la extensión .iso&amp;lt;/li&amp;gt;  &lt;br /&gt;
&amp;lt;li&amp;gt;Se agregó la opción para exportar una base de datos utilizando el MX&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó de nuevo en el menú &amp;#039;&amp;#039;&amp;#039;utilitarios&amp;#039;&amp;#039;&amp;#039; la opción para vincular una base de datos catalográfica con la base de datos de copias&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Circulación y préstamo==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó el procedimiento para el envío de recordatorios por correo electrónico&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [[Envío de recordatorios por correo electrónico]]&amp;lt;br&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitó la impresión de un recibo de solvencia desde la presentación del estado de cuenta del usuario&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [[Impresión de solvencia]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Nueva modalidad de préstamo cuando los items no poseen tipo de objeto&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [http://abcdwiki.net/wiki/es/index.php?title=D%C3%ADas_pr%C3%A9stamo/renovaci%C3%B3n Días de préstamo/renovación]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Nueva modalidad de préstamo que permite introducir el número de días de préstamo o renovación al momemto de procesar la transaccion&amp;lt;br&amp;gt;&lt;br /&gt;
Ver: [http://abcdwiki.net/wiki/es/index.php?title=D%C3%ADas_pr%C3%A9stamo/renovaci%C3%B3n Días de préstamo/renovación]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se habilitaron los siguientes parámetros en el archivo de configuración &amp;#039;&amp;#039;&amp;#039;[[Abcd.def]]&amp;#039;&amp;#039;&amp;#039;:&amp;lt;br&amp;gt;&lt;br /&gt;
    RESERVATION=Y/N para mostrar/esconder las opciones para reserva&amp;lt;br&amp;gt; &lt;br /&gt;
    AC_SUSP=Y/N para modificar la forma como se determina la fecha desde la cual se habilita una suspensión&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Cuando se devuelve un ejemplar que tiene reserva y la política del tipo de objeto tiene habilitada la reserva, el mismo se asigna directamente al primer usuario de la cola de reserva y se presenta una ventana indicando la reserva asignada. &lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se ajustó el cálculo del lapso de renovación de los títulos tomando en cuenta si existe lista de espera&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==IAH==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;LI&amp;gt;&lt;br /&gt;
Se implementó la consulta del estado de cuenta en línea desde el iAH (ver [http://abcdwiki.net/wiki/es/index.php?title=IAH_Consultar_el_estado_de_cuenta_de_un_usuario Estado de cuenta en línea]). Se permite también la renovación en línea (ver  [http://abcdwiki.net/wiki/es/index.php?title=IAH_Estado_de_cuenta Renovación en línea]).&amp;lt;/LI&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se implementó la reserva en línea (ver [http://abcdwiki.net/wiki/es/index.php?title=IAH_Reserva_en_l%C3%ADnea Reserva en línea])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se desarrolló un procedimiento para resaltar en la página con los resultados de la consulta las palabras incluídas en los términos usados para construir la estrategia de búsqueda Ver: [[IAH_Incluir_un_javascript_para_que_resalte_los_términos_de_búsqueda|IAH Incluir un javascript para resaltar los términos de búsqueda]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se mejoró la hoja de creación/actualización del DBN.def. Ahora permite asignar un archivo isisuc.tab para la correcta conversión de minúsculas a mayúsculas (se presentaba problemas con la Ñ ya que el iAH por defecto la convierte a N). El editor del archivo DBN.def revisa si existe un archivo isisuc.tab en la carpeta &amp;#039;&amp;#039;&amp;#039;data&amp;#039;&amp;#039;&amp;#039; de la base de datos. Si lo encuentra entonces lo asigna como tabla de conversión de minúsculas a mayúsculas. Si no lo encuentra, intenta localizarlo en la raiz de la carpeta de las bases de datos y si lo encuentra lo asigna como tabla de conversion de minúsculas a mayúsculas&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se agregaron parámetros en el archivo &amp;#039;&amp;#039;&amp;#039;[http://abcdwiki.net/wiki/es/index.php?title=Abcd.def abcd.def]&amp;#039;&amp;#039;&amp;#039; para permitir customizar las ventanas para solicitud de estado de cuenta, renovación y reserva en línea&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se modificó el procedimiento que presenta al usuario las reservas que tiene un título. Ahora no se presenta el detalle de la cola de reservas sino el total de reservas que están en cola&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Se documentó una expresión del lenguaje de formatos que permite [[IAH Detectar el IP desde el cual se accede a la consulta de la base de datos|Detectar el IP desde el cual se accede a la consulta de la base de datos]] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Customización==&lt;br /&gt;
&lt;br /&gt;
[http://abcdwiki.net/wiki/es/index.php?title=Agregar_una_nueva_opci%C3%B3n_al_men%C3%BA_de_catalogaci%C3%B3n Agregar un botón propio para acceder un menú con scripts desarrollados localmente]&lt;br /&gt;
&lt;br /&gt;
[[Modificar la página de inicio]]&lt;/div&gt;</summary>
		<author><name>Egbert</name></author>	</entry>

	</feed>