projects
Salary Calculations
At Orange I was involved in a piece of work to stored employee working hours and shift information. This information was then used to calculate employees monthly pay. The initial design used T-SQL to perform the calculations however, due the complexity of the business rules, this was taking longer than expected; as a result I wrote an application in C# to perform the calculations, this provided an 96% reduction in time to create the output.
back