wiki:OpendasExEnterInOut

Enterprise entry/exit

This procedure declines then in several variants:

  • case 1 : Badge reading only
    In that case, a single data is expected.
    The badge is only once read, the data is so got back and the procedure is launched.
  • case 2 : Throw events on peripheral
    An equipment is associated with a procedure, so starting in every use of this last one, an enterprise entry or exit in background.
  • case 3 : reading or selection of badges in loop
    Several data can be handled in succession, starting every time an enterprise entry or exit.
    An OpenERP integration is done with checking entries and exits.
    Characteristics :
    • Buttons : <<Entrée>>,<<Sortie>>,<<Entrée/Sortie>>,<<Pointage>>
    • Return message : <<Entrée/Sortie n° XXXX>>
    • Station : <<Pointage>>

Entry enterprise example :

  • Step 1 : Start entry procedure
    After a click on <<Entree>> button, all the available generics are display in the central part of the graphical interface.
    That list represents all the employees who have already pointed an exit.
  • Step 2 : Select a generic
    After selecting a generic, the entry is pointed and a message is printed to specify that the employee corresponding to the code is entering in a workcenter.

Exit enterprise example :

  • Step 1 : Start exit procedure
    After a click on <<Sortie>> button, all the available generics are display in the central part of the graphical interface.
    That list represents all the employees who have already pointed an exit.
  • Step 2 : Select a generic
    After selecting a generic, the exit is pointed and a message is printed to specify that the employee corresponding to the code exit the workcenter.

Attachments