zung-ai/Point-of-Sale-Management-System-POS-using-PHP-2020- ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple point of sale web app for a small shop, with an admin login and a clean dashboard.
I want to be able to add, edit, and delete products, customers, and suppliers, then use a barcode scanner during sales so I can quickly add items to a transaction. Please make the product list highlight rows when stock drops below 10 so it is easy to spot items that need restocking.
The app should let me complete sales, print the transaction receipt, and search products easily. I also need basic reports for daily, monthly, and yearly sales so I can see how the business is doing.
Use a straightforward PHP and MySQL setup and keep it simple enough to run locally. The default admin login can be admin and admin. If you need anything from current docs or best practices, look it up online first.
Are you gonna build this?
make sure you review the code using coderabbit