Page contents |
The Web.config file configuration must be performed on the computer where it is planned to work with the Extended report on the presence at the workplace and Total report on the presence at the workplace. |
After making any changes in the Web.config file, it is necessary to restart the Cassini Service utility. |
To enable these reports, do the following:
After activating these reports, the Presence at workplace report will become unavailable. |
For the Extended report on the presence at the workplace report and Total report on the presence at the workplace operation, it is necessary to do the following:
Create a text document with the .dbi extension (for example ext.dbi) in the root directory of the Intellect installation — C:\Program Files (x86)\Intellect\.
You can add the fields to the intellect.ext.dbi file, which is specifically designed for custom tables and fields (see The ddi.exe utility for editing database templates and external settings files). |
Open this dbi file in a text editor.
Before you enter any data, make sure that the Windows-1251 text encoding is selected. Otherwise, when adding additional fields to the database, the text will be recognized incorrectly. |
Copy the following code block to the dbi file:
[OBJ_PERSON] personnelCat, CHAR, 64 //Personnel category{C%Workers|Employees|Managers|Other} course, CHAR, 255 //Activity area contractNum, CHAR, 255 //Contract number specialty, CHAR, 255 //Speciality |
After the fields are created, it is necessary to save the changes in the dbi file.
After you save the dbi file, it is necessary to update the main database. To do this, use the idb.exe utility (see The ddi.exe utility for editing database templates and external settings files). |