PANTHEON™ Help

 Toc
 PANTHEON Ajutor - Bun venit
[Collapse]PANTHEON
 [Collapse]Ghiduri pentru PANTHEON
  [Expand]Ghid pentru PANTHEON
  [Expand]Ghid pentru PANTHEON Retail
  [Expand]Ghid pentru PANTHEON Vet
  [Expand]Ghid pentru PANTHEON Fermă
 [Collapse]Manuale de utilizare pentru PANTHEON
  [Expand]Manual de utilizare pentru PANTHEON
  [Expand]Manual de utilizare pentru PANTHEON Retail
  [Expand]Manual de utilizare pentru PANTHEON Vet
  [Expand]Manual de utilizare pentru PANTHEON Farming
[Collapse]PANTHEON Web
 [Collapse]Ghiduri pentru PANTHEON Web
  [Expand]Ghid pentru PANTHEON Web Light
  [Expand]Ghid pentru Terminalul Web PANTHEON
  [Expand]Ghid pentru PANTHEON Web Legal
  [Expand]Arhivă produse vechi
 [Collapse]Manuale de utilizare pentru PANTHEON Web
  [Expand]Începerea PANTHEON Web
  [Expand]Manual de utilizare pentru PANTHEON Web Light
  [Expand]Manual de utilizare pentru terminalul web PANTHEON
  [Expand]Manual de utilizare pentru PANTHEON Web Legal
  [Expand]Arhivă produse vechi
[Collapse]PANTHEON Granule
 [Collapse]Ghiduri pentru granule PANTHEON
  [Expand]Granul Personal
  [Expand]Comenzi de Călătorie Granule
  [Expand]Documente și Sarcini Granul
  [Expand]Tabloul de bord Granule
  [Expand]Comenzi B2B Granule
  [Expand]Granul de Serviciu pe Teren
  [Expand]Granul Inventar Active Fixe
  [Expand]Inventar de Magazin Granule
 [Collapse]Manuale de utilizare pentru granulele PANTHEON
  [Expand]Începerea
  [Expand]Granul Personal
  [Expand]Comenzi de Călătorie Granule
  [Expand]Documente și Sarcini Granul
  [Expand]Comenzi B2B Granule
  [Expand]Tabloul de bord Granule
  [Expand]Serviciul de teren Granule
  [Expand]Granul Inventar Active Fixe
  [Expand]Inventar de Magazin Granule
  [Expand]Arhivă
[Expand]Site utilizator

Load Time: 531,2594 ms
"
  6613 | 1 | |
Label


Identifikacijske kartice

Internal ID Cards

010380.gif 010381.gif 010411.gif 010382.gif 010383.gif
You can use this register to track ID cards.

You can access the register with a double-click in the Card No. field in the header of the Employee Files form.

60993.gif


In the Internal ID cards register are following data:

Card No. The number of the card.
ID Code The manufacturer's ID code of the card as a hexadecimal number.

You can fill-in the register in two ways. You can enter the ID code manually or you can import it if the manufacturer has enclosed a database.

000001.gif If you want to enter cards manually, you are required to run the following script first.


CREATE TABLE [dbo].[RIS_IDCA] ( -- Table of ID cards
[CARD_NO] [smallint] NULL , -- Card number. Maximum 350. (physical restriction of the system)
[CARD_ID] [char] (8) NULL , -- manufacturer's ID code of the card as a hexadecimal number. Example: CF00DE78
[LUSER] [char] (30) NULL , -- The last user who made changes of the record
[LCHANGE] [smalldatetime] NULL -- Date and time of the last changes of the record
) ON [PRIMARY]

ALTER TABLE [dbo].[RIS_IDCA] ADD
CONSTRAINT [DF_RIS_IDCA_LCHANGE] DEFAULT (getdate()) FOR [LCHANGE]

 

Import

 To import cards in the register, click the Import option in the 60994.gif Wizards menu.

The program will open a special form where you can set the path to the card database.
61003.gif

Once, you have selected the base, click the Open button and the base will be transferred to the register. After the completion of the procedure, a the program will display a message: XXX new entries imported!

After the procedure, check the register which will be filled with imported data.

055194.gif

 

000001.gif If you have already defined cards to the employees and the base with ID cards is to be imported additionally, the program will assign the hexadecimal numbers to the corresponding cards.

  

     


Rate this topic
Was this topic usefull?
Comments
Comment will also bo visible in forum!