Go to documentation repository
| Section | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| Note | ||
|---|---|---|
| ||
The Web.config 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. |
...
The Presence at workplace reportand has two appearances: Standard or Compact. The Personal presence-at-workplace report have has two appearances: Standard or With page header View 1 or View 2. In the With page header option Compact and View 2 option, photos of users can be displayed in the report. To display user photos, do the following:
Add the following key to the <appSettings> key group:
| Code Block |
|---|
<add key="Axxon PSIMPath" value="C:\Program Files (x86)\Axxon PSIM\" /> |
where "C:\Program Files (x86)\Axxon PSIM\" is the Axxon PSIM installation directory.
| Info | ||
|---|---|---|
| ||
Photos are assigned to users in the Access Manager module (see Assigning a photograph to a user in the Access Manager software module). |
For the Extended report on the presence Presence at the workplace report correct 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 Axxon PSIM installation — C:\Program Files (x86)\Axxon PSIM\.
| Info | ||
|---|---|---|
| ||
You can add the fields to the Axxon PSIM psim.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.
| Note | ||
|---|---|---|
| ||
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:
| Code Block | ||
|---|---|---|
| ||
[OBJ_PERSON]
personnelCat, CHAR, 64 //Personnel category{C%Workers|Employees|Managers|Other}
course, CHAR, 255 //Activity area
contractNum, CHAR, 255 //Agreement #
specialty, CHAR, 255 //Speciality |
After the fields are created, it is necessary to save the changes in the dbi file.
| Note | ||
|---|---|---|
| ||
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). |