PANTHEON™ Help

 Toc
 PANTHEON Help - Welcome
[Collapse]PANTHEON
 [Collapse]Guides for PANTHEON
  [Collapse]Guide for PANTHEON
   [Collapse]Settings
    [Expand]Subjects
    [Expand]Items
    [Expand]POS
    [Expand]Manufacturing
    [Collapse]Personnel
     [Collapse]Employment
      [Expand]Occupation
      [Expand]Positions of Employment
       Employment Relationship
      [Collapse]Other
       [Expand]Education
        Statuses
        Tax Offices
        Length of Service Increase
        Commute Routes
        Internal ID Cards
        Work Permits Issuer
        Reason of Cessation
     [Expand]Time Terminal
     [Expand]Leave
     [Expand]Daily Allowances and Mileage Rates
     [Expand]Payroll
     [Expand]Health and Safety at Work
      Work Processes
     [Expand]Messages in Personnel Settings
     Calendar
    [Expand]Financials
    [Expand]Customs
    [Expand]Program
    [Expand]Documentation
    [Expand]Change User
   [Expand]Orders
   [Expand]Goods
   [Expand]Manufacturing
   [Expand]POS
   [Expand]Service
   [Expand]Financials
   [Expand]Personnel
   [Expand]Analytics
   [Expand]Desktop
   [Expand]Help
   [Expand]Messages and Warnings
   [Expand]Additional programs
   [Expand]Old products
  [Expand]Guide for PANTHEON Retail
  [Expand]Guide for PANTHEON Vet
  [Expand]Guide for PANTHEON Farming
 [Collapse]User Manuals for PANTHEON
  [Expand]User Manual for PANTHEON
  [Expand]User Manual for PANTHEON Retail
  [Expand]User manual for PANTHEON Vet
  [Expand]User Manual for PANTHEON Farming
[Collapse]PANTHEON Web
 [Collapse]Guides for PANTHEON Web
  [Expand]Guide for PANTHEON Web Light
  [Expand]Guide for PANTHEON Web Terminal
  [Expand]Guide for PANTHEON Web Legal
  [Expand]Old products Archive
 [Collapse]User Manuals for PANTHEON Web
  [Expand]Getting started PANTHEON Web
  [Expand]User Manual for PANTHEON Web Light
  [Expand]User Manual for PANTHEON Web Terminal
  [Expand]User Manual for PANTHEON Web Legal
  [Expand]Old products Archive
[Collapse]PANTHEON Granules
 [Collapse]Guides for PANTHEON Granules
  [Expand]Personnel Granule
  [Expand]Travel Orders Granule
  [Expand]Documents and Tasks Granule
  [Expand]Dashboard Granule
  [Expand]B2B Orders Granule
  [Expand]Field Service Granule
  [Expand]Fixed Assets Inventory Granule
  [Expand]Warehouse Inventory Granule
 [Collapse]User Manuals for PANTHEON Granules
  [Expand]Getting started
  [Expand]Personnel Granule
  [Expand]Travel Orders Granule
  [Expand]Documents and Tasks Granule
  [Expand]B2B Orders Granule
  [Expand]Dashboard Granule
  [Expand]Field Service Granule
  [Expand]Fixed Assets Inventory Granule
  [Expand]Warehouse Inventory Granule
  [Expand]Archive
[Expand]User Site

Load Time: 609.3574 ms
"
  2656 | 3053 | 337124 | Updated
Label

Internal ID Cards

Internal ID Cards

10380.gif 10381.gif 10411.gif 10382.gif 10383.gif

Here you can monitor ID cards.

Double-click the Card No. field in Employee Files to open the corresponding register.

60993.gif

It includes the following data:

Card No. Displays an internal card ID.
ID Code Displays a unique manufacturer's ID in hexadecimal format.

You can enter data in register in one of the following two ways. Enter code numbers and IDs manually or import them from a disc supplied by the manufacturer.

00001.gif Trying to enter ID cards manually, you have to run the following script:


CREATE TABLE [dbo].[RIS_IDCA] ( -- ID Card table
[CARD_NO] [smallint] NULL , -- Card No. Največ 350. (system limitations)
[CARD_ID] [char] (8) NULL , -- manufacturer's card ID in hexadecimal format. Example: CF00DE78
[LUSER] [char] (30) NULL , -- User who made the last change
[LCHANGE] [smalldatetime] NULL -- Date and time of change
) ON [PRIMARY]

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

 

Import

To import cards in register, click 60994.gif in wizards menu.

A window is opened where you can set file path of database. 

 

05136.gif

 

After selecting a database, click Open to import database. After the operation has completed, you receive a message informing you of how many cards were imported: XXX new entries imported
 

Then you can open the register and view imported entries:

55194.gif

 

00001.gif Having already set the card No for employees and imported the database subsequently, a hexadecimal number is added accordingly.

 


 

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