Coder Social home page Coder Social logo

powerbiometricconsole's Introduction

PowerBiometric Console Application - Version 1.0.0

The Biometrics Synchronization Console App is a console application that moves the attendance data of employees from a Biometric App database to a specific database. We should note that this console app does NOT synchronize the attendance list for employees with:

  • Empty or null UserID value
  • 'Unknown' UserID value

This application comes with an API which requires a token to make it work. The token fetches the company details of the employee doing this synchronization.

GUIDE ON USAGE

Firstly:

Make sure the API is set up on the Internet Information services (IIS) and the link shows up on a browser.

Secondly:

User must insert values into the APIToken table using the script in the file ‘RunningApp_Querires.txt’ which can be seen in the figure below too. This is done by inserting preferred values into the single quotation marks (‘ ’) in the script. The values inserted in the ‘Token’ Column will enable us to consume the API.

Add values to APIToken table

Thirdly:

Mapping of ‘UserID’ values from the Biometrics data table to the database where the attendance data is moved to must be done. This can be done manually without using queries.

In this case the other database is ‘EnterpriseBase’. Here:

  • A table known as ‘PayrollEmployees’ should be edited manually.
  • If column name ‘EmployeeBiometricID’ is not included, Create one. This is the column where the ‘userID’ from the Biometric database is linked to.
  • Add the UserID values from Biometric database to the ‘EmployeeBiometricID’ column.
  • Before adding, you may filter your mappings to where ‘EmployeeTypeID’ is ‘Salary’.

Fourthly:

The token inserted in the token column above is replaced with the default token value in the ‘Token.txt’ file. Also, the link gotten from the browser in the initial step of this guide is replaced with the API link in the ‘Token.txt’ file. The token and API link is separated by the pipe sign ‘|’ as seen below:

Add APIToken and APIBaseURL

Fifthly:

The user changes the database name in the ‘Config.txt’ file as seen below: Add connection string

Lastly:

The user launches the application and the application works. This is seen in 3 stages:

First stage:

Second stage:

Third stage:

powerbiometricconsole's People

Stargazers

Arvind Sawant avatar Hani Yasin avatar Promise Shittu avatar

Watchers

Promise Shittu avatar

Forkers

haniyasin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.