regymatrix/alomoxarifadoafrodite — reverse-engineered prompt
Reverse engineered prompt
Build me a simple warehouse inventory system for a small company, in C#, with a separate back end and front end if that makes sense for this project.
I want users to be able to register products, categories, suppliers, and people who request materials. The system should let someone record items coming in, items going out, current stock, low stock alerts, and a history of movements so it’s easy to know who took what and when. Add basic search and filters because the stock list can get long.
Please include a database setup with the tables and example data, and make the screens clear enough for a non technical employee to use. If login is needed, keep it simple with an admin user and a normal user. Also add short documentation explaining how to run the system, how to configure the database, and how to use the main features.
Keep it practical and clean. Look up current docs online if you need to.
Want more depth? Deep Reverse