Cashier POS Screen Integration

Job ID: 40303775

Budget: $10 – $100 USD

I have an existing ASP.NET Core application that already relies on a Kendo Grid for data presentation. I now need a fully functional cashier POS screen added to the project, built with the same tech stack so the look, feel, and performance stay consistent.

The core requirement is inventory management from the POS interface—adding items to the cart should immediately reflect stock levels and prevent overselling. All CRUD operations for products must remain in Kendo Grid, but the new screen should surface quantity-on-hand in real time and write changes back to the current database context.

Key expectations
• Seamless routing from my current menu to the new POS page
• Responsive layout suitable for a touchscreen terminal
• Instant stock deduction on completed sales and rollback on cancelled ones
• Clean, well-commented C# and Razor code that follows my existing folder structure