KSheet is an interactive web application made with Blazor used to log calls taken at a call center.
- This was made in an effort to save paper, trees and time!
- Allows the lead supervisors to quickly check calls
- Enables faster searching instead of manually reading through physical sheets of paper.
Make sure you have the latest version of the .NET SDK installed on the host computer. This will be enough to get you started developing and running the application. .NET Downloads
To open the project in a development environment, simply open the .sln file with Visual Studio and build. Otherwise, simply run KSheet.exe and open the url in a browser of your choosing. Make sure the port listed is open to traffic. By default, it is 5000.
KSheet will first require you to register an account with your email address before you can start using it. This is to better track changes to the database.
In the main 'Home' screen, you can choose to either enter a new call or search for an existing one. More features are to come!
Simply fill out the form to enter a new call into the database.
Entering a call into the database requires at the minimum, data in the following fields
- Position
- Address
- Incident Number
In the 'Search' screen, you can attempt to look for a specific call using several fields. Be sure to enter as much information as possible for a more focused search.
Calls are displayed in a neat table.
A huge thanks to this tutorial which really made the foundation for this application. I mostly repurposed it for a different use and added the searching functions.
If you have any feedback, problems, or you want to help with development, shoot me an email or create an issue!




