Documentation for Intellect Web Report System 3.5. Documentation for other versions of Intellect Web Report System is available too.

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

On the page:

Attention!

The Web.config file configuration must be performed on the computer where it is planned to work with the Presence at workplace report and Personal presence-at-workplace report.

After making any changes in the Web.config file, it is necessary to restart the Cassini Service utility.

Selecting a report format 

The Presence at workplace report and Personal presence-at-workplace report have two appearances: Standard or With page header. In the With page header option, photos of users can be displayed in the report. To display user photos, do the following:

  1. Go to the <Intellect installation directory>\Modules\Wt2.
  2. Open the Web.config file for editing.
  3. Add the following key to the <appSettings> key group:

    <add key="intellectPath" value="C:\Program Files (x86)\Intellect\" />

    where "C:\Program Files (x86)\Intellect\" is the Intellect installation directory.

    Note

    Photos are assigned to users in the Access Manager module (see Assigning a photograph to a user in the Access Manager software module).

  4. Save the changes in the Web.config file.

Adding the fields to the custom database template file

For the Extended report on the presence at the workplace report correct operation, it is necessary to do the following:

  1. 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\.

    Note

    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).

  2. Open this dbi file in a text editor.

    Attention!

    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.

  3. 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
  4. After the fields are created, it is necessary to save the changes in the dbi file.

    Attention!

    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).

  • No labels