Project

General

Profile

Bug #2629

Updated by Dime Gichev over 1 year ago

The app makes mistakes in the phase of calculating the salaries of the employees compared with the manual calculation done with the data from the database. 

         *Steps to reproduce* 
 1.Open the app. 
 2.Select an employee. 
 3.Click on calculate employee salary. 
 4.Open the database with an SQL application. 
 5.Check the monthly progress of the employee and manually make monthly salary calculation. 

         *Expected results* 
 3.The application should give us the correct amount for the given employees monthly salary. 

         *Actual results* 
 5.Incorrect value for salary based on the manually calculated monthly salary based on the database information. 

         *Environment* 
 Monthly salary application and company database. database

Back