Go to documentation repository
...
To activate the Issued pass cards report, do the following:
...
In the root directory of the Intellect Axxon PSIM installation C:\Program Files (x86)\IntellectAxxon PSIM\ create a text document with the dbi extension and a name beginning with the word "intellectAxxon PSIM", for example, intellectAxxon PSIM.reports.dbi. Otherwise, the file will not be recognized by the idb.exe utility.
Info | ||
---|---|---|
| ||
The following indicated below can be added to the intellectAxxon PSIM.ext.dbi file, which is specially 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 start entering data, make sure that the text encoding of Windows-1251 is selected. Otherwise, when adding additional fields to the database, the text will be recognized incorrectly. |
Copy the following code block into a .dbi file:
Code Block | ||
---|---|---|
| ||
[OBJ_PERSON] passkind, CHAR, 255 // Pass card type{C%Visitor single entry|Car single entry|Truck single entry|Temp. with photo|Temp. without photo|Temp. bicycle|Temp. car|Temp. truck up to 10 tons|Temp. truck above 10 tons|Temp. NSP|Perm. car|Perm. bicycle|Duplicate} [UPDATE_PERSON_LOG] passkind, CHAR, 255 |
After all necessary additional fields are created, save the changes.
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 idb.exe utility for converting databases, selecting database templates and making backup copies of databases). |
...