This project is the start of an Asset Tracking database.
Asset Tracking is a way to keep track of the company assets, like Laptops, Stationary computers, phones
All assets have an end life which for simplicity reasons is 3 years.
All assets are stored in database using Entity Framework Core. One can Post Data and Get Data from the Database.
It has 4 different offices around the world which will use the appropriate currency for that country. The program is able to input values in dollars and convert them to each currency (based on todays currency charts). Built in methods were used to get the currency rates in Euro, Dollar, SEK, NOK.
Default Data has also been used in the Database so the database is not empty.
- The Table is shown to the console and also in the Microsoft SQL Server:
- Sorted first by office ✔️
- Then Purchase date ✔️
- Items RED if date less than 3 months away from 3 years ✔️
- Items Yellow if date less than 6 months away from 3 years ✔️
- Each item should have currency according to the country ✔️
- Extra Feature has also been added in this project, in which products will be shown depending on the Country. ✔️